aws-sdk 2.1392.0 → 2.1394.0

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/athena-2017-05-18.min.json +3 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +252 -52
  5. package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  6. package/apis/emr-containers-2020-10-01.min.json +31 -18
  7. package/apis/logs-2014-03-28.min.json +99 -16
  8. package/apis/metadata.json +8 -0
  9. package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  10. package/apis/payment-cryptography-2021-09-14.min.json +770 -0
  11. package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  12. package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  14. package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  15. package/apis/servicecatalog-2015-12-10.min.json +38 -29
  16. package/apis/timestream-write-2018-11-01.min.json +36 -8
  17. package/clients/all.d.ts +2 -0
  18. package/clients/all.js +3 -1
  19. package/clients/athena.d.ts +6 -2
  20. package/clients/cloudformation.d.ts +24 -24
  21. package/clients/cloudwatchlogs.d.ts +132 -18
  22. package/clients/comprehendmedical.d.ts +4 -4
  23. package/clients/customerprofiles.d.ts +201 -0
  24. package/clients/directconnect.d.ts +6 -6
  25. package/clients/emrcontainers.d.ts +16 -0
  26. package/clients/iotdeviceadvisor.d.ts +2 -2
  27. package/clients/paymentcryptography.d.ts +867 -0
  28. package/clients/paymentcryptography.js +18 -0
  29. package/clients/paymentcryptographydata.d.ts +1161 -0
  30. package/clients/paymentcryptographydata.js +18 -0
  31. package/clients/servicecatalog.d.ts +10 -2
  32. package/clients/timestreamwrite.d.ts +39 -4
  33. package/dist/aws-sdk-core-react-native.js +2 -2
  34. package/dist/aws-sdk-react-native.js +85 -11
  35. package/dist/aws-sdk.js +151 -48
  36. package/dist/aws-sdk.min.js +98 -98
  37. package/lib/config_service_placeholders.d.ts +4 -0
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -993,6 +993,9 @@
993
993
  "ProductName": {},
994
994
  "Verbose": {
995
995
  "type": "boolean"
996
+ },
997
+ "IncludeProvisioningArtifactParameters": {
998
+ "type": "boolean"
996
999
  }
997
1000
  }
998
1001
  },
@@ -1005,7 +1008,10 @@
1005
1008
  "Info": {
1006
1009
  "shape": "S27"
1007
1010
  },
1008
- "Status": {}
1011
+ "Status": {},
1012
+ "ProvisioningArtifactParameters": {
1013
+ "shape": "S6l"
1014
+ }
1009
1015
  }
1010
1016
  }
1011
1017
  },
@@ -1026,34 +1032,7 @@
1026
1032
  "type": "structure",
1027
1033
  "members": {
1028
1034
  "ProvisioningArtifactParameters": {
1029
- "type": "list",
1030
- "member": {
1031
- "type": "structure",
1032
- "members": {
1033
- "ParameterKey": {},
1034
- "DefaultValue": {},
1035
- "ParameterType": {},
1036
- "IsNoEcho": {
1037
- "type": "boolean"
1038
- },
1039
- "Description": {},
1040
- "ParameterConstraints": {
1041
- "type": "structure",
1042
- "members": {
1043
- "AllowedValues": {
1044
- "type": "list",
1045
- "member": {}
1046
- },
1047
- "AllowedPattern": {},
1048
- "ConstraintDescription": {},
1049
- "MaxLength": {},
1050
- "MinLength": {},
1051
- "MaxValue": {},
1052
- "MinValue": {}
1053
- }
1054
- }
1055
- }
1056
- }
1035
+ "shape": "S6l"
1057
1036
  },
1058
1037
  "ConstraintSummaries": {
1059
1038
  "shape": "S6w"
@@ -2950,6 +2929,36 @@
2950
2929
  "LaunchRoleArn": {}
2951
2930
  }
2952
2931
  },
