@gemeentenijmegen/webapp 1.1.0 → 1.1.2
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 +12 -12
- package/assets/webapp/auth/auth.lambda/index.js +54 -33
- package/assets/webapp/login/login.lambda/index.js +54 -33
- package/assets/webapp/logout/logout.lambda/index.js +53 -32
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -30
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +240 -179
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +131 -100
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +44 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +63 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +63 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +81 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +48 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +93 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +123 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1835 -1569
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +613 -459
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +812 -882
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +313 -275
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/package.json +58 -59
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
- package/node_modules/@aws-sdk/client-ssm/README.md +40 -8
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +99 -14
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +14 -11
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +35 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +20 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
- package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
- package/node_modules/@aws-sdk/token-providers/package.json +8 -7
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +6 -6
- package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +4 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +19 -11
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +12 -30
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +3 -26
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +6 -5
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -9
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +9 -7
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +16 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/cookie/index.js +118 -57
- package/node_modules/cookie/package.json +3 -3
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +1 -1
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +7 -0
- package/node_modules/tslib/tslib.es6.js +24 -1
- package/node_modules/tslib/tslib.es6.mjs +24 -1
- package/node_modules/tslib/tslib.js +56 -1
- package/package.json +18 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
- package/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/form-data/README.md.bak +0 -358
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
|
@@ -1,7 +1,556 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, InstanceAssociationOutputLocation, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Runbook, Tag, Target, TargetLocation } from "./models_0";
|
|
3
|
-
import { DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute } from "./models_1";
|
|
2
|
+
import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, DocumentHashType, ExecutionMode, InstanceAssociationOutputLocation, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Runbook, Tag, Target, TargetLocation } from "./models_0";
|
|
3
|
+
import { CloudWatchOutputConfig, Command, DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, NodeAggregatorType, NodeAttributeName, NodeFilter, NodeTypeName, NotificationConfig, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute, ServiceSetting } from "./models_1";
|
|
4
4
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>The result body of the ResetServiceSetting API operation.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ResetServiceSettingResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The current, effective service setting after calling the ResetServiceSetting API
|
|
12
|
+
* operation.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ServiceSetting?: ServiceSetting | undefined;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface ResumeSessionRequest {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ID of the disconnected session to resume.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
SessionId: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface ResumeSessionResponse {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The ID of the session.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
SessionId?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>An encrypted token value containing session and caller information. Used to authenticate the
|
|
38
|
+
* connection to the managed node.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
TokenValue?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
|
|
44
|
+
* receive output from the managed node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>.</p>
|
|
45
|
+
* <p>
|
|
46
|
+
* <b>region</b> represents the Region identifier for an
|
|
47
|
+
* Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as <code>us-east-2</code> for the US East (Ohio) Region.
|
|
48
|
+
* For a list of supported <b>region</b> values, see the <b>Region</b> column in <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region">Systems Manager service endpoints</a> in the
|
|
49
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
50
|
+
* <p>
|
|
51
|
+
* <b>session-id</b> represents the ID of a Session Manager session, such as
|
|
52
|
+
* <code>1a2b3c4dEXAMPLE</code>.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
StreamUrl?: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>The specified step name and execution ID don't exist. Verify the information and try
|
|
59
|
+
* again.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export declare class AutomationStepNotFoundException extends __BaseException {
|
|
63
|
+
readonly name: "AutomationStepNotFoundException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
69
|
+
constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* <p>The signal isn't valid for the current Automation execution.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export declare class InvalidAutomationSignalException extends __BaseException {
|
|
76
|
+
readonly name: "InvalidAutomationSignalException";
|
|
77
|
+
readonly $fault: "client";
|
|
78
|
+
Message?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* @enum
|
|
87
|
+
*/
|
|
88
|
+
export declare const SignalType: {
|
|
89
|
+
readonly APPROVE: "Approve";
|
|
90
|
+
readonly REJECT: "Reject";
|
|
91
|
+
readonly RESUME: "Resume";
|
|
92
|
+
readonly START_STEP: "StartStep";
|
|
93
|
+
readonly STOP_STEP: "StopStep";
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export type SignalType = (typeof SignalType)[keyof typeof SignalType];
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface SendAutomationSignalRequest {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The unique identifier for an existing Automation execution that you want to send the signal
|
|
105
|
+
* to.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
AutomationExecutionId: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The type of signal to send to an Automation execution. </p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
SignalType: SignalType | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>The data sent with the signal. The data schema depends on the type of signal used in the
|
|
116
|
+
* request.</p>
|
|
117
|
+
* <p>For <code>Approve</code> and <code>Reject</code> signal types, the payload is an optional
|
|
118
|
+
* comment that you can send with the signal type. For example:</p>
|
|
119
|
+
* <p>
|
|
120
|
+
* <code>Comment="Looks good"</code>
|
|
121
|
+
* </p>
|
|
122
|
+
* <p>For <code>StartStep</code> and <code>Resume</code> signal types, you must send the name of
|
|
123
|
+
* the Automation step to start or resume as the payload. For example:</p>
|
|
124
|
+
* <p>
|
|
125
|
+
* <code>StepName="step1"</code>
|
|
126
|
+
* </p>
|
|
127
|
+
* <p>For the <code>StopStep</code> signal type, you must send the step execution ID as the
|
|
128
|
+
* payload. For example:</p>
|
|
129
|
+
* <p>
|
|
130
|
+
* <code>StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"</code>
|
|
131
|
+
* </p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
Payload?: Record<string, string[]> | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export interface SendAutomationSignalResult {
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* <p>One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN)
|
|
143
|
+
* was provided for an Amazon Simple Notification Service topic.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export declare class InvalidNotificationConfig extends __BaseException {
|
|
147
|
+
readonly name: "InvalidNotificationConfig";
|
|
148
|
+
readonly $fault: "client";
|
|
149
|
+
Message?: string | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* @internal
|
|
152
|
+
*/
|
|
153
|
+
constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p>The S3 bucket doesn't exist.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export declare class InvalidOutputFolder extends __BaseException {
|
|
160
|
+
readonly name: "InvalidOutputFolder";
|
|
161
|
+
readonly $fault: "client";
|
|
162
|
+
/**
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
165
|
+
constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
|
|
169
|
+
* configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in
|
|
170
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export declare class InvalidRole extends __BaseException {
|
|
174
|
+
readonly name: "InvalidRole";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
Message?: string | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
180
|
+
constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export interface SendCommandRequest {
|
|
186
|
+
/**
|
|
187
|
+
* <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is
|
|
188
|
+
* most useful when you are targeting a limited number of managed nodes, though you can specify up
|
|
189
|
+
* to 50 IDs.</p>
|
|
190
|
+
* <p>To target a larger number of managed nodes, or if you prefer not to list individual node
|
|
191
|
+
* IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
|
|
192
|
+
* which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
|
|
193
|
+
* send command to tens, hundreds, or thousands of nodes at once.</p>
|
|
194
|
+
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
|
|
195
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
InstanceIds?: string[] | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>An array of search criteria that targets managed nodes using a <code>Key,Value</code>
|
|
201
|
+
* combination that you specify. Specifying targets is most useful when you want to send a command
|
|
202
|
+
* to a large number of managed nodes at once. Using <code>Targets</code>, which accepts tag
|
|
203
|
+
* key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands
|
|
204
|
+
* of nodes at once.</p>
|
|
205
|
+
* <p>To send a command to a smaller number of managed nodes, you can use the
|
|
206
|
+
* <code>InstanceIds</code> option instead.</p>
|
|
207
|
+
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
|
|
208
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
Targets?: Target[] | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a
|
|
214
|
+
* custom document. To run a shared document belonging to another account, specify the document
|
|
215
|
+
* Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">Sharing SSM
|
|
216
|
+
* documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
217
|
+
* <note>
|
|
218
|
+
* <p>If you specify a document name or ARN that hasn't been shared with your account, you
|
|
219
|
+
* receive an <code>InvalidDocument</code> error. </p>
|
|
220
|
+
* </note>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
DocumentName: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a
|
|
226
|
+
* specific version number. If you run commands by using the Command Line Interface (Amazon Web Services CLI), then
|
|
227
|
+
* you must escape the first two options by using a backslash. If you specify a version number, then
|
|
228
|
+
* you don't need to use the backslash. For example:</p>
|
|
229
|
+
* <p>--document-version "\$DEFAULT"</p>
|
|
230
|
+
* <p>--document-version "\$LATEST"</p>
|
|
231
|
+
* <p>--document-version "3"</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
DocumentVersion?: string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The Sha256 or Sha1 hash created by the system when the document was created. </p>
|
|
237
|
+
* <note>
|
|
238
|
+
* <p>Sha1 hashes have been deprecated.</p>
|
|
239
|
+
* </note>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
DocumentHash?: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>Sha256 or Sha1.</p>
|
|
245
|
+
* <note>
|
|
246
|
+
* <p>Sha1 hashes have been deprecated.</p>
|
|
247
|
+
* </note>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
DocumentHashType?: DocumentHashType | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* <p>If this time is reached and the command hasn't already started running, it won't run.</p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
TimeoutSeconds?: number | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* <p>User-specified information about the command, such as a brief description of what the
|
|
258
|
+
* command should do.</p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
Comment?: string | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* <p>The required and optional parameters specified in the document being run.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* <p>(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager
|
|
269
|
+
* automatically determines the Amazon Web Services Region of the S3 bucket.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
OutputS3Region?: string | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* <p>The name of the S3 bucket where command execution responses should be stored.</p>
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
OutputS3BucketName?: string | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* <p>The directory structure within the S3 bucket where the responses should be stored.</p>
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
OutputS3KeyPrefix?: string | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* <p>(Optional) The maximum number of managed nodes that are allowed to run the command at the
|
|
285
|
+
* same time. You can specify a number such as 10 or a percentage such as 10%. The default value is
|
|
286
|
+
* <code>50</code>. For more information about how to use <code>MaxConcurrency</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity">Using
|
|
287
|
+
* concurrency controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
MaxConcurrency?: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>The maximum number of errors allowed without the command failing. When the command fails one
|
|
293
|
+
* more time beyond the value of <code>MaxErrors</code>, the systems stops sending the command to
|
|
294
|
+
* additional targets. You can specify a number like 10 or a percentage like 10%. The default value
|
|
295
|
+
* is <code>0</code>. For more information about how to use <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors">Using
|
|
296
|
+
* error controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
MaxErrors?: string | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>The ARN of the Identity and Access Management (IAM) service role to use to publish
|
|
302
|
+
* Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.</p>
|
|
303
|
+
* <p>This role must provide the <code>sns:Publish</code> permission for your notification topic.
|
|
304
|
+
* For information about creating and using this service role, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in the
|
|
305
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
ServiceRoleArn?: string | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>Configurations for sending notifications.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
NotificationConfig?: NotificationConfig | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a
|
|
316
|
+
* capability of Amazon Web Services Systems Manager.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* <p>The CloudWatch alarm you want to apply to your command.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
export interface SendCommandResult {
|
|
330
|
+
/**
|
|
331
|
+
* <p>The request as it was received by Systems Manager. Also provides the command ID which can be used
|
|
332
|
+
* future references to this request.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
Command?: Command | undefined;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* <p>The association isn't valid or doesn't exist. </p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
export declare class InvalidAssociation extends __BaseException {
|
|
342
|
+
readonly name: "InvalidAssociation";
|
|
343
|
+
readonly $fault: "client";
|
|
344
|
+
Message?: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* @internal
|
|
347
|
+
*/
|
|
348
|
+
constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export interface StartAssociationsOnceRequest {
|
|
354
|
+
/**
|
|
355
|
+
* <p>The association IDs that you want to run immediately and only one time.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
AssociationIds: string[] | undefined;
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
export interface StartAssociationsOnceResult {
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* <p>An Automation runbook with the specified name couldn't be found.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
export declare class AutomationDefinitionNotFoundException extends __BaseException {
|
|
370
|
+
readonly name: "AutomationDefinitionNotFoundException";
|
|
371
|
+
readonly $fault: "client";
|
|
372
|
+
Message?: string | undefined;
|
|
373
|
+
/**
|
|
374
|
+
* @internal
|
|
375
|
+
*/
|
|
376
|
+
constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* <p>An Automation runbook with the specified name and version couldn't be found.</p>
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
382
|
+
export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
|
|
383
|
+
readonly name: "AutomationDefinitionVersionNotFoundException";
|
|
384
|
+
readonly $fault: "client";
|
|
385
|
+
Message?: string | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* @internal
|
|
388
|
+
*/
|
|
389
|
+
constructor(opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* <p>The number of simultaneously running Automation executions exceeded the allowable
|
|
393
|
+
* limit.</p>
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
396
|
+
export declare class AutomationExecutionLimitExceededException extends __BaseException {
|
|
397
|
+
readonly name: "AutomationExecutionLimitExceededException";
|
|
398
|
+
readonly $fault: "client";
|
|
399
|
+
Message?: string | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* @internal
|
|
402
|
+
*/
|
|
403
|
+
constructor(opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>);
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* <p>The supplied parameters for invoking the specified Automation runbook are incorrect. For
|
|
407
|
+
* example, they may not match the set of parameters permitted for the specified Automation
|
|
408
|
+
* document.</p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
export declare class InvalidAutomationExecutionParametersException extends __BaseException {
|
|
412
|
+
readonly name: "InvalidAutomationExecutionParametersException";
|
|
413
|
+
readonly $fault: "client";
|
|
414
|
+
Message?: string | undefined;
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
*/
|
|
418
|
+
constructor(opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>);
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
export interface StartAutomationExecutionRequest {
|
|
424
|
+
/**
|
|
425
|
+
* <p>The name of the SSM document to run. This can be a public document or a custom document. To
|
|
426
|
+
* run a shared document belonging to another account, specify the document ARN. For more
|
|
427
|
+
* information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html">Sharing SSM documents</a>
|
|
428
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
DocumentName: string | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The version of the Automation runbook to use for this execution.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
DocumentVersion?: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* <p>A key-value map of execution parameters, which match the declared parameters in the
|
|
439
|
+
* Automation runbook.</p>
|
|
440
|
+
* @public
|
|
441
|
+
*/
|
|
442
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
443
|
+
/**
|
|
444
|
+
* <p>User-provided idempotency token. The token must be unique, is case insensitive, enforces the
|
|
445
|
+
* UUID format, and can't be reused.</p>
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
ClientToken?: string | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* <p>The execution mode of the automation. Valid modes include the following: Auto and
|
|
451
|
+
* Interactive. The default mode is Auto.</p>
|
|
452
|
+
* @public
|
|
453
|
+
*/
|
|
454
|
+
Mode?: ExecutionMode | undefined;
|
|
455
|
+
/**
|
|
456
|
+
* <p>The name of the parameter used as the target resource for the rate-controlled execution.
|
|
457
|
+
* Required if you specify targets.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
TargetParameterName?: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>A key-value mapping to target resources. Required if you specify TargetParameterName.</p>
|
|
463
|
+
* <p>If both this parameter and the <code>TargetLocation:Targets</code> parameter are supplied,
|
|
464
|
+
* <code>TargetLocation:Targets</code> takes precedence.</p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
Targets?: Target[] | undefined;
|
|
468
|
+
/**
|
|
469
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
470
|
+
* can't be specified together.</p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
TargetMaps?: Record<string, string[]>[] | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>The maximum number of targets allowed to run this task in parallel. You can specify a
|
|
476
|
+
* number, such as 10, or a percentage, such as 10%. The default value is <code>10</code>.</p>
|
|
477
|
+
* <p>If both this parameter and the <code>TargetLocation:TargetsMaxConcurrency</code> are
|
|
478
|
+
* supplied, <code>TargetLocation:TargetsMaxConcurrency</code> takes precedence.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
MaxConcurrency?: string | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* <p>The number of errors that are allowed before the system stops running the automation on
|
|
484
|
+
* additional targets. You can specify either an absolute number of errors, for example 10, or a
|
|
485
|
+
* percentage of the target set, for example 10%. If you specify 3, for example, the system stops
|
|
486
|
+
* running the automation when the fourth error is received. If you specify 0, then the system stops
|
|
487
|
+
* running the automation on additional targets after the first error result is returned. If you run
|
|
488
|
+
* an automation on 50 resources and set max-errors to 10%, then the system stops running the
|
|
489
|
+
* automation on additional targets when the sixth error is received.</p>
|
|
490
|
+
* <p>Executions that are already running an automation when max-errors is reached are allowed to
|
|
491
|
+
* complete, but some of these executions may fail as well. If you need to ensure that there won't
|
|
492
|
+
* be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one
|
|
493
|
+
* at a time.</p>
|
|
494
|
+
* <p>If this parameter and the <code>TargetLocation:TargetsMaxErrors</code> parameter are both
|
|
495
|
+
* supplied, <code>TargetLocation:TargetsMaxErrors</code> takes precedence.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
MaxErrors?: string | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* <p>A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the
|
|
501
|
+
* automation. Use this operation to start an automation in multiple Amazon Web Services Regions and multiple
|
|
502
|
+
* Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running automations in multiple Amazon Web Services Regions and accounts</a> in the
|
|
503
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
TargetLocations?: TargetLocation[] | undefined;
|
|
507
|
+
/**
|
|
508
|
+
* <p>Optional metadata that you assign to a resource. You can specify a maximum of five tags for
|
|
509
|
+
* an automation. Tags enable you to categorize a resource in different ways, such as by purpose,
|
|
510
|
+
* owner, or environment. For example, you might want to tag an automation to identify an
|
|
511
|
+
* environment or operating system. In this case, you could specify the following key-value
|
|
512
|
+
* pairs:</p>
|
|
513
|
+
* <ul>
|
|
514
|
+
* <li>
|
|
515
|
+
* <p>
|
|
516
|
+
* <code>Key=environment,Value=test</code>
|
|
517
|
+
* </p>
|
|
518
|
+
* </li>
|
|
519
|
+
* <li>
|
|
520
|
+
* <p>
|
|
521
|
+
* <code>Key=OS,Value=Windows</code>
|
|
522
|
+
* </p>
|
|
523
|
+
* </li>
|
|
524
|
+
* </ul>
|
|
525
|
+
* <note>
|
|
526
|
+
* <p>To add tags to an existing automation, use the <a>AddTagsToResource</a>
|
|
527
|
+
* operation.</p>
|
|
528
|
+
* </note>
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
531
|
+
Tags?: Tag[] | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* <p>The CloudWatch alarm you want to apply to your automation.</p>
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* <p>Specify a publicly accessible URL for a file that contains the <code>TargetLocations</code>
|
|
539
|
+
* body. Currently, only files in presigned Amazon S3 buckets are supported. </p>
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
542
|
+
TargetLocationsURL?: string | undefined;
|
|
543
|
+
}
|
|
544
|
+
/**
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
export interface StartAutomationExecutionResult {
|
|
548
|
+
/**
|
|
549
|
+
* <p>The unique ID of a newly scheduled automation execution.</p>
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
AutomationExecutionId?: string | undefined;
|
|
553
|
+
}
|
|
5
554
|
/**
|
|
6
555
|
* <p>Indicates that the Change Manager change template used in the change request was rejected or is
|
|
7
556
|
* still in a pending state.</p>
|
|
@@ -10,7 +559,7 @@ import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
|
10
559
|
export declare class AutomationDefinitionNotApprovedException extends __BaseException {
|
|
11
560
|
readonly name: "AutomationDefinitionNotApprovedException";
|
|
12
561
|
readonly $fault: "client";
|
|
13
|
-
Message?: string;
|
|
562
|
+
Message?: string | undefined;
|
|
14
563
|
/**
|
|
15
564
|
* @internal
|
|
16
565
|
*/
|
|
@@ -28,7 +577,7 @@ export interface StartChangeRequestExecutionRequest {
|
|
|
28
577
|
* </note>
|
|
29
578
|
* @public
|
|
30
579
|
*/
|
|
31
|
-
ScheduledTime?: Date;
|
|
580
|
+
ScheduledTime?: Date | undefined;
|
|
32
581
|
/**
|
|
33
582
|
* <p>The name of the change template document to run during the runbook workflow.</p>
|
|
34
583
|
* @public
|
|
@@ -38,24 +587,24 @@ export interface StartChangeRequestExecutionRequest {
|
|
|
38
587
|
* <p>The version of the change template document to run during the runbook workflow.</p>
|
|
39
588
|
* @public
|
|
40
589
|
*/
|
|
41
|
-
DocumentVersion?: string;
|
|
590
|
+
DocumentVersion?: string | undefined;
|
|
42
591
|
/**
|
|
43
592
|
* <p>A key-value map of parameters that match the declared parameters in the change template
|
|
44
593
|
* document.</p>
|
|
45
594
|
* @public
|
|
46
595
|
*/
|
|
47
|
-
Parameters?: Record<string, string[]
|
|
596
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
48
597
|
/**
|
|
49
598
|
* <p>The name of the change request associated with the runbook workflow to be run.</p>
|
|
50
599
|
* @public
|
|
51
600
|
*/
|
|
52
|
-
ChangeRequestName?: string;
|
|
601
|
+
ChangeRequestName?: string | undefined;
|
|
53
602
|
/**
|
|
54
603
|
* <p>The user-provided idempotency token. The token must be unique, is case insensitive, enforces
|
|
55
604
|
* the UUID format, and can't be reused.</p>
|
|
56
605
|
* @public
|
|
57
606
|
*/
|
|
58
|
-
ClientToken?: string;
|
|
607
|
+
ClientToken?: string | undefined;
|
|
59
608
|
/**
|
|
60
609
|
* <p>Indicates whether the change request can be approved automatically without the need for
|
|
61
610
|
* manual approvals.</p>
|
|
@@ -70,7 +619,7 @@ export interface StartChangeRequestExecutionRequest {
|
|
|
70
619
|
* </note>
|
|
71
620
|
* @public
|
|
72
621
|
*/
|
|
73
|
-
AutoApprove?: boolean;
|
|
622
|
+
AutoApprove?: boolean | undefined;
|
|
74
623
|
/**
|
|
75
624
|
* <p>Information about the Automation runbooks that are run during the runbook workflow.</p>
|
|
76
625
|
* <note>
|
|
@@ -100,20 +649,20 @@ export interface StartChangeRequestExecutionRequest {
|
|
|
100
649
|
* </ul>
|
|
101
650
|
* @public
|
|
102
651
|
*/
|
|
103
|
-
Tags?: Tag[];
|
|
652
|
+
Tags?: Tag[] | undefined;
|
|
104
653
|
/**
|
|
105
654
|
* <p>The time that the requester expects the runbook workflow related to the change request to
|
|
106
655
|
* complete. The time is an estimate only that the requester provides for reviewers.</p>
|
|
107
656
|
* @public
|
|
108
657
|
*/
|
|
109
|
-
ScheduledEndTime?: Date;
|
|
658
|
+
ScheduledEndTime?: Date | undefined;
|
|
110
659
|
/**
|
|
111
660
|
* <p>User-provided details about the change. If no details are provided, content specified in the
|
|
112
661
|
* <b>Template information</b> section of the associated change template
|
|
113
662
|
* is added.</p>
|
|
114
663
|
* @public
|
|
115
664
|
*/
|
|
116
|
-
ChangeDetails?: string;
|
|
665
|
+
ChangeDetails?: string | undefined;
|
|
117
666
|
}
|
|
118
667
|
/**
|
|
119
668
|
* @public
|
|
@@ -124,7 +673,133 @@ export interface StartChangeRequestExecutionResult {
|
|
|
124
673
|
* operation.) </p>
|
|
125
674
|
* @public
|
|
126
675
|
*/
|
|
127
|
-
AutomationExecutionId?: string;
|
|
676
|
+
AutomationExecutionId?: string | undefined;
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* <p>Information about the optional inputs that can be specified for an automation execution
|
|
680
|
+
* preview.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
export interface AutomationExecutionInputs {
|
|
684
|
+
/**
|
|
685
|
+
* <p>Information about parameters that can be specified for the preview operation.
|
|
686
|
+
* </p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
690
|
+
/**
|
|
691
|
+
* <p>The name of the parameter used as the target resource for the rate-controlled execution.
|
|
692
|
+
* Required if you specify targets.</p>
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
TargetParameterName?: string | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* <p>Information about the resources that would be included in the actual runbook execution, if
|
|
698
|
+
* it were to be run. Both Targets and TargetMaps can't be specified together.</p>
|
|
699
|
+
* @public
|
|
700
|
+
*/
|
|
701
|
+
Targets?: Target[] | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
704
|
+
* can't be specified together.</p>
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
TargetMaps?: Record<string, string[]>[] | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* <p>Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution
|
|
710
|
+
* preview operation.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
TargetLocations?: TargetLocation[] | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p>A publicly accessible URL for a file that contains the <code>TargetLocations</code> body.
|
|
716
|
+
* Currently, only files in presigned Amazon S3 buckets are supported.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
TargetLocationsURL?: string | undefined;
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* <p>Information about the inputs for an execution preview.</p>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
export type ExecutionInputs = ExecutionInputs.AutomationMember | ExecutionInputs.$UnknownMember;
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
export declare namespace ExecutionInputs {
|
|
730
|
+
/**
|
|
731
|
+
* <p>Information about the optional inputs that can be specified for an automation execution
|
|
732
|
+
* preview.</p>
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
interface AutomationMember {
|
|
736
|
+
Automation: AutomationExecutionInputs;
|
|
737
|
+
$unknown?: never;
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
interface $UnknownMember {
|
|
743
|
+
Automation?: never;
|
|
744
|
+
$unknown: [string, any];
|
|
745
|
+
}
|
|
746
|
+
interface Visitor<T> {
|
|
747
|
+
Automation: (value: AutomationExecutionInputs) => T;
|
|
748
|
+
_: (name: string, value: any) => T;
|
|
749
|
+
}
|
|
750
|
+
const visit: <T>(value: ExecutionInputs, visitor: Visitor<T>) => T;
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
export interface StartExecutionPreviewRequest {
|
|
756
|
+
/**
|
|
757
|
+
* <p>The name of the Automation runbook to run. The result of the execution preview indicates
|
|
758
|
+
* what the impact would be of running this runbook.</p>
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
761
|
+
DocumentName: string | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* <p>The version of the Automation runbook to run. The default value is
|
|
764
|
+
* <code>$DEFAULT</code>.</p>
|
|
765
|
+
* @public
|
|
766
|
+
*/
|
|
767
|
+
DocumentVersion?: string | undefined;
|
|
768
|
+
/**
|
|
769
|
+
* <p>Information about the inputs that can be specified for the preview operation.
|
|
770
|
+
* </p>
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
773
|
+
ExecutionInputs?: ExecutionInputs | undefined;
|
|
774
|
+
}
|
|
775
|
+
/**
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
778
|
+
export interface StartExecutionPreviewResponse {
|
|
779
|
+
/**
|
|
780
|
+
* <p>The ID of the execution preview generated by the system.</p>
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
ExecutionPreviewId?: string | undefined;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* <p>The request isn't valid. Verify that you entered valid contents for the command and try
|
|
787
|
+
* again.</p>
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
export declare class ValidationException extends __BaseException {
|
|
791
|
+
readonly name: "ValidationException";
|
|
792
|
+
readonly $fault: "client";
|
|
793
|
+
Message?: string | undefined;
|
|
794
|
+
/**
|
|
795
|
+
* <p>The reason code for the invalid request.</p>
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
ReasonCode?: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* @internal
|
|
801
|
+
*/
|
|
802
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
128
803
|
}
|
|
129
804
|
/**
|
|
130
805
|
* @public
|
|
@@ -144,19 +819,19 @@ export interface StartSessionRequest {
|
|
|
144
819
|
* session</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
145
820
|
* @public
|
|
146
821
|
*/
|
|
147
|
-
DocumentName?: string;
|
|
822
|
+
DocumentName?: string | undefined;
|
|
148
823
|
/**
|
|
149
824
|
* <p>The reason for connecting to the instance. This value is included in the details for the
|
|
150
825
|
* Amazon CloudWatch Events event created when you start the session.</p>
|
|
151
826
|
* @public
|
|
152
827
|
*/
|
|
153
|
-
Reason?: string;
|
|
828
|
+
Reason?: string | undefined;
|
|
154
829
|
/**
|
|
155
830
|
* <p>The values you want to specify for the parameters defined in the Session
|
|
156
831
|
* document.</p>
|
|
157
832
|
* @public
|
|
158
833
|
*/
|
|
159
|
-
Parameters?: Record<string, string[]
|
|
834
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
160
835
|
}
|
|
161
836
|
/**
|
|
162
837
|
* @public
|
|
@@ -166,14 +841,14 @@ export interface StartSessionResponse {
|
|
|
166
841
|
* <p>The ID of the session.</p>
|
|
167
842
|
* @public
|
|
168
843
|
*/
|
|
169
|
-
SessionId?: string;
|
|
844
|
+
SessionId?: string | undefined;
|
|
170
845
|
/**
|
|
171
846
|
* <p>An encrypted token value containing session and caller information. This token is used to
|
|
172
847
|
* authenticate the connection to the managed node, and is valid only long enough to ensure the
|
|
173
848
|
* connection is successful. Never share your session's token.</p>
|
|
174
849
|
* @public
|
|
175
850
|
*/
|
|
176
|
-
TokenValue?: string;
|
|
851
|
+
TokenValue?: string | undefined;
|
|
177
852
|
/**
|
|
178
853
|
* <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
|
|
179
854
|
* receive output from the node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
|
|
@@ -188,7 +863,7 @@ export interface StartSessionResponse {
|
|
|
188
863
|
* <code>1a2b3c4dEXAMPLE</code>.</p>
|
|
189
864
|
* @public
|
|
190
865
|
*/
|
|
191
|
-
StreamUrl?: string;
|
|
866
|
+
StreamUrl?: string | undefined;
|
|
192
867
|
}
|
|
193
868
|
/**
|
|
194
869
|
* <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
|
|
@@ -201,7 +876,7 @@ export interface StartSessionResponse {
|
|
|
201
876
|
export declare class TargetNotConnected extends __BaseException {
|
|
202
877
|
readonly name: "TargetNotConnected";
|
|
203
878
|
readonly $fault: "client";
|
|
204
|
-
Message?: string;
|
|
879
|
+
Message?: string | undefined;
|
|
205
880
|
/**
|
|
206
881
|
* @internal
|
|
207
882
|
*/
|
|
@@ -214,7 +889,7 @@ export declare class TargetNotConnected extends __BaseException {
|
|
|
214
889
|
export declare class InvalidAutomationStatusUpdateException extends __BaseException {
|
|
215
890
|
readonly name: "InvalidAutomationStatusUpdateException";
|
|
216
891
|
readonly $fault: "client";
|
|
217
|
-
Message?: string;
|
|
892
|
+
Message?: string | undefined;
|
|
218
893
|
/**
|
|
219
894
|
* @internal
|
|
220
895
|
*/
|
|
@@ -246,7 +921,7 @@ export interface StopAutomationExecutionRequest {
|
|
|
246
921
|
* type is Cancel.</p>
|
|
247
922
|
* @public
|
|
248
923
|
*/
|
|
249
|
-
Type?: StopType;
|
|
924
|
+
Type?: StopType | undefined;
|
|
250
925
|
}
|
|
251
926
|
/**
|
|
252
927
|
* @public
|
|
@@ -271,7 +946,7 @@ export interface TerminateSessionResponse {
|
|
|
271
946
|
* <p>The ID of the session that has been terminated.</p>
|
|
272
947
|
* @public
|
|
273
948
|
*/
|
|
274
|
-
SessionId?: string;
|
|
949
|
+
SessionId?: string | undefined;
|
|
275
950
|
}
|
|
276
951
|
/**
|
|
277
952
|
* @public
|
|
@@ -306,12 +981,12 @@ export interface UnlabelParameterVersionResult {
|
|
|
306
981
|
* <p>A list of all labels deleted from the parameter.</p>
|
|
307
982
|
* @public
|
|
308
983
|
*/
|
|
309
|
-
RemovedLabels?: string[];
|
|
984
|
+
RemovedLabels?: string[] | undefined;
|
|
310
985
|
/**
|
|
311
986
|
* <p>The labels that aren't attached to the given parameter version.</p>
|
|
312
987
|
* @public
|
|
313
988
|
*/
|
|
314
|
-
InvalidLabels?: string[];
|
|
989
|
+
InvalidLabels?: string[] | undefined;
|
|
315
990
|
}
|
|
316
991
|
/**
|
|
317
992
|
* <p>You have reached the maximum number versions allowed for an association. Each association
|
|
@@ -321,7 +996,7 @@ export interface UnlabelParameterVersionResult {
|
|
|
321
996
|
export declare class AssociationVersionLimitExceeded extends __BaseException {
|
|
322
997
|
readonly name: "AssociationVersionLimitExceeded";
|
|
323
998
|
readonly $fault: "client";
|
|
324
|
-
Message?: string;
|
|
999
|
+
Message?: string | undefined;
|
|
325
1000
|
/**
|
|
326
1001
|
* @internal
|
|
327
1002
|
*/
|
|
@@ -334,7 +1009,7 @@ export declare class AssociationVersionLimitExceeded extends __BaseException {
|
|
|
334
1009
|
export declare class InvalidUpdate extends __BaseException {
|
|
335
1010
|
readonly name: "InvalidUpdate";
|
|
336
1011
|
readonly $fault: "client";
|
|
337
|
-
Message?: string;
|
|
1012
|
+
Message?: string | undefined;
|
|
338
1013
|
/**
|
|
339
1014
|
* @internal
|
|
340
1015
|
*/
|
|
@@ -355,7 +1030,7 @@ export interface UpdateAssociationRequest {
|
|
|
355
1030
|
* <code>\{\{ssm:parameter-name\}\}</code>.</p>
|
|
356
1031
|
* @public
|
|
357
1032
|
*/
|
|
358
|
-
Parameters?: Record<string, string[]
|
|
1033
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
359
1034
|
/**
|
|
360
1035
|
* <p>The document version you want update for the association. </p>
|
|
361
1036
|
* <important>
|
|
@@ -367,17 +1042,17 @@ export interface UpdateAssociationRequest {
|
|
|
367
1042
|
* </important>
|
|
368
1043
|
* @public
|
|
369
1044
|
*/
|
|
370
|
-
DocumentVersion?: string;
|
|
1045
|
+
DocumentVersion?: string | undefined;
|
|
371
1046
|
/**
|
|
372
1047
|
* <p>The cron expression used to schedule the association that you want to update.</p>
|
|
373
1048
|
* @public
|
|
374
1049
|
*/
|
|
375
|
-
ScheduleExpression?: string;
|
|
1050
|
+
ScheduleExpression?: string | undefined;
|
|
376
1051
|
/**
|
|
377
1052
|
* <p>An S3 bucket where you want to store the results of this request.</p>
|
|
378
1053
|
* @public
|
|
379
1054
|
*/
|
|
380
|
-
OutputLocation?: InstanceAssociationOutputLocation;
|
|
1055
|
+
OutputLocation?: InstanceAssociationOutputLocation | undefined;
|
|
381
1056
|
/**
|
|
382
1057
|
* <p>The name of the SSM Command document or Automation runbook that contains the configuration
|
|
383
1058
|
* information for the managed node.</p>
|
|
@@ -398,31 +1073,31 @@ export interface UpdateAssociationRequest {
|
|
|
398
1073
|
* <code>My-Document</code>.</p>
|
|
399
1074
|
* @public
|
|
400
1075
|
*/
|
|
401
|
-
Name?: string;
|
|
1076
|
+
Name?: string | undefined;
|
|
402
1077
|
/**
|
|
403
1078
|
* <p>The targets of the association.</p>
|
|
404
1079
|
* @public
|
|
405
1080
|
*/
|
|
406
|
-
Targets?: Target[];
|
|
1081
|
+
Targets?: Target[] | undefined;
|
|
407
1082
|
/**
|
|
408
1083
|
* <p>The name of the association that you want to update.</p>
|
|
409
1084
|
* @public
|
|
410
1085
|
*/
|
|
411
|
-
AssociationName?: string;
|
|
1086
|
+
AssociationName?: string | undefined;
|
|
412
1087
|
/**
|
|
413
1088
|
* <p>This parameter is provided for concurrency control purposes. You must specify the latest
|
|
414
1089
|
* association version in the service. If you want to ensure that this request succeeds, either
|
|
415
1090
|
* specify <code>$LATEST</code>, or omit this parameter.</p>
|
|
416
1091
|
* @public
|
|
417
1092
|
*/
|
|
418
|
-
AssociationVersion?: string;
|
|
1093
|
+
AssociationVersion?: string | undefined;
|
|
419
1094
|
/**
|
|
420
1095
|
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
421
1096
|
* required for associations that use an Automation runbook and target resources by using rate
|
|
422
1097
|
* controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
|
|
423
1098
|
* @public
|
|
424
1099
|
*/
|
|
425
|
-
AutomationTargetParameterName?: string;
|
|
1100
|
+
AutomationTargetParameterName?: string | undefined;
|
|
426
1101
|
/**
|
|
427
1102
|
* <p>The number of errors that are allowed before the system stops sending requests to run the
|
|
428
1103
|
* association on additional targets. You can specify either an absolute number of errors, for
|
|
@@ -437,7 +1112,7 @@ export interface UpdateAssociationRequest {
|
|
|
437
1112
|
* so that executions proceed one at a time.</p>
|
|
438
1113
|
* @public
|
|
439
1114
|
*/
|
|
440
|
-
MaxErrors?: string;
|
|
1115
|
+
MaxErrors?: string | undefined;
|
|
441
1116
|
/**
|
|
442
1117
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
443
1118
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
@@ -448,12 +1123,12 @@ export interface UpdateAssociationRequest {
|
|
|
448
1123
|
* specified for <code>MaxConcurrency</code>.</p>
|
|
449
1124
|
* @public
|
|
450
1125
|
*/
|
|
451
|
-
MaxConcurrency?: string;
|
|
1126
|
+
MaxConcurrency?: string | undefined;
|
|
452
1127
|
/**
|
|
453
1128
|
* <p>The severity level to assign to the association.</p>
|
|
454
1129
|
* @public
|
|
455
1130
|
*/
|
|
456
|
-
ComplianceSeverity?: AssociationComplianceSeverity;
|
|
1131
|
+
ComplianceSeverity?: AssociationComplianceSeverity | undefined;
|
|
457
1132
|
/**
|
|
458
1133
|
* <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
|
|
459
1134
|
* <code>MANUAL</code>. In <code>AUTO</code> mode, the system uses the status of the association
|
|
@@ -467,7 +1142,7 @@ export interface UpdateAssociationRequest {
|
|
|
467
1142
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
468
1143
|
* @public
|
|
469
1144
|
*/
|
|
470
|
-
SyncCompliance?: AssociationSyncCompliance;
|
|
1145
|
+
SyncCompliance?: AssociationSyncCompliance | undefined;
|
|
471
1146
|
/**
|
|
472
1147
|
* <p>By default, when you update an association, the system runs it immediately after it is
|
|
473
1148
|
* updated and then according to the schedule you specified. Specify this option if you don't want
|
|
@@ -486,7 +1161,7 @@ export interface UpdateAssociationRequest {
|
|
|
486
1161
|
* association to run immediately after updating it and according to the interval specified.</p>
|
|
487
1162
|
* @public
|
|
488
1163
|
*/
|
|
489
|
-
ApplyOnlyAtCronInterval?: boolean;
|
|
1164
|
+
ApplyOnlyAtCronInterval?: boolean | undefined;
|
|
490
1165
|
/**
|
|
491
1166
|
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
|
|
492
1167
|
* gate your associations under. The associations only run when that change calendar is open. For
|
|
@@ -494,14 +1169,14 @@ export interface UpdateAssociationRequest {
|
|
|
494
1169
|
* Calendar</a>.</p>
|
|
495
1170
|
* @public
|
|
496
1171
|
*/
|
|
497
|
-
CalendarNames?: string[];
|
|
1172
|
+
CalendarNames?: string[] | undefined;
|
|
498
1173
|
/**
|
|
499
1174
|
* <p>A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the
|
|
500
1175
|
* association. Use this action to update an association in multiple Regions and multiple
|
|
501
1176
|
* accounts.</p>
|
|
502
1177
|
* @public
|
|
503
1178
|
*/
|
|
504
|
-
TargetLocations?: TargetLocation[];
|
|
1179
|
+
TargetLocations?: TargetLocation[] | undefined;
|
|
505
1180
|
/**
|
|
506
1181
|
* <p>Number of days to wait after the scheduled day to run an association. For example, if you
|
|
507
1182
|
* specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3
|
|
@@ -514,7 +1189,7 @@ export interface UpdateAssociationRequest {
|
|
|
514
1189
|
* </note>
|
|
515
1190
|
* @public
|
|
516
1191
|
*/
|
|
517
|
-
ScheduleOffset?: number;
|
|
1192
|
+
ScheduleOffset?: number | undefined;
|
|
518
1193
|
/**
|
|
519
1194
|
* <p>The number of hours the association can run before it is canceled. Duration applies to
|
|
520
1195
|
* associations that are currently running, and any pending and in progress commands on all targets.
|
|
@@ -535,19 +1210,19 @@ export interface UpdateAssociationRequest {
|
|
|
535
1210
|
* </ul>
|
|
536
1211
|
* @public
|
|
537
1212
|
*/
|
|
538
|
-
Duration?: number;
|
|
1213
|
+
Duration?: number | undefined;
|
|
539
1214
|
/**
|
|
540
1215
|
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
541
1216
|
* can't be specified together.</p>
|
|
542
1217
|
* @public
|
|
543
1218
|
*/
|
|
544
|
-
TargetMaps?: Record<string, string[]>[];
|
|
1219
|
+
TargetMaps?: Record<string, string[]>[] | undefined;
|
|
545
1220
|
/**
|
|
546
1221
|
* <p>The details for the CloudWatch alarm you want to apply to an automation or
|
|
547
1222
|
* command.</p>
|
|
548
1223
|
* @public
|
|
549
1224
|
*/
|
|
550
|
-
AlarmConfiguration?: AlarmConfiguration;
|
|
1225
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
551
1226
|
}
|
|
552
1227
|
/**
|
|
553
1228
|
* @public
|
|
@@ -557,7 +1232,7 @@ export interface UpdateAssociationResult {
|
|
|
557
1232
|
* <p>The description of the association that was updated.</p>
|
|
558
1233
|
* @public
|
|
559
1234
|
*/
|
|
560
|
-
AssociationDescription?: AssociationDescription;
|
|
1235
|
+
AssociationDescription?: AssociationDescription | undefined;
|
|
561
1236
|
}
|
|
562
1237
|
/**
|
|
563
1238
|
* <p>The updated status is the same as the current status.</p>
|
|
@@ -599,7 +1274,7 @@ export interface UpdateAssociationStatusResult {
|
|
|
599
1274
|
* <p>Information about the association.</p>
|
|
600
1275
|
* @public
|
|
601
1276
|
*/
|
|
602
|
-
AssociationDescription?: AssociationDescription;
|
|
1277
|
+
AssociationDescription?: AssociationDescription | undefined;
|
|
603
1278
|
}
|
|
604
1279
|
/**
|
|
605
1280
|
* <p>The document has too many versions. Delete one or more document versions and try
|
|
@@ -609,7 +1284,7 @@ export interface UpdateAssociationStatusResult {
|
|
|
609
1284
|
export declare class DocumentVersionLimitExceeded extends __BaseException {
|
|
610
1285
|
readonly name: "DocumentVersionLimitExceeded";
|
|
611
1286
|
readonly $fault: "client";
|
|
612
|
-
Message?: string;
|
|
1287
|
+
Message?: string | undefined;
|
|
613
1288
|
/**
|
|
614
1289
|
* @internal
|
|
615
1290
|
*/
|
|
@@ -623,7 +1298,7 @@ export declare class DocumentVersionLimitExceeded extends __BaseException {
|
|
|
623
1298
|
export declare class DuplicateDocumentContent extends __BaseException {
|
|
624
1299
|
readonly name: "DuplicateDocumentContent";
|
|
625
1300
|
readonly $fault: "client";
|
|
626
|
-
Message?: string;
|
|
1301
|
+
Message?: string | undefined;
|
|
627
1302
|
/**
|
|
628
1303
|
* @internal
|
|
629
1304
|
*/
|
|
@@ -637,7 +1312,7 @@ export declare class DuplicateDocumentContent extends __BaseException {
|
|
|
637
1312
|
export declare class DuplicateDocumentVersionName extends __BaseException {
|
|
638
1313
|
readonly name: "DuplicateDocumentVersionName";
|
|
639
1314
|
readonly $fault: "client";
|
|
640
|
-
Message?: string;
|
|
1315
|
+
Message?: string | undefined;
|
|
641
1316
|
/**
|
|
642
1317
|
* @internal
|
|
643
1318
|
*/
|
|
@@ -656,7 +1331,7 @@ export interface UpdateDocumentRequest {
|
|
|
656
1331
|
* <p>A list of key-value pairs that describe attachments to a version of a document.</p>
|
|
657
1332
|
* @public
|
|
658
1333
|
*/
|
|
659
|
-
Attachments?: AttachmentsSource[];
|
|
1334
|
+
Attachments?: AttachmentsSource[] | undefined;
|
|
660
1335
|
/**
|
|
661
1336
|
* <p>The name of the SSM document that you want to update.</p>
|
|
662
1337
|
* @public
|
|
@@ -668,14 +1343,14 @@ export interface UpdateDocumentRequest {
|
|
|
668
1343
|
* the existing value is applied to the new document version.</p>
|
|
669
1344
|
* @public
|
|
670
1345
|
*/
|
|
671
|
-
DisplayName?: string;
|
|
1346
|
+
DisplayName?: string | undefined;
|
|
672
1347
|
/**
|
|
673
1348
|
* <p>An optional field specifying the version of the artifact you are updating with the document.
|
|
674
1349
|
* For example, 12.6. This value is unique across all versions of a document, and can't be
|
|
675
1350
|
* changed.</p>
|
|
676
1351
|
* @public
|
|
677
1352
|
*/
|
|
678
|
-
VersionName?: string;
|
|
1353
|
+
VersionName?: string | undefined;
|
|
679
1354
|
/**
|
|
680
1355
|
* <p>The version of the document that you want to update. Currently, Systems Manager supports updating only
|
|
681
1356
|
* the latest version of the document. You can specify the version number of the latest version or
|
|
@@ -687,18 +1362,18 @@ export interface UpdateDocumentRequest {
|
|
|
687
1362
|
* </note>
|
|
688
1363
|
* @public
|
|
689
1364
|
*/
|
|
690
|
-
DocumentVersion?: string;
|
|
1365
|
+
DocumentVersion?: string | undefined;
|
|
691
1366
|
/**
|
|
692
1367
|
* <p>Specify the document format for the new document version. Systems Manager supports JSON and YAML
|
|
693
1368
|
* documents. JSON is the default format.</p>
|
|
694
1369
|
* @public
|
|
695
1370
|
*/
|
|
696
|
-
DocumentFormat?: DocumentFormat;
|
|
1371
|
+
DocumentFormat?: DocumentFormat | undefined;
|
|
697
1372
|
/**
|
|
698
1373
|
* <p>Specify a new target type for the document.</p>
|
|
699
1374
|
* @public
|
|
700
1375
|
*/
|
|
701
|
-
TargetType?: string;
|
|
1376
|
+
TargetType?: string | undefined;
|
|
702
1377
|
}
|
|
703
1378
|
/**
|
|
704
1379
|
* @public
|
|
@@ -708,7 +1383,7 @@ export interface UpdateDocumentResult {
|
|
|
708
1383
|
* <p>A description of the document that was updated.</p>
|
|
709
1384
|
* @public
|
|
710
1385
|
*/
|
|
711
|
-
DocumentDescription?: DocumentDescription;
|
|
1386
|
+
DocumentDescription?: DocumentDescription | undefined;
|
|
712
1387
|
}
|
|
713
1388
|
/**
|
|
714
1389
|
* @public
|
|
@@ -734,17 +1409,17 @@ export interface DocumentDefaultVersionDescription {
|
|
|
734
1409
|
* <p>The name of the document.</p>
|
|
735
1410
|
* @public
|
|
736
1411
|
*/
|
|
737
|
-
Name?: string;
|
|
1412
|
+
Name?: string | undefined;
|
|
738
1413
|
/**
|
|
739
1414
|
* <p>The default version of the document.</p>
|
|
740
1415
|
* @public
|
|
741
1416
|
*/
|
|
742
|
-
DefaultVersion?: string;
|
|
1417
|
+
DefaultVersion?: string | undefined;
|
|
743
1418
|
/**
|
|
744
1419
|
* <p>The default version of the artifact associated with the document.</p>
|
|
745
1420
|
* @public
|
|
746
1421
|
*/
|
|
747
|
-
DefaultVersionName?: string;
|
|
1422
|
+
DefaultVersionName?: string | undefined;
|
|
748
1423
|
}
|
|
749
1424
|
/**
|
|
750
1425
|
* @public
|
|
@@ -754,7 +1429,7 @@ export interface UpdateDocumentDefaultVersionResult {
|
|
|
754
1429
|
* <p>The description of a custom document that you want to set as the default version.</p>
|
|
755
1430
|
* @public
|
|
756
1431
|
*/
|
|
757
|
-
Description?: DocumentDefaultVersionDescription;
|
|
1432
|
+
Description?: DocumentDefaultVersionDescription | undefined;
|
|
758
1433
|
}
|
|
759
1434
|
/**
|
|
760
1435
|
* @public
|
|
@@ -784,7 +1459,7 @@ export interface DocumentReviews {
|
|
|
784
1459
|
* <p>A comment entered by a user in your organization about the document review request.</p>
|
|
785
1460
|
* @public
|
|
786
1461
|
*/
|
|
787
|
-
Comment?: DocumentReviewCommentSource[];
|
|
1462
|
+
Comment?: DocumentReviewCommentSource[] | undefined;
|
|
788
1463
|
}
|
|
789
1464
|
/**
|
|
790
1465
|
* @public
|
|
@@ -799,7 +1474,7 @@ export interface UpdateDocumentMetadataRequest {
|
|
|
799
1474
|
* <p>The version of a change template in which to update approval metadata.</p>
|
|
800
1475
|
* @public
|
|
801
1476
|
*/
|
|
802
|
-
DocumentVersion?: string;
|
|
1477
|
+
DocumentVersion?: string | undefined;
|
|
803
1478
|
/**
|
|
804
1479
|
* <p>The change template review details to update.</p>
|
|
805
1480
|
* @public
|
|
@@ -824,12 +1499,12 @@ export interface UpdateMaintenanceWindowRequest {
|
|
|
824
1499
|
* <p>The name of the maintenance window.</p>
|
|
825
1500
|
* @public
|
|
826
1501
|
*/
|
|
827
|
-
Name?: string;
|
|
1502
|
+
Name?: string | undefined;
|
|
828
1503
|
/**
|
|
829
1504
|
* <p>An optional description for the update request.</p>
|
|
830
1505
|
* @public
|
|
831
1506
|
*/
|
|
832
|
-
Description?: string;
|
|
1507
|
+
Description?: string | undefined;
|
|
833
1508
|
/**
|
|
834
1509
|
* <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
|
|
835
1510
|
* become active. <code>StartDate</code> allows you to delay activation of the maintenance window
|
|
@@ -840,19 +1515,19 @@ export interface UpdateMaintenanceWindowRequest {
|
|
|
840
1515
|
* </note>
|
|
841
1516
|
* @public
|
|
842
1517
|
*/
|
|
843
|
-
StartDate?: string;
|
|
1518
|
+
StartDate?: string | undefined;
|
|
844
1519
|
/**
|
|
845
1520
|
* <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
|
|
846
1521
|
* become inactive. <code>EndDate</code> allows you to set a date and time in the future when the
|
|
847
1522
|
* maintenance window will no longer run.</p>
|
|
848
1523
|
* @public
|
|
849
1524
|
*/
|
|
850
|
-
EndDate?: string;
|
|
1525
|
+
EndDate?: string | undefined;
|
|
851
1526
|
/**
|
|
852
1527
|
* <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
|
|
853
1528
|
* @public
|
|
854
1529
|
*/
|
|
855
|
-
Schedule?: string;
|
|
1530
|
+
Schedule?: string | undefined;
|
|
856
1531
|
/**
|
|
857
1532
|
* <p>The time zone that the scheduled maintenance window executions are based on, in Internet
|
|
858
1533
|
* Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
|
|
@@ -860,7 +1535,7 @@ export interface UpdateMaintenanceWindowRequest {
|
|
|
860
1535
|
* Zone Database</a> on the IANA website.</p>
|
|
861
1536
|
* @public
|
|
862
1537
|
*/
|
|
863
|
-
ScheduleTimezone?: string;
|
|
1538
|
+
ScheduleTimezone?: string | undefined;
|
|
864
1539
|
/**
|
|
865
1540
|
* <p>The number of days to wait after the date and time specified by a cron expression before
|
|
866
1541
|
* running the maintenance window.</p>
|
|
@@ -873,35 +1548,35 @@ export interface UpdateMaintenanceWindowRequest {
|
|
|
873
1548
|
* later.</p>
|
|
874
1549
|
* @public
|
|
875
1550
|
*/
|
|
876
|
-
ScheduleOffset?: number;
|
|
1551
|
+
ScheduleOffset?: number | undefined;
|
|
877
1552
|
/**
|
|
878
1553
|
* <p>The duration of the maintenance window in hours.</p>
|
|
879
1554
|
* @public
|
|
880
1555
|
*/
|
|
881
|
-
Duration?: number;
|
|
1556
|
+
Duration?: number | undefined;
|
|
882
1557
|
/**
|
|
883
1558
|
* <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
|
|
884
1559
|
* new tasks for execution.</p>
|
|
885
1560
|
* @public
|
|
886
1561
|
*/
|
|
887
|
-
Cutoff?: number;
|
|
1562
|
+
Cutoff?: number | undefined;
|
|
888
1563
|
/**
|
|
889
1564
|
* <p>Whether targets must be registered with the maintenance window before tasks can be defined
|
|
890
1565
|
* for those targets.</p>
|
|
891
1566
|
* @public
|
|
892
1567
|
*/
|
|
893
|
-
AllowUnassociatedTargets?: boolean;
|
|
1568
|
+
AllowUnassociatedTargets?: boolean | undefined;
|
|
894
1569
|
/**
|
|
895
1570
|
* <p>Whether the maintenance window is enabled.</p>
|
|
896
1571
|
* @public
|
|
897
1572
|
*/
|
|
898
|
-
Enabled?: boolean;
|
|
1573
|
+
Enabled?: boolean | undefined;
|
|
899
1574
|
/**
|
|
900
1575
|
* <p>If <code>True</code>, then all fields that are required by the <a>CreateMaintenanceWindow</a> operation are also required for this API request. Optional
|
|
901
1576
|
* fields that aren't specified are set to null. </p>
|
|
902
1577
|
* @public
|
|
903
1578
|
*/
|
|
904
|
-
Replace?: boolean;
|
|
1579
|
+
Replace?: boolean | undefined;
|
|
905
1580
|
}
|
|
906
1581
|
/**
|
|
907
1582
|
* @public
|
|
@@ -911,34 +1586,34 @@ export interface UpdateMaintenanceWindowResult {
|
|
|
911
1586
|
* <p>The ID of the created maintenance window.</p>
|
|
912
1587
|
* @public
|
|
913
1588
|
*/
|
|
914
|
-
WindowId?: string;
|
|
1589
|
+
WindowId?: string | undefined;
|
|
915
1590
|
/**
|
|
916
1591
|
* <p>The name of the maintenance window.</p>
|
|
917
1592
|
* @public
|
|
918
1593
|
*/
|
|
919
|
-
Name?: string;
|
|
1594
|
+
Name?: string | undefined;
|
|
920
1595
|
/**
|
|
921
1596
|
* <p>An optional description of the update.</p>
|
|
922
1597
|
* @public
|
|
923
1598
|
*/
|
|
924
|
-
Description?: string;
|
|
1599
|
+
Description?: string | undefined;
|
|
925
1600
|
/**
|
|
926
1601
|
* <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
|
|
927
1602
|
* to become active. The maintenance window won't run before this specified time.</p>
|
|
928
1603
|
* @public
|
|
929
1604
|
*/
|
|
930
|
-
StartDate?: string;
|
|
1605
|
+
StartDate?: string | undefined;
|
|
931
1606
|
/**
|
|
932
1607
|
* <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
|
|
933
1608
|
* to become inactive. The maintenance window won't run after this specified time.</p>
|
|
934
1609
|
* @public
|
|
935
1610
|
*/
|
|
936
|
-
EndDate?: string;
|
|
1611
|
+
EndDate?: string | undefined;
|
|
937
1612
|
/**
|
|
938
1613
|
* <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
|
|
939
1614
|
* @public
|
|
940
1615
|
*/
|
|
941
|
-
Schedule?: string;
|
|
1616
|
+
Schedule?: string | undefined;
|
|
942
1617
|
/**
|
|
943
1618
|
* <p>The time zone that the scheduled maintenance window executions are based on, in Internet
|
|
944
1619
|
* Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
|
|
@@ -946,35 +1621,35 @@ export interface UpdateMaintenanceWindowResult {
|
|
|
946
1621
|
* Zone Database</a> on the IANA website.</p>
|
|
947
1622
|
* @public
|
|
948
1623
|
*/
|
|
949
|
-
ScheduleTimezone?: string;
|
|
1624
|
+
ScheduleTimezone?: string | undefined;
|
|
950
1625
|
/**
|
|
951
1626
|
* <p>The number of days to wait to run a maintenance window after the scheduled cron expression
|
|
952
1627
|
* date and time.</p>
|
|
953
1628
|
* @public
|
|
954
1629
|
*/
|
|
955
|
-
ScheduleOffset?: number;
|
|
1630
|
+
ScheduleOffset?: number | undefined;
|
|
956
1631
|
/**
|
|
957
1632
|
* <p>The duration of the maintenance window in hours.</p>
|
|
958
1633
|
* @public
|
|
959
1634
|
*/
|
|
960
|
-
Duration?: number;
|
|
1635
|
+
Duration?: number | undefined;
|
|
961
1636
|
/**
|
|
962
1637
|
* <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
|
|
963
1638
|
* new tasks for execution.</p>
|
|
964
1639
|
* @public
|
|
965
1640
|
*/
|
|
966
|
-
Cutoff?: number;
|
|
1641
|
+
Cutoff?: number | undefined;
|
|
967
1642
|
/**
|
|
968
1643
|
* <p>Whether targets must be registered with the maintenance window before tasks can be defined
|
|
969
1644
|
* for those targets.</p>
|
|
970
1645
|
* @public
|
|
971
1646
|
*/
|
|
972
|
-
AllowUnassociatedTargets?: boolean;
|
|
1647
|
+
AllowUnassociatedTargets?: boolean | undefined;
|
|
973
1648
|
/**
|
|
974
1649
|
* <p>Whether the maintenance window is enabled.</p>
|
|
975
1650
|
* @public
|
|
976
1651
|
*/
|
|
977
|
-
Enabled?: boolean;
|
|
1652
|
+
Enabled?: boolean | undefined;
|
|
978
1653
|
}
|
|
979
1654
|
/**
|
|
980
1655
|
* @public
|
|
@@ -994,29 +1669,29 @@ export interface UpdateMaintenanceWindowTargetRequest {
|
|
|
994
1669
|
* <p>The targets to add or replace.</p>
|
|
995
1670
|
* @public
|
|
996
1671
|
*/
|
|
997
|
-
Targets?: Target[];
|
|
1672
|
+
Targets?: Target[] | undefined;
|
|
998
1673
|
/**
|
|
999
1674
|
* <p>User-provided value that will be included in any Amazon CloudWatch Events events raised while
|
|
1000
1675
|
* running tasks for these targets in this maintenance window.</p>
|
|
1001
1676
|
* @public
|
|
1002
1677
|
*/
|
|
1003
|
-
OwnerInformation?: string;
|
|
1678
|
+
OwnerInformation?: string | undefined;
|
|
1004
1679
|
/**
|
|
1005
1680
|
* <p>A name for the update.</p>
|
|
1006
1681
|
* @public
|
|
1007
1682
|
*/
|
|
1008
|
-
Name?: string;
|
|
1683
|
+
Name?: string | undefined;
|
|
1009
1684
|
/**
|
|
1010
1685
|
* <p>An optional description for the update.</p>
|
|
1011
1686
|
* @public
|
|
1012
1687
|
*/
|
|
1013
|
-
Description?: string;
|
|
1688
|
+
Description?: string | undefined;
|
|
1014
1689
|
/**
|
|
1015
1690
|
* <p>If <code>True</code>, then all fields that are required by the <a>RegisterTargetWithMaintenanceWindow</a> operation are also required for this API
|
|
1016
1691
|
* request. Optional fields that aren't specified are set to null.</p>
|
|
1017
1692
|
* @public
|
|
1018
1693
|
*/
|
|
1019
|
-
Replace?: boolean;
|
|
1694
|
+
Replace?: boolean | undefined;
|
|
1020
1695
|
}
|
|
1021
1696
|
/**
|
|
1022
1697
|
* @public
|
|
@@ -1026,32 +1701,32 @@ export interface UpdateMaintenanceWindowTargetResult {
|
|
|
1026
1701
|
* <p>The maintenance window ID specified in the update request.</p>
|
|
1027
1702
|
* @public
|
|
1028
1703
|
*/
|
|
1029
|
-
WindowId?: string;
|
|
1704
|
+
WindowId?: string | undefined;
|
|
1030
1705
|
/**
|
|
1031
1706
|
* <p>The target ID specified in the update request.</p>
|
|
1032
1707
|
* @public
|
|
1033
1708
|
*/
|
|
1034
|
-
WindowTargetId?: string;
|
|
1709
|
+
WindowTargetId?: string | undefined;
|
|
1035
1710
|
/**
|
|
1036
1711
|
* <p>The updated targets.</p>
|
|
1037
1712
|
* @public
|
|
1038
1713
|
*/
|
|
1039
|
-
Targets?: Target[];
|
|
1714
|
+
Targets?: Target[] | undefined;
|
|
1040
1715
|
/**
|
|
1041
1716
|
* <p>The updated owner.</p>
|
|
1042
1717
|
* @public
|
|
1043
1718
|
*/
|
|
1044
|
-
OwnerInformation?: string;
|
|
1719
|
+
OwnerInformation?: string | undefined;
|
|
1045
1720
|
/**
|
|
1046
1721
|
* <p>The updated name.</p>
|
|
1047
1722
|
* @public
|
|
1048
1723
|
*/
|
|
1049
|
-
Name?: string;
|
|
1724
|
+
Name?: string | undefined;
|
|
1050
1725
|
/**
|
|
1051
1726
|
* <p>The updated description.</p>
|
|
1052
1727
|
* @public
|
|
1053
1728
|
*/
|
|
1054
|
-
Description?: string;
|
|
1729
|
+
Description?: string | undefined;
|
|
1055
1730
|
}
|
|
1056
1731
|
/**
|
|
1057
1732
|
* @public
|
|
@@ -1081,12 +1756,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1081
1756
|
* </note>
|
|
1082
1757
|
* @public
|
|
1083
1758
|
*/
|
|
1084
|
-
Targets?: Target[];
|
|
1759
|
+
Targets?: Target[] | undefined;
|
|
1085
1760
|
/**
|
|
1086
1761
|
* <p>The task ARN to modify.</p>
|
|
1087
1762
|
* @public
|
|
1088
1763
|
*/
|
|
1089
|
-
TaskArn?: string;
|
|
1764
|
+
TaskArn?: string | undefined;
|
|
1090
1765
|
/**
|
|
1091
1766
|
* <p>The Amazon Resource Name (ARN) of the IAM service role for
|
|
1092
1767
|
* Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a
|
|
@@ -1100,7 +1775,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1100
1775
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1101
1776
|
* @public
|
|
1102
1777
|
*/
|
|
1103
|
-
ServiceRoleArn?: string;
|
|
1778
|
+
ServiceRoleArn?: string | undefined;
|
|
1104
1779
|
/**
|
|
1105
1780
|
* <p>The parameters to modify.</p>
|
|
1106
1781
|
* <note>
|
|
@@ -1115,7 +1790,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1115
1790
|
* <p>Value: an array of strings, each string is between 1 and 255 characters</p>
|
|
1116
1791
|
* @public
|
|
1117
1792
|
*/
|
|
1118
|
-
TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression
|
|
1793
|
+
TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression> | undefined;
|
|
1119
1794
|
/**
|
|
1120
1795
|
* <p>The parameters that the task should use during execution. Populate only the fields that
|
|
1121
1796
|
* match the task type. All other fields should be empty.</p>
|
|
@@ -1131,13 +1806,13 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1131
1806
|
* </important>
|
|
1132
1807
|
* @public
|
|
1133
1808
|
*/
|
|
1134
|
-
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
|
|
1809
|
+
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | undefined;
|
|
1135
1810
|
/**
|
|
1136
1811
|
* <p>The new task priority to specify. The lower the number, the higher the priority. Tasks that
|
|
1137
1812
|
* have the same priority are scheduled in parallel.</p>
|
|
1138
1813
|
* @public
|
|
1139
1814
|
*/
|
|
1140
|
-
Priority?: number;
|
|
1815
|
+
Priority?: number | undefined;
|
|
1141
1816
|
/**
|
|
1142
1817
|
* <p>The new <code>MaxConcurrency</code> value you want to specify. <code>MaxConcurrency</code>
|
|
1143
1818
|
* is the number of targets that are allowed to run this task, in parallel.</p>
|
|
@@ -1151,7 +1826,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1151
1826
|
* </note>
|
|
1152
1827
|
* @public
|
|
1153
1828
|
*/
|
|
1154
|
-
MaxConcurrency?: string;
|
|
1829
|
+
MaxConcurrency?: string | undefined;
|
|
1155
1830
|
/**
|
|
1156
1831
|
* <p>The new <code>MaxErrors</code> value to specify. <code>MaxErrors</code> is the maximum
|
|
1157
1832
|
* number of errors that are allowed before the task stops being scheduled.</p>
|
|
@@ -1165,7 +1840,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1165
1840
|
* </note>
|
|
1166
1841
|
* @public
|
|
1167
1842
|
*/
|
|
1168
|
-
MaxErrors?: string;
|
|
1843
|
+
MaxErrors?: string | undefined;
|
|
1169
1844
|
/**
|
|
1170
1845
|
* <p>The new logging location in Amazon S3 to specify.</p>
|
|
1171
1846
|
* <note>
|
|
@@ -1177,23 +1852,23 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1177
1852
|
* </note>
|
|
1178
1853
|
* @public
|
|
1179
1854
|
*/
|
|
1180
|
-
LoggingInfo?: LoggingInfo;
|
|
1855
|
+
LoggingInfo?: LoggingInfo | undefined;
|
|
1181
1856
|
/**
|
|
1182
1857
|
* <p>The new task name to specify.</p>
|
|
1183
1858
|
* @public
|
|
1184
1859
|
*/
|
|
1185
|
-
Name?: string;
|
|
1860
|
+
Name?: string | undefined;
|
|
1186
1861
|
/**
|
|
1187
1862
|
* <p>The new task description to specify.</p>
|
|
1188
1863
|
* @public
|
|
1189
1864
|
*/
|
|
1190
|
-
Description?: string;
|
|
1865
|
+
Description?: string | undefined;
|
|
1191
1866
|
/**
|
|
1192
1867
|
* <p>If True, then all fields that are required by the <a>RegisterTaskWithMaintenanceWindow</a> operation are also required for this API request.
|
|
1193
1868
|
* Optional fields that aren't specified are set to null.</p>
|
|
1194
1869
|
* @public
|
|
1195
1870
|
*/
|
|
1196
|
-
Replace?: boolean;
|
|
1871
|
+
Replace?: boolean | undefined;
|
|
1197
1872
|
/**
|
|
1198
1873
|
* <p>Indicates whether tasks should continue to run after the cutoff time specified in the
|
|
1199
1874
|
* maintenance windows is reached. </p>
|
|
@@ -1223,12 +1898,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
1223
1898
|
* </ul>
|
|
1224
1899
|
* @public
|
|
1225
1900
|
*/
|
|
1226
|
-
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
1901
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
|
|
1227
1902
|
/**
|
|
1228
1903
|
* <p>The CloudWatch alarm you want to apply to your maintenance window task.</p>
|
|
1229
1904
|
* @public
|
|
1230
1905
|
*/
|
|
1231
|
-
AlarmConfiguration?: AlarmConfiguration;
|
|
1906
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1232
1907
|
}
|
|
1233
1908
|
/**
|
|
1234
1909
|
* @public
|
|
@@ -1238,22 +1913,22 @@ export interface UpdateMaintenanceWindowTaskResult {
|
|
|
1238
1913
|
* <p>The ID of the maintenance window that was updated.</p>
|
|
1239
1914
|
* @public
|
|
1240
1915
|
*/
|
|
1241
|
-
WindowId?: string;
|
|
1916
|
+
WindowId?: string | undefined;
|
|
1242
1917
|
/**
|
|
1243
1918
|
* <p>The task ID of the maintenance window that was updated.</p>
|
|
1244
1919
|
* @public
|
|
1245
1920
|
*/
|
|
1246
|
-
WindowTaskId?: string;
|
|
1921
|
+
WindowTaskId?: string | undefined;
|
|
1247
1922
|
/**
|
|
1248
1923
|
* <p>The updated target values.</p>
|
|
1249
1924
|
* @public
|
|
1250
1925
|
*/
|
|
1251
|
-
Targets?: Target[];
|
|
1926
|
+
Targets?: Target[] | undefined;
|
|
1252
1927
|
/**
|
|
1253
1928
|
* <p>The updated task ARN value.</p>
|
|
1254
1929
|
* @public
|
|
1255
1930
|
*/
|
|
1256
|
-
TaskArn?: string;
|
|
1931
|
+
TaskArn?: string | undefined;
|
|
1257
1932
|
/**
|
|
1258
1933
|
* <p>The Amazon Resource Name (ARN) of the IAM service role for
|
|
1259
1934
|
* Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a
|
|
@@ -1267,7 +1942,7 @@ export interface UpdateMaintenanceWindowTaskResult {
|
|
|
1267
1942
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1268
1943
|
* @public
|
|
1269
1944
|
*/
|
|
1270
|
-
ServiceRoleArn?: string;
|
|
1945
|
+
ServiceRoleArn?: string | undefined;
|
|
1271
1946
|
/**
|
|
1272
1947
|
* <p>The updated parameter values.</p>
|
|
1273
1948
|
* <note>
|
|
@@ -1279,27 +1954,27 @@ export interface UpdateMaintenanceWindowTaskResult {
|
|
|
1279
1954
|
* </note>
|
|
1280
1955
|
* @public
|
|
1281
1956
|
*/
|
|
1282
|
-
TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression
|
|
1957
|
+
TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression> | undefined;
|
|
1283
1958
|
/**
|
|
1284
1959
|
* <p>The updated parameter values.</p>
|
|
1285
1960
|
* @public
|
|
1286
1961
|
*/
|
|
1287
|
-
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
|
|
1962
|
+
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | undefined;
|
|
1288
1963
|
/**
|
|
1289
1964
|
* <p>The updated priority value.</p>
|
|
1290
1965
|
* @public
|
|
1291
1966
|
*/
|
|
1292
|
-
Priority?: number;
|
|
1967
|
+
Priority?: number | undefined;
|
|
1293
1968
|
/**
|
|
1294
1969
|
* <p>The updated <code>MaxConcurrency</code> value.</p>
|
|
1295
1970
|
* @public
|
|
1296
1971
|
*/
|
|
1297
|
-
MaxConcurrency?: string;
|
|
1972
|
+
MaxConcurrency?: string | undefined;
|
|
1298
1973
|
/**
|
|
1299
1974
|
* <p>The updated <code>MaxErrors</code> value.</p>
|
|
1300
1975
|
* @public
|
|
1301
1976
|
*/
|
|
1302
|
-
MaxErrors?: string;
|
|
1977
|
+
MaxErrors?: string | undefined;
|
|
1303
1978
|
/**
|
|
1304
1979
|
* <p>The updated logging information in Amazon S3.</p>
|
|
1305
1980
|
* <note>
|
|
@@ -1311,29 +1986,29 @@ export interface UpdateMaintenanceWindowTaskResult {
|
|
|
1311
1986
|
* </note>
|
|
1312
1987
|
* @public
|
|
1313
1988
|
*/
|
|
1314
|
-
LoggingInfo?: LoggingInfo;
|
|
1989
|
+
LoggingInfo?: LoggingInfo | undefined;
|
|
1315
1990
|
/**
|
|
1316
1991
|
* <p>The updated task name.</p>
|
|
1317
1992
|
* @public
|
|
1318
1993
|
*/
|
|
1319
|
-
Name?: string;
|
|
1994
|
+
Name?: string | undefined;
|
|
1320
1995
|
/**
|
|
1321
1996
|
* <p>The updated task description.</p>
|
|
1322
1997
|
* @public
|
|
1323
1998
|
*/
|
|
1324
|
-
Description?: string;
|
|
1999
|
+
Description?: string | undefined;
|
|
1325
2000
|
/**
|
|
1326
2001
|
* <p>The specification for whether tasks should continue to run after the cutoff time specified
|
|
1327
2002
|
* in the maintenance windows is reached. </p>
|
|
1328
2003
|
* @public
|
|
1329
2004
|
*/
|
|
1330
|
-
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
2005
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
|
|
1331
2006
|
/**
|
|
1332
2007
|
* <p>The details for the CloudWatch alarm you applied to your maintenance window
|
|
1333
2008
|
* task.</p>
|
|
1334
2009
|
* @public
|
|
1335
2010
|
*/
|
|
1336
|
-
AlarmConfiguration?: AlarmConfiguration;
|
|
2011
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1337
2012
|
}
|
|
1338
2013
|
/**
|
|
1339
2014
|
* @public
|
|
@@ -1370,7 +2045,7 @@ export interface UpdateOpsItemRequest {
|
|
|
1370
2045
|
* <p>User-defined text that contains information about the OpsItem, in Markdown format. </p>
|
|
1371
2046
|
* @public
|
|
1372
2047
|
*/
|
|
1373
|
-
Description?: string;
|
|
2048
|
+
Description?: string | undefined;
|
|
1374
2049
|
/**
|
|
1375
2050
|
* <p>Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem
|
|
1376
2051
|
* object.</p>
|
|
@@ -1395,35 +2070,35 @@ export interface UpdateOpsItemRequest {
|
|
|
1395
2070
|
* manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1396
2071
|
* @public
|
|
1397
2072
|
*/
|
|
1398
|
-
OperationalData?: Record<string, OpsItemDataValue
|
|
2073
|
+
OperationalData?: Record<string, OpsItemDataValue> | undefined;
|
|
1399
2074
|
/**
|
|
1400
2075
|
* <p>Keys that you want to remove from the OperationalData map.</p>
|
|
1401
2076
|
* @public
|
|
1402
2077
|
*/
|
|
1403
|
-
OperationalDataToDelete?: string[];
|
|
2078
|
+
OperationalDataToDelete?: string[] | undefined;
|
|
1404
2079
|
/**
|
|
1405
2080
|
* <p>The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this
|
|
1406
2081
|
* OpsItem is edited or changed.</p>
|
|
1407
2082
|
* @public
|
|
1408
2083
|
*/
|
|
1409
|
-
Notifications?: OpsItemNotification[];
|
|
2084
|
+
Notifications?: OpsItemNotification[] | undefined;
|
|
1410
2085
|
/**
|
|
1411
2086
|
* <p>The importance of this OpsItem in relation to other OpsItems in the system.</p>
|
|
1412
2087
|
* @public
|
|
1413
2088
|
*/
|
|
1414
|
-
Priority?: number;
|
|
2089
|
+
Priority?: number | undefined;
|
|
1415
2090
|
/**
|
|
1416
2091
|
* <p>One or more OpsItems that share something in common with the current OpsItems. For example,
|
|
1417
2092
|
* related OpsItems can include OpsItems with similar error messages, impacted resources, or
|
|
1418
2093
|
* statuses for the impacted resource.</p>
|
|
1419
2094
|
* @public
|
|
1420
2095
|
*/
|
|
1421
|
-
RelatedOpsItems?: RelatedOpsItem[];
|
|
2096
|
+
RelatedOpsItems?: RelatedOpsItem[] | undefined;
|
|
1422
2097
|
/**
|
|
1423
2098
|
* <p>The OpsItem status. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1424
2099
|
* @public
|
|
1425
2100
|
*/
|
|
1426
|
-
Status?: OpsItemStatus;
|
|
2101
|
+
Status?: OpsItemStatus | undefined;
|
|
1427
2102
|
/**
|
|
1428
2103
|
* <p>The ID of the OpsItem.</p>
|
|
1429
2104
|
* @public
|
|
@@ -1433,46 +2108,46 @@ export interface UpdateOpsItemRequest {
|
|
|
1433
2108
|
* <p>A short heading that describes the nature of the OpsItem and the impacted resource.</p>
|
|
1434
2109
|
* @public
|
|
1435
2110
|
*/
|
|
1436
|
-
Title?: string;
|
|
2111
|
+
Title?: string | undefined;
|
|
1437
2112
|
/**
|
|
1438
2113
|
* <p>Specify a new category for an OpsItem.</p>
|
|
1439
2114
|
* @public
|
|
1440
2115
|
*/
|
|
1441
|
-
Category?: string;
|
|
2116
|
+
Category?: string | undefined;
|
|
1442
2117
|
/**
|
|
1443
2118
|
* <p>Specify a new severity for an OpsItem.</p>
|
|
1444
2119
|
* @public
|
|
1445
2120
|
*/
|
|
1446
|
-
Severity?: string;
|
|
2121
|
+
Severity?: string | undefined;
|
|
1447
2122
|
/**
|
|
1448
2123
|
* <p>The time a runbook workflow started. Currently reported only for the OpsItem type
|
|
1449
2124
|
* <code>/aws/changerequest</code>.</p>
|
|
1450
2125
|
* @public
|
|
1451
2126
|
*/
|
|
1452
|
-
ActualStartTime?: Date;
|
|
2127
|
+
ActualStartTime?: Date | undefined;
|
|
1453
2128
|
/**
|
|
1454
2129
|
* <p>The time a runbook workflow ended. Currently reported only for the OpsItem type
|
|
1455
2130
|
* <code>/aws/changerequest</code>.</p>
|
|
1456
2131
|
* @public
|
|
1457
2132
|
*/
|
|
1458
|
-
ActualEndTime?: Date;
|
|
2133
|
+
ActualEndTime?: Date | undefined;
|
|
1459
2134
|
/**
|
|
1460
2135
|
* <p>The time specified in a change request for a runbook workflow to start. Currently supported
|
|
1461
2136
|
* only for the OpsItem type <code>/aws/changerequest</code>.</p>
|
|
1462
2137
|
* @public
|
|
1463
2138
|
*/
|
|
1464
|
-
PlannedStartTime?: Date;
|
|
2139
|
+
PlannedStartTime?: Date | undefined;
|
|
1465
2140
|
/**
|
|
1466
2141
|
* <p>The time specified in a change request for a runbook workflow to end. Currently supported
|
|
1467
2142
|
* only for the OpsItem type <code>/aws/changerequest</code>.</p>
|
|
1468
2143
|
* @public
|
|
1469
2144
|
*/
|
|
1470
|
-
PlannedEndTime?: Date;
|
|
2145
|
+
PlannedEndTime?: Date | undefined;
|
|
1471
2146
|
/**
|
|
1472
2147
|
* <p>The OpsItem Amazon Resource Name (ARN).</p>
|
|
1473
2148
|
* @public
|
|
1474
2149
|
*/
|
|
1475
|
-
OpsItemArn?: string;
|
|
2150
|
+
OpsItemArn?: string | undefined;
|
|
1476
2151
|
}
|
|
1477
2152
|
/**
|
|
1478
2153
|
* @public
|
|
@@ -1505,12 +2180,12 @@ export interface UpdateOpsMetadataRequest {
|
|
|
1505
2180
|
* <p>Metadata to add to an OpsMetadata object.</p>
|
|
1506
2181
|
* @public
|
|
1507
2182
|
*/
|
|
1508
|
-
MetadataToUpdate?: Record<string, MetadataValue
|
|
2183
|
+
MetadataToUpdate?: Record<string, MetadataValue> | undefined;
|
|
1509
2184
|
/**
|
|
1510
2185
|
* <p>The metadata keys to delete from the OpsMetadata object. </p>
|
|
1511
2186
|
* @public
|
|
1512
2187
|
*/
|
|
1513
|
-
KeysToDelete?: string[];
|
|
2188
|
+
KeysToDelete?: string[] | undefined;
|
|
1514
2189
|
}
|
|
1515
2190
|
/**
|
|
1516
2191
|
* @public
|
|
@@ -1520,7 +2195,7 @@ export interface UpdateOpsMetadataResult {
|
|
|
1520
2195
|
* <p>The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.</p>
|
|
1521
2196
|
* @public
|
|
1522
2197
|
*/
|
|
1523
|
-
OpsMetadataArn?: string;
|
|
2198
|
+
OpsMetadataArn?: string | undefined;
|
|
1524
2199
|
}
|
|
1525
2200
|
/**
|
|
1526
2201
|
* @public
|
|
@@ -1535,17 +2210,21 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1535
2210
|
* <p>The name of the patch baseline.</p>
|
|
1536
2211
|
* @public
|
|
1537
2212
|
*/
|
|
1538
|
-
Name?: string;
|
|
2213
|
+
Name?: string | undefined;
|
|
1539
2214
|
/**
|
|
1540
2215
|
* <p>A set of global filters used to include patches in the baseline.</p>
|
|
2216
|
+
* <important>
|
|
2217
|
+
* <p>The <code>GlobalFilters</code> parameter can be configured only by using the CLI or an Amazon Web Services SDK. It can't be configured from the Patch Manager
|
|
2218
|
+
* console, and its value isn't displayed in the console.</p>
|
|
2219
|
+
* </important>
|
|
1541
2220
|
* @public
|
|
1542
2221
|
*/
|
|
1543
|
-
GlobalFilters?: PatchFilterGroup;
|
|
2222
|
+
GlobalFilters?: PatchFilterGroup | undefined;
|
|
1544
2223
|
/**
|
|
1545
2224
|
* <p>A set of rules used to include patches in the baseline.</p>
|
|
1546
2225
|
* @public
|
|
1547
2226
|
*/
|
|
1548
|
-
ApprovalRules?: PatchRuleGroup;
|
|
2227
|
+
ApprovalRules?: PatchRuleGroup | undefined;
|
|
1549
2228
|
/**
|
|
1550
2229
|
* <p>A list of explicitly approved patches for the baseline.</p>
|
|
1551
2230
|
* <p>For information about accepted formats for lists of approved patches and rejected patches,
|
|
@@ -1553,19 +2232,19 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1553
2232
|
* name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1554
2233
|
* @public
|
|
1555
2234
|
*/
|
|
1556
|
-
ApprovedPatches?: string[];
|
|
2235
|
+
ApprovedPatches?: string[] | undefined;
|
|
1557
2236
|
/**
|
|
1558
2237
|
* <p>Assigns a new compliance severity level to an existing patch baseline.</p>
|
|
1559
2238
|
* @public
|
|
1560
2239
|
*/
|
|
1561
|
-
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
2240
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
|
|
1562
2241
|
/**
|
|
1563
2242
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
1564
2243
|
* applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
|
|
1565
2244
|
* nodes only.</p>
|
|
1566
2245
|
* @public
|
|
1567
2246
|
*/
|
|
1568
|
-
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
2247
|
+
ApprovedPatchesEnableNonSecurity?: boolean | undefined;
|
|
1569
2248
|
/**
|
|
1570
2249
|
* <p>A list of explicitly rejected patches for the baseline.</p>
|
|
1571
2250
|
* <p>For information about accepted formats for lists of approved patches and rejected patches,
|
|
@@ -1573,7 +2252,7 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1573
2252
|
* name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1574
2253
|
* @public
|
|
1575
2254
|
*/
|
|
1576
|
-
RejectedPatches?: string[];
|
|
2255
|
+
RejectedPatches?: string[] | undefined;
|
|
1577
2256
|
/**
|
|
1578
2257
|
* <p>The action for Patch Manager to take on patches included in the
|
|
1579
2258
|
* <code>RejectedPackages</code> list.</p>
|
|
@@ -1604,25 +2283,25 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1604
2283
|
* </dl>
|
|
1605
2284
|
* @public
|
|
1606
2285
|
*/
|
|
1607
|
-
RejectedPatchesAction?: PatchAction;
|
|
2286
|
+
RejectedPatchesAction?: PatchAction | undefined;
|
|
1608
2287
|
/**
|
|
1609
2288
|
* <p>A description of the patch baseline.</p>
|
|
1610
2289
|
* @public
|
|
1611
2290
|
*/
|
|
1612
|
-
Description?: string;
|
|
2291
|
+
Description?: string | undefined;
|
|
1613
2292
|
/**
|
|
1614
2293
|
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
1615
2294
|
* systems and source repositories. Applies to Linux managed nodes only.</p>
|
|
1616
2295
|
* @public
|
|
1617
2296
|
*/
|
|
1618
|
-
Sources?: PatchSource[];
|
|
2297
|
+
Sources?: PatchSource[] | undefined;
|
|
1619
2298
|
/**
|
|
1620
2299
|
* <p>If True, then all fields that are required by the <a>CreatePatchBaseline</a>
|
|
1621
2300
|
* operation are also required for this API request. Optional fields that aren't specified are set
|
|
1622
2301
|
* to null.</p>
|
|
1623
2302
|
* @public
|
|
1624
2303
|
*/
|
|
1625
|
-
Replace?: boolean;
|
|
2304
|
+
Replace?: boolean | undefined;
|
|
1626
2305
|
}
|
|
1627
2306
|
/**
|
|
1628
2307
|
* @public
|
|
@@ -1632,78 +2311,78 @@ export interface UpdatePatchBaselineResult {
|
|
|
1632
2311
|
* <p>The ID of the deleted patch baseline.</p>
|
|
1633
2312
|
* @public
|
|
1634
2313
|
*/
|
|
1635
|
-
BaselineId?: string;
|
|
2314
|
+
BaselineId?: string | undefined;
|
|
1636
2315
|
/**
|
|
1637
2316
|
* <p>The name of the patch baseline.</p>
|
|
1638
2317
|
* @public
|
|
1639
2318
|
*/
|
|
1640
|
-
Name?: string;
|
|
2319
|
+
Name?: string | undefined;
|
|
1641
2320
|
/**
|
|
1642
2321
|
* <p>The operating system rule used by the updated patch baseline.</p>
|
|
1643
2322
|
* @public
|
|
1644
2323
|
*/
|
|
1645
|
-
OperatingSystem?: OperatingSystem;
|
|
2324
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1646
2325
|
/**
|
|
1647
2326
|
* <p>A set of global filters used to exclude patches from the baseline.</p>
|
|
1648
2327
|
* @public
|
|
1649
2328
|
*/
|
|
1650
|
-
GlobalFilters?: PatchFilterGroup;
|
|
2329
|
+
GlobalFilters?: PatchFilterGroup | undefined;
|
|
1651
2330
|
/**
|
|
1652
2331
|
* <p>A set of rules used to include patches in the baseline.</p>
|
|
1653
2332
|
* @public
|
|
1654
2333
|
*/
|
|
1655
|
-
ApprovalRules?: PatchRuleGroup;
|
|
2334
|
+
ApprovalRules?: PatchRuleGroup | undefined;
|
|
1656
2335
|
/**
|
|
1657
2336
|
* <p>A list of explicitly approved patches for the baseline.</p>
|
|
1658
2337
|
* @public
|
|
1659
2338
|
*/
|
|
1660
|
-
ApprovedPatches?: string[];
|
|
2339
|
+
ApprovedPatches?: string[] | undefined;
|
|
1661
2340
|
/**
|
|
1662
2341
|
* <p>The compliance severity level assigned to the patch baseline after the update
|
|
1663
2342
|
* completed.</p>
|
|
1664
2343
|
* @public
|
|
1665
2344
|
*/
|
|
1666
|
-
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
2345
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
|
|
1667
2346
|
/**
|
|
1668
2347
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
1669
2348
|
* applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
|
|
1670
2349
|
* nodes only.</p>
|
|
1671
2350
|
* @public
|
|
1672
2351
|
*/
|
|
1673
|
-
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
2352
|
+
ApprovedPatchesEnableNonSecurity?: boolean | undefined;
|
|
1674
2353
|
/**
|
|
1675
2354
|
* <p>A list of explicitly rejected patches for the baseline.</p>
|
|
1676
2355
|
* @public
|
|
1677
2356
|
*/
|
|
1678
|
-
RejectedPatches?: string[];
|
|
2357
|
+
RejectedPatches?: string[] | undefined;
|
|
1679
2358
|
/**
|
|
1680
2359
|
* <p>The action specified to take on patches included in the <code>RejectedPatches</code> list. A
|
|
1681
2360
|
* patch can be allowed only if it is a dependency of another package, or blocked entirely along
|
|
1682
2361
|
* with packages that include it as a dependency.</p>
|
|
1683
2362
|
* @public
|
|
1684
2363
|
*/
|
|
1685
|
-
RejectedPatchesAction?: PatchAction;
|
|
2364
|
+
RejectedPatchesAction?: PatchAction | undefined;
|
|
1686
2365
|
/**
|
|
1687
2366
|
* <p>The date when the patch baseline was created.</p>
|
|
1688
2367
|
* @public
|
|
1689
2368
|
*/
|
|
1690
|
-
CreatedDate?: Date;
|
|
2369
|
+
CreatedDate?: Date | undefined;
|
|
1691
2370
|
/**
|
|
1692
2371
|
* <p>The date when the patch baseline was last modified.</p>
|
|
1693
2372
|
* @public
|
|
1694
2373
|
*/
|
|
1695
|
-
ModifiedDate?: Date;
|
|
2374
|
+
ModifiedDate?: Date | undefined;
|
|
1696
2375
|
/**
|
|
1697
2376
|
* <p>A description of the patch baseline.</p>
|
|
1698
2377
|
* @public
|
|
1699
2378
|
*/
|
|
1700
|
-
Description?: string;
|
|
2379
|
+
Description?: string | undefined;
|
|
1701
2380
|
/**
|
|
1702
2381
|
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
1703
2382
|
* systems and source repositories. Applies to Linux managed nodes only.</p>
|
|
1704
2383
|
* @public
|
|
1705
2384
|
*/
|
|
1706
|
-
Sources?: PatchSource[];
|
|
2385
|
+
Sources?: PatchSource[] | undefined;
|
|
1707
2386
|
}
|
|
1708
2387
|
/**
|
|
1709
2388
|
* <p>Another <code>UpdateResourceDataSync</code> request is being processed. Wait a few minutes
|
|
@@ -1713,7 +2392,7 @@ export interface UpdatePatchBaselineResult {
|
|
|
1713
2392
|
export declare class ResourceDataSyncConflictException extends __BaseException {
|
|
1714
2393
|
readonly name: "ResourceDataSyncConflictException";
|
|
1715
2394
|
readonly $fault: "client";
|
|
1716
|
-
Message?: string;
|
|
2395
|
+
Message?: string | undefined;
|
|
1717
2396
|
/**
|
|
1718
2397
|
* @internal
|
|
1719
2398
|
*/
|
|
@@ -1757,7 +2436,7 @@ export interface UpdateServiceSettingRequest {
|
|
|
1757
2436
|
* <ul>
|
|
1758
2437
|
* <li>
|
|
1759
2438
|
* <p>
|
|
1760
|
-
* <code>/ssm/
|
|
2439
|
+
* <code>/ssm/appmanager/appmanager-enabled</code>
|
|
1761
2440
|
* </p>
|
|
1762
2441
|
* </li>
|
|
1763
2442
|
* <li>
|
|
@@ -1771,6 +2450,9 @@ export interface UpdateServiceSettingRequest {
|
|
|
1771
2450
|
* </p>
|
|
1772
2451
|
* </li>
|
|
1773
2452
|
* <li>
|
|
2453
|
+
* <p>/ssm/automation/enable-adaptive-concurrency</p>
|
|
2454
|
+
* </li>
|
|
2455
|
+
* <li>
|
|
1774
2456
|
* <p>
|
|
1775
2457
|
* <code>/ssm/documents/console/public-sharing-permission</code>
|
|
1776
2458
|
* </p>
|
|
@@ -1782,6 +2464,11 @@ export interface UpdateServiceSettingRequest {
|
|
|
1782
2464
|
* </li>
|
|
1783
2465
|
* <li>
|
|
1784
2466
|
* <p>
|
|
2467
|
+
* <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
|
|
2468
|
+
* </p>
|
|
2469
|
+
* </li>
|
|
2470
|
+
* <li>
|
|
2471
|
+
* <p>
|
|
1785
2472
|
* <code>/ssm/opsinsights/opscenter</code>
|
|
1786
2473
|
* </p>
|
|
1787
2474
|
* </li>
|
|
@@ -1810,8 +2497,8 @@ export interface UpdateServiceSettingRequest {
|
|
|
1810
2497
|
* values for each setting.</p>
|
|
1811
2498
|
* <ul>
|
|
1812
2499
|
* <li>
|
|
1813
|
-
* <p>For <code>/ssm/
|
|
1814
|
-
*
|
|
2500
|
+
* <p>For <code>/ssm/appmanager/appmanager-enabled</code>, enter <code>True</code> or
|
|
2501
|
+
* <code>False</code>.</p>
|
|
1815
2502
|
* </li>
|
|
1816
2503
|
* <li>
|
|
1817
2504
|
* <p>For <code>/ssm/automation/customer-script-log-destination</code>, enter <code>CloudWatch</code>.</p>
|
|
@@ -1829,6 +2516,10 @@ export interface UpdateServiceSettingRequest {
|
|
|
1829
2516
|
* <code>advanced</code>.</p>
|
|
1830
2517
|
* </li>
|
|
1831
2518
|
* <li>
|
|
2519
|
+
* <p>For <code>/ssm/managed-instance/default-ec2-instance-management-role</code>, enter the
|
|
2520
|
+
* name of an IAM role. </p>
|
|
2521
|
+
* </li>
|
|
2522
|
+
* <li>
|
|
1832
2523
|
* <p> For <code>/ssm/opsinsights/opscenter</code>, enter <code>Enabled</code> or
|
|
1833
2524
|
* <code>Disabled</code>. </p>
|
|
1834
2525
|
* </li>
|
|
@@ -1861,18 +2552,47 @@ export interface InventoryAggregator {
|
|
|
1861
2552
|
* <p>The inventory type and attribute name for aggregation.</p>
|
|
1862
2553
|
* @public
|
|
1863
2554
|
*/
|
|
1864
|
-
Expression?: string;
|
|
2555
|
+
Expression?: string | undefined;
|
|
1865
2556
|
/**
|
|
1866
2557
|
* <p>Nested aggregators to further refine aggregation for an inventory type.</p>
|
|
1867
2558
|
* @public
|
|
1868
2559
|
*/
|
|
1869
|
-
Aggregators?: InventoryAggregator[];
|
|
2560
|
+
Aggregators?: InventoryAggregator[] | undefined;
|
|
1870
2561
|
/**
|
|
1871
2562
|
* <p>A user-defined set of one or more filters on which to aggregate inventory data. Groups
|
|
1872
2563
|
* return a count of resources that match and don't match the specified criteria.</p>
|
|
1873
2564
|
* @public
|
|
1874
2565
|
*/
|
|
1875
|
-
Groups?: InventoryGroup[];
|
|
2566
|
+
Groups?: InventoryGroup[] | undefined;
|
|
2567
|
+
}
|
|
2568
|
+
/**
|
|
2569
|
+
* <p>One or more aggregators for viewing counts of nodes using different
|
|
2570
|
+
* dimensions.</p>
|
|
2571
|
+
* @public
|
|
2572
|
+
*/
|
|
2573
|
+
export interface NodeAggregator {
|
|
2574
|
+
/**
|
|
2575
|
+
* <p>The aggregator type for limiting a node summary. Currently, only <code>Count</code> is
|
|
2576
|
+
* supported.</p>
|
|
2577
|
+
* @public
|
|
2578
|
+
*/
|
|
2579
|
+
AggregatorType: NodeAggregatorType | undefined;
|
|
2580
|
+
/**
|
|
2581
|
+
* <p>The data type name to use for viewing counts of nodes. Currently, only <code>Instance</code>
|
|
2582
|
+
* is supported.</p>
|
|
2583
|
+
* @public
|
|
2584
|
+
*/
|
|
2585
|
+
TypeName: NodeTypeName | undefined;
|
|
2586
|
+
/**
|
|
2587
|
+
* <p>The name of a node attribute on which to limit the count of nodes.</p>
|
|
2588
|
+
* @public
|
|
2589
|
+
*/
|
|
2590
|
+
AttributeName: NodeAttributeName | undefined;
|
|
2591
|
+
/**
|
|
2592
|
+
* <p>Information about aggregators used to refine a node summary.</p>
|
|
2593
|
+
* @public
|
|
2594
|
+
*/
|
|
2595
|
+
Aggregators?: NodeAggregator[] | undefined;
|
|
1876
2596
|
}
|
|
1877
2597
|
/**
|
|
1878
2598
|
* <p>One or more aggregators for viewing counts of OpsData using different dimensions such as
|
|
@@ -1886,32 +2606,32 @@ export interface OpsAggregator {
|
|
|
1886
2606
|
* summary.</p>
|
|
1887
2607
|
* @public
|
|
1888
2608
|
*/
|
|
1889
|
-
AggregatorType?: string;
|
|
2609
|
+
AggregatorType?: string | undefined;
|
|
1890
2610
|
/**
|
|
1891
2611
|
* <p>The data type name to use for viewing counts of OpsData.</p>
|
|
1892
2612
|
* @public
|
|
1893
2613
|
*/
|
|
1894
|
-
TypeName?: string;
|
|
2614
|
+
TypeName?: string | undefined;
|
|
1895
2615
|
/**
|
|
1896
2616
|
* <p>The name of an OpsData attribute on which to limit the count of OpsData.</p>
|
|
1897
2617
|
* @public
|
|
1898
2618
|
*/
|
|
1899
|
-
AttributeName?: string;
|
|
2619
|
+
AttributeName?: string | undefined;
|
|
1900
2620
|
/**
|
|
1901
2621
|
* <p>The aggregator value.</p>
|
|
1902
2622
|
* @public
|
|
1903
2623
|
*/
|
|
1904
|
-
Values?: Record<string, string
|
|
2624
|
+
Values?: Record<string, string> | undefined;
|
|
1905
2625
|
/**
|
|
1906
2626
|
* <p>The aggregator filters.</p>
|
|
1907
2627
|
* @public
|
|
1908
2628
|
*/
|
|
1909
|
-
Filters?: OpsFilter[];
|
|
2629
|
+
Filters?: OpsFilter[] | undefined;
|
|
1910
2630
|
/**
|
|
1911
2631
|
* <p>A nested aggregator for viewing counts of OpsData.</p>
|
|
1912
2632
|
* @public
|
|
1913
2633
|
*/
|
|
1914
|
-
Aggregators?: OpsAggregator[];
|
|
2634
|
+
Aggregators?: OpsAggregator[] | undefined;
|
|
1915
2635
|
}
|
|
1916
2636
|
/**
|
|
1917
2637
|
* @public
|
|
@@ -1921,7 +2641,7 @@ export interface GetInventoryRequest {
|
|
|
1921
2641
|
* <p>One or more filters. Use a filter to return a more specific list of results.</p>
|
|
1922
2642
|
* @public
|
|
1923
2643
|
*/
|
|
1924
|
-
Filters?: InventoryFilter[];
|
|
2644
|
+
Filters?: InventoryFilter[] | undefined;
|
|
1925
2645
|
/**
|
|
1926
2646
|
* <p>Returns counts of inventory types based on one or more expressions. For example, if you
|
|
1927
2647
|
* aggregate by using an expression that uses the <code>AWS:InstanceInformation.PlatformType</code>
|
|
@@ -1929,24 +2649,24 @@ export interface GetInventoryRequest {
|
|
|
1929
2649
|
* fleet.</p>
|
|
1930
2650
|
* @public
|
|
1931
2651
|
*/
|
|
1932
|
-
Aggregators?: InventoryAggregator[];
|
|
2652
|
+
Aggregators?: InventoryAggregator[] | undefined;
|
|
1933
2653
|
/**
|
|
1934
2654
|
* <p>The list of inventory item types to return.</p>
|
|
1935
2655
|
* @public
|
|
1936
2656
|
*/
|
|
1937
|
-
ResultAttributes?: ResultAttribute[];
|
|
2657
|
+
ResultAttributes?: ResultAttribute[] | undefined;
|
|
1938
2658
|
/**
|
|
1939
2659
|
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
1940
2660
|
* call.)</p>
|
|
1941
2661
|
* @public
|
|
1942
2662
|
*/
|
|
1943
|
-
NextToken?: string;
|
|
2663
|
+
NextToken?: string | undefined;
|
|
1944
2664
|
/**
|
|
1945
2665
|
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
1946
2666
|
* can specify in a subsequent call to get the next set of results.</p>
|
|
1947
2667
|
* @public
|
|
1948
2668
|
*/
|
|
1949
|
-
MaxResults?: number;
|
|
2669
|
+
MaxResults?: number | undefined;
|
|
1950
2670
|
}
|
|
1951
2671
|
/**
|
|
1952
2672
|
* @public
|
|
@@ -1956,34 +2676,79 @@ export interface GetOpsSummaryRequest {
|
|
|
1956
2676
|
* <p>Specify the name of a resource data sync to get.</p>
|
|
1957
2677
|
* @public
|
|
1958
2678
|
*/
|
|
1959
|
-
SyncName?: string;
|
|
2679
|
+
SyncName?: string | undefined;
|
|
1960
2680
|
/**
|
|
1961
2681
|
* <p>Optional filters used to scope down the returned OpsData. </p>
|
|
1962
2682
|
* @public
|
|
1963
2683
|
*/
|
|
1964
|
-
Filters?: OpsFilter[];
|
|
2684
|
+
Filters?: OpsFilter[] | undefined;
|
|
1965
2685
|
/**
|
|
1966
2686
|
* <p>Optional aggregators that return counts of OpsData based on one or more expressions.</p>
|
|
1967
2687
|
* @public
|
|
1968
2688
|
*/
|
|
1969
|
-
Aggregators?: OpsAggregator[];
|
|
2689
|
+
Aggregators?: OpsAggregator[] | undefined;
|
|
1970
2690
|
/**
|
|
1971
2691
|
* <p>The OpsData data type to return.</p>
|
|
1972
2692
|
* @public
|
|
1973
2693
|
*/
|
|
1974
|
-
ResultAttributes?: OpsResultAttribute[];
|
|
2694
|
+
ResultAttributes?: OpsResultAttribute[] | undefined;
|
|
1975
2695
|
/**
|
|
1976
2696
|
* <p>A token to start the list. Use this token to get the next set of results. </p>
|
|
1977
2697
|
* @public
|
|
1978
2698
|
*/
|
|
1979
|
-
NextToken?: string;
|
|
2699
|
+
NextToken?: string | undefined;
|
|
2700
|
+
/**
|
|
2701
|
+
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
2702
|
+
* can specify in a subsequent call to get the next set of results.</p>
|
|
2703
|
+
* @public
|
|
2704
|
+
*/
|
|
2705
|
+
MaxResults?: number | undefined;
|
|
2706
|
+
}
|
|
2707
|
+
/**
|
|
2708
|
+
* @public
|
|
2709
|
+
*/
|
|
2710
|
+
export interface ListNodesSummaryRequest {
|
|
2711
|
+
/**
|
|
2712
|
+
* <p>The name of the resource data sync to retrieve information about. Required for
|
|
2713
|
+
* cross-account/cross-Region configuration. Optional for single account/single-Region
|
|
2714
|
+
* configurations.</p>
|
|
2715
|
+
* @public
|
|
2716
|
+
*/
|
|
2717
|
+
SyncName?: string | undefined;
|
|
2718
|
+
/**
|
|
2719
|
+
* <p>One or more filters. Use a filter to generate a summary that matches your specified filter
|
|
2720
|
+
* criteria.</p>
|
|
2721
|
+
* @public
|
|
2722
|
+
*/
|
|
2723
|
+
Filters?: NodeFilter[] | undefined;
|
|
2724
|
+
/**
|
|
2725
|
+
* <p>Specify one or more aggregators to return a count of managed nodes that match that
|
|
2726
|
+
* expression. For example, a count of managed nodes by operating system.</p>
|
|
2727
|
+
* @public
|
|
2728
|
+
*/
|
|
2729
|
+
Aggregators: NodeAggregator[] | undefined;
|
|
2730
|
+
/**
|
|
2731
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
2732
|
+
* call.) The call also returns a token that you can specify in a subsequent call to get the next
|
|
2733
|
+
* set of results.</p>
|
|
2734
|
+
* @public
|
|
2735
|
+
*/
|
|
2736
|
+
NextToken?: string | undefined;
|
|
1980
2737
|
/**
|
|
1981
2738
|
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
1982
2739
|
* can specify in a subsequent call to get the next set of results.</p>
|
|
1983
2740
|
* @public
|
|
1984
2741
|
*/
|
|
1985
|
-
MaxResults?: number;
|
|
2742
|
+
MaxResults?: number | undefined;
|
|
1986
2743
|
}
|
|
2744
|
+
/**
|
|
2745
|
+
* @internal
|
|
2746
|
+
*/
|
|
2747
|
+
export declare const SendCommandRequestFilterSensitiveLog: (obj: SendCommandRequest) => any;
|
|
2748
|
+
/**
|
|
2749
|
+
* @internal
|
|
2750
|
+
*/
|
|
2751
|
+
export declare const SendCommandResultFilterSensitiveLog: (obj: SendCommandResult) => any;
|
|
1987
2752
|
/**
|
|
1988
2753
|
* @internal
|
|
1989
2754
|
*/
|