aws-sdk 2.962.0 → 2.966.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 (48) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
  4. package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
  5. package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
  6. package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
  7. package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
  8. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
  9. package/apis/codebuild-2016-10-06.examples.json +0 -276
  10. package/apis/codebuild-2016-10-06.min.json +51 -26
  11. package/apis/connect-2017-08-08.min.json +364 -101
  12. package/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/apis/lightsail-2016-11-28.min.json +154 -144
  14. package/apis/metadata.json +12 -0
  15. package/apis/nimble-2020-08-01.min.json +13 -0
  16. package/apis/rekognition-2016-06-27.min.json +51 -30
  17. package/apis/snow-device-management-2021-08-04.examples.json +5 -0
  18. package/apis/snow-device-management-2021-08-04.min.json +638 -0
  19. package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
  20. package/apis/wafv2-2019-07-29.min.json +306 -98
  21. package/clients/all.d.ts +3 -0
  22. package/clients/all.js +4 -1
  23. package/clients/athena.d.ts +28 -28
  24. package/clients/chime.d.ts +17 -14
  25. package/clients/chimesdkidentity.d.ts +591 -0
  26. package/clients/chimesdkidentity.js +18 -0
  27. package/clients/chimesdkmessaging.d.ts +1344 -0
  28. package/clients/chimesdkmessaging.js +18 -0
  29. package/clients/codebuild.d.ts +166 -126
  30. package/clients/connect.d.ts +310 -9
  31. package/clients/ebs.d.ts +10 -10
  32. package/clients/ecs.d.ts +18 -18
  33. package/clients/lightsail.d.ts +19 -1
  34. package/clients/nimble.d.ts +31 -15
  35. package/clients/rekognition.d.ts +59 -26
  36. package/clients/route53.d.ts +57 -57
  37. package/clients/snowdevicemanagement.d.ts +767 -0
  38. package/clients/snowdevicemanagement.js +18 -0
  39. package/clients/ssm.d.ts +110 -110
  40. package/clients/synthetics.d.ts +25 -1
  41. package/clients/wafv2.d.ts +325 -6
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +122 -11
  44. package/dist/aws-sdk.js +487 -160
  45. package/dist/aws-sdk.min.js +76 -76
  46. package/lib/config_service_placeholders.d.ts +6 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
package/clients/ssm.d.ts CHANGED
@@ -109,11 +109,11 @@ declare class SSM extends Service {
109
109
  */
110
110
  createPatchBaseline(callback?: (err: AWSError, data: SSM.Types.CreatePatchBaselineResult) => void): Request<SSM.Types.CreatePatchBaselineResult, AWSError>;
111
111
  /**
112
- * A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple accounts and Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.
112
+ * A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.
113
113
  */
114
114
  createResourceDataSync(params: SSM.Types.CreateResourceDataSyncRequest, callback?: (err: AWSError, data: SSM.Types.CreateResourceDataSyncResult) => void): Request<SSM.Types.CreateResourceDataSyncResult, AWSError>;
115
115
  /**
116
- * A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple accounts and Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.
116
+ * A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.
117
117
  */
118
118
  createResourceDataSync(callback?: (err: AWSError, data: SSM.Types.CreateResourceDataSyncResult) => void): Request<SSM.Types.CreateResourceDataSyncResult, AWSError>;
119
119
  /**
@@ -125,11 +125,11 @@ declare class SSM extends Service {
125
125
  */
126
126
  deleteActivation(callback?: (err: AWSError, data: SSM.Types.DeleteActivationResult) => void): Request<SSM.Types.DeleteActivationResult, AWSError>;
127
127
  /**
128
- * Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified instance. When you disassociate a document from an instance, it doesn't change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
128
+ * Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified instance. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from an instance, it doesn't change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
129
129
  */
130
130
  deleteAssociation(params: SSM.Types.DeleteAssociationRequest, callback?: (err: AWSError, data: SSM.Types.DeleteAssociationResult) => void): Request<SSM.Types.DeleteAssociationResult, AWSError>;
131
131
  /**
132
- * Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified instance. When you disassociate a document from an instance, it doesn't change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
132
+ * Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified instance. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from an instance, it doesn't change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
133
133
  */
134
134
  deleteAssociation(callback?: (err: AWSError, data: SSM.Types.DeleteAssociationResult) => void): Request<SSM.Types.DeleteAssociationResult, AWSError>;
135
135
  /**
@@ -165,19 +165,19 @@ declare class SSM extends Service {
165
165
  */
166
166
  deleteOpsMetadata(callback?: (err: AWSError, data: SSM.Types.DeleteOpsMetadataResult) => void): Request<SSM.Types.DeleteOpsMetadataResult, AWSError>;
167
167
  /**
168
- * Delete a parameter from the system.
168
+ * Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
169
169
  */
170
170
  deleteParameter(params: SSM.Types.DeleteParameterRequest, callback?: (err: AWSError, data: SSM.Types.DeleteParameterResult) => void): Request<SSM.Types.DeleteParameterResult, AWSError>;
171
171
  /**
172
- * Delete a parameter from the system.
172
+ * Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
173
173
  */
174
174
  deleteParameter(callback?: (err: AWSError, data: SSM.Types.DeleteParameterResult) => void): Request<SSM.Types.DeleteParameterResult, AWSError>;
175
175
  /**
176
- * Delete a list of parameters.
176
+ * Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
177
177
  */
178
178
  deleteParameters(params: SSM.Types.DeleteParametersRequest, callback?: (err: AWSError, data: SSM.Types.DeleteParametersResult) => void): Request<SSM.Types.DeleteParametersResult, AWSError>;
179
179
  /**
180
- * Delete a list of parameters.
180
+ * Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
181
181
  */
182
182
  deleteParameters(callback?: (err: AWSError, data: SSM.Types.DeleteParametersResult) => void): Request<SSM.Types.DeleteParametersResult, AWSError>;
183
183
  /**
@@ -237,11 +237,11 @@ declare class SSM extends Service {
237
237
  */
238
238
  describeActivations(callback?: (err: AWSError, data: SSM.Types.DescribeActivationsResult) => void): Request<SSM.Types.DescribeActivationsResult, AWSError>;
239
239
  /**
240
- * Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and an Amazon Web Services Systems Manager document (SSM document), then you retrieve the association by specifying the document name and the instance ID.
240
+ * Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.
241
241
  */
242
242
  describeAssociation(params: SSM.Types.DescribeAssociationRequest, callback?: (err: AWSError, data: SSM.Types.DescribeAssociationResult) => void): Request<SSM.Types.DescribeAssociationResult, AWSError>;
243
243
  /**
244
- * Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and an Amazon Web Services Systems Manager document (SSM document), then you retrieve the association by specifying the document name and the instance ID.
244
+ * Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.
245
245
  */
246
246
  describeAssociation(callback?: (err: AWSError, data: SSM.Types.DescribeAssociationResult) => void): Request<SSM.Types.DescribeAssociationResult, AWSError>;
247
247
  /**
@@ -293,11 +293,11 @@ declare class SSM extends Service {
293
293
  */
294
294
  describeDocument(callback?: (err: AWSError, data: SSM.Types.DescribeDocumentResult) => void): Request<SSM.Types.DescribeDocumentResult, AWSError>;
295
295
  /**
296
- * Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's account ID) or publicly (All).
296
+ * Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).
297
297
  */
298
298
  describeDocumentPermission(params: SSM.Types.DescribeDocumentPermissionRequest, callback?: (err: AWSError, data: SSM.Types.DescribeDocumentPermissionResponse) => void): Request<SSM.Types.DescribeDocumentPermissionResponse, AWSError>;
299
299
  /**
300
- * Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's account ID) or publicly (All).
300
+ * Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).
301
301
  */
302
302
  describeDocumentPermission(callback?: (err: AWSError, data: SSM.Types.DescribeDocumentPermissionResponse) => void): Request<SSM.Types.DescribeDocumentPermissionResponse, AWSError>;
303
303
  /**
@@ -413,11 +413,11 @@ declare class SSM extends Service {
413
413
  */
414
414
  describeMaintenanceWindowTasks(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowTasksResult) => void): Request<SSM.Types.DescribeMaintenanceWindowTasksResult, AWSError>;
