cdk-lambda-subminute 2.0.402 → 2.0.403
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +52 -52
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +53 -44
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -5
- package/node_modules/aws-sdk/clients/connect.d.ts +20 -19
- package/node_modules/aws-sdk/clients/ec2.d.ts +147 -147
- package/node_modules/aws-sdk/clients/kafka.d.ts +11 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +48 -48
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +55 -55
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
| @@ -3394,6 +3394,13 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge. | |
| 3394 3394 | 
             
                 */
         | 
| 3395 3395 | 
             
                TargetKafkaClusterAlias?: __string;
         | 
| 3396 3396 | 
             
              }
         | 
| 3397 | 
            +
              export interface ReplicationStartingPosition {
         | 
| 3398 | 
            +
                /**
         | 
| 3399 | 
            +
                 * The type of replication starting position.
         | 
| 3400 | 
            +
                 */
         | 
| 3401 | 
            +
                Type?: ReplicationStartingPositionType;
         | 
| 3402 | 
            +
              }
         | 
| 3403 | 
            +
              export type ReplicationStartingPositionType = "LATEST"|"EARLIEST"|string;
         | 
| 3397 3404 | 
             
              export interface ReplicationStateInfo {
         | 
| 3398 3405 | 
             
                /**
         | 
| 3399 3406 | 
             
                 * Code that describes the current state of the replicator.
         | 
| @@ -3506,6 +3513,10 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge. | |
| 3506 3513 | 
             
                 * Whether to periodically check for new topics and partitions.
         | 
| 3507 3514 | 
             
                 */
         | 
| 3508 3515 | 
             
                DetectAndCopyNewTopics?: __boolean;
         | 
| 3516 | 
            +
                /**
         | 
| 3517 | 
            +
                 * Configuration for specifying the position in the topics to start replicating from.
         | 
| 3518 | 
            +
                 */
         | 
| 3519 | 
            +
                StartingPosition?: ReplicationStartingPosition;
         | 
| 3509 3520 | 
             
                /**
         | 
| 3510 3521 | 
             
                 * List of regular expression patterns indicating the topics that should not be replicated.
         | 
| 3511 3522 | 
             
                 */
         | 
| @@ -13,11 +13,11 @@ declare class SSM extends Service { | |
| 13 13 | 
             
              constructor(options?: SSM.Types.ClientConfiguration)
         | 
| 14 14 | 
             
              config: Config & SSM.Types.ClientConfiguration;
         | 
| 15 15 | 
             
              /**
         | 
| 16 | 
            -
               * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:    Key=Owner,Value=DbAdmin     Key=Owner,Value=SysAdmin     Key=Owner,Value=Dev     Key=Stack,Value=Production     Key=Stack,Value=Pre-Production     Key=Stack,Value=Test    Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see  | 
| 16 | 
            +
               * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:    Key=Owner,Value=DbAdmin     Key=Owner,Value=SysAdmin     Key=Owner,Value=Dev     Key=Stack,Value=Production     Key=Stack,Value=Pre-Production     Key=Stack,Value=Test    Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources in the Amazon EC2 User Guide.
         | 
| 17 17 | 
             
               */
         | 
| 18 18 | 
             
              addTagsToResource(params: SSM.Types.AddTagsToResourceRequest, callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
         | 
| 19 19 | 
             
              /**
         | 
| 20 | 
            -
               * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:    Key=Owner,Value=DbAdmin     Key=Owner,Value=SysAdmin     Key=Owner,Value=Dev     Key=Stack,Value=Production     Key=Stack,Value=Pre-Production     Key=Stack,Value=Test    Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see  | 
| 20 | 
            +
               * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:    Key=Owner,Value=DbAdmin     Key=Owner,Value=SysAdmin     Key=Owner,Value=Dev     Key=Stack,Value=Production     Key=Stack,Value=Pre-Production     Key=Stack,Value=Test    Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources in the Amazon EC2 User Guide.
         | 
| 21 21 | 
             
               */
         | 
| 22 22 | 
             
              addTagsToResource(callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
         | 
| 23 23 | 
             
              /**
         | 
| @@ -45,11 +45,11 @@ declare class SSM extends Service { | |
| 45 45 | 
             
               */
         | 
| 46 46 | 
             
              cancelMaintenanceWindowExecution(callback?: (err: AWSError, data: SSM.Types.CancelMaintenanceWindowExecutionResult) => void): Request<SSM.Types.CancelMaintenanceWindowExecutionResult, AWSError>;
         | 
| 47 47 | 
             
              /**
         | 
| 48 | 
            -
               * Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid environments in the Amazon Web Services Systems Manager User Guide.   Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes. 
         | 
| 48 | 
            +
               * Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.   Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes. 
         | 
| 49 49 | 
             
               */
         | 
| 50 50 | 
             
              createActivation(params: SSM.Types.CreateActivationRequest, callback?: (err: AWSError, data: SSM.Types.CreateActivationResult) => void): Request<SSM.Types.CreateActivationResult, AWSError>;
         | 
| 51 51 | 
             
              /**
         | 
| 52 | 
            -
               * Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid environments in the Amazon Web Services Systems Manager User Guide.   Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes. 
         | 
| 52 | 
            +
               * Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.   Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes. 
         | 
| 53 53 | 
             
               */
         | 
| 54 54 | 
             
              createActivation(callback?: (err: AWSError, data: SSM.Types.CreateActivationResult) => void): Request<SSM.Types.CreateActivationResult, AWSError>;
         | 
| 55 55 | 
             
              /**
         | 
| @@ -317,11 +317,11 @@ declare class SSM extends Service { | |
| 317 317 | 
             
               */
         | 
| 318 318 | 
             
              describeDocumentPermission(callback?: (err: AWSError, data: SSM.Types.DescribeDocumentPermissionResponse) => void): Request<SSM.Types.DescribeDocumentPermissionResponse, AWSError>;
         | 
| 319 319 | 
             
              /**
         | 
| 320 | 
            -
               * All associations for the managed  | 
| 320 | 
            +
               * All associations for the managed nodes.
         | 
| 321 321 | 
             
               */
         | 
| 322 322 | 
             
              describeEffectiveInstanceAssociations(params: SSM.Types.DescribeEffectiveInstanceAssociationsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeEffectiveInstanceAssociationsResult) => void): Request<SSM.Types.DescribeEffectiveInstanceAssociationsResult, AWSError>;
         | 
| 323 323 | 
             
              /**
         | 
| 324 | 
            -
               * All associations for the managed  | 
| 324 | 
            +
               * All associations for the managed nodes.
         | 
| 325 325 | 
             
               */
         | 
| 326 326 | 
             
              describeEffectiveInstanceAssociations(callback?: (err: AWSError, data: SSM.Types.DescribeEffectiveInstanceAssociationsResult) => void): Request<SSM.Types.DescribeEffectiveInstanceAssociationsResult, AWSError>;
         | 
| 327 327 | 
             
              /**
         | 
| @@ -333,11 +333,11 @@ declare class SSM extends Service { | |
| 333 333 | 
             
               */
         | 
| 334 334 | 
             
              describeEffectivePatchesForPatchBaseline(callback?: (err: AWSError, data: SSM.Types.DescribeEffectivePatchesForPatchBaselineResult) => void): Request<SSM.Types.DescribeEffectivePatchesForPatchBaselineResult, AWSError>;
         | 
| 335 335 | 
             
              /**
         | 
| 336 | 
            -
               * The status of the associations for the managed  | 
| 336 | 
            +
               * The status of the associations for the managed nodes.
         | 
| 337 337 | 
             
               */
         | 
| 338 338 | 
             
              describeInstanceAssociationsStatus(params: SSM.Types.DescribeInstanceAssociationsStatusRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
         | 
| 339 339 | 
             
              /**
         | 
| 340 | 
            -
               * The status of the associations for the managed  | 
| 340 | 
            +
               * The status of the associations for the managed nodes.
         | 
| 341 341 | 
             
               */
         | 
| 342 342 | 
             
              describeInstanceAssociationsStatus(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
         | 
| 343 343 | 
             
              /**
         | 
| @@ -445,11 +445,11 @@ declare class SSM extends Service { | |
| 445 445 | 
             
               */
         | 
| 446 446 | 
             
              describeMaintenanceWindowsForTarget(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsForTargetResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsForTargetResult, AWSError>;
         | 
| 447 447 | 
             
              /**
         | 
| 448 | 
            -
               * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 448 | 
            +
               * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 449 449 | 
             
               */
         | 
| 450 450 | 
             
              describeOpsItems(params: SSM.Types.DescribeOpsItemsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
         | 
| 451 451 | 
             
              /**
         | 
| 452 | 
            -
               * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 452 | 
            +
               * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 453 453 | 
             
               */
         | 
| 454 454 | 
             
              describeOpsItems(callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
         | 
| 455 455 | 
             
              /**
         | 
| @@ -621,11 +621,11 @@ declare class SSM extends Service { | |
| 621 621 | 
             
               */
         | 
| 622 622 | 
             
              getMaintenanceWindowTask(callback?: (err: AWSError, data: SSM.Types.GetMaintenanceWindowTaskResult) => void): Request<SSM.Types.GetMaintenanceWindowTaskResult, AWSError>;
         | 
| 623 623 | 
             
              /**
         | 
| 624 | 
            -
               * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 624 | 
            +
               * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 625 625 | 
             
               */
         | 
| 626 626 | 
             
              getOpsItem(params: SSM.Types.GetOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.GetOpsItemResponse) => void): Request<SSM.Types.GetOpsItemResponse, AWSError>;
         | 
| 627 627 | 
             
              /**
         | 
| 628 | 
            -
               * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 628 | 
            +
               * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 629 629 | 
             
               */
         | 
| 630 630 | 
             
              getOpsItem(callback?: (err: AWSError, data: SSM.Types.GetOpsItemResponse) => void): Request<SSM.Types.GetOpsItemResponse, AWSError>;
         | 
| 631 631 | 
             
              /**
         | 
| @@ -853,11 +853,11 @@ declare class SSM extends Service { | |
| 853 853 | 
             
               */
         | 
| 854 854 | 
             
              modifyDocumentPermission(callback?: (err: AWSError, data: SSM.Types.ModifyDocumentPermissionResponse) => void): Request<SSM.Types.ModifyDocumentPermissionResponse, AWSError>;
         | 
| 855 855 | 
             
              /**
         | 
| 856 | 
            -
               * Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following:   ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.   ExecutionType: Specify patch, association, or Custom:string.   ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.   Id: The patch, association, or custom compliance ID.   Title: A title.   Status: The status of the compliance item. For example, approved for patches, or Failed for associations.   Severity: A patch severity. For example, Critical.   DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.   DocumentVersion: An SSM document version number. For example, 4.   Classification: A patch classification. For example, security updates.   PatchBaselineId: A patch baseline ID.   PatchSeverity: A patch severity. For example, Critical.   PatchState: A patch state. For example, InstancesWithFailedPatches.   PatchGroup: The name of a patch group.   InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z' | 
| 856 | 
            +
               * Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following:   ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.   ExecutionType: Specify patch, association, or Custom:string.   ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.   Id: The patch, association, or custom compliance ID.   Title: A title.   Status: The status of the compliance item. For example, approved for patches, or Failed for associations.   Severity: A patch severity. For example, Critical.   DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.   DocumentVersion: An SSM document version number. For example, 4.   Classification: A patch classification. For example, security updates.   PatchBaselineId: A patch baseline ID.   PatchSeverity: A patch severity. For example, Critical.   PatchState: A patch state. For example, InstancesWithFailedPatches.   PatchGroup: The name of a patch group.   InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'   
         | 
| 857 857 | 
             
               */
         | 
| 858 858 | 
             
              putComplianceItems(params: SSM.Types.PutComplianceItemsRequest, callback?: (err: AWSError, data: SSM.Types.PutComplianceItemsResult) => void): Request<SSM.Types.PutComplianceItemsResult, AWSError>;
         | 
| 859 859 | 
             
              /**
         | 
| 860 | 
            -
               * Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following:   ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.   ExecutionType: Specify patch, association, or Custom:string.   ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.   Id: The patch, association, or custom compliance ID.   Title: A title.   Status: The status of the compliance item. For example, approved for patches, or Failed for associations.   Severity: A patch severity. For example, Critical.   DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.   DocumentVersion: An SSM document version number. For example, 4.   Classification: A patch classification. For example, security updates.   PatchBaselineId: A patch baseline ID.   PatchSeverity: A patch severity. For example, Critical.   PatchState: A patch state. For example, InstancesWithFailedPatches.   PatchGroup: The name of a patch group.   InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z' | 
| 860 | 
            +
               * Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following:   ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.   ExecutionType: Specify patch, association, or Custom:string.   ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.   Id: The patch, association, or custom compliance ID.   Title: A title.   Status: The status of the compliance item. For example, approved for patches, or Failed for associations.   Severity: A patch severity. For example, Critical.   DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.   DocumentVersion: An SSM document version number. For example, 4.   Classification: A patch classification. For example, security updates.   PatchBaselineId: A patch baseline ID.   PatchSeverity: A patch severity. For example, Critical.   PatchState: A patch state. For example, InstancesWithFailedPatches.   PatchGroup: The name of a patch group.   InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'   
         | 
| 861 861 | 
             
               */
         | 
| 862 862 | 
             
              putComplianceItems(callback?: (err: AWSError, data: SSM.Types.PutComplianceItemsResult) => void): Request<SSM.Types.PutComplianceItemsResult, AWSError>;
         | 
| 863 863 | 
             
              /**
         | 
| @@ -1085,11 +1085,11 @@ declare class SSM extends Service { | |
| 1085 1085 | 
             
               */
         | 
| 1086 1086 | 
             
              updateManagedInstanceRole(callback?: (err: AWSError, data: SSM.Types.UpdateManagedInstanceRoleResult) => void): Request<SSM.Types.UpdateManagedInstanceRoleResult, AWSError>;
         | 
| 1087 1087 | 
             
              /**
         | 
| 1088 | 
            -
               * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 1088 | 
            +
               * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 1089 1089 | 
             
               */
         | 
| 1090 1090 | 
             
              updateOpsItem(params: SSM.Types.UpdateOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.UpdateOpsItemResponse) => void): Request<SSM.Types.UpdateOpsItemResponse, AWSError>;
         | 
| 1091 1091 | 
             
              /**
         | 
| 1092 | 
            -
               * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 1092 | 
            +
               * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide. 
         | 
| 1093 1093 | 
             
               */
         | 
| 1094 1094 | 
             
              updateOpsItem(callback?: (err: AWSError, data: SSM.Types.UpdateOpsItemResponse) => void): Request<SSM.Types.UpdateOpsItemResponse, AWSError>;
         | 
| 1095 1095 | 
             
              /**
         | 
| @@ -2169,11 +2169,11 @@ declare namespace SSM { | |
| 2169 2169 | 
             
                 */
         | 
| 2170 2170 | 
             
                OutputS3KeyPrefix?: S3KeyPrefix;
         | 
| 2171 2171 | 
             
                /**
         | 
| 2172 | 
            -
                 * The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see  | 
| 2172 | 
            +
                 * The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Amazon Web Services Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.
         | 
| 2173 2173 | 
             
                 */
         | 
| 2174 2174 | 
             
                MaxConcurrency?: MaxConcurrency;
         | 
| 2175 2175 | 
             
                /**
         | 
| 2176 | 
            -
                 * The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see  | 
| 2176 | 
            +
                 * The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see Amazon Web Services Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.
         | 
| 2177 2177 | 
             
                 */
         | 
| 2178 2178 | 
             
                MaxErrors?: MaxErrors;
         | 
| 2179 2179 | 
             
                /**
         | 
| @@ -2361,7 +2361,7 @@ declare namespace SSM { | |
| 2361 2361 | 
             
              export type ComplianceExecutionId = string;
         | 
| 2362 2362 | 
             
              export interface ComplianceExecutionSummary {
         | 
| 2363 2363 | 
             
                /**
         | 
| 2364 | 
            -
                 * The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z' | 
| 2364 | 
            +
                 * The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z' 
         | 
| 2365 2365 | 
             
                 */
         | 
| 2366 2366 | 
             
                ExecutionTime: DateTime;
         | 
| 2367 2367 | 
             
                /**
         | 
| @@ -2506,7 +2506,7 @@ declare namespace SSM { | |
| 2506 2506 | 
             
                 */
         | 
| 2507 2507 | 
             
                DefaultInstanceName?: DefaultInstanceName;
         | 
| 2508 2508 | 
             
                /**
         | 
| 2509 | 
            -
                 * The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. 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.  You can't specify an IAM service-linked role for this parameter. You must create a unique role. 
         | 
| 2509 | 
            +
                 * The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. 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 and multicloud environment in the Amazon Web Services Systems Manager User Guide.  You can't specify an IAM service-linked role for this parameter. You must create a unique role. 
         | 
| 2510 2510 | 
             
                 */
         | 
| 2511 2511 | 
             
                IamRole: IamRole;
         | 
| 2512 2512 | 
             
                /**
         | 
| @@ -2638,7 +2638,7 @@ declare namespace SSM { | |
| 2638 2638 | 
             
                 */
         | 
| 2639 2639 | 
             
                Name: DocumentARN;
         | 
| 2640 2640 | 
             
                /**
         | 
| 2641 | 
            -
                 * The document version you want to associate with the  | 
| 2641 | 
            +
                 * The document version you want to associate with the targets. Can be a specific version or the default version.  State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default. 
         | 
| 2642 2642 | 
             
                 */
         | 
| 2643 2643 | 
             
                DocumentVersion?: DocumentVersion;
         | 
| 2644 2644 | 
             
                /**
         | 
| @@ -2650,11 +2650,11 @@ declare namespace SSM { | |
| 2650 2650 | 
             
                 */
         | 
| 2651 2651 | 
             
                Parameters?: Parameters;
         | 
| 2652 2652 | 
             
                /**
         | 
| 2653 | 
            -
                 * The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. For more information about choosing targets for an association, see  | 
| 2653 | 
            +
                 * The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. For more information about choosing targets for an association, see About targets and rate controls in State Manager associations in the Amazon Web Services Systems Manager User Guide.
         | 
| 2654 2654 | 
             
                 */
         | 
| 2655 2655 | 
             
                Targets?: Targets;
         | 
| 2656 2656 | 
             
                /**
         | 
| 2657 | 
            -
                 * A cron expression when the association will be applied to the  | 
| 2657 | 
            +
                 * A cron expression when the association will be applied to the targets.
         | 
| 2658 2658 | 
             
                 */
         | 
| 2659 2659 | 
             
                ScheduleExpression?: ScheduleExpression;
         | 
| 2660 2660 | 
             
                /**
         | 
| @@ -2723,7 +2723,7 @@ declare namespace SSM { | |
| 2723 2723 | 
             
              }
         | 
| 2724 2724 | 
             
              export interface CreateDocumentRequest {
         | 
| 2725 2725 | 
             
                /**
         | 
| 2726 | 
            -
                 * The content for the new SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command. For examples, see the following topics in the Amazon Web Services Systems Manager User Guide.    Create an SSM document ( | 
| 2726 | 
            +
                 * The content for the new SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command. For examples, see the following topics in the Amazon Web Services Systems Manager User Guide.    Create an SSM document (console)     Create an SSM document (command line)     Create an SSM document (API)   
         | 
| 2727 2727 | 
             
                 */
         | 
| 2728 2728 | 
             
                Content: DocumentContent;
         | 
| 2729 2729 | 
             
                /**
         | 
| @@ -2835,7 +2835,7 @@ declare namespace SSM { | |
| 2835 2835 | 
             
                 */
         | 
| 2836 2836 | 
             
                OpsItemType?: OpsItemType;
         | 
| 2837 2837 | 
             
                /**
         | 
| 2838 | 
            -
                 * Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.  Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.  You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation). Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see  | 
| 2838 | 
            +
                 * Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.  Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.  You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation). Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Create OpsItems manually in the Amazon Web Services Systems Manager User Guide.
         | 
| 2839 2839 | 
             
                 */
         | 
| 2840 2840 | 
             
                OperationalData?: OpsItemOperationalData;
         | 
| 2841 2841 | 
             
                /**
         | 
| @@ -2955,7 +2955,7 @@ declare namespace SSM { | |
| 2955 2955 | 
             
                 */
         | 
| 2956 2956 | 
             
                RejectedPatches?: PatchIdList;
         | 
| 2957 2957 | 
             
                /**
         | 
| 2958 | 
            -
                 * The action for Patch Manager to take on patches included in the RejectedPackages list.     ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther. This is the default action if no option is specified. | 
| 2958 | 
            +
                 * The action for Patch Manager to take on patches included in the RejectedPackages list.     ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther. This is the default action if no option is specified.    BLOCK: Packages in the Rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the Rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as InstalledRejected.  
         | 
| 2959 2959 | 
             
                 */
         | 
| 2960 2960 | 
             
                RejectedPatchesAction?: PatchAction;
         | 
| 2961 2961 | 
             
                /**
         | 
| @@ -3077,7 +3077,7 @@ declare namespace SSM { | |
| 3077 3077 | 
             
                 */
         | 
| 3078 3078 | 
             
                TypeName?: InventoryItemTypeName;
         | 
| 3079 3079 | 
             
                /**
         | 
| 3080 | 
            -
                 * A summary of the delete operation. For more information about this summary, see  | 
| 3080 | 
            +
                 * A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
         | 
| 3081 3081 | 
             
                 */
         | 
| 3082 3082 | 
             
                DeletionSummary?: InventoryDeletionSummary;
         | 
| 3083 3083 | 
             
              }
         | 
| @@ -5569,7 +5569,7 @@ declare namespace SSM { | |
| 5569 5569 | 
             
                 */
         | 
| 5570 5570 | 
             
                DetailedStatus?: StatusName;
         | 
| 5571 5571 | 
             
                /**
         | 
| 5572 | 
            -
                 * The number of associations for the managed  | 
| 5572 | 
            +
                 * The number of associations for the managed nodes.
         | 
| 5573 5573 | 
             
                 */
         | 
| 5574 5574 | 
             
                InstanceAssociationStatusAggregatedCount?: InstanceAssociationStatusAggregatedCount;
         | 
| 5575 5575 | 
             
              }
         | 
| @@ -5583,7 +5583,7 @@ declare namespace SSM { | |
| 5583 5583 | 
             
                 */
         | 
| 5584 5584 | 
             
                InstanceId?: InstanceId;
         | 
| 5585 5585 | 
             
                /**
         | 
| 5586 | 
            -
                 * The content of the association document for the managed  | 
| 5586 | 
            +
                 * The content of the association document for the managed nodes.
         | 
| 5587 5587 | 
             
                 */
         | 
| 5588 5588 | 
             
                Content?: DocumentContent;
         | 
| 5589 5589 | 
             
                /**
         | 
| @@ -5710,7 +5710,7 @@ declare namespace SSM { | |
| 5710 5710 | 
             
                 */
         | 
| 5711 5711 | 
             
                ResourceType?: ResourceType;
         | 
| 5712 5712 | 
             
                /**
         | 
| 5713 | 
            -
                 * The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid environment (Linux) and Install SSM Agent for a hybrid environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
         | 
| 5713 | 
            +
                 * The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid and multicloud environment (Linux) and Install SSM Agent for a hybrid and multicloud environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
         | 
| 5714 5714 | 
             
                 */
         | 
| 5715 5715 | 
             
                Name?: String;
         | 
| 5716 5716 | 
             
                /**
         | 
| @@ -5791,7 +5791,7 @@ declare namespace SSM { | |
| 5791 5791 | 
             
                 */
         | 
| 5792 5792 | 
             
                SnapshotId?: SnapshotId;
         | 
| 5793 5793 | 
             
                /**
         | 
| 5794 | 
            -
                 * An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline. For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline | 
| 5794 | 
            +
                 * An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline. For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document  in the Amazon Web Services Systems Manager User Guide.
         | 
| 5795 5795 | 
             
                 */
         | 
| 5796 5796 | 
             
                InstallOverrideList?: InstallOverrideList;
         | 
| 5797 5797 | 
             
                /**
         | 
| @@ -6122,7 +6122,7 @@ declare namespace SSM { | |
| 6122 6122 | 
             
              }
         | 
| 6123 6123 | 
             
              export interface LabelParameterVersionResult {
         | 
| 6124 6124 | 
             
                /**
         | 
| 6125 | 
            -
                 * The label doesn't meet the requirements. For information about parameter label requirements, see  | 
| 6125 | 
            +
                 * The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
         | 
| 6126 6126 | 
             
                 */
         | 
| 6127 6127 | 
             
                InvalidLabels?: ParameterLabelList;
         | 
| 6128 6128 | 
             
                /**
         | 
| @@ -6434,15 +6434,15 @@ declare namespace SSM { | |
| 6434 6434 | 
             
                 */
         | 
| 6435 6435 | 
             
                InstanceId?: InstanceId;
         | 
| 6436 6436 | 
             
                /**
         | 
| 6437 | 
            -
                 * The inventory schema version used by the managed  | 
| 6437 | 
            +
                 * The inventory schema version used by the managed nodes.
         | 
| 6438 6438 | 
             
                 */
         | 
| 6439 6439 | 
             
                SchemaVersion?: InventoryItemSchemaVersion;
         | 
| 6440 6440 | 
             
                /**
         | 
| 6441 | 
            -
                 * The time that inventory information was collected for the managed  | 
| 6441 | 
            +
                 * The time that inventory information was collected for the managed nodes.
         | 
| 6442 6442 | 
             
                 */
         | 
| 6443 6443 | 
             
                CaptureTime?: InventoryItemCaptureTime;
         | 
| 6444 6444 | 
             
                /**
         | 
| 6445 | 
            -
                 * A list of inventory items on the managed  | 
| 6445 | 
            +
                 * A list of inventory items on the managed nodes.
         | 
| 6446 6446 | 
             
                 */
         | 
| 6447 6447 | 
             
                Entries?: InventoryItemEntryList;
         | 
| 6448 6448 | 
             
                /**
         | 
| @@ -8157,7 +8157,7 @@ declare namespace SSM { | |
| 8157 8157 | 
             
                 */
         | 
| 8158 8158 | 
             
                ComplianceType: ComplianceTypeName;
         | 
| 8159 8159 | 
             
                /**
         | 
| 8160 | 
            -
                 * A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z' | 
| 8160 | 
            +
                 * A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z' 
         | 
| 8161 8161 | 
             
                 */
         | 
| 8162 8162 | 
             
                ExecutionSummary: ComplianceExecutionSummary;
         | 
| 8163 8163 | 
             
                /**
         | 
| @@ -8226,7 +8226,7 @@ declare namespace SSM { | |
| 8226 8226 | 
             
                 */
         | 
| 8227 8227 | 
             
                Tags?: TagList;
         | 
| 8228 8228 | 
             
                /**
         | 
| 8229 | 
            -
                 * 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  | 
| 8229 | 
            +
                 * 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 Managing 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.
         | 
| 8230 8230 | 
             
                 */
         | 
| 8231 8231 | 
             
                Tier?: ParameterTier;
         | 
| 8232 8232 | 
             
                /**
         | 
| @@ -8234,7 +8234,7 @@ declare namespace SSM { | |
| 8234 8234 | 
             
                 */
         | 
| 8235 8235 | 
             
                Policies?: ParameterPolicies;
         | 
| 8236 8236 | 
             
                /**
         | 
| 8237 | 
            -
                 * 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     aws:ssm:integration    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.  If the action is successful, the service sends back an HTTP 200 response which indicates a successful PutParameter call for all cases except for data type aws:ec2:image. If you call PutParameter with aws:ec2:image data type, a successful HTTP 200 response does not guarantee that your parameter was successfully created or updated. The aws:ec2:image value is validated asynchronously, and the PutParameter call returns before the validation is complete. If you submit an invalid AMI value, the PutParameter operation will return success, but the asynchronous validation will fail and the parameter will not be created or updated. To monitor whether your aws:ec2:image parameters are created successfully, see Setting up notifications or trigger actions based on Parameter Store events. For more information about AMI format validation , see Native parameter support for Amazon Machine Image  | 
| 8237 | 
            +
                 * 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     aws:ssm:integration    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.  If the action is successful, the service sends back an HTTP 200 response which indicates a successful PutParameter call for all cases except for data type aws:ec2:image. If you call PutParameter with aws:ec2:image data type, a successful HTTP 200 response does not guarantee that your parameter was successfully created or updated. The aws:ec2:image value is validated asynchronously, and the PutParameter call returns before the validation is complete. If you submit an invalid AMI value, the PutParameter operation will return success, but the asynchronous validation will fail and the parameter will not be created or updated. To monitor whether your aws:ec2:image parameters are created successfully, see Setting up notifications or trigger actions based on Parameter Store events. For more information about AMI format validation , see Native parameter support for Amazon Machine Image IDs.  
         | 
| 8238 8238 | 
             
                 */
         | 
| 8239 8239 | 
             
                DataType?: ParameterDataType;
         | 
| 8240 8240 | 
             
              }
         | 
| @@ -8361,7 +8361,7 @@ declare namespace SSM { | |
| 8361 8361 | 
             
                 */
         | 
| 8362 8362 | 
             
                TaskArn: MaintenanceWindowTaskArn;
         | 
| 8363 8363 | 
             
                /**
         | 
| 8364 | 
            -
                 * The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. For more information, see  | 
| 8364 | 
            +
                 * The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. For more information, see Using service-linked roles for Systems Manager in the in the Amazon Web Services Systems Manager User Guide:
         | 
| 8365 8365 | 
             
                 */
         | 
| 8366 8366 | 
             
                ServiceRoleArn?: ServiceRole;
         | 
| 8367 8367 | 
             
                /**
         | 
| @@ -8642,7 +8642,7 @@ declare namespace SSM { | |
| 8642 8642 | 
             
                 */
         | 
| 8643 8643 | 
             
                IncludeFutureRegions?: ResourceDataSyncIncludeFutureRegions;
         | 
| 8644 8644 | 
             
                /**
         | 
| 8645 | 
            -
                 * 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  | 
| 8645 | 
            +
                 * 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 Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.
         | 
| 8646 8646 | 
             
                 */
         | 
| 8647 8647 | 
             
                EnableAllOpsDataSources?: ResourceDataSyncEnableAllOpsDataSources;
         | 
| 8648 8648 | 
             
              }
         | 
| @@ -8671,7 +8671,7 @@ declare namespace SSM { | |
| 8671 8671 | 
             
                 */
         | 
| 8672 8672 | 
             
                State?: ResourceDataSyncState;
         | 
| 8673 8673 | 
             
                /**
         | 
| 8674 | 
            -
                 * 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  | 
| 8674 | 
            +
                 * 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 Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.
         | 
| 8675 8675 | 
             
                 */
         | 
| 8676 8676 | 
             
                EnableAllOpsDataSources?: ResourceDataSyncEnableAllOpsDataSources;
         | 
| 8677 8677 | 
             
              }
         | 
| @@ -8823,15 +8823,15 @@ declare namespace SSM { | |
| 8823 8823 | 
             
              }
         | 
| 8824 8824 | 
             
              export interface SendCommandRequest {
         | 
| 8825 8825 | 
             
                /**
         | 
| 8826 | 
            -
                 * The IDs of the managed nodes where the command should run. Specifying managed node IDs is most useful when you are targeting a limited number of managed nodes, though you can specify up to 50 IDs. To target a larger number of managed nodes, or if you prefer not to list individual node IDs, we recommend using the Targets option instead. Using Targets, which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a send command to tens, hundreds, or thousands of nodes at once. For more information about how to use targets, see  | 
| 8826 | 
            +
                 * The IDs of the managed nodes where the command should run. Specifying managed node IDs is most useful when you are targeting a limited number of managed nodes, though you can specify up to 50 IDs. To target a larger number of managed nodes, or if you prefer not to list individual node IDs, we recommend using the Targets option instead. Using Targets, which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a send command to tens, hundreds, or thousands of nodes at once. For more information about how to use targets, see Run commands at scale in the Amazon Web Services Systems Manager User Guide.
         | 
| 8827 8827 | 
             
                 */
         | 
| 8828 8828 | 
             
                InstanceIds?: InstanceIdList;
         | 
| 8829 8829 | 
             
                /**
         | 
| 8830 | 
            -
                 * An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Specifying targets is most useful when you want to send a command to a large number of managed nodes at once. Using Targets, which accepts tag key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands of nodes at once. To send a command to a smaller number of managed nodes, you can use the InstanceIds option instead. For more information about how to use targets, see  | 
| 8830 | 
            +
                 * An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Specifying targets is most useful when you want to send a command to a large number of managed nodes at once. Using Targets, which accepts tag key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands of nodes at once. To send a command to a smaller number of managed nodes, you can use the InstanceIds option instead. For more information about how to use targets, see Run commands at scale in the Amazon Web Services Systems Manager User Guide.
         | 
| 8831 8831 | 
             
                 */
         | 
| 8832 8832 | 
             
                Targets?: Targets;
         | 
| 8833 8833 | 
             
                /**
         | 
| 8834 | 
            -
                 * The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see  | 
| 8834 | 
            +
                 * The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see Sharing SSM documents in the Amazon Web Services Systems Manager User Guide.  If you specify a document name or ARN that hasn't been shared with your account, you receive an InvalidDocument error.  
         | 
| 8835 8835 | 
             
                 */
         | 
| 8836 8836 | 
             
                DocumentName: DocumentARN;
         | 
| 8837 8837 | 
             
                /**
         | 
| @@ -9058,7 +9058,7 @@ declare namespace SSM { | |
| 9058 9058 | 
             
              }
         | 
| 9059 9059 | 
             
              export interface StartAutomationExecutionRequest {
         | 
| 9060 9060 | 
             
                /**
         | 
| 9061 | 
            -
                 * The name of the SSM document to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see  | 
| 9061 | 
            +
                 * The name of the SSM document to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see Sharing SSM documents in the Amazon Web Services Systems Manager User Guide.
         | 
| 9062 9062 | 
             
                 */
         | 
| 9063 9063 | 
             
                DocumentName: DocumentARN;
         | 
| 9064 9064 | 
             
                /**
         | 
| @@ -9792,7 +9792,7 @@ declare namespace SSM { | |
| 9792 9792 | 
             
                 */
         | 
| 9793 9793 | 
             
                TaskArn?: MaintenanceWindowTaskArn;
         | 
| 9794 9794 | 
             
                /**
         | 
| 9795 | 
            -
                 * The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. For more information, see  | 
| 9795 | 
            +
                 * The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. For more information, see Using service-linked roles for Systems Manager in the in the Amazon Web Services Systems Manager User Guide:
         | 
| 9796 9796 | 
             
                 */
         | 
| 9797 9797 | 
             
                ServiceRoleArn?: ServiceRole;
         | 
| 9798 9798 | 
             
                /**
         | 
| @@ -9908,7 +9908,7 @@ declare namespace SSM { | |
| 9908 9908 | 
             
                 */
         | 
| 9909 9909 | 
             
                InstanceId: ManagedInstanceId;
         | 
| 9910 9910 | 
             
                /**
         | 
| 9911 | 
            -
                 * The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. 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.  You can't specify an IAM service-linked role for this parameter. You must create a unique role. 
         | 
| 9911 | 
            +
                 * The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. 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 and multicloud environment in the Amazon Web Services Systems Manager User Guide.  You can't specify an IAM service-linked role for this parameter. You must create a unique role. 
         | 
| 9912 9912 | 
             
                 */
         | 
| 9913 9913 | 
             
                IamRole: IamRole;
         | 
| 9914 9914 | 
             
              }
         | 
| @@ -10036,7 +10036,7 @@ declare namespace SSM { | |
| 10036 10036 | 
             
                 */
         | 
| 10037 10037 | 
             
                RejectedPatches?: PatchIdList;
         | 
| 10038 10038 | 
             
                /**
         | 
| 10039 | 
            -
                 * The action for Patch Manager to take on patches included in the RejectedPackages list.     ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther. This is the default action if no option is specified. | 
| 10039 | 
            +
                 * The action for Patch Manager to take on patches included in the RejectedPackages list.     ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther. This is the default action if no option is specified.    BLOCK: Packages in the Rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the Rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as InstalledRejected.  
         | 
| 10040 10040 | 
             
                 */
         | 
| 10041 10041 | 
             
                RejectedPatchesAction?: PatchAction;
         | 
| 10042 10042 | 
             
                /**
         |