2932
+ "S6l": {
2933
+ "type": "list",
2934
+ "member": {
2935
+ "type": "structure",
2936
+ "members": {
2937
+ "ParameterKey": {},
2938
+ "DefaultValue": {},
2939
+ "ParameterType": {},
2940
+ "IsNoEcho": {
2941
+ "type": "boolean"
2942
+ },
2943
+ "Description": {},
2944
+ "ParameterConstraints": {
2945
+ "type": "structure",
2946
+ "members": {
2947
+ "AllowedValues": {
2948
+ "type": "list",
2949
+ "member": {}
2950
+ },
2951
+ "AllowedPattern": {},
2952
+ "ConstraintDescription": {},
2953
+ "MaxLength": {},
2954
+ "MinLength": {},
2955
+ "MaxValue": {},
2956
+ "MinValue": {}
2957
+ }
2958
+ }
2959
+ }
2960
+ }
2961
+ },
2953
2962
  "S6w": {
2954
2963
  "type": "list",
2955
2964
  "member": {
@@ -102,6 +102,9 @@
102
102
  },
103
103
  "MagneticStoreWriteProperties": {
104
104
  "shape": "S1e"
105
+ },
106
+ "Schema": {
107
+ "shape": "S1h"
105
108
  }
106
109
  }
107
110
  },
@@ -109,7 +112,7 @@
109
112
  "type": "structure",
110
113
  "members": {
111
114
  "Table": {
112
- "shape": "S1i"
115
+ "shape": "S1n"
113
116
  }
114
117
  }
115
118
  },
@@ -292,7 +295,7 @@
292
295
  "type": "structure",
293
296
  "members": {
294
297
  "Table": {
295
- "shape": "S1i"
298
+ "shape": "S1n"
296
299
  }
297
300
  }
298
301
  },
@@ -385,7 +388,7 @@
385
388
  "Tables": {
386
389
  "type": "list",
387
390
  "member": {
388
- "shape": "S1i"
391
+ "shape": "S1n"
389
392
  }
390
393
  },
391
394
  "NextToken": {}
@@ -519,6 +522,9 @@
519
522
  },
520
523
  "MagneticStoreWriteProperties": {
521
524
  "shape": "S1e"
525
+ },
526
+ "Schema": {
527
+ "shape": "S1h"
522
528
  }
523
529
  }
524
530
  },
@@ -526,7 +532,7 @@
526
532
  "type": "structure",
527
533
  "members": {
528
534
  "Table": {
529
- "shape": "S1i"
535
+ "shape": "S1n"
530
536
  }
531
537
  }
532
538
  },
@@ -546,12 +552,12 @@
546
552
  "DatabaseName": {},
547
553
  "TableName": {},
548
554
  "CommonAttributes": {
549
- "shape": "S2q"
555
+ "shape": "S2v"
550
556
  },
551
557
  "Records": {
552
558
  "type": "list",
553
559
  "member": {
554
- "shape": "S2q"
560
+ "shape": "S2v"
555
561
  }
556
562
  }
557
563
  }
@@ -778,7 +784,26 @@
778
784
  }
779
785
  }
780
786
  },
781
- "S1i": {
787
+ "S1h": {
788
+ "type": "structure",
789
+ "members": {
790
+ "CompositePartitionKey": {
791
+ "type": "list",
792
+ "member": {
793
+ "type": "structure",
794
+ "required": [
795
+ "Type"
796
+ ],
797
+ "members": {
798
+ "Type": {},
799
+ "Name": {},
800
+ "EnforcementInRecord": {}
801
+ }
802
+ }
803
+ }
804
+ }
805
+ },
806
+ "S1n": {
782
807
  "type": "structure",
783
808
  "members": {
784
809
  "Arn": {},
@@ -796,10 +821,13 @@
796
821
  },
797
822
  "MagneticStoreWriteProperties": {
798
823
  "shape": "S1e"
824
+ },
825
+ "Schema": {
826
+ "shape": "S1h"
799
827
  }
800
828
  }
801
829
  },
