We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a56e9 commit 274fd79Copy full SHA for 274fd79
vpc/v1.ts
@@ -130,11 +130,6 @@ class VpcV1 extends BaseService {
130
constructor(options: UserOptions) {
131
options = options || {};
132
133
- const _requiredParams = ['version'];
134
- const _validationErrors = validateParams(options, _requiredParams, null);
135
- if (_validationErrors) {
136
- throw _validationErrors;
137
- }
138
super(options);
139
if (options.serviceUrl) {
140
this.setServiceUrl(options.serviceUrl);
0 commit comments