@pulumi/pulumi 3.134.2-alpha.x2229e04 → 3.134.2-alpha.x94e1301

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.134.2-alpha.x2229e04",
3
+ "version": "3.134.2-alpha.x94e1301",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -29,25 +29,25 @@ export namespace ErrorCause {
29
29
  }
30
30
  }
31
31
 
32
- export class InvalidInputPropertiesError extends jspb.Message {
32
+ export class InputPropertiesError extends jspb.Message {
33
33
  clearErrorsList(): void;
34
- getErrorsList(): Array<InvalidInputPropertiesError.PropertyError>;
35
- setErrorsList(value: Array<InvalidInputPropertiesError.PropertyError>): InvalidInputPropertiesError;
36
- addErrors(value?: InvalidInputPropertiesError.PropertyError, index?: number): InvalidInputPropertiesError.PropertyError;
34
+ getErrorsList(): Array<InputPropertiesError.PropertyError>;
35
+ setErrorsList(value: Array<InputPropertiesError.PropertyError>): InputPropertiesError;
36
+ addErrors(value?: InputPropertiesError.PropertyError, index?: number): InputPropertiesError.PropertyError;
37
37
 
38
38
  serializeBinary(): Uint8Array;
39
- toObject(includeInstance?: boolean): InvalidInputPropertiesError.AsObject;
40
- static toObject(includeInstance: boolean, msg: InvalidInputPropertiesError): InvalidInputPropertiesError.AsObject;
39
+ toObject(includeInstance?: boolean): InputPropertiesError.AsObject;
40
+ static toObject(includeInstance: boolean, msg: InputPropertiesError): InputPropertiesError.AsObject;
41
41
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
42
42
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
43
- static serializeBinaryToWriter(message: InvalidInputPropertiesError, writer: jspb.BinaryWriter): void;
44
- static deserializeBinary(bytes: Uint8Array): InvalidInputPropertiesError;
45
- static deserializeBinaryFromReader(message: InvalidInputPropertiesError, reader: jspb.BinaryReader): InvalidInputPropertiesError;
43
+ static serializeBinaryToWriter(message: InputPropertiesError, writer: jspb.BinaryWriter): void;
44
+ static deserializeBinary(bytes: Uint8Array): InputPropertiesError;
45
+ static deserializeBinaryFromReader(message: InputPropertiesError, reader: jspb.BinaryReader): InputPropertiesError;
46
46
  }
47
47
 
48
- export namespace InvalidInputPropertiesError {
48
+ export namespace InputPropertiesError {
49
49
  export type AsObject = {
50
- errorsList: Array<InvalidInputPropertiesError.PropertyError.AsObject>,
50
+ errorsList: Array<InputPropertiesError.PropertyError.AsObject>,
51
51
  }
52
52
 
53
53
 
@@ -16,8 +16,8 @@ var goog = jspb;
16
16
  var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
18
  goog.exportSymbol('proto.pulumirpc.ErrorCause', null, global);
19
- goog.exportSymbol('proto.pulumirpc.InvalidInputPropertiesError', null, global);
20
- goog.exportSymbol('proto.pulumirpc.InvalidInputPropertiesError.PropertyError', null, global);
19
+ goog.exportSymbol('proto.pulumirpc.InputPropertiesError', null, global);
20
+ goog.exportSymbol('proto.pulumirpc.InputPropertiesError.PropertyError', null, global);
21
21
  /**
22
22
  * Generated by JsPbCodeGenerator.
23
23
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -49,16 +49,16 @@ if (goog.DEBUG && !COMPILED) {
49
49
  * @extends {jspb.Message}
50
50
  * @constructor
51
51
  */
52
- proto.pulumirpc.InvalidInputPropertiesError = function(opt_data) {
53
- jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.InvalidInputPropertiesError.repeatedFields_, null);
52
+ proto.pulumirpc.InputPropertiesError = function(opt_data) {
53
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.InputPropertiesError.repeatedFields_, null);
54
54
  };
55
- goog.inherits(proto.pulumirpc.InvalidInputPropertiesError, jspb.Message);
55
+ goog.inherits(proto.pulumirpc.InputPropertiesError, jspb.Message);
56
56
  if (goog.DEBUG && !COMPILED) {
57
57
  /**
58
58
  * @public
59
59
  * @override
60
60
  */
61
- proto.pulumirpc.InvalidInputPropertiesError.displayName = 'proto.pulumirpc.InvalidInputPropertiesError';
61
+ proto.pulumirpc.InputPropertiesError.displayName = 'proto.pulumirpc.InputPropertiesError';
62
62
  }
63
63
  /**
64
64
  * Generated by JsPbCodeGenerator.
@@ -70,16 +70,16 @@ if (goog.DEBUG && !COMPILED) {
70
70
  * @extends {jspb.Message}
71
71
  * @constructor
72
72
  */
73
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError = function(opt_data) {
73
+ proto.pulumirpc.InputPropertiesError.PropertyError = function(opt_data) {
74
74
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
75
75
  };
76
- goog.inherits(proto.pulumirpc.InvalidInputPropertiesError.PropertyError, jspb.Message);
76
+ goog.inherits(proto.pulumirpc.InputPropertiesError.PropertyError, jspb.Message);
77
77
  if (goog.DEBUG && !COMPILED) {
78
78
  /**
79
79
  * @public
80
80
  * @override
81
81
  */
82
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.displayName = 'proto.pulumirpc.InvalidInputPropertiesError.PropertyError';
82
+ proto.pulumirpc.InputPropertiesError.PropertyError.displayName = 'proto.pulumirpc.InputPropertiesError.PropertyError';
83
83
  }
84
84
 
85
85
 
@@ -247,7 +247,7 @@ proto.pulumirpc.ErrorCause.prototype.setStacktrace = function(value) {
247
247
  * @private {!Array<number>}
248
248
  * @const
249
249
  */
250
- proto.pulumirpc.InvalidInputPropertiesError.repeatedFields_ = [1];
250
+ proto.pulumirpc.InputPropertiesError.repeatedFields_ = [1];
251
251
 
252
252
 
253
253
 
@@ -264,8 +264,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
264
264
  * http://goto/soy-param-migration
265
265
  * @return {!Object}
266
266
  */
267
- proto.pulumirpc.InvalidInputPropertiesError.prototype.toObject = function(opt_includeInstance) {
268
- return proto.pulumirpc.InvalidInputPropertiesError.toObject(opt_includeInstance, this);
267
+ proto.pulumirpc.InputPropertiesError.prototype.toObject = function(opt_includeInstance) {
268
+ return proto.pulumirpc.InputPropertiesError.toObject(opt_includeInstance, this);
269
269
  };
270
270
 
271
271
 
@@ -274,14 +274,14 @@ proto.pulumirpc.InvalidInputPropertiesError.prototype.toObject = function(opt_in
274
274
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
275
275
  * the JSPB instance for transitional soy proto support:
276
276
  * http://goto/soy-param-migration
277
- * @param {!proto.pulumirpc.InvalidInputPropertiesError} msg The msg instance to transform.
277
+ * @param {!proto.pulumirpc.InputPropertiesError} msg The msg instance to transform.
278
278
  * @return {!Object}
279
279
  * @suppress {unusedLocalVariables} f is only used for nested messages
280
280
  */
281
- proto.pulumirpc.InvalidInputPropertiesError.toObject = function(includeInstance, msg) {
281
+ proto.pulumirpc.InputPropertiesError.toObject = function(includeInstance, msg) {
282
282
  var f, obj = {
283
283
  errorsList: jspb.Message.toObjectList(msg.getErrorsList(),
284
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.toObject, includeInstance)
284
+ proto.pulumirpc.InputPropertiesError.PropertyError.toObject, includeInstance)
285
285
  };
286
286
 
287
287
  if (includeInstance) {
@@ -295,23 +295,23 @@ proto.pulumirpc.InvalidInputPropertiesError.toObject = function(includeInstance,
295
295
  /**
296
296
  * Deserializes binary data (in protobuf wire format).
297
297
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
298
- * @return {!proto.pulumirpc.InvalidInputPropertiesError}
298
+ * @return {!proto.pulumirpc.InputPropertiesError}
299
299
  */
300
- proto.pulumirpc.InvalidInputPropertiesError.deserializeBinary = function(bytes) {
300
+ proto.pulumirpc.InputPropertiesError.deserializeBinary = function(bytes) {
301
301
  var reader = new jspb.BinaryReader(bytes);
302
- var msg = new proto.pulumirpc.InvalidInputPropertiesError;
303
- return proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader(msg, reader);
302
+ var msg = new proto.pulumirpc.InputPropertiesError;
303
+ return proto.pulumirpc.InputPropertiesError.deserializeBinaryFromReader(msg, reader);
304
304
  };
305
305
 
306
306
 
307
307
  /**
308
308
  * Deserializes binary data (in protobuf wire format) from the
309
309
  * given reader into the given message object.
310
- * @param {!proto.pulumirpc.InvalidInputPropertiesError} msg The message object to deserialize into.
310
+ * @param {!proto.pulumirpc.InputPropertiesError} msg The message object to deserialize into.
311
311
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
312
- * @return {!proto.pulumirpc.InvalidInputPropertiesError}
312
+ * @return {!proto.pulumirpc.InputPropertiesError}
313
313
  */
314
- proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader = function(msg, reader) {
314
+ proto.pulumirpc.InputPropertiesError.deserializeBinaryFromReader = function(msg, reader) {
315
315
  while (reader.nextField()) {
316
316
  if (reader.isEndGroup()) {
317
317
  break;
@@ -319,8 +319,8 @@ proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader = functi
319
319
  var field = reader.getFieldNumber();
320
320
  switch (field) {
321
321
  case 1:
322
- var value = new proto.pulumirpc.InvalidInputPropertiesError.PropertyError;
323
- reader.readMessage(value,proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinaryFromReader);
322
+ var value = new proto.pulumirpc.InputPropertiesError.PropertyError;
323
+ reader.readMessage(value,proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader);
324
324
  msg.addErrors(value);
325
325
  break;
326
326
  default:
@@ -336,9 +336,9 @@ proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader = functi
336
336
  * Serializes the message to binary data (in protobuf wire format).
337
337
  * @return {!Uint8Array}
338
338
  */
339
- proto.pulumirpc.InvalidInputPropertiesError.prototype.serializeBinary = function() {
339
+ proto.pulumirpc.InputPropertiesError.prototype.serializeBinary = function() {
340
340
  var writer = new jspb.BinaryWriter();
341
- proto.pulumirpc.InvalidInputPropertiesError.serializeBinaryToWriter(this, writer);
341
+ proto.pulumirpc.InputPropertiesError.serializeBinaryToWriter(this, writer);
342
342
  return writer.getResultBuffer();
343
343
  };
344
344
 
@@ -346,18 +346,18 @@ proto.pulumirpc.InvalidInputPropertiesError.prototype.serializeBinary = function
346
346
  /**
347
347
  * Serializes the given message to binary data (in protobuf wire
348
348
  * format), writing to the given BinaryWriter.
349
- * @param {!proto.pulumirpc.InvalidInputPropertiesError} message
349
+ * @param {!proto.pulumirpc.InputPropertiesError} message
350
350
  * @param {!jspb.BinaryWriter} writer
351
351
  * @suppress {unusedLocalVariables} f is only used for nested messages
352
352
  */
353
- proto.pulumirpc.InvalidInputPropertiesError.serializeBinaryToWriter = function(message, writer) {
353
+ proto.pulumirpc.InputPropertiesError.serializeBinaryToWriter = function(message, writer) {
354
354
  var f = undefined;
355
355
  f = message.getErrorsList();
356
356
  if (f.length > 0) {
357
357
  writer.writeRepeatedMessage(
358
358
  1,
359
359
  f,
360
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.serializeBinaryToWriter
360
+ proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter
361
361
  );
362
362
  }
363
363
  };
@@ -379,8 +379,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
379
379
  * http://goto/soy-param-migration
380
380
  * @return {!Object}
381
381
  */
382
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.toObject = function(opt_includeInstance) {
383
- return proto.pulumirpc.InvalidInputPropertiesError.PropertyError.toObject(opt_includeInstance, this);
382
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.toObject = function(opt_includeInstance) {
383
+ return proto.pulumirpc.InputPropertiesError.PropertyError.toObject(opt_includeInstance, this);
384
384
  };
385
385
 
386
386
 
@@ -389,11 +389,11 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.toObject = f
389
389
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
390
390
  * the JSPB instance for transitional soy proto support:
391
391
  * http://goto/soy-param-migration
392
- * @param {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError} msg The msg instance to transform.
392
+ * @param {!proto.pulumirpc.InputPropertiesError.PropertyError} msg The msg instance to transform.
393
393
  * @return {!Object}
394
394
  * @suppress {unusedLocalVariables} f is only used for nested messages
395
395
  */
396
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.toObject = function(includeInstance, msg) {
396
+ proto.pulumirpc.InputPropertiesError.PropertyError.toObject = function(includeInstance, msg) {
397
397
  var f, obj = {
398
398
  propertyPath: jspb.Message.getFieldWithDefault(msg, 1, ""),
399
399
  reason: jspb.Message.getFieldWithDefault(msg, 2, "")
@@ -410,23 +410,23 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.toObject = function(in
410
410
  /**
411
411
  * Deserializes binary data (in protobuf wire format).
412
412
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
413
- * @return {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError}
413
+ * @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
414
414
  */
415
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinary = function(bytes) {
415
+ proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinary = function(bytes) {
416
416
  var reader = new jspb.BinaryReader(bytes);
417
- var msg = new proto.pulumirpc.InvalidInputPropertiesError.PropertyError;
418
- return proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinaryFromReader(msg, reader);
417
+ var msg = new proto.pulumirpc.InputPropertiesError.PropertyError;
418
+ return proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader(msg, reader);
419
419
  };
420
420
 
421
421
 
422
422
  /**
423
423
  * Deserializes binary data (in protobuf wire format) from the
424
424
  * given reader into the given message object.
425
- * @param {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError} msg The message object to deserialize into.
425
+ * @param {!proto.pulumirpc.InputPropertiesError.PropertyError} msg The message object to deserialize into.
426
426
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
427
- * @return {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError}
427
+ * @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
428
428
  */
429
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinaryFromReader = function(msg, reader) {
429
+ proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader = function(msg, reader) {
430
430
  while (reader.nextField()) {
431
431
  if (reader.isEndGroup()) {
432
432
  break;
@@ -454,9 +454,9 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinaryFromR
454
454
  * Serializes the message to binary data (in protobuf wire format).
455
455
  * @return {!Uint8Array}
456
456
  */
457
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.serializeBinary = function() {
457
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.serializeBinary = function() {
458
458
  var writer = new jspb.BinaryWriter();
459
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.serializeBinaryToWriter(this, writer);
459
+ proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter(this, writer);
460
460
  return writer.getResultBuffer();
461
461
  };
462
462
 
@@ -464,11 +464,11 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.serializeBin
464
464
  /**
465
465
  * Serializes the given message to binary data (in protobuf wire
466
466
  * format), writing to the given BinaryWriter.
467
- * @param {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError} message
467
+ * @param {!proto.pulumirpc.InputPropertiesError.PropertyError} message
468
468
  * @param {!jspb.BinaryWriter} writer
469
469
  * @suppress {unusedLocalVariables} f is only used for nested messages
470
470
  */
471
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.serializeBinaryToWriter = function(message, writer) {
471
+ proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter = function(message, writer) {
472
472
  var f = undefined;
473
473
  f = message.getPropertyPath();
474
474
  if (f.length > 0) {
@@ -491,16 +491,16 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.serializeBinaryToWrite
491
491
  * optional string property_path = 1;
492
492
  * @return {string}
493
493
  */
494
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.getPropertyPath = function() {
494
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.getPropertyPath = function() {
495
495
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
496
496
  };
497
497
 
498
498
 
499
499
  /**
500
500
  * @param {string} value
501
- * @return {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError} returns this
501
+ * @return {!proto.pulumirpc.InputPropertiesError.PropertyError} returns this
502
502
  */
503
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.setPropertyPath = function(value) {
503
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.setPropertyPath = function(value) {
504
504
  return jspb.Message.setProto3StringField(this, 1, value);
505
505
  };
506
506
 
@@ -509,54 +509,54 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.setPropertyP
509
509
  * optional string reason = 2;
510
510
  * @return {string}
511
511
  */
512
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.getReason = function() {
512
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.getReason = function() {
513
513
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
514
514
  };
515
515
 
516
516
 
517
517
  /**
518
518
  * @param {string} value
519
- * @return {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError} returns this
519
+ * @return {!proto.pulumirpc.InputPropertiesError.PropertyError} returns this
520
520
  */
521
- proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.setReason = function(value) {
521
+ proto.pulumirpc.InputPropertiesError.PropertyError.prototype.setReason = function(value) {
522
522
  return jspb.Message.setProto3StringField(this, 2, value);
523
523
  };
524
524
 
525
525
 
526
526
  /**
527
527
  * repeated PropertyError errors = 1;
528
- * @return {!Array<!proto.pulumirpc.InvalidInputPropertiesError.PropertyError>}
528
+ * @return {!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>}
529
529
  */
530
- proto.pulumirpc.InvalidInputPropertiesError.prototype.getErrorsList = function() {
531
- return /** @type{!Array<!proto.pulumirpc.InvalidInputPropertiesError.PropertyError>} */ (
532
- jspb.Message.getRepeatedWrapperField(this, proto.pulumirpc.InvalidInputPropertiesError.PropertyError, 1));
530
+ proto.pulumirpc.InputPropertiesError.prototype.getErrorsList = function() {
531
+ return /** @type{!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>} */ (
532
+ jspb.Message.getRepeatedWrapperField(this, proto.pulumirpc.InputPropertiesError.PropertyError, 1));
533
533
  };
534
534
 
535
535
 
536
536
  /**
537
- * @param {!Array<!proto.pulumirpc.InvalidInputPropertiesError.PropertyError>} value
538
- * @return {!proto.pulumirpc.InvalidInputPropertiesError} returns this
537
+ * @param {!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>} value
538
+ * @return {!proto.pulumirpc.InputPropertiesError} returns this
539
539
  */
540
- proto.pulumirpc.InvalidInputPropertiesError.prototype.setErrorsList = function(value) {
540
+ proto.pulumirpc.InputPropertiesError.prototype.setErrorsList = function(value) {
541
541
  return jspb.Message.setRepeatedWrapperField(this, 1, value);
542
542
  };
543
543
 
544
544
 
545
545
  /**
546
- * @param {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError=} opt_value
546
+ * @param {!proto.pulumirpc.InputPropertiesError.PropertyError=} opt_value
547
547
  * @param {number=} opt_index
548
- * @return {!proto.pulumirpc.InvalidInputPropertiesError.PropertyError}
548
+ * @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
549
549
  */
550
- proto.pulumirpc.InvalidInputPropertiesError.prototype.addErrors = function(opt_value, opt_index) {
551
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.pulumirpc.InvalidInputPropertiesError.PropertyError, opt_index);
550
+ proto.pulumirpc.InputPropertiesError.prototype.addErrors = function(opt_value, opt_index) {
551
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.pulumirpc.InputPropertiesError.PropertyError, opt_index);
552
552
  };
553
553
 
554
554
 
555
555
  /**
556
556
  * Clears the list making it empty but non-null.
557
- * @return {!proto.pulumirpc.InvalidInputPropertiesError} returns this
557
+ * @return {!proto.pulumirpc.InputPropertiesError} returns this
558
558
  */
559
- proto.pulumirpc.InvalidInputPropertiesError.prototype.clearErrorsList = function() {
559
+ proto.pulumirpc.InputPropertiesError.prototype.clearErrorsList = function() {
560
560
  return this.setErrorsList([]);
561
561
  };
562
562
 
package/version.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.134.2-alpha.x2229e04";
16
+ exports.version = "3.134.2-alpha.x94e1301";
17
17
  //# sourceMappingURL=version.js.map