802
- "S2q": {
830
+ "S2v": {
803
831
  "type": "structure",
804
832
  "members": {
805
833
  "Dimensions": {
package/clients/all.d.ts CHANGED
@@ -344,3 +344,5 @@ export import IVSRealTime = require('./ivsrealtime');
344
344
  export import VPCLattice = require('./vpclattice');
345
345
  export import OSIS = require('./osis');
346
346
  export import MediaPackageV2 = require('./mediapackagev2');
347
+ export import PaymentCryptography = require('./paymentcryptography');
348
+ export import PaymentCryptographyData = require('./paymentcryptographydata');
package/clients/all.js CHANGED
@@ -345,5 +345,7 @@ module.exports = {
345
345
  IVSRealTime: require('./ivsrealtime'),
346
346
  VPCLattice: require('./vpclattice'),
347
347
  OSIS: require('./osis'),
348
- MediaPackageV2: require('./mediapackagev2')
348
+ MediaPackageV2: require('./mediapackagev2'),
349
+ PaymentCryptography: require('./paymentcryptography'),
350
+ PaymentCryptographyData: require('./paymentcryptographydata')
349
351
  };
@@ -1157,6 +1157,10 @@ declare namespace Athena {
1157
1157
  * Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
1158
1158
  */
1159
1159
  AdditionalConfigs?: ParametersMap;
1160
+ /**
1161
+ * Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
1162
+ */
1163
+ SparkProperties?: ParametersMap;
1160
1164
  }
1161
1165
  export interface EngineVersion {
1162
1166
  /**
@@ -2942,7 +2946,7 @@ declare namespace Athena {
2942
2946
  */
2943
2947
  ExecutionRole?: RoleArn;
2944
2948
  /**
2945
- * Specifies the KMS key that is used to encrypt the user's data stores in Athena.
2949
+ * Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.
2946
2950
  */
2947
2951
  CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
2948
2952
  /**
@@ -2980,7 +2984,7 @@ declare namespace Athena {
2980
2984
  */
2981
2985
  EngineVersion?: EngineVersion;
2982
2986
  /**
2983
- * Removes content encryption configuration for a workgroup.
2987
+ * Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
2984
2988
  */
2985
2989
  RemoveCustomerContentEncryptionConfiguration?: BoxedBoolean;
2986
2990
  /**
@@ -61,11 +61,11 @@ declare class CloudFormation extends Service {
61
61
  */
62
62
  createChangeSet(callback?: (err: AWSError, data: CloudFormation.Types.CreateChangeSetOutput) => void): Request<CloudFormation.Types.CreateChangeSetOutput, AWSError>;
63
63
  /**
64
- * Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacksoperation.
64
+ * Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks operation.
65
65
  */
66
66
  createStack(params: CloudFormation.Types.CreateStackInput, callback?: (err: AWSError, data: CloudFormation.Types.CreateStackOutput) => void): Request<CloudFormation.Types.CreateStackOutput, AWSError>;
67
67
  /**
68
- * Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacksoperation.
68
+ * Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks operation.
69
69
  */
70
70
  createStack(callback?: (err: AWSError, data: CloudFormation.Types.CreateStackOutput) => void): Request<CloudFormation.Types.CreateStackOutput, AWSError>;
71
71
  /**
@@ -261,11 +261,11 @@ declare class CloudFormation extends Service {
261
261
  */
262
262
  describeType(callback?: (err: AWSError, data: CloudFormation.Types.DescribeTypeOutput) => void): Request<CloudFormation.Types.DescribeTypeOutput, AWSError>;
263
263
  /**
264
- * Returns information about an extension's registration, including its current status and type and version identifiers. When you initiate a registration request using RegisterType , you can then use DescribeTypeRegistration to monitor the progress of that registration request. Once the registration request has completed, use DescribeType to return detailed information about an extension.
264
+ * Returns information about an extension's registration, including its current status and type and version identifiers. When you initiate a registration request using RegisterType, you can then use DescribeTypeRegistration to monitor the progress of that registration request. Once the registration request has completed, use DescribeType to return detailed information about an extension.
265
265
  */
266
266
  describeTypeRegistration(params: CloudFormation.Types.DescribeTypeRegistrationInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeTypeRegistrationOutput) => void): Request<CloudFormation.Types.DescribeTypeRegistrationOutput, AWSError>;
267
267
  /**
268
- * Returns information about an extension's registration, including its current status and type and version identifiers. When you initiate a registration request using RegisterType , you can then use DescribeTypeRegistration to monitor the progress of that registration request. Once the registration request has completed, use DescribeType to return detailed information about an extension.
268
+ * Returns information about an extension's registration, including its current status and type and version identifiers. When you initiate a registration request using RegisterType, you can then use DescribeTypeRegistration to monitor the progress of that registration request. Once the registration request has completed, use DescribeType to return detailed information about an extension.
269
269
  */
270
270
  describeTypeRegistration(callback?: (err: AWSError, data: CloudFormation.Types.DescribeTypeRegistrationOutput) => void): Request<CloudFormation.Types.DescribeTypeRegistrationOutput, AWSError>;
271
271
  /**
@@ -285,11 +285,11 @@ declare class CloudFormation extends Service {
285
285
  */
286
286
  detectStackResourceDrift(callback?: (err: AWSError, data: CloudFormation.Types.DetectStackResourceDriftOutput) => void): Request<CloudFormation.Types.DetectStackResourceDriftOutput, AWSError>;
287
287
  /**
288
- * Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift detection on the stack associated with each stack instance in the stack set. For more information, see How CloudFormation performs drift detection on a stack set. DetectStackSetDrift returns the OperationId of the stack set drift detection operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation. The drift detection operation may take some time, depending on the number of stack instances included in the stack set, in addition to the number of resources included in each stack. Once the operation has completed, use the following actions to return drift information: Use DescribeStackSet to return detailed information about the stack set, including detailed information about the last completed drift operation performed on the stack set. (Information about drift operations that are in progress isn't included.) Use ListStackInstances to return a list of stack instances belonging to the stack set, including the drift status and last drift time checked of each instance. Use DescribeStackInstance to return detailed information about a specific stack instance, including its drift status and last drift time checked. For more information about performing a drift detection operation on a stack set, see Detecting unmanaged changes in stack sets. You can only run a single drift detection operation on a given stack set at one time. To stop a drift detection stack set operation, use StopStackSetOperation .
288
+ * Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift detection on the stack associated with each stack instance in the stack set. For more information, see How CloudFormation performs drift detection on a stack set. DetectStackSetDrift returns the OperationId of the stack set drift detection operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation. The drift detection operation may take some time, depending on the number of stack instances included in the stack set, in addition to the number of resources included in each stack. Once the operation has completed, use the following actions to return drift information: Use DescribeStackSet to return detailed information about the stack set, including detailed information about the last completed drift operation performed on the stack set. (Information about drift operations that are in progress isn't included.) Use ListStackInstances to return a list of stack instances belonging to the stack set, including the drift status and last drift time checked of each instance. Use DescribeStackInstance to return detailed information about a specific stack instance, including its drift status and last drift time checked. For more information about performing a drift detection operation on a stack set, see Detecting unmanaged changes in stack sets. You can only run a single drift detection operation on a given stack set at one time. To stop a drift detection stack set operation, use StopStackSetOperation.
289
289
  */
290
290
  detectStackSetDrift(params: CloudFormation.Types.DetectStackSetDriftInput, callback?: (err: AWSError, data: CloudFormation.Types.DetectStackSetDriftOutput) => void): Request<CloudFormation.Types.DetectStackSetDriftOutput, AWSError>;
291
291
  /**
292
- * Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift detection on the stack associated with each stack instance in the stack set. For more information, see How CloudFormation performs drift detection on a stack set. DetectStackSetDrift returns the OperationId of the stack set drift detection operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation. The drift detection operation may take some time, depending on the number of stack instances included in the stack set, in addition to the number of resources included in each stack. Once the operation has completed, use the following actions to return drift information: Use DescribeStackSet to return detailed information about the stack set, including detailed information about the last completed drift operation performed on the stack set. (Information about drift operations that are in progress isn't included.) Use ListStackInstances to return a list of stack instances belonging to the stack set, including the drift status and last drift time checked of each instance. Use DescribeStackInstance to return detailed information about a specific stack instance, including its drift status and last drift time checked. For more information about performing a drift detection operation on a stack set, see Detecting unmanaged changes in stack sets. You can only run a single drift detection operation on a given stack set at one time. To stop a drift detection stack set operation, use StopStackSetOperation .
292
+ * Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift detection on the stack associated with each stack instance in the stack set. For more information, see How CloudFormation performs drift detection on a stack set. DetectStackSetDrift returns the OperationId of the stack set drift detection operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation. The drift detection operation may take some time, depending on the number of stack instances included in the stack set, in addition to the number of resources included in each stack. Once the operation has completed, use the following actions to return drift information: Use DescribeStackSet to return detailed information about the stack set, including detailed information about the last completed drift operation performed on the stack set. (Information about drift operations that are in progress isn't included.) Use ListStackInstances to return a list of stack instances belonging to the stack set, including the drift status and last drift time checked of each instance. Use DescribeStackInstance to return detailed information about a specific stack instance, including its drift status and last drift time checked. For more information about performing a drift detection operation on a stack set, see Detecting unmanaged changes in stack sets. You can only run a single drift detection operation on a given stack set at one time. To stop a drift detection stack set operation, use StopStackSetOperation.
293
293
  */
294
294
  detectStackSetDrift(callback?: (err: AWSError, data: CloudFormation.Types.DetectStackSetDriftOutput) => void): Request<CloudFormation.Types.DetectStackSetDriftOutput, AWSError>;
295
295
  /**
@@ -349,19 +349,19 @@ declare class CloudFormation extends Service {
349
349
  */
350
350
  listChangeSets(callback?: (err: AWSError, data: CloudFormation.Types.ListChangeSetsOutput) => void): Request<CloudFormation.Types.ListChangeSetsOutput, AWSError>;
351
351
  /**
352
- * Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function. For more information, see CloudFormation export stack output values.
352
+ * Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function. For more information, see CloudFormation export stack output values.
353
353
  */
354
354
  listExports(params: CloudFormation.Types.ListExportsInput, callback?: (err: AWSError, data: CloudFormation.Types.ListExportsOutput) => void): Request<CloudFormation.Types.ListExportsOutput, AWSError>;
355
355
  /**
356
- * Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function. For more information, see CloudFormation export stack output values.
356
+ * Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function. For more information, see CloudFormation export stack output values.
357
357
  */
358
358
  listExports(callback?: (err: AWSError, data: CloudFormation.Types.ListExportsOutput) => void): Request<CloudFormation.Types.ListExportsOutput, AWSError>;
359
359
  /**
360
- * Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
360
+ * Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
361
361
  */
362
362
  listImports(params: CloudFormation.Types.ListImportsInput, callback?: (err: AWSError, data: CloudFormation.Types.ListImportsOutput) => void): Request<CloudFormation.Types.ListImportsOutput, AWSError>;
363
363
  /**
364
- * Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
364
+ * Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
365
365
  */
366
366
  listImports(callback?: (err: AWSError, data: CloudFormation.Types.ListImportsOutput) => void): Request<CloudFormation.Types.ListImportsOutput, AWSError>;
367
367
  /**
@@ -461,11 +461,11 @@ declare class CloudFormation extends Service {
461
461
  */
462
462
  registerPublisher(callback?: (err: AWSError, data: CloudFormation.Types.RegisterPublisherOutput) => void): Request<CloudFormation.Types.RegisterPublisherOutput, AWSError>;
463
463
  /**
464
- * Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType , you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
464
+ * Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType, you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
465
465
  */
466
466
  registerType(params: CloudFormation.Types.RegisterTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.RegisterTypeOutput) => void): Request<CloudFormation.Types.RegisterTypeOutput, AWSError>;
467
467
  /**
468
- * Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType , you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
468
+ * Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType, you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
469
469
  */
470
470
  registerType(callback?: (err: AWSError, data: CloudFormation.Types.RegisterTypeOutput) => void): Request<CloudFormation.Types.RegisterTypeOutput, AWSError>;
471
471
  /**
@@ -923,7 +923,7 @@ declare namespace CloudFormation {
923
923
  */
924
924
  ResourcesToSkip?: ResourcesToSkip;
925
925
  /**
926
- * A unique identifier for this ContinueUpdateRollback request. Specify this token if you plan to retry requests so that CloudFormationknows that you're not attempting to continue the rollback to a stack with the same name. You might retry ContinueUpdateRollback requests to ensure that CloudFormation successfully received them.
926
+ * A unique identifier for this ContinueUpdateRollback request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to continue the rollback to a stack with the same name. You might retry ContinueUpdateRollback requests to ensure that CloudFormation successfully received them.
927
927
  */
928
928
  ClientRequestToken?: ClientRequestToken;
929
929
  }
@@ -987,7 +987,7 @@ declare namespace CloudFormation {
987
987
  */
988
988
  Description?: Description;
989
989
  /**
990
- * The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE. To create a change set for an import operation, specify IMPORT. If you create a change set for a new stack, CloudFormation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set. By default, CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.
990
+ * The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE. To create a change set for an import operation, specify IMPORT. If you create a change set for a new stack, CloudFormation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set. By default, CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.
991
991
  */
992
992
  ChangeSetType?: ChangeSetType;
993
993
  /**
@@ -1768,7 +1768,7 @@ declare namespace CloudFormation {
1768
1768
  */
1769
1769
  TypeName?: TypeName;
1770
1770
  /**
1771
- * The ID of the default version of the extension. The default version is used when the extension version isn't specified. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns null. For more information, see RegisterType. To set the default version of an extension, use SetTypeDefaultVersion .
1771
+ * The ID of the default version of the extension. The default version is used when the extension version isn't specified. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns null. For more information, see RegisterType. To set the default version of an extension, use SetTypeDefaultVersion.
1772
1772
  */
1773
1773
  DefaultVersionId?: TypeVersionId;
1774
1774
  /**
@@ -1866,7 +1866,7 @@ declare namespace CloudFormation {
1866
1866
  }
1867
1867
  export interface DescribeTypeRegistrationInput {
1868
1868
  /**
1869
- * The identifier for this registration request. This registration token is generated by CloudFormation when you initiate a registration request using RegisterType .
1869
+ * The identifier for this registration request. This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.
1870
1870
  */
1871
1871
  RegistrationToken: RegistrationToken;
1872
1872
  }
@@ -1941,7 +1941,7 @@ declare namespace CloudFormation {
1941
1941
  }
1942
1942
  export interface DetectStackSetDriftOutput {
1943
1943
  /**
1944
- * The ID of the drift detection stack set operation. You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
1944
+ * The ID of the drift detection stack set operation. You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
1945
1945
  */
1946
1946
  OperationId?: ClientRequestToken;
1947
1947
  }
@@ -2427,7 +2427,7 @@ declare namespace CloudFormation {
2427
2427
  }
2428
2428
  export interface ListTypeRegistrationsOutput {
2429
2429
  /**
2430
- * A list of extension registration tokens. Use DescribeTypeRegistration to return detailed information about a type registration request.
2430
+ * A list of extension registration tokens. Use DescribeTypeRegistration to return detailed information about a type registration request.
2431
2431
  */
2432
2432
  RegistrationTokenList?: RegistrationTokenList;
2433
2433
  /**
@@ -2610,7 +2610,7 @@ declare namespace CloudFormation {
2610
2610
  */
2611
2611
  UsePreviousValue?: UsePreviousValue;
2612
2612
  /**
2613
- * Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.
2613
+ * Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.
2614
2614
  */
2615
2615
  ResolvedValue?: ParameterValue;
2616
2616
  }
@@ -2798,7 +2798,7 @@ declare namespace CloudFormation {
2798
2798
  }
2799
2799
  export interface RegisterTypeOutput {
2800
2800
  /**
2801
- * The identifier for this registration request. Use this registration token when calling DescribeTypeRegistration , which returns information about the status and IDs of the extension registration.
2801
+ * The identifier for this registration request. Use this registration token when calling DescribeTypeRegistration, which returns information about the status and IDs of the extension registration.
2802
2802
  */
2803
2803
  RegistrationToken?: RegistrationToken;
2804
2804
  }
@@ -3310,11 +3310,11 @@ declare namespace CloudFormation {
3310
3310
  }
3311
3311
  export interface StackInstanceComprehensiveStatus {
3312
3312
  /**
3313
- * CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually. PENDING: The operation in the specified account and Region has yet to start. RUNNING: The operation in the specified account and Region is currently in progress. SUCCEEDED: The operation in the specified account and Region completed successfully.
3313
+ * CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually. PENDING: The operation in the specified account and Region has yet to start. RUNNING: The operation in the specified account and Region is currently in progress. SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation. SUCCEEDED: The operation in the specified account and Region completed successfully.
3314
3314
  */
3315
3315
  DetailedStatus?: StackInstanceDetailedStatus;
3316
3316
  }
3317
- export type StackInstanceDetailedStatus = "PENDING"|"RUNNING"|"SUCCEEDED"|"FAILED"|"CANCELLED"|"INOPERABLE"|string;
3317
+ export type StackInstanceDetailedStatus = "PENDING"|"RUNNING"|"SUCCEEDED"|"FAILED"|"CANCELLED"|"INOPERABLE"|"SKIPPED_SUSPENDED_ACCOUNT"|string;
3318
3318
  export interface StackInstanceFilter {
3319
3319
  /**
3320
3320
  * The type of filter to apply.
@@ -3758,7 +3758,7 @@ declare namespace CloudFormation {
3758
3758
  */
3759
3759
  RegionConcurrencyType?: RegionConcurrencyType;
3760
3760
  /**
3761
- * The order of the Regions in where you want to perform the stack operation.
3761
+ * The order of the Regions where you want to perform the stack operation.
3762
3762
  */
3763
3763
  RegionOrder?: RegionList;
3764
3764
  /**
@@ -4119,7 +4119,7 @@ declare namespace CloudFormation {
4119
4119
  */
4120
4120
  TypeName?: TypeName;
4121
4121
  /**
4122
- * The ID of the default version of the extension. The default version is used when the extension version isn't specified. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon and published by third parties, CloudFormation returns null. For more information, see RegisterType. To set the default version of an extension, use SetTypeDefaultVersion .
4122
+ * The ID of the default version of the extension. The default version is used when the extension version isn't specified. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon and published by third parties, CloudFormation returns null. For more information, see RegisterType. To set the default version of an extension, use SetTypeDefaultVersion.
4123
4123
  */
4124
4124
  DefaultVersionId?: TypeVersionId;
4125
4125
  /**