415
415
  /**
416
- * Retrieves the maintenance windows in an account.
416
+ * Retrieves the maintenance windows in an Amazon Web Services account.
417
417
  */
418
418
  describeMaintenanceWindows(params: SSM.Types.DescribeMaintenanceWindowsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsResult, AWSError>;
419
419
  /**
420
- * Retrieves the maintenance windows in an account.
420
+ * Retrieves the maintenance windows in an Amazon Web Services account.
421
421
  */
422
422
  describeMaintenanceWindows(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsResult, AWSError>;
423
423
  /**
@@ -445,11 +445,11 @@ declare class SSM extends Service {
445
445
  */
446
446
  describeParameters(callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
447
447
  /**
448
- * Lists the patch baselines in your account.
448
+ * Lists the patch baselines in your Amazon Web Services account.
449
449
  */
450
450
  describePatchBaselines(params: SSM.Types.DescribePatchBaselinesRequest, callback?: (err: AWSError, data: SSM.Types.DescribePatchBaselinesResult) => void): Request<SSM.Types.DescribePatchBaselinesResult, AWSError>;
451
451
  /**
452
- * Lists the patch baselines in your account.
452
+ * Lists the patch baselines in your Amazon Web Services account.
453
453
  */
454
454
  describePatchBaselines(callback?: (err: AWSError, data: SSM.Types.DescribePatchBaselinesResult) => void): Request<SSM.Types.DescribePatchBaselinesResult, AWSError>;
455
455
  /**
@@ -533,11 +533,11 @@ declare class SSM extends Service {
533
533
  */
534
534
  getDefaultPatchBaseline(callback?: (err: AWSError, data: SSM.Types.GetDefaultPatchBaselineResult) => void): Request<SSM.Types.GetDefaultPatchBaselineResult, AWSError>;
535
535
  /**
536
- * Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local AWS credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target an instance with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
536
+ * Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target an instance with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
537
537
  */
538
538
  getDeployablePatchSnapshotForInstance(params: SSM.Types.GetDeployablePatchSnapshotForInstanceRequest, callback?: (err: AWSError, data: SSM.Types.GetDeployablePatchSnapshotForInstanceResult) => void): Request<SSM.Types.GetDeployablePatchSnapshotForInstanceResult, AWSError>;
539
539
  /**
540
- * Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local AWS credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target an instance with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
540
+ * Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target an instance with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
541
541
  */
542
542
  getDeployablePatchSnapshotForInstance(callback?: (err: AWSError, data: SSM.Types.GetDeployablePatchSnapshotForInstanceResult) => void): Request<SSM.Types.GetDeployablePatchSnapshotForInstanceResult, AWSError>;
543
543
  /**
@@ -549,11 +549,11 @@ declare class SSM extends Service {
549
549
  */
550
550
  getDocument(callback?: (err: AWSError, data: SSM.Types.GetDocumentResult) => void): Request<SSM.Types.GetDocumentResult, AWSError>;
551
551
  /**
552
- * Query inventory information.
552
+ * Query inventory information. This includes instance status, such as Stopped or Terminated.
553
553
  */
554
554
  getInventory(params: SSM.Types.GetInventoryRequest, callback?: (err: AWSError, data: SSM.Types.GetInventoryResult) => void): Request<SSM.Types.GetInventoryResult, AWSError>;
555
555
  /**
556
- * Query inventory information.
556
+ * Query inventory information. This includes instance status, such as Stopped or Terminated.
557
557
  */
558
558
  getInventory(callback?: (err: AWSError, data: SSM.Types.GetInventoryResult) => void): Request<SSM.Types.GetInventoryResult, AWSError>;
559
559
  /**
@@ -629,11 +629,11 @@ declare class SSM extends Service {
629
629
  */
630
630
  getOpsSummary(callback?: (err: AWSError, data: SSM.Types.GetOpsSummaryResult) => void): Request<SSM.Types.GetOpsSummaryResult, AWSError>;
631
631
  /**
632
- * Get information about a parameter by using the parameter name. Don't confuse this API operation with the GetParameters API operation.
632
+ * Get information about a single parameter by specifying the parameter name. To get information about more than one parameter at a time, use the GetParameters operation.
633
633
  */
634
634
  getParameter(params: SSM.Types.GetParameterRequest, callback?: (err: AWSError, data: SSM.Types.GetParameterResult) => void): Request<SSM.Types.GetParameterResult, AWSError>;
635
635
  /**
636
- * Get information about a parameter by using the parameter name. Don't confuse this API operation with the GetParameters API operation.
636
+ * Get information about a single parameter by specifying the parameter name. To get information about more than one parameter at a time, use the GetParameters operation.
637
637
  */
638
638
  getParameter(callback?: (err: AWSError, data: SSM.Types.GetParameterResult) => void): Request<SSM.Types.GetParameterResult, AWSError>;
639
639
  /**
@@ -645,11 +645,11 @@ declare class SSM extends Service {
645
645
  */
646
646
  getParameterHistory(callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
647
647
  /**
648
- * Get details of a parameter. Don't confuse this API operation with the GetParameter API operation.
648
+ * Get information about one or more parameters by specifying multiple parameter names. To get information about a single parameter, you can use the GetParameter operation instead.
649
649
  */
650
650
  getParameters(params: SSM.Types.GetParametersRequest, callback?: (err: AWSError, data: SSM.Types.GetParametersResult) => void): Request<SSM.Types.GetParametersResult, AWSError>;
651
651
  /**
652
- * Get details of a parameter. Don't confuse this API operation with the GetParameter API operation.
652
+ * Get information about one or more parameters by specifying multiple parameter names. To get information about a single parameter, you can use the GetParameter operation instead.
653
653
  */
654
654
  getParameters(callback?: (err: AWSError, data: SSM.Types.GetParametersResult) => void): Request<SSM.Types.GetParametersResult, AWSError>;
655
655
  /**
@@ -677,11 +677,11 @@ declare class SSM extends Service {
677
677
  */
678
678
  getPatchBaselineForPatchGroup(callback?: (err: AWSError, data: SSM.Types.GetPatchBaselineForPatchGroupResult) => void): Request<SSM.Types.GetPatchBaselineForPatchGroupResult, AWSError>;
679
679
  /**
680
- * ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team. Query the current service setting for the account.
680
+ * ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team. Query the current service setting for the Amazon Web Services account.
681
681
  */
682
682
  getServiceSetting(params: SSM.Types.GetServiceSettingRequest, callback?: (err: AWSError, data: SSM.Types.GetServiceSettingResult) => void): Request<SSM.Types.GetServiceSettingResult, AWSError>;
683
683
  /**
684
- * ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team. Query the current service setting for the account.
684
+ * ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team. Query the current service setting for the Amazon Web Services account.
685
685
  */
686
686
  getServiceSetting(callback?: (err: AWSError, data: SSM.Types.GetServiceSettingResult) => void): Request<SSM.Types.GetServiceSettingResult, AWSError>;
687
687
  /**
@@ -701,11 +701,11 @@ declare class SSM extends Service {
701
701
  */
702
702
  listAssociationVersions(callback?: (err: AWSError, data: SSM.Types.ListAssociationVersionsResult) => void): Request<SSM.Types.ListAssociationVersionsResult, AWSError>;
703
703
  /**
704
- * Returns all State Manager associations in the current account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
704
+ * Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or instance by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
705
705
  */
706
706
  listAssociations(params: SSM.Types.ListAssociationsRequest, callback?: (err: AWSError, data: SSM.Types.ListAssociationsResult) => void): Request<SSM.Types.ListAssociationsResult, AWSError>;
707
707
  /**
708
- * Returns all State Manager associations in the current account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
708
+ * Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or instance by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
709
709
  */
710
710
  listAssociations(callback?: (err: AWSError, data: SSM.Types.ListAssociationsResult) => void): Request<SSM.Types.ListAssociationsResult, AWSError>;
711
711
  /**
@@ -717,11 +717,11 @@ declare class SSM extends Service {
717
717
  */
718
718
  listCommandInvocations(callback?: (err: AWSError, data: SSM.Types.ListCommandInvocationsResult) => void): Request<SSM.Types.ListCommandInvocationsResult, AWSError>;
719
719
  /**
720
- * Lists the commands requested by users of the account.
720
+ * Lists the commands requested by users of the Amazon Web Services account.
721
721
  */
722
722
  listCommands(params: SSM.Types.ListCommandsRequest, callback?: (err: AWSError, data: SSM.Types.ListCommandsResult) => void): Request<SSM.Types.ListCommandsResult, AWSError>;
723
723
  /**
724
- * Lists the commands requested by users of the account.
724
+ * Lists the commands requested by users of the Amazon Web Services account.
725
725
  */
726
726
  listCommands(callback?: (err: AWSError, data: SSM.Types.ListCommandsResult) => void): Request<SSM.Types.ListCommandsResult, AWSError>;
727
727
  /**
@@ -741,11 +741,11 @@ declare class SSM extends Service {
741
741
  */
742
742
  listComplianceSummaries(callback?: (err: AWSError, data: SSM.Types.ListComplianceSummariesResult) => void): Request<SSM.Types.ListComplianceSummariesResult, AWSError>;
743
743
  /**
744
- * Information about approval reviews for a version of an SSM document.
744
+ * Information about approval reviews for a version of a change template in Change Manager.
745
745
  */
746
746
  listDocumentMetadataHistory(params: SSM.Types.ListDocumentMetadataHistoryRequest, callback?: (err: AWSError, data: SSM.Types.ListDocumentMetadataHistoryResponse) => void): Request<SSM.Types.ListDocumentMetadataHistoryResponse, AWSError>;
747
747
  /**
748
- * Information about approval reviews for a version of an SSM document.
748
+ * Information about approval reviews for a version of a change template in Change Manager.
749
749
  */
750
750
  listDocumentMetadataHistory(callback?: (err: AWSError, data: SSM.Types.ListDocumentMetadataHistoryResponse) => void): Request<SSM.Types.ListDocumentMetadataHistoryResponse, AWSError>;
751
751
  /**
@@ -757,11 +757,11 @@ declare class SSM extends Service {
757
757
  */
758
758
  listDocumentVersions(callback?: (err: AWSError, data: SSM.Types.ListDocumentVersionsResult) => void): Request<SSM.Types.ListDocumentVersionsResult, AWSError>;
759
759
  /**
760
- * Returns all Systems Manager (SSM) documents in the current account and Region. You can limit the results of this request by using a filter.
760
+ * Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.
761
761
  */
762
762
  listDocuments(params: SSM.Types.ListDocumentsRequest, callback?: (err: AWSError, data: SSM.Types.ListDocumentsResult) => void): Request<SSM.Types.ListDocumentsResult, AWSError>;
763
763
  /**
764
- * Returns all Systems Manager (SSM) documents in the current account and Region. You can limit the results of this request by using a filter.
764
+ * Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.
765
765
  */
766
766
  listDocuments(callback?: (err: AWSError, data: SSM.Types.ListDocumentsResult) => void): Request<SSM.Types.ListDocumentsResult, AWSError>;
767
767
  /**
@@ -773,11 +773,11 @@ declare class SSM extends Service {
773
773
  */
774
774
  listInventoryEntries(callback?: (err: AWSError, data: SSM.Types.ListInventoryEntriesResult) => void): Request<SSM.Types.ListInventoryEntriesResult, AWSError>;
775
775
  /**
776
- * Returns a list of all OpsItem events in the current Region and account. You can limit the results to events associated with specific OpsItems by specifying a filter.
776
+ * Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.
777
777
  */
778
778
  listOpsItemEvents(params: SSM.Types.ListOpsItemEventsRequest, callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
779
779
  /**
780
- * Returns a list of all OpsItem events in the current Region and account. You can limit the results to events associated with specific OpsItems by specifying a filter.
780
+ * Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.
781
781
  */
782
782
  listOpsItemEvents(callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
783
783
  /**
@@ -989,11 +989,11 @@ declare class SSM extends Service {
989
989
  */
990
990
  updateAssociation(callback?: (err: AWSError, data: SSM.Types.UpdateAssociationResult) => void): Request<SSM.Types.UpdateAssociationResult, AWSError>;
991
991
  /**
992
- * Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified instance.
992
+ * Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified instance. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
993
993
  */
994
994
  updateAssociationStatus(params: SSM.Types.UpdateAssociationStatusRequest, callback?: (err: AWSError, data: SSM.Types.UpdateAssociationStatusResult) => void): Request<SSM.Types.UpdateAssociationStatusResult, AWSError>;
995
995
  /**
996
- * Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified instance.
996
+ * Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified instance. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
997
997
  */
998
998
  updateAssociationStatus(callback?: (err: AWSError, data: SSM.Types.UpdateAssociationStatusResult) => void): Request<SSM.Types.UpdateAssociationStatusResult, AWSError>;
999
999
  /**
@@ -1013,11 +1013,11 @@ declare class SSM extends Service {
1013
1013
  */
1014
1014
  updateDocumentDefaultVersion(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentDefaultVersionResult) => void): Request<SSM.Types.UpdateDocumentDefaultVersionResult, AWSError>;
1015
1015
  /**
1016
- * Updates information related to approval reviews for a specific version of a document.
1016
+ * Updates information related to approval reviews for a specific version of a change template in Change Manager.
1017
1017
  */
1018
1018
  updateDocumentMetadata(params: SSM.Types.UpdateDocumentMetadataRequest, callback?: (err: AWSError, data: SSM.Types.UpdateDocumentMetadataResponse) => void): Request<SSM.Types.UpdateDocumentMetadataResponse, AWSError>;
1019
1019
  /**
1020
- * Updates information related to approval reviews for a specific version of a document.
1020
+ * Updates information related to approval reviews for a specific version of a change template in Change Manager.
1021
1021
  */
1022
1022
  updateDocumentMetadata(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentMetadataResponse) => void): Request<SSM.Types.UpdateDocumentMetadataResponse, AWSError>;
1023
1023
  /**
@@ -1107,7 +1107,7 @@ declare namespace SSM {
1107
1107
  export type AccountIdList = AccountId[];
1108
1108
  export interface AccountSharingInfo {
1109
1109
  /**
1110
- * The account ID where the current document is shared.
1110
+ * The Amazon Web Services account ID where the current document is shared.
1111
1111
  */
1112
1112
  AccountId?: AccountId;
1113
1113
  /**
@@ -1214,7 +1214,7 @@ declare namespace SSM {
1214
1214
  */
1215
1215
  Name?: DocumentARN;
1216
1216
  /**
1217
- * The ID of the instance.
1217
+ * The instance ID.
1218
1218
  */
1219
1219
  InstanceId?: InstanceId;
1220
1220
  /**
@@ -1257,7 +1257,7 @@ declare namespace SSM {
1257
1257
  */
1258
1258
  Name?: DocumentARN;
1259
1259
  /**
1260
- * The ID of the instance.
1260
+ * The instance ID.
1261
1261
  */
1262
1262
  InstanceId?: InstanceId;
1263
1263
  /**
@@ -1345,7 +1345,7 @@ declare namespace SSM {
1345
1345
  */
1346
1346
  CalendarNames?: CalendarNameOrARNList;
1347
1347
  /**
1348
- * The combination of Regions and accounts where you want to run the association.
1348
+ * The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.
1349
1349
  */
1350
1350
  TargetLocations?: TargetLocations;
1351
1351
  }
@@ -1577,7 +1577,7 @@ declare namespace SSM {
1577
1577
  */
1578
1578
  CalendarNames?: CalendarNameOrARNList;
1579
1579
  /**
1580
- * The combination of Regions and accounts where you wanted to run the association when this association version was created.
1580
+ * The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.
1581
1581
  */
1582
1582
  TargetLocations?: TargetLocations;
1583
1583
  }
@@ -1732,7 +1732,7 @@ declare namespace SSM {
1732
1732
  */
1733
1733
  Target?: String;
1734
1734
  /**
1735
- * The combination of Regions and/or accounts where you want to run the Automation.
1735
+ * The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
1736
1736
  */
1737
1737
  TargetLocations?: TargetLocations;
1738
1738
  /**
@@ -1865,7 +1865,7 @@ declare namespace SSM {
1865
1865
  */
1866
1866
  Target?: String;
1867
1867
  /**
1868
- * Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Regions and accounts. For more information, see Running Automation workflows in multiple Regions and accounts in the Amazon Web Services Systems Manager User Guide.
1868
+ * Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and accounts in the Amazon Web Services Systems Manager User Guide.
1869
1869
  */
1870
1870
  AutomationType?: AutomationType;
1871
1871
  /**
@@ -2027,7 +2027,7 @@ declare namespace SSM {
2027
2027
  */
2028
2028
  StatusDetails?: StatusDetails;
2029
2029
  /**
2030
- * (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.
2030
+ * (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.
2031
2031
  */
2032
2032
  OutputS3Region?: S3Region;
2033
2033
  /**
@@ -2368,7 +2368,7 @@ declare namespace SSM {
2368
2368
  */
2369
2369
  DefaultInstanceName?: DefaultInstanceName;
2370
2370
  /**
2371
- * The Identity and Access Management (IAM) role that you want to assign to the managed instance. This IAMrole must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.
2371
+ * The name of the Identity and Access Management (IAM) role that you want to assign to the managed instance. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.
2372
2372
  */
2373
2373
  IamRole: IamRole;
2374
2374
  /**
@@ -2403,11 +2403,11 @@ declare namespace SSM {
2403
2403
  export type CreateAssociationBatchRequestEntries = CreateAssociationBatchRequestEntry[];
2404
2404
  export interface CreateAssociationBatchRequestEntry {
2405
2405
  /**
2406
- * The name of the SSM document that contains the configuration information for the instance. You can specify Command or Automation runbooks. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For SSM documents that are shared with you from other accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
2406
+ * The name of the SSM document that contains the configuration information for the instance. You can specify Command or Automation runbooks. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
2407
2407
  */
2408
2408
  Name: DocumentARN;
2409
2409
  /**
2410
- * The ID of the instance.
2410
+ * The instance ID. InstanceId has been deprecated. To specify an instance ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
2411
2411
  */
2412
2412
  InstanceId?: InstanceId;
2413
2413
  /**
@@ -2479,7 +2479,7 @@ declare namespace SSM {
2479
2479
  }
2480
2480
  export interface CreateAssociationRequest {
2481
2481
  /**
2482
- * The name of the SSM Command document or Automation runbook that contains the configuration information for the instance. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager documents (SSM documents) that are shared with you from other accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
2482
+ * The name of the SSM Command document or Automation runbook that contains the configuration information for the instance. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
2483
2483
  */
2484
2484
  Name: DocumentARN;
2485
2485
  /**
@@ -2495,7 +2495,7 @@ declare namespace SSM {
2495
2495
  */
2496
2496
  Parameters?: Parameters;
2497
2497
  /**
2498
- * The targets for the association. You can target instances by using tags, Amazon Web Services resource groups, all instances in an account, or individual instance IDs. For more information about choosing targets for an association, see Using targets and rate controls with State Manager associations in the Amazon Web Services Systems Manager User Guide.
2498
+ * The targets for the association. You can target instances by using tags, Amazon Web Services resource groups, all instances in an Amazon Web Services account, or individual instance IDs. For more information about choosing targets for an association, see Using targets and rate controls with State Manager associations in the Amazon Web Services Systems Manager User Guide.
2499
2499
  */
2500
2500
  Targets?: Targets;
2501
2501
  /**
@@ -2539,7 +2539,7 @@ declare namespace SSM {
2539
2539
  */
2540
2540
  CalendarNames?: CalendarNameOrARNList;
2541
2541
  /**
2542
- * A location is a combination of Regions and accounts where you want to run the association. Use this action to create an association in multiple Regions and multiple accounts.
2542
+ * A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. Use this action to create an association in multiple Regions and multiple accounts.
2543
2543
  */
2544
2544
  TargetLocations?: TargetLocations;
2545
2545
  }
@@ -2731,7 +2731,7 @@ declare namespace SSM {
2731
2731
  */
2732
2732
  Metadata?: MetadataMap;
2733
2733
  /**
2734
- * Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2
2734
+ * Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2
2735
2735
  */
2736
2736
  Tags?: TagList;
2737
2737
  }
@@ -2811,7 +2811,7 @@ declare namespace SSM {
2811
2811
  */
2812
2812
  S3Destination?: ResourceDataSyncS3Destination;
2813
2813
  /**
2814
- * Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple accounts and Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
2814
+ * Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
2815
2815
  */
2816
2816
  SyncType?: ResourceDataSyncType;
2817
2817
  /**
@@ -2839,7 +2839,7 @@ declare namespace SSM {
2839
2839
  */
2840
2840
  Name?: DocumentARN;
2841
2841
  /**
2842
- * The ID of the instance.
2842
+ * The instance ID. InstanceId has been deprecated. To specify an instance ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
2843
2843
  */
2844
2844
  InstanceId?: InstanceId;
2845
2845
  /**
@@ -2931,7 +2931,7 @@ declare namespace SSM {
2931
2931
  }
2932
2932
  export interface DeleteParametersRequest {
2933
2933
  /**
2934
- * The names of the parameters to delete.
2934
+ * The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
2935
2935
  */
2936
2936
  Names: ParameterNameList;
2937
2937
  }
@@ -3070,7 +3070,7 @@ declare namespace SSM {
3070
3070
  }
3071
3071
  export interface DescribeActivationsResult {
3072
3072
  /**
3073
- * A list of activations for your account.
3073
+ * A list of activations for your Amazon Web Services account.
3074
3074
  */
3075
3075
  ActivationList?: ActivationList;
3076
3076
  /**
@@ -3262,11 +3262,11 @@ declare namespace SSM {
3262
3262
  }
3263
3263
  export interface DescribeDocumentPermissionResponse {
3264
3264
  /**
3265
- * The account IDs that have permission to use this document. The ID can be either an account or All.
3265
+ * The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account or All.
3266
3266
  */
3267
3267
  AccountIds?: AccountIdList;
3268
3268
  /**
3269
- * A list of accounts where the current document is shared and the version shared with each account.
3269
+ * A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
3270
3270
  */
3271
3271
  AccountSharingInfoList?: AccountSharingInfoList;
3272
3272
  /**
@@ -4496,7 +4496,7 @@ declare namespace SSM {
4496
4496
  }
4497
4497
  export interface GetConnectionStatusRequest {
4498
4498
  /**
4499
- * The ID of the instance.
4499
+ * The instance ID.
4500
4500
  */
4501
4501
  Target: SessionTarget;
4502
4502
  }
@@ -4542,7 +4542,7 @@ declare namespace SSM {
4542
4542
  }
4543
4543
  export interface GetDeployablePatchSnapshotForInstanceResult {
4544
4544
  /**
4545
- * The ID of the instance.
4545
+ * The instance ID.
4546
4546
  */
4547
4547
  InstanceId?: InstanceId;
4548
4548
  /**
@@ -5060,7 +5060,7 @@ declare namespace SSM {
5060
5060
  }
5061
5061
  export interface GetOpsSummaryResult {
5062
5062
  /**
5063
- * The list of aggregated and filtered OpsData.
5063
+ * The list of aggregated details and filtered OpsData.
5064
5064
  */
5065
5065
  Entities?: OpsEntityList;
5066
5066
  /**
@@ -5098,7 +5098,7 @@ declare namespace SSM {
5098
5098
  }
5099
5099
  export interface GetParameterRequest {
5100
5100
  /**
5101
- * The name of the parameter you want to query.
5101
+ * The name of the parameter you want to query. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".
5102
5102
  */
5103
5103
  Name: PSParameterName;
5104
5104
  /**
@@ -5151,7 +5151,7 @@ declare namespace SSM {
5151
5151
  }
5152
5152
  export interface GetParametersRequest {
5153
5153
  /**
5154
- * Names of the parameters for which you want to query information.
5154
+ * Names of the parameters for which you want to query information. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".
5155
5155
  */
5156
5156
  Names: ParameterNameList;
5157
5157
  /**
@@ -5195,7 +5195,7 @@ declare namespace SSM {
5195
5195
  }
5196
5196
  export interface GetPatchBaselineRequest {
5197
5197
  /**
5198
- * The ID of the patch baseline to retrieve.
5198
+ * The ID of the patch baseline to retrieve. To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-0e392de35e7c563b7.
5199
5199
  */
5200
5200
  BaselineId: BaselineId;
5201
5201
  }
@@ -6015,11 +6015,11 @@ declare namespace SSM {
6015
6015
  }
6016
6016
  export interface ListDocumentMetadataHistoryRequest {
6017
6017
  /**
6018
- * The name of the document.
6018
+ * The name of the change template.
6019
6019
  */
6020
6020
  Name: DocumentName;
6021
6021
  /**
6022
- * The version of the document.
6022
+ * The version of the change template.
6023
6023
  */
6024
6024
  DocumentVersion?: DocumentVersion;
6025
6025
  /**
@@ -6037,19 +6037,19 @@ declare namespace SSM {
6037
6037
  }
6038
6038
  export interface ListDocumentMetadataHistoryResponse {
6039
6039
  /**
6040
- * The name of the document.
6040
+ * The name of the change template.
6041
6041
  */
6042
6042
  Name?: DocumentName;
6043
6043
  /**
6044
- * The version of the document.
6044
+ * The version of the change template.
6045
6045
  */
6046
6046
  DocumentVersion?: DocumentVersion;
6047
6047
  /**
6048
- * The user ID of the person in the organization who requested the document review.
6048
+ * The user ID of the person in the organization who requested the review of the change template.
6049
6049
  */
6050
6050
  Author?: DocumentAuthor;
6051
6051
  /**
6052
- * Information about the response to the document approval request.
6052
+ * Information about the response to the change template approval request.
6053
6053
  */
6054
6054
  Metadata?: DocumentMetadataResponseInfo;
6055
6055
  /**
@@ -6260,7 +6260,7 @@ declare namespace SSM {
6260
6260
  }
6261
6261
  export interface ListResourceDataSyncRequest {
6262
6262
  /**
6263
- * View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Regions.
6263
+ * View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.
6264
6264
  */
6265
6265
  SyncType?: ResourceDataSyncType;
6266
6266
  /**
@@ -6308,7 +6308,7 @@ declare namespace SSM {
6308
6308
  */
6309
6309
  S3KeyPrefix?: S3KeyPrefix;
6310
6310
  /**
6311
- * The Region where the S3 bucket is located.
6311
+ * The Amazon Web Services Region where the S3 bucket is located.
6312
6312
  */
6313
6313
  S3Region: S3Region;
6314
6314
  }
@@ -6878,7 +6878,7 @@ declare namespace SSM {
6878
6878
  export type OpsFilterValueList = OpsFilterValue[];
6879
6879
  export interface OpsItem {
6880
6880
  /**
6881
- * The ARN of the account that created the OpsItem.
6881
+ * The ARN of the Amazon Web Services account that created the OpsItem.
6882
6882
  */
6883
6883
  CreatedBy?: String;
6884
6884
  /**
@@ -6894,7 +6894,7 @@ declare namespace SSM {
6894
6894
  */
6895
6895
  Description?: OpsItemDescription;
6896
6896
  /**
6897
- * The ARN of the account that last updated the OpsItem.
6897
+ * The ARN of the Amazon Web Services account that last updated the OpsItem.
6898
6898
  */
6899
6899
  LastModifiedBy?: String;
6900
6900
  /**
@@ -7777,23 +7777,23 @@ declare namespace SSM {
7777
7777
  export type Product = string;
7778
7778
  export interface ProgressCounters {
7779
7779
  /**
7780
- * The total number of steps run in all specified Regions and accounts for the current Automation execution.
7780
+ * The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
7781
7781
  */
7782
7782
  TotalSteps?: Integer;
7783
7783
  /**
7784
- * The total number of steps that successfully completed in all specified Regions and accounts for the current Automation execution.
7784
+ * The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
7785
7785
  */
7786
7786
  SuccessSteps?: Integer;
7787
7787
  /**
7788
- * The total number of steps that failed to run in all specified Regions and accounts for the current Automation execution.
7788
+ * The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
7789
7789
  */
7790
7790
  FailedSteps?: Integer;
7791
7791
  /**
7792
- * The total number of steps that the system cancelled in all specified Regions and accounts for the current Automation execution.
7792
+ * The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
7793
7793
  */
7794
7794
  CancelledSteps?: Integer;
7795
7795
  /**
7796
- * The total number of steps that timed out in all specified Regions and accounts for the current Automation execution.
7796
+ * The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
7797
7797
  */
7798
7798
  TimedOutSteps?: Integer;
7799
7799
  }
@@ -7848,7 +7848,7 @@ declare namespace SSM {
7848
7848
  }
7849
7849
  export interface PutParameterRequest {
7850
7850
  /**
7851
- * The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes the complete hierarchy of the parameter path and name. For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter. For example: /Dev/DBServer/MySQL/db-string13 Naming Constraints: Parameter names are case sensitive. A parameter name must be unique within an Region A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive). Parameter names can include only the following symbols and letters: a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter A parameter name can't include spaces. Parameter hierarchies are limited to a maximum depth of fifteen levels. For additional information about valid values for parameter names, see Creating Systems Manager parameters in the Amazon Web Services Systems Manager User Guide. The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter ARN, is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName
7851
+ * The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes the complete hierarchy of the parameter path and name. For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter. For example: /Dev/DBServer/MySQL/db-string13 Naming Constraints: Parameter names are case sensitive. A parameter name must be unique within an Amazon Web Services Region A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive). Parameter names can include only the following symbols and letters: a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter A parameter name can't include spaces. Parameter hierarchies are limited to a maximum depth of fifteen levels. For additional information about valid values for parameter names, see Creating Systems Manager parameters in the Amazon Web Services Systems Manager User Guide. The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter ARN, is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName
7852
7852
  */
7853
7853
  Name: PSParameterName;
7854
7854
  /**
@@ -7864,7 +7864,7 @@ declare namespace SSM {
7864
7864
  */
7865
7865
  Type?: ParameterType;
7866
7866
  /**
7867
- * The Key Management Service (KMS) ID that you want to use to encrypt a parameter. Either the default KMS key automatically assigned to your account or a custom key. Required for parameters that use the SecureString data type. If you don't specify a key ID, the system uses the default key associated with your account. To use your default KMS key, choose the SecureString data type, and do not specify the Key ID when you create the parameter. The system automatically populates Key ID with your default KMS key. To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
7867
+ * The Key Management Service (KMS) ID that you want to use to encrypt a parameter. Either the default KMS key automatically assigned to your Amazon Web Services account or a custom key. Required for parameters that use the SecureString data type. If you don't specify a key ID, the system uses the default key associated with your Amazon Web Services account. To use your default KMS key, choose the SecureString data type, and do not specify the Key ID when you create the parameter. The system automatically populates Key ID with your default KMS key. To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
7868
7868
  */
7869
7869
  KeyId?: ParameterKeyId;
7870
7870
  /**
@@ -7880,7 +7880,7 @@ declare namespace SSM {
7880
7880
  */
7881
7881
  Tags?: TagList;
7882
7882
  /**
7883
- * The parameter tier to assign to a parameter. Parameter Store offers a standard tier and an advanced tier for parameters. Standard parameters have a content size limit of 4 KB and can't be configured to use parameter policies. You can create a maximum of 10,000 standard parameters for each Region in an account. Standard parameters are offered at no additional cost. Advanced parameters have a content size limit of 8 KB and can be configured to use parameter policies. You can create a maximum of 100,000 advanced parameters for each Region in an account. Advanced parameters incur a charge. For more information, see Standard and advanced parameter tiers in the Amazon Web Services Systems Manager User Guide. You can change a standard parameter to an advanced parameter any time. But you can't revert an advanced parameter to a standard parameter. Reverting an advanced parameter to a standard parameter would result in data loss because the system would truncate the size of the parameter from 8 KB to 4 KB. Reverting would also remove any policies attached to the parameter. Lastly, advanced parameters use a different form of encryption than standard parameters. If you no longer need an advanced parameter, or if you no longer want to incur charges for an advanced parameter, you must delete it and recreate it as a new standard parameter. Using the Default Tier Configuration In PutParameter requests, you can specify the tier to create the parameter in. Whenever you specify a tier in the request, Parameter Store creates or updates the parameter according to that request. However, if you don't specify a tier in a request, Parameter Store assigns the tier based on the current Parameter Store default tier configuration. The default tier when you begin using Parameter Store is the standard-parameter tier. If you use the advanced-parameter tier, you can specify one of the following as the default: Advanced: With this option, Parameter Store evaluates all requests as advanced parameters. Intelligent-Tiering: With this option, Parameter Store evaluates each request to determine if the parameter is standard or advanced. If the request doesn't include any options that require an advanced parameter, the parameter is created in the standard-parameter tier. If one or more options requiring an advanced parameter are included in the request, Parameter Store create a parameter in the advanced-parameter tier. This approach helps control your parameter-related costs by always creating standard parameters unless an advanced parameter is necessary. Options that require an advanced parameter include the following: The content size of the parameter is more than 4 KB. The parameter uses a parameter policy. More than 10,000 parameters already exist in your account in the current Region. For more information about configuring the default tier option, see Specifying a default parameter tier in the Amazon Web Services Systems Manager User Guide.
7883
+ * The parameter tier to assign to a parameter. Parameter Store offers a standard tier and an advanced tier for parameters. Standard parameters have a content size limit of 4 KB and can't be configured to use parameter policies. You can create a maximum of 10,000 standard parameters for each Region in an Amazon Web Services account. Standard parameters are offered at no additional cost. Advanced parameters have a content size limit of 8 KB and can be configured to use parameter policies. You can create a maximum of 100,000 advanced parameters for each Region in an Amazon Web Services account. Advanced parameters incur a charge. For more information, see Standard and advanced parameter tiers in the Amazon Web Services Systems Manager User Guide. You can change a standard parameter to an advanced parameter any time. But you can't revert an advanced parameter to a standard parameter. Reverting an advanced parameter to a standard parameter would result in data loss because the system would truncate the size of the parameter from 8 KB to 4 KB. Reverting would also remove any policies attached to the parameter. Lastly, advanced parameters use a different form of encryption than standard parameters. If you no longer need an advanced parameter, or if you no longer want to incur charges for an advanced parameter, you must delete it and recreate it as a new standard parameter. Using the Default Tier Configuration In PutParameter requests, you can specify the tier to create the parameter in. Whenever you specify a tier in the request, Parameter Store creates or updates the parameter according to that request. However, if you don't specify a tier in a request, Parameter Store assigns the tier based on the current Parameter Store default tier configuration. The default tier when you begin using Parameter Store is the standard-parameter tier. If you use the advanced-parameter tier, you can specify one of the following as the default: Advanced: With this option, Parameter Store evaluates all requests as advanced parameters. Intelligent-Tiering: With this option, Parameter Store evaluates each request to determine if the parameter is standard or advanced. If the request doesn't include any options that require an advanced parameter, the parameter is created in the standard-parameter tier. If one or more options requiring an advanced parameter are included in the request, Parameter Store create a parameter in the advanced-parameter tier. This approach helps control your parameter-related costs by always creating standard parameters unless an advanced parameter is necessary. Options that require an advanced parameter include the following: The content size of the parameter is more than 4 KB. The parameter uses a parameter policy. More than 10,000 parameters already exist in your Amazon Web Services account in the current Amazon Web Services Region. For more information about configuring the default tier option, see Specifying a default parameter tier in the Amazon Web Services Systems Manager User Guide.
7884
7884
  */
7885
7885
  Tier?: ParameterTier;
7886
7886
  /**
@@ -7888,7 +7888,7 @@ declare namespace SSM {
7888
7888
  */
7889
7889
  Policies?: ParameterPolicies;
7890
7890
  /**
7891
- * The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs. The following data type values are supported. text aws:ec2:image When you create a String parameter and specify aws:ec2:image, Amazon Web Services Systems Manager validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available in your account. For more information, see Native parameter support for Amazon Machine Image (AMI) IDs in the Amazon Web Services Systems Manager User Guide.
7891
+ * The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs. The following data type values are supported. text aws:ec2:image When you create a String parameter and specify aws:ec2:image, Amazon Web Services Systems Manager validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available in your Amazon Web Services account. For more information, see Native parameter support for Amazon Machine Image (AMI) IDs in the Amazon Web Services Systems Manager User Guide.
7892
7892
  */
7893
7893
  DataType?: ParameterDataType;
7894
7894
  }
@@ -8149,7 +8149,7 @@ declare namespace SSM {
8149
8149
  */
8150
8150
  SyncName?: ResourceDataSyncName;
8151
8151
  /**
8152
- * The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Regions.
8152
+ * The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.
8153
8153
  */
8154
8154
  SyncType?: ResourceDataSyncType;
8155
8155
  /**
@@ -8212,7 +8212,7 @@ declare namespace SSM {
8212
8212
  */
8213
8213
  SyncFormat: ResourceDataSyncS3Format;
8214
8214
  /**
8215
- * The Region with the S3 bucket targeted by the resource data sync.
8215
+ * The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
8216
8216
  */
8217
8217
  Region: ResourceDataSyncS3Region;
8218
8218
  /**
@@ -8237,15 +8237,15 @@ declare namespace SSM {
8237
8237
  */
8238
8238
  AwsOrganizationsSource?: ResourceDataSyncAwsOrganizationsSource;
8239
8239
  /**
8240
- * The SyncSource Regions included in the resource data sync.
8240
+ * The SyncSource Amazon Web Services Regions included in the resource data sync.
8241
8241
  */
8242
8242
  SourceRegions: ResourceDataSyncSourceRegionList;
8243
8243
  /**
8244
- * Whether to automatically synchronize and aggregate data from new Regions when those Regions come online.
8244
+ * Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
8245
8245
  */
8246
8246
  IncludeFutureRegions?: ResourceDataSyncIncludeFutureRegions;
8247
8247
  /**
8248
- * When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Regions for all accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.
8248
+ * When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.
8249
8249
  */
8250
8250
  EnableAllOpsDataSources?: ResourceDataSyncEnableAllOpsDataSources;
8251
8251
  }
@@ -8262,11 +8262,11 @@ declare namespace SSM {
8262
8262
  */
8263
8263
  AwsOrganizationsSource?: ResourceDataSyncAwsOrganizationsSource;
8264
8264
  /**
8265
- * The SyncSource Regions included in the resource data sync.
8265
+ * The SyncSource Amazon Web Services Regions included in the resource data sync.
8266
8266
  */
8267
8267
  SourceRegions?: ResourceDataSyncSourceRegionList;
8268
8268
  /**
8269
- * Whether to automatically synchronize and aggregate data from new Regions when those Regions come online.
8269
+ * Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
8270
8270
  */
8271
8271
  IncludeFutureRegions?: ResourceDataSyncIncludeFutureRegions;
8272
8272
  /**
@@ -8274,7 +8274,7 @@ declare namespace SSM {
8274
8274
  */
8275
8275
  State?: ResourceDataSyncState;
8276
8276
  /**
8277
- * When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Regions for all accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.
8277
+ * When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.
8278
8278
  */
8279
8279
  EnableAllOpsDataSources?: ResourceDataSyncEnableAllOpsDataSources;
8280
8280
  }
@@ -8307,7 +8307,7 @@ declare namespace SSM {
8307
8307
  */
8308
8308
  TokenValue?: TokenValue;
8309
8309
  /**
8310
- * A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output). region represents the Region identifier for an Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
8310
+ * A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output). region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
8311
8311
  */
8312
8312
  StreamUrl?: StreamUrl;
8313
8313
  }
@@ -8358,7 +8358,7 @@ declare namespace SSM {
8358
8358
  */
8359
8359
  MaxErrors?: MaxErrors;
8360
8360
  /**
8361
- * Information about the Regions and accounts targeted by the current Runbook operation.
8361
+ * Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.
8362
8362
  */
8363
8363
  TargetLocations?: TargetLocations;
8364
8364
  }
@@ -8456,7 +8456,7 @@ declare namespace SSM {
8456
8456
  */
8457
8457
  Parameters?: Parameters;
8458
8458
  /**
8459
- * (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.
8459
+ * (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.
8460
8460
  */
8461
8461
  OutputS3Region?: S3Region;
8462
8462
  /**
@@ -8680,7 +8680,7 @@ declare namespace SSM {
8680
8680
  */
8681
8681
  MaxErrors?: MaxErrors;
8682
8682
  /**
8683
- * A location is a combination of Regions and/or accounts where you want to run the automation. Use this operation to start an automation in multiple Regions and multiple accounts. For more information, see Running Automation workflows in multiple Regions and accounts in the Amazon Web Services Systems Manager User Guide.
8683
+ * A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation. Use this operation to start an automation in multiple Amazon Web Services Regions and multiple Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and Amazon Web Services accounts in the Amazon Web Services Systems Manager User Guide.
8684
8684
  */
8685
8685
  TargetLocations?: TargetLocations;
8686
8686
  /**
@@ -8724,7 +8724,7 @@ declare namespace SSM {
8724
8724
  */
8725
8725
  Runbooks: Runbooks;
8726
8726
  /**
8727
- * Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2
8727
+ * Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2
8728
8728
  */
8729
8729
  Tags?: TagList;
8730
8730
  /**
@@ -8766,7 +8766,7 @@ declare namespace SSM {
8766
8766
  */
8767
8767
  TokenValue?: TokenValue;
8768
8768
  /**
8769
- * A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output) region represents the Region identifier for an Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
8769
+ * A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output) region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
8770
8770
  */
8771
8771
  StreamUrl?: StreamUrl;
8772
8772
  }
@@ -8860,7 +8860,7 @@ declare namespace SSM {
8860
8860
  */
8861
8861
  Targets?: Targets;
8862
8862
  /**
8863
- * The combination of Regions and accounts targeted by the current Automation execution.
8863
+ * The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.
8864
8864
  */
8865
8865
  TargetLocation?: TargetLocation;
8866
8866
  }
@@ -8923,15 +8923,15 @@ declare namespace SSM {
8923
8923
  export type TargetKey = string;
8924
8924
  export interface TargetLocation {
8925
8925
  /**
8926
- * The accounts targeted by the current Automation execution.
8926
+ * The Amazon Web Services accounts targeted by the current Automation execution.
8927
8927
  */
8928
8928
  Accounts?: Accounts;
8929
8929
  /**
8930
- * The Regions targeted by the current Automation execution.
8930
+ * The Amazon Web Services Regions targeted by the current Automation execution.
8931
8931
  */
8932
8932
  Regions?: Regions;
8933
8933
  /**
8934
- * The maximum number of Regions and accounts allowed to run the Automation concurrently.
8934
+ * The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.
8935
8935
  */
8936
8936
  TargetLocationMaxConcurrency?: MaxConcurrency;
8937
8937
  /**
@@ -9016,7 +9016,7 @@ declare namespace SSM {
9016
9016
  */
9017
9017
  OutputLocation?: InstanceAssociationOutputLocation;
9018
9018
  /**
9019
- * The name of the SSM Command document or Automation runbook that contains the configuration information for the instance. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager document (SSM document) that are shared with you from other accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
9019
+ * The name of the SSM Command document or Automation runbook that contains the configuration information for the instance. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager document (SSM document) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
9020
9020
  */
9021
9021
  Name?: DocumentARN;
9022
9022
  /**
@@ -9060,7 +9060,7 @@ declare namespace SSM {
9060
9060
  */
9061
9061
  CalendarNames?: CalendarNameOrARNList;
9062
9062
  /**
9063
- * A location is a combination of Regions and accounts where you want to run the association. Use this action to update an association in multiple Regions and multiple accounts.
9063
+ * A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. Use this action to update an association in multiple Regions and multiple accounts.
9064
9064
  */
9065
9065
  TargetLocations?: TargetLocations;
9066
9066
  }
@@ -9076,7 +9076,7 @@ declare namespace SSM {
9076
9076
  */
9077
9077
  Name: DocumentARN;
9078
9078
  /**
9079
- * The ID of the instance.
9079
+ * The instance ID.
9080
9080
  */
9081
9081
  InstanceId: InstanceId;
9082
9082
  /**
@@ -9108,15 +9108,15 @@ declare namespace SSM {
9108
9108
  }
9109
9109
  export interface UpdateDocumentMetadataRequest {
9110
9110
  /**
9111
- * The name of the document for which a version is to be updated.
9111
+ * The name of the change template for which a version's metadata is to be updated.
9112
9112
  */
9113
9113
  Name: DocumentName;
9114
9114
  /**
9115
- * The version of a document to update.
9115
+ * The version of a change template in which to update approval metadata.
9116
9116
  */
9117
9117
  DocumentVersion?: DocumentVersion;
9118
9118
  /**
9119
- * The document review details to update.
9119
+ * The change template review details to update.
9120
9120
  */
9121
9121
  DocumentReviews: DocumentReviews;
9122
9122
  }