@gemeentenijmegen/webapp 1.1.12 → 1.1.13
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 +4906 -134
- package/API.md +30 -2
- package/assets/webapp/auth/auth.lambda/index.js +22 -18
- package/assets/webapp/login/login.lambda/index.js +22 -18
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/auth/auth-function.js +3 -3
- package/lib/webapp/login/login-function.js +3 -3
- package/lib/webapp/logout/logout-function.js +3 -3
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +41 -25
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +50 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +28 -9
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +3 -3
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +1 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +6 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +3047 -3885
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +240 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -706
- 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 +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2585 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +20 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +576 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +804 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +81 -1384
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
- 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 +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +397 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +8 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +306 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +50 -588
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +403 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +40 -37
- package/node_modules/@aws-sdk/client-s3/README.md +16 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +5706 -9131
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +20 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +398 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -587
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -234
- 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 +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +5417 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +15 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +25 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +19 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +7 -19
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +17 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +12 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +13 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +22 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +20 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +15 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +13 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +974 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3724 -1122
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +9 -3872
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +502 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +22 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- 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/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +522 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +605 -565
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +14 -711
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
- 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 +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +508 -0
- package/node_modules/@aws-sdk/client-s3/package.json +50 -51
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +767 -1084
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +4 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/enums.js +24 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/errors.js +169 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +1 -222
- 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 +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +666 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +19 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +20 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +14 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +43 -33
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +28 -26
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +16 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +8 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +24 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +8 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +32 -28
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +11 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +31 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +15 -14
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +38 -27
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +22 -19
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +11 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/enums.d.ts +56 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/errors.d.ts +175 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +587 -616
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
- 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 +3 -2
- 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/runtimeConfig.shared.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +114 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +7 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/errors.d.ts +97 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +27 -140
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +9099 -9421
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/enums.js +674 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/errors.js +1915 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +1 -1464
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +1 -1044
- 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 +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +7240 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +19 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +10 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +13 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +10 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/enums.d.ts +1458 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/errors.d.ts +1953 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +4436 -1819
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +4009 -6967
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- 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 +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +956 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +7 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -1
- 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/StartAccessRequestCommand.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/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +844 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +1191 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +891 -1100
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +922 -2077
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +963 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +165 -270
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
- 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 +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +153 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +19 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- 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/runtimeConfig.shared.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/package.json +34 -33
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +256 -125
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +253 -122
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +38 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +18 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +31 -26
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +75 -55
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +127 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +13 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +9 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -13
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +61 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +18 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +333 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +171 -318
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +196 -556
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +19 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +19 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +27 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +43 -32
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +31 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +6 -2
- 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-solutions-constructs/core/.jsii +390 -157
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -28
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +0 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/translate-helper.d.ts +43 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/translate-helper.js +144 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.js +581 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/CONTRIBUTING.md +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +15 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.d.ts → test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js} +9 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +7 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +499 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.d.ts → test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js} +9 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +65 -57
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +65 -57
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +7 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +499 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +496 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +7 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +499 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +7 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +499 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
- package/node_modules/@gemeentenijmegen/apiclient/package.json +9 -9
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4173 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/API.md +1247 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/README.md +10 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.d.ts +29 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +66 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.d.ts +48 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +45 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.d.ts +68 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +59 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.d.ts +11 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.js +6 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.d.ts +27 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +44 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.d.ts +92 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +87 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.d.ts +13 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +42 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.d.ts +7 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.js +24 -0
- package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/package.json +38 -15
- package/node_modules/@gemeentenijmegen/session/lib/index.js +1 -1
- package/node_modules/@gemeentenijmegen/session/package.json +18 -13
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +14 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +13 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +14 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-email-sender.d.ts +5 -0
- package/node_modules/axios/CHANGELOG.md +410 -346
- package/node_modules/axios/README.md +79 -51
- package/node_modules/axios/dist/axios.js +121 -46
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +126 -57
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +126 -57
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +351 -97
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +4 -0
- package/node_modules/axios/index.d.ts +4 -0
- package/node_modules/axios/lib/adapters/adapters.js +85 -40
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +224 -42
- package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
- package/node_modules/axios/lib/core/mergeConfig.js +4 -4
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/cookies.js +24 -13
- package/node_modules/axios/package.json +9 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/package.json +5 -1
- package/node_modules/bowser/src/constants.js +69 -19
- package/node_modules/bowser/src/parser-browsers.js +379 -0
- package/node_modules/bowser/src/parser-os.js +12 -0
- package/node_modules/bowser/src/parser-platforms.js +242 -0
- package/node_modules/bowser/src/utils.js +31 -13
- package/node_modules/form-data/CHANGELOG.md +60 -2
- package/node_modules/form-data/README.md +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -2
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/oidc-token-hash/README.md +4 -2
- package/node_modules/oidc-token-hash/lib/index.js +5 -0
- package/node_modules/oidc-token-hash/package.json +1 -1
- package/node_modules/strnum/README.md +6 -0
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +1 -1
- package/package.json +30 -25
- package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +0 -52
- package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +0 -90
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3108
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +0 -73
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +0 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
- package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8101
- package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -433
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6358
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -3317
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -806
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +0 -71
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.d.ts +0 -23
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +0 -48
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +0 -365
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.js +0 -606
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.js +0 -67
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +0 -42
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +0 -18
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +0 -41
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +0 -34
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +0 -87
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +0 -31
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +0 -149
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +0 -20
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +0 -35
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +0 -4
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +0 -12
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
- /package/node_modules/@aws-sdk/{client-dynamodb/dist-es/models/models_1.js → credential-provider-login/dist-es/types.js} +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/{cloudfront-distribution-mediastore-helper.test.d.ts → translate-helper.test.d.ts} +0 -0
- /package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/LICENSE +0 -0
|
@@ -1,27 +1,78 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import {
|
|
2
|
+
AccessRequestStatus,
|
|
3
|
+
AccessType,
|
|
4
|
+
AssociationComplianceSeverity,
|
|
5
|
+
AssociationExecutionFilterKey,
|
|
6
|
+
AssociationExecutionTargetsFilterKey,
|
|
7
|
+
AssociationFilterOperatorType,
|
|
8
|
+
AssociationStatusName,
|
|
9
|
+
AssociationSyncCompliance,
|
|
10
|
+
AttachmentHashType,
|
|
11
|
+
AttachmentsSourceKey,
|
|
12
|
+
AutomationExecutionFilterKey,
|
|
13
|
+
AutomationExecutionStatus,
|
|
14
|
+
AutomationSubtype,
|
|
15
|
+
AutomationType,
|
|
16
|
+
CalendarState,
|
|
17
|
+
CommandInvocationStatus,
|
|
18
|
+
ConnectionStatus,
|
|
19
|
+
DescribeActivationsFilterKeys,
|
|
20
|
+
DocumentFormat,
|
|
21
|
+
DocumentHashType,
|
|
22
|
+
DocumentParameterType,
|
|
23
|
+
DocumentPermissionType,
|
|
24
|
+
DocumentStatus,
|
|
25
|
+
DocumentType,
|
|
26
|
+
ExecutionMode,
|
|
27
|
+
ExecutionPreviewStatus,
|
|
28
|
+
ExternalAlarmState,
|
|
29
|
+
Fault,
|
|
30
|
+
ImpactType,
|
|
31
|
+
InstanceInformationFilterKey,
|
|
32
|
+
InstancePatchStateOperatorType,
|
|
33
|
+
InstancePropertyFilterKey,
|
|
34
|
+
InstancePropertyFilterOperator,
|
|
35
|
+
InventoryAttributeDataType,
|
|
36
|
+
InventoryDeletionStatus,
|
|
37
|
+
InventoryQueryOperatorType,
|
|
38
|
+
InventorySchemaDeleteOption,
|
|
39
|
+
MaintenanceWindowExecutionStatus,
|
|
40
|
+
MaintenanceWindowResourceType,
|
|
41
|
+
MaintenanceWindowTaskCutoffBehavior,
|
|
42
|
+
MaintenanceWindowTaskType,
|
|
43
|
+
NotificationEvent,
|
|
44
|
+
NotificationType,
|
|
45
|
+
OperatingSystem,
|
|
46
|
+
OpsFilterOperatorType,
|
|
47
|
+
OpsItemDataType,
|
|
48
|
+
OpsItemFilterKey,
|
|
49
|
+
OpsItemFilterOperator,
|
|
50
|
+
OpsItemStatus,
|
|
51
|
+
ParametersFilterKey,
|
|
52
|
+
ParameterTier,
|
|
53
|
+
ParameterType,
|
|
54
|
+
PatchAction,
|
|
55
|
+
PatchComplianceDataState,
|
|
56
|
+
PatchComplianceLevel,
|
|
57
|
+
PatchComplianceStatus,
|
|
58
|
+
PatchDeploymentStatus,
|
|
59
|
+
PatchFilterKey,
|
|
60
|
+
PatchOperationType,
|
|
61
|
+
PatchProperty,
|
|
62
|
+
PatchSet,
|
|
63
|
+
PingStatus,
|
|
64
|
+
PlatformType,
|
|
65
|
+
RebootOption,
|
|
66
|
+
ResourceDataSyncS3Format,
|
|
67
|
+
ResourceType,
|
|
68
|
+
ResourceTypeForTagging,
|
|
69
|
+
ReviewStatus,
|
|
70
|
+
SessionFilterKey,
|
|
71
|
+
SessionState,
|
|
72
|
+
SessionStatus,
|
|
73
|
+
SourceType,
|
|
74
|
+
StepExecutionFilterKey,
|
|
75
|
+
} from "./enums";
|
|
25
76
|
export interface AccountSharingInfo {
|
|
26
77
|
AccountId?: string | undefined;
|
|
27
78
|
SharedDocumentVersion?: string | undefined;
|
|
@@ -42,56 +93,12 @@ export interface Activation {
|
|
|
42
93
|
CreatedDate?: Date | undefined;
|
|
43
94
|
Tags?: Tag[] | undefined;
|
|
44
95
|
}
|
|
45
|
-
export declare const ResourceTypeForTagging: {
|
|
46
|
-
readonly ASSOCIATION: "Association";
|
|
47
|
-
readonly AUTOMATION: "Automation";
|
|
48
|
-
readonly DOCUMENT: "Document";
|
|
49
|
-
readonly MAINTENANCE_WINDOW: "MaintenanceWindow";
|
|
50
|
-
readonly MANAGED_INSTANCE: "ManagedInstance";
|
|
51
|
-
readonly OPSMETADATA: "OpsMetadata";
|
|
52
|
-
readonly OPS_ITEM: "OpsItem";
|
|
53
|
-
readonly PARAMETER: "Parameter";
|
|
54
|
-
readonly PATCH_BASELINE: "PatchBaseline";
|
|
55
|
-
};
|
|
56
|
-
export type ResourceTypeForTagging =
|
|
57
|
-
(typeof ResourceTypeForTagging)[keyof typeof ResourceTypeForTagging];
|
|
58
96
|
export interface AddTagsToResourceRequest {
|
|
59
97
|
ResourceType: ResourceTypeForTagging | undefined;
|
|
60
98
|
ResourceId: string | undefined;
|
|
61
99
|
Tags: Tag[] | undefined;
|
|
62
100
|
}
|
|
63
101
|
export interface AddTagsToResourceResult {}
|
|
64
|
-
export declare class InternalServerError extends __BaseException {
|
|
65
|
-
readonly name: "InternalServerError";
|
|
66
|
-
readonly $fault: "server";
|
|
67
|
-
Message?: string | undefined;
|
|
68
|
-
constructor(
|
|
69
|
-
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
70
|
-
);
|
|
71
|
-
}
|
|
72
|
-
export declare class InvalidResourceId extends __BaseException {
|
|
73
|
-
readonly name: "InvalidResourceId";
|
|
74
|
-
readonly $fault: "client";
|
|
75
|
-
constructor(opts: __ExceptionOptionType<InvalidResourceId, __BaseException>);
|
|
76
|
-
}
|
|
77
|
-
export declare class InvalidResourceType extends __BaseException {
|
|
78
|
-
readonly name: "InvalidResourceType";
|
|
79
|
-
readonly $fault: "client";
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<InvalidResourceType, __BaseException>
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
export declare class TooManyTagsError extends __BaseException {
|
|
85
|
-
readonly name: "TooManyTagsError";
|
|
86
|
-
readonly $fault: "client";
|
|
87
|
-
constructor(opts: __ExceptionOptionType<TooManyTagsError, __BaseException>);
|
|
88
|
-
}
|
|
89
|
-
export declare class TooManyUpdates extends __BaseException {
|
|
90
|
-
readonly name: "TooManyUpdates";
|
|
91
|
-
readonly $fault: "client";
|
|
92
|
-
Message?: string | undefined;
|
|
93
|
-
constructor(opts: __ExceptionOptionType<TooManyUpdates, __BaseException>);
|
|
94
|
-
}
|
|
95
102
|
export interface Alarm {
|
|
96
103
|
Name: string | undefined;
|
|
97
104
|
}
|
|
@@ -99,24 +106,10 @@ export interface AlarmConfiguration {
|
|
|
99
106
|
IgnorePollAlarmFailure?: boolean | undefined;
|
|
100
107
|
Alarms: Alarm[] | undefined;
|
|
101
108
|
}
|
|
102
|
-
export declare const ExternalAlarmState: {
|
|
103
|
-
readonly ALARM: "ALARM";
|
|
104
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
105
|
-
};
|
|
106
|
-
export type ExternalAlarmState =
|
|
107
|
-
(typeof ExternalAlarmState)[keyof typeof ExternalAlarmState];
|
|
108
109
|
export interface AlarmStateInformation {
|
|
109
110
|
Name: string | undefined;
|
|
110
111
|
State: ExternalAlarmState | undefined;
|
|
111
112
|
}
|
|
112
|
-
export declare class AlreadyExistsException extends __BaseException {
|
|
113
|
-
readonly name: "AlreadyExistsException";
|
|
114
|
-
readonly $fault: "client";
|
|
115
|
-
Message?: string | undefined;
|
|
116
|
-
constructor(
|
|
117
|
-
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
113
|
export interface AssociateOpsItemRelatedItemRequest {
|
|
121
114
|
OpsItemId: string | undefined;
|
|
122
115
|
AssociationType: string | undefined;
|
|
@@ -126,95 +119,17 @@ export interface AssociateOpsItemRelatedItemRequest {
|
|
|
126
119
|
export interface AssociateOpsItemRelatedItemResponse {
|
|
127
120
|
AssociationId?: string | undefined;
|
|
128
121
|
}
|
|
129
|
-
export declare class OpsItemConflictException extends __BaseException {
|
|
130
|
-
readonly name: "OpsItemConflictException";
|
|
131
|
-
readonly $fault: "client";
|
|
132
|
-
Message?: string | undefined;
|
|
133
|
-
constructor(
|
|
134
|
-
opts: __ExceptionOptionType<OpsItemConflictException, __BaseException>
|
|
135
|
-
);
|
|
136
|
-
}
|
|
137
|
-
export declare class OpsItemInvalidParameterException extends __BaseException {
|
|
138
|
-
readonly name: "OpsItemInvalidParameterException";
|
|
139
|
-
readonly $fault: "client";
|
|
140
|
-
ParameterNames?: string[] | undefined;
|
|
141
|
-
Message?: string | undefined;
|
|
142
|
-
constructor(
|
|
143
|
-
opts: __ExceptionOptionType<
|
|
144
|
-
OpsItemInvalidParameterException,
|
|
145
|
-
__BaseException
|
|
146
|
-
>
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
export declare class OpsItemLimitExceededException extends __BaseException {
|
|
150
|
-
readonly name: "OpsItemLimitExceededException";
|
|
151
|
-
readonly $fault: "client";
|
|
152
|
-
ResourceTypes?: string[] | undefined;
|
|
153
|
-
Limit?: number | undefined;
|
|
154
|
-
LimitType?: string | undefined;
|
|
155
|
-
Message?: string | undefined;
|
|
156
|
-
constructor(
|
|
157
|
-
opts: __ExceptionOptionType<OpsItemLimitExceededException, __BaseException>
|
|
158
|
-
);
|
|
159
|
-
}
|
|
160
|
-
export declare class OpsItemNotFoundException extends __BaseException {
|
|
161
|
-
readonly name: "OpsItemNotFoundException";
|
|
162
|
-
readonly $fault: "client";
|
|
163
|
-
Message?: string | undefined;
|
|
164
|
-
constructor(
|
|
165
|
-
opts: __ExceptionOptionType<OpsItemNotFoundException, __BaseException>
|
|
166
|
-
);
|
|
167
|
-
}
|
|
168
|
-
export declare class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
|
|
169
|
-
readonly name: "OpsItemRelatedItemAlreadyExistsException";
|
|
170
|
-
readonly $fault: "client";
|
|
171
|
-
Message?: string | undefined;
|
|
172
|
-
ResourceUri?: string | undefined;
|
|
173
|
-
OpsItemId?: string | undefined;
|
|
174
|
-
constructor(
|
|
175
|
-
opts: __ExceptionOptionType<
|
|
176
|
-
OpsItemRelatedItemAlreadyExistsException,
|
|
177
|
-
__BaseException
|
|
178
|
-
>
|
|
179
|
-
);
|
|
180
|
-
}
|
|
181
122
|
export interface CancelCommandRequest {
|
|
182
123
|
CommandId: string | undefined;
|
|
183
124
|
InstanceIds?: string[] | undefined;
|
|
184
125
|
}
|
|
185
126
|
export interface CancelCommandResult {}
|
|
186
|
-
export declare class DuplicateInstanceId extends __BaseException {
|
|
187
|
-
readonly name: "DuplicateInstanceId";
|
|
188
|
-
readonly $fault: "client";
|
|
189
|
-
constructor(
|
|
190
|
-
opts: __ExceptionOptionType<DuplicateInstanceId, __BaseException>
|
|
191
|
-
);
|
|
192
|
-
}
|
|
193
|
-
export declare class InvalidCommandId extends __BaseException {
|
|
194
|
-
readonly name: "InvalidCommandId";
|
|
195
|
-
readonly $fault: "client";
|
|
196
|
-
constructor(opts: __ExceptionOptionType<InvalidCommandId, __BaseException>);
|
|
197
|
-
}
|
|
198
|
-
export declare class InvalidInstanceId extends __BaseException {
|
|
199
|
-
readonly name: "InvalidInstanceId";
|
|
200
|
-
readonly $fault: "client";
|
|
201
|
-
Message?: string | undefined;
|
|
202
|
-
constructor(opts: __ExceptionOptionType<InvalidInstanceId, __BaseException>);
|
|
203
|
-
}
|
|
204
127
|
export interface CancelMaintenanceWindowExecutionRequest {
|
|
205
128
|
WindowExecutionId: string | undefined;
|
|
206
129
|
}
|
|
207
130
|
export interface CancelMaintenanceWindowExecutionResult {
|
|
208
131
|
WindowExecutionId?: string | undefined;
|
|
209
132
|
}
|
|
210
|
-
export declare class DoesNotExistException extends __BaseException {
|
|
211
|
-
readonly name: "DoesNotExistException";
|
|
212
|
-
readonly $fault: "client";
|
|
213
|
-
Message?: string | undefined;
|
|
214
|
-
constructor(
|
|
215
|
-
opts: __ExceptionOptionType<DoesNotExistException, __BaseException>
|
|
216
|
-
);
|
|
217
|
-
}
|
|
218
133
|
export interface RegistrationMetadataItem {
|
|
219
134
|
Key: string | undefined;
|
|
220
135
|
Value: string | undefined;
|
|
@@ -232,35 +147,6 @@ export interface CreateActivationResult {
|
|
|
232
147
|
ActivationId?: string | undefined;
|
|
233
148
|
ActivationCode?: string | undefined;
|
|
234
149
|
}
|
|
235
|
-
export declare class InvalidParameters extends __BaseException {
|
|
236
|
-
readonly name: "InvalidParameters";
|
|
237
|
-
readonly $fault: "client";
|
|
238
|
-
Message?: string | undefined;
|
|
239
|
-
constructor(opts: __ExceptionOptionType<InvalidParameters, __BaseException>);
|
|
240
|
-
}
|
|
241
|
-
export declare class AssociationAlreadyExists extends __BaseException {
|
|
242
|
-
readonly name: "AssociationAlreadyExists";
|
|
243
|
-
readonly $fault: "client";
|
|
244
|
-
constructor(
|
|
245
|
-
opts: __ExceptionOptionType<AssociationAlreadyExists, __BaseException>
|
|
246
|
-
);
|
|
247
|
-
}
|
|
248
|
-
export declare class AssociationLimitExceeded extends __BaseException {
|
|
249
|
-
readonly name: "AssociationLimitExceeded";
|
|
250
|
-
readonly $fault: "client";
|
|
251
|
-
constructor(
|
|
252
|
-
opts: __ExceptionOptionType<AssociationLimitExceeded, __BaseException>
|
|
253
|
-
);
|
|
254
|
-
}
|
|
255
|
-
export declare const AssociationComplianceSeverity: {
|
|
256
|
-
readonly Critical: "CRITICAL";
|
|
257
|
-
readonly High: "HIGH";
|
|
258
|
-
readonly Low: "LOW";
|
|
259
|
-
readonly Medium: "MEDIUM";
|
|
260
|
-
readonly Unspecified: "UNSPECIFIED";
|
|
261
|
-
};
|
|
262
|
-
export type AssociationComplianceSeverity =
|
|
263
|
-
(typeof AssociationComplianceSeverity)[keyof typeof AssociationComplianceSeverity];
|
|
264
150
|
export interface S3OutputLocation {
|
|
265
151
|
OutputS3Region?: string | undefined;
|
|
266
152
|
OutputS3BucketName?: string | undefined;
|
|
@@ -269,12 +155,6 @@ export interface S3OutputLocation {
|
|
|
269
155
|
export interface InstanceAssociationOutputLocation {
|
|
270
156
|
S3Location?: S3OutputLocation | undefined;
|
|
271
157
|
}
|
|
272
|
-
export declare const AssociationSyncCompliance: {
|
|
273
|
-
readonly Auto: "AUTO";
|
|
274
|
-
readonly Manual: "MANUAL";
|
|
275
|
-
};
|
|
276
|
-
export type AssociationSyncCompliance =
|
|
277
|
-
(typeof AssociationSyncCompliance)[keyof typeof AssociationSyncCompliance];
|
|
278
158
|
export interface Target {
|
|
279
159
|
Key?: string | undefined;
|
|
280
160
|
Values?: string[] | undefined;
|
|
@@ -320,13 +200,6 @@ export interface AssociationOverview {
|
|
|
320
200
|
DetailedStatus?: string | undefined;
|
|
321
201
|
AssociationStatusAggregatedCount?: Record<string, number> | undefined;
|
|
322
202
|
}
|
|
323
|
-
export declare const AssociationStatusName: {
|
|
324
|
-
readonly Failed: "Failed";
|
|
325
|
-
readonly Pending: "Pending";
|
|
326
|
-
readonly Success: "Success";
|
|
327
|
-
};
|
|
328
|
-
export type AssociationStatusName =
|
|
329
|
-
(typeof AssociationStatusName)[keyof typeof AssociationStatusName];
|
|
330
203
|
export interface AssociationStatus {
|
|
331
204
|
Date: Date | undefined;
|
|
332
205
|
Name: AssociationStatusName | undefined;
|
|
@@ -367,59 +240,6 @@ export interface AssociationDescription {
|
|
|
367
240
|
export interface CreateAssociationResult {
|
|
368
241
|
AssociationDescription?: AssociationDescription | undefined;
|
|
369
242
|
}
|
|
370
|
-
export declare class InvalidDocument extends __BaseException {
|
|
371
|
-
readonly name: "InvalidDocument";
|
|
372
|
-
readonly $fault: "client";
|
|
373
|
-
Message?: string | undefined;
|
|
374
|
-
constructor(opts: __ExceptionOptionType<InvalidDocument, __BaseException>);
|
|
375
|
-
}
|
|
376
|
-
export declare class InvalidDocumentVersion extends __BaseException {
|
|
377
|
-
readonly name: "InvalidDocumentVersion";
|
|
378
|
-
readonly $fault: "client";
|
|
379
|
-
Message?: string | undefined;
|
|
380
|
-
constructor(
|
|
381
|
-
opts: __ExceptionOptionType<InvalidDocumentVersion, __BaseException>
|
|
382
|
-
);
|
|
383
|
-
}
|
|
384
|
-
export declare class InvalidOutputLocation extends __BaseException {
|
|
385
|
-
readonly name: "InvalidOutputLocation";
|
|
386
|
-
readonly $fault: "client";
|
|
387
|
-
constructor(
|
|
388
|
-
opts: __ExceptionOptionType<InvalidOutputLocation, __BaseException>
|
|
389
|
-
);
|
|
390
|
-
}
|
|
391
|
-
export declare class InvalidSchedule extends __BaseException {
|
|
392
|
-
readonly name: "InvalidSchedule";
|
|
393
|
-
readonly $fault: "client";
|
|
394
|
-
Message?: string | undefined;
|
|
395
|
-
constructor(opts: __ExceptionOptionType<InvalidSchedule, __BaseException>);
|
|
396
|
-
}
|
|
397
|
-
export declare class InvalidTag extends __BaseException {
|
|
398
|
-
readonly name: "InvalidTag";
|
|
399
|
-
readonly $fault: "client";
|
|
400
|
-
Message?: string | undefined;
|
|
401
|
-
constructor(opts: __ExceptionOptionType<InvalidTag, __BaseException>);
|
|
402
|
-
}
|
|
403
|
-
export declare class InvalidTarget extends __BaseException {
|
|
404
|
-
readonly name: "InvalidTarget";
|
|
405
|
-
readonly $fault: "client";
|
|
406
|
-
Message?: string | undefined;
|
|
407
|
-
constructor(opts: __ExceptionOptionType<InvalidTarget, __BaseException>);
|
|
408
|
-
}
|
|
409
|
-
export declare class InvalidTargetMaps extends __BaseException {
|
|
410
|
-
readonly name: "InvalidTargetMaps";
|
|
411
|
-
readonly $fault: "client";
|
|
412
|
-
Message?: string | undefined;
|
|
413
|
-
constructor(opts: __ExceptionOptionType<InvalidTargetMaps, __BaseException>);
|
|
414
|
-
}
|
|
415
|
-
export declare class UnsupportedPlatformType extends __BaseException {
|
|
416
|
-
readonly name: "UnsupportedPlatformType";
|
|
417
|
-
readonly $fault: "client";
|
|
418
|
-
Message?: string | undefined;
|
|
419
|
-
constructor(
|
|
420
|
-
opts: __ExceptionOptionType<UnsupportedPlatformType, __BaseException>
|
|
421
|
-
);
|
|
422
|
-
}
|
|
423
243
|
export interface CreateAssociationBatchRequestEntry {
|
|
424
244
|
Name: string | undefined;
|
|
425
245
|
InstanceId?: string | undefined;
|
|
@@ -445,12 +265,6 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
445
265
|
export interface CreateAssociationBatchRequest {
|
|
446
266
|
Entries: CreateAssociationBatchRequestEntry[] | undefined;
|
|
447
267
|
}
|
|
448
|
-
export declare const Fault: {
|
|
449
|
-
readonly Client: "Client";
|
|
450
|
-
readonly Server: "Server";
|
|
451
|
-
readonly Unknown: "Unknown";
|
|
452
|
-
};
|
|
453
|
-
export type Fault = (typeof Fault)[keyof typeof Fault];
|
|
454
268
|
export interface FailedCreateAssociation {
|
|
455
269
|
Entry?: CreateAssociationBatchRequestEntry | undefined;
|
|
456
270
|
Message?: string | undefined;
|
|
@@ -460,45 +274,11 @@ export interface CreateAssociationBatchResult {
|
|
|
460
274
|
Successful?: AssociationDescription[] | undefined;
|
|
461
275
|
Failed?: FailedCreateAssociation[] | undefined;
|
|
462
276
|
}
|
|
463
|
-
export declare const AttachmentsSourceKey: {
|
|
464
|
-
readonly AttachmentReference: "AttachmentReference";
|
|
465
|
-
readonly S3FileUrl: "S3FileUrl";
|
|
466
|
-
readonly SourceUrl: "SourceUrl";
|
|
467
|
-
};
|
|
468
|
-
export type AttachmentsSourceKey =
|
|
469
|
-
(typeof AttachmentsSourceKey)[keyof typeof AttachmentsSourceKey];
|
|
470
277
|
export interface AttachmentsSource {
|
|
471
278
|
Key?: AttachmentsSourceKey | undefined;
|
|
472
279
|
Values?: string[] | undefined;
|
|
473
280
|
Name?: string | undefined;
|
|
474
281
|
}
|
|
475
|
-
export declare const DocumentFormat: {
|
|
476
|
-
readonly JSON: "JSON";
|
|
477
|
-
readonly TEXT: "TEXT";
|
|
478
|
-
readonly YAML: "YAML";
|
|
479
|
-
};
|
|
480
|
-
export type DocumentFormat =
|
|
481
|
-
(typeof DocumentFormat)[keyof typeof DocumentFormat];
|
|
482
|
-
export declare const DocumentType: {
|
|
483
|
-
readonly ApplicationConfiguration: "ApplicationConfiguration";
|
|
484
|
-
readonly ApplicationConfigurationSchema: "ApplicationConfigurationSchema";
|
|
485
|
-
readonly AutoApprovalPolicy: "AutoApprovalPolicy";
|
|
486
|
-
readonly Automation: "Automation";
|
|
487
|
-
readonly ChangeCalendar: "ChangeCalendar";
|
|
488
|
-
readonly ChangeTemplate: "Automation.ChangeTemplate";
|
|
489
|
-
readonly CloudFormation: "CloudFormation";
|
|
490
|
-
readonly Command: "Command";
|
|
491
|
-
readonly ConformancePackTemplate: "ConformancePackTemplate";
|
|
492
|
-
readonly DeploymentStrategy: "DeploymentStrategy";
|
|
493
|
-
readonly ManualApprovalPolicy: "ManualApprovalPolicy";
|
|
494
|
-
readonly Package: "Package";
|
|
495
|
-
readonly Policy: "Policy";
|
|
496
|
-
readonly ProblemAnalysis: "ProblemAnalysis";
|
|
497
|
-
readonly ProblemAnalysisTemplate: "ProblemAnalysisTemplate";
|
|
498
|
-
readonly QuickSetup: "QuickSetup";
|
|
499
|
-
readonly Session: "Session";
|
|
500
|
-
};
|
|
501
|
-
export type DocumentType = (typeof DocumentType)[keyof typeof DocumentType];
|
|
502
282
|
export interface DocumentRequires {
|
|
503
283
|
Name: string | undefined;
|
|
504
284
|
Version?: string | undefined;
|
|
@@ -520,51 +300,17 @@ export interface CreateDocumentRequest {
|
|
|
520
300
|
export interface AttachmentInformation {
|
|
521
301
|
Name?: string | undefined;
|
|
522
302
|
}
|
|
523
|
-
export declare const DocumentHashType: {
|
|
524
|
-
readonly SHA1: "Sha1";
|
|
525
|
-
readonly SHA256: "Sha256";
|
|
526
|
-
};
|
|
527
|
-
export type DocumentHashType =
|
|
528
|
-
(typeof DocumentHashType)[keyof typeof DocumentHashType];
|
|
529
|
-
export declare const DocumentParameterType: {
|
|
530
|
-
readonly String: "String";
|
|
531
|
-
readonly StringList: "StringList";
|
|
532
|
-
};
|
|
533
|
-
export type DocumentParameterType =
|
|
534
|
-
(typeof DocumentParameterType)[keyof typeof DocumentParameterType];
|
|
535
303
|
export interface DocumentParameter {
|
|
536
304
|
Name?: string | undefined;
|
|
537
305
|
Type?: DocumentParameterType | undefined;
|
|
538
306
|
Description?: string | undefined;
|
|
539
307
|
DefaultValue?: string | undefined;
|
|
540
308
|
}
|
|
541
|
-
export declare const PlatformType: {
|
|
542
|
-
readonly LINUX: "Linux";
|
|
543
|
-
readonly MACOS: "MacOS";
|
|
544
|
-
readonly WINDOWS: "Windows";
|
|
545
|
-
};
|
|
546
|
-
export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType];
|
|
547
|
-
export declare const ReviewStatus: {
|
|
548
|
-
readonly APPROVED: "APPROVED";
|
|
549
|
-
readonly NOT_REVIEWED: "NOT_REVIEWED";
|
|
550
|
-
readonly PENDING: "PENDING";
|
|
551
|
-
readonly REJECTED: "REJECTED";
|
|
552
|
-
};
|
|
553
|
-
export type ReviewStatus = (typeof ReviewStatus)[keyof typeof ReviewStatus];
|
|
554
309
|
export interface ReviewInformation {
|
|
555
310
|
ReviewedTime?: Date | undefined;
|
|
556
311
|
Status?: ReviewStatus | undefined;
|
|
557
312
|
Reviewer?: string | undefined;
|
|
558
313
|
}
|
|
559
|
-
export declare const DocumentStatus: {
|
|
560
|
-
readonly Active: "Active";
|
|
561
|
-
readonly Creating: "Creating";
|
|
562
|
-
readonly Deleting: "Deleting";
|
|
563
|
-
readonly Failed: "Failed";
|
|
564
|
-
readonly Updating: "Updating";
|
|
565
|
-
};
|
|
566
|
-
export type DocumentStatus =
|
|
567
|
-
(typeof DocumentStatus)[keyof typeof DocumentStatus];
|
|
568
314
|
export interface DocumentDescription {
|
|
569
315
|
Sha1?: string | undefined;
|
|
570
316
|
Hash?: string | undefined;
|
|
@@ -600,46 +346,6 @@ export interface DocumentDescription {
|
|
|
600
346
|
export interface CreateDocumentResult {
|
|
601
347
|
DocumentDescription?: DocumentDescription | undefined;
|
|
602
348
|
}
|
|
603
|
-
export declare class DocumentAlreadyExists extends __BaseException {
|
|
604
|
-
readonly name: "DocumentAlreadyExists";
|
|
605
|
-
readonly $fault: "client";
|
|
606
|
-
Message?: string | undefined;
|
|
607
|
-
constructor(
|
|
608
|
-
opts: __ExceptionOptionType<DocumentAlreadyExists, __BaseException>
|
|
609
|
-
);
|
|
610
|
-
}
|
|
611
|
-
export declare class DocumentLimitExceeded extends __BaseException {
|
|
612
|
-
readonly name: "DocumentLimitExceeded";
|
|
613
|
-
readonly $fault: "client";
|
|
614
|
-
Message?: string | undefined;
|
|
615
|
-
constructor(
|
|
616
|
-
opts: __ExceptionOptionType<DocumentLimitExceeded, __BaseException>
|
|
617
|
-
);
|
|
618
|
-
}
|
|
619
|
-
export declare class InvalidDocumentContent extends __BaseException {
|
|
620
|
-
readonly name: "InvalidDocumentContent";
|
|
621
|
-
readonly $fault: "client";
|
|
622
|
-
Message?: string | undefined;
|
|
623
|
-
constructor(
|
|
624
|
-
opts: __ExceptionOptionType<InvalidDocumentContent, __BaseException>
|
|
625
|
-
);
|
|
626
|
-
}
|
|
627
|
-
export declare class InvalidDocumentSchemaVersion extends __BaseException {
|
|
628
|
-
readonly name: "InvalidDocumentSchemaVersion";
|
|
629
|
-
readonly $fault: "client";
|
|
630
|
-
Message?: string | undefined;
|
|
631
|
-
constructor(
|
|
632
|
-
opts: __ExceptionOptionType<InvalidDocumentSchemaVersion, __BaseException>
|
|
633
|
-
);
|
|
634
|
-
}
|
|
635
|
-
export declare class MaxDocumentSizeExceeded extends __BaseException {
|
|
636
|
-
readonly name: "MaxDocumentSizeExceeded";
|
|
637
|
-
readonly $fault: "client";
|
|
638
|
-
Message?: string | undefined;
|
|
639
|
-
constructor(
|
|
640
|
-
opts: __ExceptionOptionType<MaxDocumentSizeExceeded, __BaseException>
|
|
641
|
-
);
|
|
642
|
-
}
|
|
643
349
|
export interface CreateMaintenanceWindowRequest {
|
|
644
350
|
Name: string | undefined;
|
|
645
351
|
Description?: string | undefined;
|
|
@@ -657,31 +363,9 @@ export interface CreateMaintenanceWindowRequest {
|
|
|
657
363
|
export interface CreateMaintenanceWindowResult {
|
|
658
364
|
WindowId?: string | undefined;
|
|
659
365
|
}
|
|
660
|
-
export declare class IdempotentParameterMismatch extends __BaseException {
|
|
661
|
-
readonly name: "IdempotentParameterMismatch";
|
|
662
|
-
readonly $fault: "client";
|
|
663
|
-
Message?: string | undefined;
|
|
664
|
-
constructor(
|
|
665
|
-
opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>
|
|
666
|
-
);
|
|
667
|
-
}
|
|
668
|
-
export declare class ResourceLimitExceededException extends __BaseException {
|
|
669
|
-
readonly name: "ResourceLimitExceededException";
|
|
670
|
-
readonly $fault: "client";
|
|
671
|
-
Message?: string | undefined;
|
|
672
|
-
constructor(
|
|
673
|
-
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
674
|
-
);
|
|
675
|
-
}
|
|
676
366
|
export interface OpsItemNotification {
|
|
677
367
|
Arn?: string | undefined;
|
|
678
368
|
}
|
|
679
|
-
export declare const OpsItemDataType: {
|
|
680
|
-
readonly SEARCHABLE_STRING: "SearchableString";
|
|
681
|
-
readonly STRING: "String";
|
|
682
|
-
};
|
|
683
|
-
export type OpsItemDataType =
|
|
684
|
-
(typeof OpsItemDataType)[keyof typeof OpsItemDataType];
|
|
685
369
|
export interface OpsItemDataValue {
|
|
686
370
|
Value?: string | undefined;
|
|
687
371
|
Type?: OpsItemDataType | undefined;
|
|
@@ -711,23 +395,6 @@ export interface CreateOpsItemResponse {
|
|
|
711
395
|
OpsItemId?: string | undefined;
|
|
712
396
|
OpsItemArn?: string | undefined;
|
|
713
397
|
}
|
|
714
|
-
export declare class OpsItemAccessDeniedException extends __BaseException {
|
|
715
|
-
readonly name: "OpsItemAccessDeniedException";
|
|
716
|
-
readonly $fault: "client";
|
|
717
|
-
Message?: string | undefined;
|
|
718
|
-
constructor(
|
|
719
|
-
opts: __ExceptionOptionType<OpsItemAccessDeniedException, __BaseException>
|
|
720
|
-
);
|
|
721
|
-
}
|
|
722
|
-
export declare class OpsItemAlreadyExistsException extends __BaseException {
|
|
723
|
-
readonly name: "OpsItemAlreadyExistsException";
|
|
724
|
-
readonly $fault: "client";
|
|
725
|
-
Message?: string | undefined;
|
|
726
|
-
OpsItemId?: string | undefined;
|
|
727
|
-
constructor(
|
|
728
|
-
opts: __ExceptionOptionType<OpsItemAlreadyExistsException, __BaseException>
|
|
729
|
-
);
|
|
730
|
-
}
|
|
731
398
|
export interface MetadataValue {
|
|
732
399
|
Value?: string | undefined;
|
|
733
400
|
}
|
|
@@ -739,79 +406,6 @@ export interface CreateOpsMetadataRequest {
|
|
|
739
406
|
export interface CreateOpsMetadataResult {
|
|
740
407
|
OpsMetadataArn?: string | undefined;
|
|
741
408
|
}
|
|
742
|
-
export declare class OpsMetadataAlreadyExistsException extends __BaseException {
|
|
743
|
-
readonly name: "OpsMetadataAlreadyExistsException";
|
|
744
|
-
readonly $fault: "client";
|
|
745
|
-
constructor(
|
|
746
|
-
opts: __ExceptionOptionType<
|
|
747
|
-
OpsMetadataAlreadyExistsException,
|
|
748
|
-
__BaseException
|
|
749
|
-
>
|
|
750
|
-
);
|
|
751
|
-
}
|
|
752
|
-
export declare class OpsMetadataInvalidArgumentException extends __BaseException {
|
|
753
|
-
readonly name: "OpsMetadataInvalidArgumentException";
|
|
754
|
-
readonly $fault: "client";
|
|
755
|
-
constructor(
|
|
756
|
-
opts: __ExceptionOptionType<
|
|
757
|
-
OpsMetadataInvalidArgumentException,
|
|
758
|
-
__BaseException
|
|
759
|
-
>
|
|
760
|
-
);
|
|
761
|
-
}
|
|
762
|
-
export declare class OpsMetadataLimitExceededException extends __BaseException {
|
|
763
|
-
readonly name: "OpsMetadataLimitExceededException";
|
|
764
|
-
readonly $fault: "client";
|
|
765
|
-
constructor(
|
|
766
|
-
opts: __ExceptionOptionType<
|
|
767
|
-
OpsMetadataLimitExceededException,
|
|
768
|
-
__BaseException
|
|
769
|
-
>
|
|
770
|
-
);
|
|
771
|
-
}
|
|
772
|
-
export declare class OpsMetadataTooManyUpdatesException extends __BaseException {
|
|
773
|
-
readonly name: "OpsMetadataTooManyUpdatesException";
|
|
774
|
-
readonly $fault: "client";
|
|
775
|
-
constructor(
|
|
776
|
-
opts: __ExceptionOptionType<
|
|
777
|
-
OpsMetadataTooManyUpdatesException,
|
|
778
|
-
__BaseException
|
|
779
|
-
>
|
|
780
|
-
);
|
|
781
|
-
}
|
|
782
|
-
export declare const PatchComplianceLevel: {
|
|
783
|
-
readonly Critical: "CRITICAL";
|
|
784
|
-
readonly High: "HIGH";
|
|
785
|
-
readonly Informational: "INFORMATIONAL";
|
|
786
|
-
readonly Low: "LOW";
|
|
787
|
-
readonly Medium: "MEDIUM";
|
|
788
|
-
readonly Unspecified: "UNSPECIFIED";
|
|
789
|
-
};
|
|
790
|
-
export type PatchComplianceLevel =
|
|
791
|
-
(typeof PatchComplianceLevel)[keyof typeof PatchComplianceLevel];
|
|
792
|
-
export declare const PatchFilterKey: {
|
|
793
|
-
readonly AdvisoryId: "ADVISORY_ID";
|
|
794
|
-
readonly Arch: "ARCH";
|
|
795
|
-
readonly BugzillaId: "BUGZILLA_ID";
|
|
796
|
-
readonly CVEId: "CVE_ID";
|
|
797
|
-
readonly Classification: "CLASSIFICATION";
|
|
798
|
-
readonly Epoch: "EPOCH";
|
|
799
|
-
readonly MsrcSeverity: "MSRC_SEVERITY";
|
|
800
|
-
readonly Name: "NAME";
|
|
801
|
-
readonly PatchId: "PATCH_ID";
|
|
802
|
-
readonly PatchSet: "PATCH_SET";
|
|
803
|
-
readonly Priority: "PRIORITY";
|
|
804
|
-
readonly Product: "PRODUCT";
|
|
805
|
-
readonly ProductFamily: "PRODUCT_FAMILY";
|
|
806
|
-
readonly Release: "RELEASE";
|
|
807
|
-
readonly Repository: "REPOSITORY";
|
|
808
|
-
readonly Section: "SECTION";
|
|
809
|
-
readonly Security: "SECURITY";
|
|
810
|
-
readonly Severity: "SEVERITY";
|
|
811
|
-
readonly Version: "VERSION";
|
|
812
|
-
};
|
|
813
|
-
export type PatchFilterKey =
|
|
814
|
-
(typeof PatchFilterKey)[keyof typeof PatchFilterKey];
|
|
815
409
|
export interface PatchFilter {
|
|
816
410
|
Key: PatchFilterKey | undefined;
|
|
817
411
|
Values: string[] | undefined;
|
|
@@ -829,36 +423,6 @@ export interface PatchRule {
|
|
|
829
423
|
export interface PatchRuleGroup {
|
|
830
424
|
PatchRules: PatchRule[] | undefined;
|
|
831
425
|
}
|
|
832
|
-
export declare const PatchComplianceStatus: {
|
|
833
|
-
readonly Compliant: "COMPLIANT";
|
|
834
|
-
readonly NonCompliant: "NON_COMPLIANT";
|
|
835
|
-
};
|
|
836
|
-
export type PatchComplianceStatus =
|
|
837
|
-
(typeof PatchComplianceStatus)[keyof typeof PatchComplianceStatus];
|
|
838
|
-
export declare const OperatingSystem: {
|
|
839
|
-
readonly AlmaLinux: "ALMA_LINUX";
|
|
840
|
-
readonly AmazonLinux: "AMAZON_LINUX";
|
|
841
|
-
readonly AmazonLinux2: "AMAZON_LINUX_2";
|
|
842
|
-
readonly AmazonLinux2022: "AMAZON_LINUX_2022";
|
|
843
|
-
readonly AmazonLinux2023: "AMAZON_LINUX_2023";
|
|
844
|
-
readonly CentOS: "CENTOS";
|
|
845
|
-
readonly Debian: "DEBIAN";
|
|
846
|
-
readonly MacOS: "MACOS";
|
|
847
|
-
readonly OracleLinux: "ORACLE_LINUX";
|
|
848
|
-
readonly Raspbian: "RASPBIAN";
|
|
849
|
-
readonly RedhatEnterpriseLinux: "REDHAT_ENTERPRISE_LINUX";
|
|
850
|
-
readonly Rocky_Linux: "ROCKY_LINUX";
|
|
851
|
-
readonly Suse: "SUSE";
|
|
852
|
-
readonly Ubuntu: "UBUNTU";
|
|
853
|
-
readonly Windows: "WINDOWS";
|
|
854
|
-
};
|
|
855
|
-
export type OperatingSystem =
|
|
856
|
-
(typeof OperatingSystem)[keyof typeof OperatingSystem];
|
|
857
|
-
export declare const PatchAction: {
|
|
858
|
-
readonly AllowAsDependency: "ALLOW_AS_DEPENDENCY";
|
|
859
|
-
readonly Block: "BLOCK";
|
|
860
|
-
};
|
|
861
|
-
export type PatchAction = (typeof PatchAction)[keyof typeof PatchAction];
|
|
862
426
|
export interface PatchSource {
|
|
863
427
|
Name: string | undefined;
|
|
864
428
|
Products: string[] | undefined;
|
|
@@ -886,11 +450,6 @@ export interface CreatePatchBaselineResult {
|
|
|
886
450
|
export interface ResourceDataSyncDestinationDataSharing {
|
|
887
451
|
DestinationDataSharingType?: string | undefined;
|
|
888
452
|
}
|
|
889
|
-
export declare const ResourceDataSyncS3Format: {
|
|
890
|
-
readonly JSON_SERDE: "JsonSerDe";
|
|
891
|
-
};
|
|
892
|
-
export type ResourceDataSyncS3Format =
|
|
893
|
-
(typeof ResourceDataSyncS3Format)[keyof typeof ResourceDataSyncS3Format];
|
|
894
453
|
export interface ResourceDataSyncS3Destination {
|
|
895
454
|
BucketName: string | undefined;
|
|
896
455
|
Prefix?: string | undefined;
|
|
@@ -920,78 +479,16 @@ export interface CreateResourceDataSyncRequest {
|
|
|
920
479
|
SyncSource?: ResourceDataSyncSource | undefined;
|
|
921
480
|
}
|
|
922
481
|
export interface CreateResourceDataSyncResult {}
|
|
923
|
-
export declare class ResourceDataSyncAlreadyExistsException extends __BaseException {
|
|
924
|
-
readonly name: "ResourceDataSyncAlreadyExistsException";
|
|
925
|
-
readonly $fault: "client";
|
|
926
|
-
SyncName?: string | undefined;
|
|
927
|
-
constructor(
|
|
928
|
-
opts: __ExceptionOptionType<
|
|
929
|
-
ResourceDataSyncAlreadyExistsException,
|
|
930
|
-
__BaseException
|
|
931
|
-
>
|
|
932
|
-
);
|
|
933
|
-
}
|
|
934
|
-
export declare class ResourceDataSyncCountExceededException extends __BaseException {
|
|
935
|
-
readonly name: "ResourceDataSyncCountExceededException";
|
|
936
|
-
readonly $fault: "client";
|
|
937
|
-
Message?: string | undefined;
|
|
938
|
-
constructor(
|
|
939
|
-
opts: __ExceptionOptionType<
|
|
940
|
-
ResourceDataSyncCountExceededException,
|
|
941
|
-
__BaseException
|
|
942
|
-
>
|
|
943
|
-
);
|
|
944
|
-
}
|
|
945
|
-
export declare class ResourceDataSyncInvalidConfigurationException extends __BaseException {
|
|
946
|
-
readonly name: "ResourceDataSyncInvalidConfigurationException";
|
|
947
|
-
readonly $fault: "client";
|
|
948
|
-
Message?: string | undefined;
|
|
949
|
-
constructor(
|
|
950
|
-
opts: __ExceptionOptionType<
|
|
951
|
-
ResourceDataSyncInvalidConfigurationException,
|
|
952
|
-
__BaseException
|
|
953
|
-
>
|
|
954
|
-
);
|
|
955
|
-
}
|
|
956
482
|
export interface DeleteActivationRequest {
|
|
957
483
|
ActivationId: string | undefined;
|
|
958
484
|
}
|
|
959
485
|
export interface DeleteActivationResult {}
|
|
960
|
-
export declare class InvalidActivation extends __BaseException {
|
|
961
|
-
readonly name: "InvalidActivation";
|
|
962
|
-
readonly $fault: "client";
|
|
963
|
-
Message?: string | undefined;
|
|
964
|
-
constructor(opts: __ExceptionOptionType<InvalidActivation, __BaseException>);
|
|
965
|
-
}
|
|
966
|
-
export declare class InvalidActivationId extends __BaseException {
|
|
967
|
-
readonly name: "InvalidActivationId";
|
|
968
|
-
readonly $fault: "client";
|
|
969
|
-
Message?: string | undefined;
|
|
970
|
-
constructor(
|
|
971
|
-
opts: __ExceptionOptionType<InvalidActivationId, __BaseException>
|
|
972
|
-
);
|
|
973
|
-
}
|
|
974
|
-
export declare class AssociationDoesNotExist extends __BaseException {
|
|
975
|
-
readonly name: "AssociationDoesNotExist";
|
|
976
|
-
readonly $fault: "client";
|
|
977
|
-
Message?: string | undefined;
|
|
978
|
-
constructor(
|
|
979
|
-
opts: __ExceptionOptionType<AssociationDoesNotExist, __BaseException>
|
|
980
|
-
);
|
|
981
|
-
}
|
|
982
486
|
export interface DeleteAssociationRequest {
|
|
983
487
|
Name?: string | undefined;
|
|
984
488
|
InstanceId?: string | undefined;
|
|
985
489
|
AssociationId?: string | undefined;
|
|
986
490
|
}
|
|
987
491
|
export interface DeleteAssociationResult {}
|
|
988
|
-
export declare class AssociatedInstances extends __BaseException {
|
|
989
|
-
readonly name: "AssociatedInstances";
|
|
990
|
-
readonly $fault: "client";
|
|
991
|
-
constructor(
|
|
992
|
-
opts: __ExceptionOptionType<AssociatedInstances, __BaseException>
|
|
993
|
-
);
|
|
994
|
-
}
|
|
995
492
|
export interface DeleteDocumentRequest {
|
|
996
493
|
Name: string | undefined;
|
|
997
494
|
DocumentVersion?: string | undefined;
|
|
@@ -999,20 +496,6 @@ export interface DeleteDocumentRequest {
|
|
|
999
496
|
Force?: boolean | undefined;
|
|
1000
497
|
}
|
|
1001
498
|
export interface DeleteDocumentResult {}
|
|
1002
|
-
export declare class InvalidDocumentOperation extends __BaseException {
|
|
1003
|
-
readonly name: "InvalidDocumentOperation";
|
|
1004
|
-
readonly $fault: "client";
|
|
1005
|
-
Message?: string | undefined;
|
|
1006
|
-
constructor(
|
|
1007
|
-
opts: __ExceptionOptionType<InvalidDocumentOperation, __BaseException>
|
|
1008
|
-
);
|
|
1009
|
-
}
|
|
1010
|
-
export declare const InventorySchemaDeleteOption: {
|
|
1011
|
-
readonly DELETE_SCHEMA: "DeleteSchema";
|
|
1012
|
-
readonly DISABLE_SCHEMA: "DisableSchema";
|
|
1013
|
-
};
|
|
1014
|
-
export type InventorySchemaDeleteOption =
|
|
1015
|
-
(typeof InventorySchemaDeleteOption)[keyof typeof InventorySchemaDeleteOption];
|
|
1016
499
|
export interface DeleteInventoryRequest {
|
|
1017
500
|
TypeName: string | undefined;
|
|
1018
501
|
SchemaDeleteOption?: InventorySchemaDeleteOption | undefined;
|
|
@@ -1034,44 +517,6 @@ export interface DeleteInventoryResult {
|
|
|
1034
517
|
TypeName?: string | undefined;
|
|
1035
518
|
DeletionSummary?: InventoryDeletionSummary | undefined;
|
|
1036
519
|
}
|
|
1037
|
-
export declare class InvalidDeleteInventoryParametersException extends __BaseException {
|
|
1038
|
-
readonly name: "InvalidDeleteInventoryParametersException";
|
|
1039
|
-
readonly $fault: "client";
|
|
1040
|
-
Message?: string | undefined;
|
|
1041
|
-
constructor(
|
|
1042
|
-
opts: __ExceptionOptionType<
|
|
1043
|
-
InvalidDeleteInventoryParametersException,
|
|
1044
|
-
__BaseException
|
|
1045
|
-
>
|
|
1046
|
-
);
|
|
1047
|
-
}
|
|
1048
|
-
export declare class InvalidInventoryRequestException extends __BaseException {
|
|
1049
|
-
readonly name: "InvalidInventoryRequestException";
|
|
1050
|
-
readonly $fault: "client";
|
|
1051
|
-
Message?: string | undefined;
|
|
1052
|
-
constructor(
|
|
1053
|
-
opts: __ExceptionOptionType<
|
|
1054
|
-
InvalidInventoryRequestException,
|
|
1055
|
-
__BaseException
|
|
1056
|
-
>
|
|
1057
|
-
);
|
|
1058
|
-
}
|
|
1059
|
-
export declare class InvalidOptionException extends __BaseException {
|
|
1060
|
-
readonly name: "InvalidOptionException";
|
|
1061
|
-
readonly $fault: "client";
|
|
1062
|
-
Message?: string | undefined;
|
|
1063
|
-
constructor(
|
|
1064
|
-
opts: __ExceptionOptionType<InvalidOptionException, __BaseException>
|
|
1065
|
-
);
|
|
1066
|
-
}
|
|
1067
|
-
export declare class InvalidTypeNameException extends __BaseException {
|
|
1068
|
-
readonly name: "InvalidTypeNameException";
|
|
1069
|
-
readonly $fault: "client";
|
|
1070
|
-
Message?: string | undefined;
|
|
1071
|
-
constructor(
|
|
1072
|
-
opts: __ExceptionOptionType<InvalidTypeNameException, __BaseException>
|
|
1073
|
-
);
|
|
1074
|
-
}
|
|
1075
520
|
export interface DeleteMaintenanceWindowRequest {
|
|
1076
521
|
WindowId: string | undefined;
|
|
1077
522
|
}
|
|
@@ -1086,22 +531,10 @@ export interface DeleteOpsMetadataRequest {
|
|
|
1086
531
|
OpsMetadataArn: string | undefined;
|
|
1087
532
|
}
|
|
1088
533
|
export interface DeleteOpsMetadataResult {}
|
|
1089
|
-
export declare class OpsMetadataNotFoundException extends __BaseException {
|
|
1090
|
-
readonly name: "OpsMetadataNotFoundException";
|
|
1091
|
-
readonly $fault: "client";
|
|
1092
|
-
constructor(
|
|
1093
|
-
opts: __ExceptionOptionType<OpsMetadataNotFoundException, __BaseException>
|
|
1094
|
-
);
|
|
1095
|
-
}
|
|
1096
534
|
export interface DeleteParameterRequest {
|
|
1097
535
|
Name: string | undefined;
|
|
1098
536
|
}
|
|
1099
537
|
export interface DeleteParameterResult {}
|
|
1100
|
-
export declare class ParameterNotFound extends __BaseException {
|
|
1101
|
-
readonly name: "ParameterNotFound";
|
|
1102
|
-
readonly $fault: "client";
|
|
1103
|
-
constructor(opts: __ExceptionOptionType<ParameterNotFound, __BaseException>);
|
|
1104
|
-
}
|
|
1105
538
|
export interface DeleteParametersRequest {
|
|
1106
539
|
Names: string[] | undefined;
|
|
1107
540
|
}
|
|
@@ -1115,91 +548,17 @@ export interface DeletePatchBaselineRequest {
|
|
|
1115
548
|
export interface DeletePatchBaselineResult {
|
|
1116
549
|
BaselineId?: string | undefined;
|
|
1117
550
|
}
|
|
1118
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
1119
|
-
readonly name: "ResourceInUseException";
|
|
1120
|
-
readonly $fault: "client";
|
|
1121
|
-
Message?: string | undefined;
|
|
1122
|
-
constructor(
|
|
1123
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
1124
|
-
);
|
|
1125
|
-
}
|
|
1126
551
|
export interface DeleteResourceDataSyncRequest {
|
|
1127
552
|
SyncName: string | undefined;
|
|
1128
553
|
SyncType?: string | undefined;
|
|
1129
554
|
}
|
|
1130
555
|
export interface DeleteResourceDataSyncResult {}
|
|
1131
|
-
export declare class ResourceDataSyncNotFoundException extends __BaseException {
|
|
1132
|
-
readonly name: "ResourceDataSyncNotFoundException";
|
|
1133
|
-
readonly $fault: "client";
|
|
1134
|
-
SyncName?: string | undefined;
|
|
1135
|
-
SyncType?: string | undefined;
|
|
1136
|
-
Message?: string | undefined;
|
|
1137
|
-
constructor(
|
|
1138
|
-
opts: __ExceptionOptionType<
|
|
1139
|
-
ResourceDataSyncNotFoundException,
|
|
1140
|
-
__BaseException
|
|
1141
|
-
>
|
|
1142
|
-
);
|
|
1143
|
-
}
|
|
1144
556
|
export interface DeleteResourcePolicyRequest {
|
|
1145
557
|
ResourceArn: string | undefined;
|
|
1146
558
|
PolicyId: string | undefined;
|
|
1147
559
|
PolicyHash: string | undefined;
|
|
1148
560
|
}
|
|
1149
561
|
export interface DeleteResourcePolicyResponse {}
|
|
1150
|
-
export declare class MalformedResourcePolicyDocumentException extends __BaseException {
|
|
1151
|
-
readonly name: "MalformedResourcePolicyDocumentException";
|
|
1152
|
-
readonly $fault: "client";
|
|
1153
|
-
Message?: string | undefined;
|
|
1154
|
-
constructor(
|
|
1155
|
-
opts: __ExceptionOptionType<
|
|
1156
|
-
MalformedResourcePolicyDocumentException,
|
|
1157
|
-
__BaseException
|
|
1158
|
-
>
|
|
1159
|
-
);
|
|
1160
|
-
}
|
|
1161
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
1162
|
-
readonly name: "ResourceNotFoundException";
|
|
1163
|
-
readonly $fault: "client";
|
|
1164
|
-
Message?: string | undefined;
|
|
1165
|
-
constructor(
|
|
1166
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
1167
|
-
);
|
|
1168
|
-
}
|
|
1169
|
-
export declare class ResourcePolicyConflictException extends __BaseException {
|
|
1170
|
-
readonly name: "ResourcePolicyConflictException";
|
|
1171
|
-
readonly $fault: "client";
|
|
1172
|
-
Message?: string | undefined;
|
|
1173
|
-
constructor(
|
|
1174
|
-
opts: __ExceptionOptionType<
|
|
1175
|
-
ResourcePolicyConflictException,
|
|
1176
|
-
__BaseException
|
|
1177
|
-
>
|
|
1178
|
-
);
|
|
1179
|
-
}
|
|
1180
|
-
export declare class ResourcePolicyInvalidParameterException extends __BaseException {
|
|
1181
|
-
readonly name: "ResourcePolicyInvalidParameterException";
|
|
1182
|
-
readonly $fault: "client";
|
|
1183
|
-
ParameterNames?: string[] | undefined;
|
|
1184
|
-
Message?: string | undefined;
|
|
1185
|
-
constructor(
|
|
1186
|
-
opts: __ExceptionOptionType<
|
|
1187
|
-
ResourcePolicyInvalidParameterException,
|
|
1188
|
-
__BaseException
|
|
1189
|
-
>
|
|
1190
|
-
);
|
|
1191
|
-
}
|
|
1192
|
-
export declare class ResourcePolicyNotFoundException extends __BaseException {
|
|
1193
|
-
readonly name: "ResourcePolicyNotFoundException";
|
|
1194
|
-
readonly $fault: "client";
|
|
1195
|
-
Message?: string | undefined;
|
|
1196
|
-
constructor(
|
|
1197
|
-
opts: __ExceptionOptionType<
|
|
1198
|
-
ResourcePolicyNotFoundException,
|
|
1199
|
-
__BaseException
|
|
1200
|
-
>
|
|
1201
|
-
);
|
|
1202
|
-
}
|
|
1203
562
|
export interface DeregisterManagedInstanceRequest {
|
|
1204
563
|
InstanceId: string | undefined;
|
|
1205
564
|
}
|
|
@@ -1221,14 +580,6 @@ export interface DeregisterTargetFromMaintenanceWindowResult {
|
|
|
1221
580
|
WindowId?: string | undefined;
|
|
1222
581
|
WindowTargetId?: string | undefined;
|
|
1223
582
|
}
|
|
1224
|
-
export declare class TargetInUseException extends __BaseException {
|
|
1225
|
-
readonly name: "TargetInUseException";
|
|
1226
|
-
readonly $fault: "client";
|
|
1227
|
-
Message?: string | undefined;
|
|
1228
|
-
constructor(
|
|
1229
|
-
opts: __ExceptionOptionType<TargetInUseException, __BaseException>
|
|
1230
|
-
);
|
|
1231
|
-
}
|
|
1232
583
|
export interface DeregisterTaskFromMaintenanceWindowRequest {
|
|
1233
584
|
WindowId: string | undefined;
|
|
1234
585
|
WindowTaskId: string | undefined;
|
|
@@ -1237,13 +588,6 @@ export interface DeregisterTaskFromMaintenanceWindowResult {
|
|
|
1237
588
|
WindowId?: string | undefined;
|
|
1238
589
|
WindowTaskId?: string | undefined;
|
|
1239
590
|
}
|
|
1240
|
-
export declare const DescribeActivationsFilterKeys: {
|
|
1241
|
-
readonly ACTIVATION_IDS: "ActivationIds";
|
|
1242
|
-
readonly DEFAULT_INSTANCE_NAME: "DefaultInstanceName";
|
|
1243
|
-
readonly IAM_ROLE: "IamRole";
|
|
1244
|
-
};
|
|
1245
|
-
export type DescribeActivationsFilterKeys =
|
|
1246
|
-
(typeof DescribeActivationsFilterKeys)[keyof typeof DescribeActivationsFilterKeys];
|
|
1247
591
|
export interface DescribeActivationsFilter {
|
|
1248
592
|
FilterKey?: DescribeActivationsFilterKeys | undefined;
|
|
1249
593
|
FilterValues?: string[] | undefined;
|
|
@@ -1257,18 +601,6 @@ export interface DescribeActivationsResult {
|
|
|
1257
601
|
ActivationList?: Activation[] | undefined;
|
|
1258
602
|
NextToken?: string | undefined;
|
|
1259
603
|
}
|
|
1260
|
-
export declare class InvalidFilter extends __BaseException {
|
|
1261
|
-
readonly name: "InvalidFilter";
|
|
1262
|
-
readonly $fault: "client";
|
|
1263
|
-
Message?: string | undefined;
|
|
1264
|
-
constructor(opts: __ExceptionOptionType<InvalidFilter, __BaseException>);
|
|
1265
|
-
}
|
|
1266
|
-
export declare class InvalidNextToken extends __BaseException {
|
|
1267
|
-
readonly name: "InvalidNextToken";
|
|
1268
|
-
readonly $fault: "client";
|
|
1269
|
-
Message?: string | undefined;
|
|
1270
|
-
constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
|
|
1271
|
-
}
|
|
1272
604
|
export interface DescribeAssociationRequest {
|
|
1273
605
|
Name?: string | undefined;
|
|
1274
606
|
InstanceId?: string | undefined;
|
|
@@ -1278,28 +610,6 @@ export interface DescribeAssociationRequest {
|
|
|
1278
610
|
export interface DescribeAssociationResult {
|
|
1279
611
|
AssociationDescription?: AssociationDescription | undefined;
|
|
1280
612
|
}
|
|
1281
|
-
export declare class InvalidAssociationVersion extends __BaseException {
|
|
1282
|
-
readonly name: "InvalidAssociationVersion";
|
|
1283
|
-
readonly $fault: "client";
|
|
1284
|
-
Message?: string | undefined;
|
|
1285
|
-
constructor(
|
|
1286
|
-
opts: __ExceptionOptionType<InvalidAssociationVersion, __BaseException>
|
|
1287
|
-
);
|
|
1288
|
-
}
|
|
1289
|
-
export declare const AssociationExecutionFilterKey: {
|
|
1290
|
-
readonly CreatedTime: "CreatedTime";
|
|
1291
|
-
readonly ExecutionId: "ExecutionId";
|
|
1292
|
-
readonly Status: "Status";
|
|
1293
|
-
};
|
|
1294
|
-
export type AssociationExecutionFilterKey =
|
|
1295
|
-
(typeof AssociationExecutionFilterKey)[keyof typeof AssociationExecutionFilterKey];
|
|
1296
|
-
export declare const AssociationFilterOperatorType: {
|
|
1297
|
-
readonly Equal: "EQUAL";
|
|
1298
|
-
readonly GreaterThan: "GREATER_THAN";
|
|
1299
|
-
readonly LessThan: "LESS_THAN";
|
|
1300
|
-
};
|
|
1301
|
-
export type AssociationFilterOperatorType =
|
|
1302
|
-
(typeof AssociationFilterOperatorType)[keyof typeof AssociationFilterOperatorType];
|
|
1303
613
|
export interface AssociationExecutionFilter {
|
|
1304
614
|
Key: AssociationExecutionFilterKey | undefined;
|
|
1305
615
|
Value: string | undefined;
|
|
@@ -1327,24 +637,6 @@ export interface DescribeAssociationExecutionsResult {
|
|
|
1327
637
|
AssociationExecutions?: AssociationExecution[] | undefined;
|
|
1328
638
|
NextToken?: string | undefined;
|
|
1329
639
|
}
|
|
1330
|
-
export declare class AssociationExecutionDoesNotExist extends __BaseException {
|
|
1331
|
-
readonly name: "AssociationExecutionDoesNotExist";
|
|
1332
|
-
readonly $fault: "client";
|
|
1333
|
-
Message?: string | undefined;
|
|
1334
|
-
constructor(
|
|
1335
|
-
opts: __ExceptionOptionType<
|
|
1336
|
-
AssociationExecutionDoesNotExist,
|
|
1337
|
-
__BaseException
|
|
1338
|
-
>
|
|
1339
|
-
);
|
|
1340
|
-
}
|
|
1341
|
-
export declare const AssociationExecutionTargetsFilterKey: {
|
|
1342
|
-
readonly ResourceId: "ResourceId";
|
|
1343
|
-
readonly ResourceType: "ResourceType";
|
|
1344
|
-
readonly Status: "Status";
|
|
1345
|
-
};
|
|
1346
|
-
export type AssociationExecutionTargetsFilterKey =
|
|
1347
|
-
(typeof AssociationExecutionTargetsFilterKey)[keyof typeof AssociationExecutionTargetsFilterKey];
|
|
1348
640
|
export interface AssociationExecutionTargetsFilter {
|
|
1349
641
|
Key: AssociationExecutionTargetsFilterKey | undefined;
|
|
1350
642
|
Value: string | undefined;
|
|
@@ -1375,22 +667,6 @@ export interface DescribeAssociationExecutionTargetsResult {
|
|
|
1375
667
|
AssociationExecutionTargets?: AssociationExecutionTarget[] | undefined;
|
|
1376
668
|
NextToken?: string | undefined;
|
|
1377
669
|
}
|
|
1378
|
-
export declare const AutomationExecutionFilterKey: {
|
|
1379
|
-
readonly AUTOMATION_SUBTYPE: "AutomationSubtype";
|
|
1380
|
-
readonly AUTOMATION_TYPE: "AutomationType";
|
|
1381
|
-
readonly CURRENT_ACTION: "CurrentAction";
|
|
1382
|
-
readonly DOCUMENT_NAME_PREFIX: "DocumentNamePrefix";
|
|
1383
|
-
readonly EXECUTION_ID: "ExecutionId";
|
|
1384
|
-
readonly EXECUTION_STATUS: "ExecutionStatus";
|
|
1385
|
-
readonly OPS_ITEM_ID: "OpsItemId";
|
|
1386
|
-
readonly PARENT_EXECUTION_ID: "ParentExecutionId";
|
|
1387
|
-
readonly START_TIME_AFTER: "StartTimeAfter";
|
|
1388
|
-
readonly START_TIME_BEFORE: "StartTimeBefore";
|
|
1389
|
-
readonly TAG_KEY: "TagKey";
|
|
1390
|
-
readonly TARGET_RESOURCE_GROUP: "TargetResourceGroup";
|
|
1391
|
-
};
|
|
1392
|
-
export type AutomationExecutionFilterKey =
|
|
1393
|
-
(typeof AutomationExecutionFilterKey)[keyof typeof AutomationExecutionFilterKey];
|
|
1394
670
|
export interface AutomationExecutionFilter {
|
|
1395
671
|
Key: AutomationExecutionFilterKey | undefined;
|
|
1396
672
|
Values: string[] | undefined;
|
|
@@ -1400,46 +676,6 @@ export interface DescribeAutomationExecutionsRequest {
|
|
|
1400
676
|
MaxResults?: number | undefined;
|
|
1401
677
|
NextToken?: string | undefined;
|
|
1402
678
|
}
|
|
1403
|
-
export declare const AutomationExecutionStatus: {
|
|
1404
|
-
readonly APPROVED: "Approved";
|
|
1405
|
-
readonly CANCELLED: "Cancelled";
|
|
1406
|
-
readonly CANCELLING: "Cancelling";
|
|
1407
|
-
readonly CHANGE_CALENDAR_OVERRIDE_APPROVED: "ChangeCalendarOverrideApproved";
|
|
1408
|
-
readonly CHANGE_CALENDAR_OVERRIDE_REJECTED: "ChangeCalendarOverrideRejected";
|
|
1409
|
-
readonly COMPLETED_WITH_FAILURE: "CompletedWithFailure";
|
|
1410
|
-
readonly COMPLETED_WITH_SUCCESS: "CompletedWithSuccess";
|
|
1411
|
-
readonly EXITED: "Exited";
|
|
1412
|
-
readonly FAILED: "Failed";
|
|
1413
|
-
readonly INPROGRESS: "InProgress";
|
|
1414
|
-
readonly PENDING: "Pending";
|
|
1415
|
-
readonly PENDING_APPROVAL: "PendingApproval";
|
|
1416
|
-
readonly PENDING_CHANGE_CALENDAR_OVERRIDE: "PendingChangeCalendarOverride";
|
|
1417
|
-
readonly REJECTED: "Rejected";
|
|
1418
|
-
readonly RUNBOOK_INPROGRESS: "RunbookInProgress";
|
|
1419
|
-
readonly SCHEDULED: "Scheduled";
|
|
1420
|
-
readonly SUCCESS: "Success";
|
|
1421
|
-
readonly TIMEDOUT: "TimedOut";
|
|
1422
|
-
readonly WAITING: "Waiting";
|
|
1423
|
-
};
|
|
1424
|
-
export type AutomationExecutionStatus =
|
|
1425
|
-
(typeof AutomationExecutionStatus)[keyof typeof AutomationExecutionStatus];
|
|
1426
|
-
export declare const AutomationSubtype: {
|
|
1427
|
-
readonly AccessRequest: "AccessRequest";
|
|
1428
|
-
readonly ChangeRequest: "ChangeRequest";
|
|
1429
|
-
};
|
|
1430
|
-
export type AutomationSubtype =
|
|
1431
|
-
(typeof AutomationSubtype)[keyof typeof AutomationSubtype];
|
|
1432
|
-
export declare const AutomationType: {
|
|
1433
|
-
readonly CrossAccount: "CrossAccount";
|
|
1434
|
-
readonly Local: "Local";
|
|
1435
|
-
};
|
|
1436
|
-
export type AutomationType =
|
|
1437
|
-
(typeof AutomationType)[keyof typeof AutomationType];
|
|
1438
|
-
export declare const ExecutionMode: {
|
|
1439
|
-
readonly Auto: "Auto";
|
|
1440
|
-
readonly Interactive: "Interactive";
|
|
1441
|
-
};
|
|
1442
|
-
export type ExecutionMode = (typeof ExecutionMode)[keyof typeof ExecutionMode];
|
|
1443
679
|
export interface ResolvedTargets {
|
|
1444
680
|
ParameterValues?: string[] | undefined;
|
|
1445
681
|
Truncated?: boolean | undefined;
|
|
@@ -1492,41 +728,6 @@ export interface DescribeAutomationExecutionsResult {
|
|
|
1492
728
|
AutomationExecutionMetadataList?: AutomationExecutionMetadata[] | undefined;
|
|
1493
729
|
NextToken?: string | undefined;
|
|
1494
730
|
}
|
|
1495
|
-
export declare class InvalidFilterKey extends __BaseException {
|
|
1496
|
-
readonly name: "InvalidFilterKey";
|
|
1497
|
-
readonly $fault: "client";
|
|
1498
|
-
constructor(opts: __ExceptionOptionType<InvalidFilterKey, __BaseException>);
|
|
1499
|
-
}
|
|
1500
|
-
export declare class InvalidFilterValue extends __BaseException {
|
|
1501
|
-
readonly name: "InvalidFilterValue";
|
|
1502
|
-
readonly $fault: "client";
|
|
1503
|
-
Message?: string | undefined;
|
|
1504
|
-
constructor(opts: __ExceptionOptionType<InvalidFilterValue, __BaseException>);
|
|
1505
|
-
}
|
|
1506
|
-
export declare class AutomationExecutionNotFoundException extends __BaseException {
|
|
1507
|
-
readonly name: "AutomationExecutionNotFoundException";
|
|
1508
|
-
readonly $fault: "client";
|
|
1509
|
-
Message?: string | undefined;
|
|
1510
|
-
constructor(
|
|
1511
|
-
opts: __ExceptionOptionType<
|
|
1512
|
-
AutomationExecutionNotFoundException,
|
|
1513
|
-
__BaseException
|
|
1514
|
-
>
|
|
1515
|
-
);
|
|
1516
|
-
}
|
|
1517
|
-
export declare const StepExecutionFilterKey: {
|
|
1518
|
-
readonly ACTION: "Action";
|
|
1519
|
-
readonly PARENT_STEP_EXECUTION_ID: "ParentStepExecutionId";
|
|
1520
|
-
readonly PARENT_STEP_ITERATION: "ParentStepIteration";
|
|
1521
|
-
readonly PARENT_STEP_ITERATOR_VALUE: "ParentStepIteratorValue";
|
|
1522
|
-
readonly START_TIME_AFTER: "StartTimeAfter";
|
|
1523
|
-
readonly START_TIME_BEFORE: "StartTimeBefore";
|
|
1524
|
-
readonly STEP_EXECUTION_ID: "StepExecutionId";
|
|
1525
|
-
readonly STEP_EXECUTION_STATUS: "StepExecutionStatus";
|
|
1526
|
-
readonly STEP_NAME: "StepName";
|
|
1527
|
-
};
|
|
1528
|
-
export type StepExecutionFilterKey =
|
|
1529
|
-
(typeof StepExecutionFilterKey)[keyof typeof StepExecutionFilterKey];
|
|
1530
731
|
export interface StepExecutionFilter {
|
|
1531
732
|
Key: StepExecutionFilterKey | undefined;
|
|
1532
733
|
Values: string[] | undefined;
|
|
@@ -1626,11 +827,6 @@ export interface DescribeDocumentRequest {
|
|
|
1626
827
|
export interface DescribeDocumentResult {
|
|
1627
828
|
Document?: DocumentDescription | undefined;
|
|
1628
829
|
}
|
|
1629
|
-
export declare const DocumentPermissionType: {
|
|
1630
|
-
readonly SHARE: "Share";
|
|
1631
|
-
};
|
|
1632
|
-
export type DocumentPermissionType =
|
|
1633
|
-
(typeof DocumentPermissionType)[keyof typeof DocumentPermissionType];
|
|
1634
830
|
export interface DescribeDocumentPermissionRequest {
|
|
1635
831
|
Name: string | undefined;
|
|
1636
832
|
PermissionType: DocumentPermissionType | undefined;
|
|
@@ -1642,14 +838,6 @@ export interface DescribeDocumentPermissionResponse {
|
|
|
1642
838
|
AccountSharingInfoList?: AccountSharingInfo[] | undefined;
|
|
1643
839
|
NextToken?: string | undefined;
|
|
1644
840
|
}
|
|
1645
|
-
export declare class InvalidPermissionType extends __BaseException {
|
|
1646
|
-
readonly name: "InvalidPermissionType";
|
|
1647
|
-
readonly $fault: "client";
|
|
1648
|
-
Message?: string | undefined;
|
|
1649
|
-
constructor(
|
|
1650
|
-
opts: __ExceptionOptionType<InvalidPermissionType, __BaseException>
|
|
1651
|
-
);
|
|
1652
|
-
}
|
|
1653
841
|
export interface DescribeEffectiveInstanceAssociationsRequest {
|
|
1654
842
|
InstanceId: string | undefined;
|
|
1655
843
|
MaxResults?: number | undefined;
|
|
@@ -1670,14 +858,6 @@ export interface DescribeEffectivePatchesForPatchBaselineRequest {
|
|
|
1670
858
|
MaxResults?: number | undefined;
|
|
1671
859
|
NextToken?: string | undefined;
|
|
1672
860
|
}
|
|
1673
|
-
export declare const PatchDeploymentStatus: {
|
|
1674
|
-
readonly Approved: "APPROVED";
|
|
1675
|
-
readonly ExplicitApproved: "EXPLICIT_APPROVED";
|
|
1676
|
-
readonly ExplicitRejected: "EXPLICIT_REJECTED";
|
|
1677
|
-
readonly PendingApproval: "PENDING_APPROVAL";
|
|
1678
|
-
};
|
|
1679
|
-
export type PatchDeploymentStatus =
|
|
1680
|
-
(typeof PatchDeploymentStatus)[keyof typeof PatchDeploymentStatus];
|
|
1681
861
|
export interface PatchStatus {
|
|
1682
862
|
DeploymentStatus?: PatchDeploymentStatus | undefined;
|
|
1683
863
|
ComplianceLevel?: PatchComplianceLevel | undefined;
|
|
@@ -1691,14 +871,6 @@ export interface DescribeEffectivePatchesForPatchBaselineResult {
|
|
|
1691
871
|
EffectivePatches?: EffectivePatch[] | undefined;
|
|
1692
872
|
NextToken?: string | undefined;
|
|
1693
873
|
}
|
|
1694
|
-
export declare class UnsupportedOperatingSystem extends __BaseException {
|
|
1695
|
-
readonly name: "UnsupportedOperatingSystem";
|
|
1696
|
-
readonly $fault: "client";
|
|
1697
|
-
Message?: string | undefined;
|
|
1698
|
-
constructor(
|
|
1699
|
-
opts: __ExceptionOptionType<UnsupportedOperatingSystem, __BaseException>
|
|
1700
|
-
);
|
|
1701
|
-
}
|
|
1702
874
|
export interface DescribeInstanceAssociationsStatusRequest {
|
|
1703
875
|
InstanceId: string | undefined;
|
|
1704
876
|
MaxResults?: number | undefined;
|
|
@@ -1732,18 +904,6 @@ export interface InstanceInformationStringFilter {
|
|
|
1732
904
|
Key: string | undefined;
|
|
1733
905
|
Values: string[] | undefined;
|
|
1734
906
|
}
|
|
1735
|
-
export declare const InstanceInformationFilterKey: {
|
|
1736
|
-
readonly ACTIVATION_IDS: "ActivationIds";
|
|
1737
|
-
readonly AGENT_VERSION: "AgentVersion";
|
|
1738
|
-
readonly ASSOCIATION_STATUS: "AssociationStatus";
|
|
1739
|
-
readonly IAM_ROLE: "IamRole";
|
|
1740
|
-
readonly INSTANCE_IDS: "InstanceIds";
|
|
1741
|
-
readonly PING_STATUS: "PingStatus";
|
|
1742
|
-
readonly PLATFORM_TYPES: "PlatformTypes";
|
|
1743
|
-
readonly RESOURCE_TYPE: "ResourceType";
|
|
1744
|
-
};
|
|
1745
|
-
export type InstanceInformationFilterKey =
|
|
1746
|
-
(typeof InstanceInformationFilterKey)[keyof typeof InstanceInformationFilterKey];
|
|
1747
907
|
export interface InstanceInformationFilter {
|
|
1748
908
|
key: InstanceInformationFilterKey | undefined;
|
|
1749
909
|
valueSet: string[] | undefined;
|
|
@@ -1758,23 +918,6 @@ export interface InstanceAggregatedAssociationOverview {
|
|
|
1758
918
|
DetailedStatus?: string | undefined;
|
|
1759
919
|
InstanceAssociationStatusAggregatedCount?: Record<string, number> | undefined;
|
|
1760
920
|
}
|
|
1761
|
-
export declare const PingStatus: {
|
|
1762
|
-
readonly CONNECTION_LOST: "ConnectionLost";
|
|
1763
|
-
readonly INACTIVE: "Inactive";
|
|
1764
|
-
readonly ONLINE: "Online";
|
|
1765
|
-
};
|
|
1766
|
-
export type PingStatus = (typeof PingStatus)[keyof typeof PingStatus];
|
|
1767
|
-
export declare const ResourceType: {
|
|
1768
|
-
readonly EC2_INSTANCE: "EC2Instance";
|
|
1769
|
-
readonly MANAGED_INSTANCE: "ManagedInstance";
|
|
1770
|
-
};
|
|
1771
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1772
|
-
export declare const SourceType: {
|
|
1773
|
-
readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
|
|
1774
|
-
readonly AWS_IOT_THING: "AWS::IoT::Thing";
|
|
1775
|
-
readonly AWS_SSM_MANAGEDINSTANCE: "AWS::SSM::ManagedInstance";
|
|
1776
|
-
};
|
|
1777
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
1778
921
|
export interface InstanceInformation {
|
|
1779
922
|
InstanceId?: string | undefined;
|
|
1780
923
|
PingStatus?: PingStatus | undefined;
|
|
@@ -1802,34 +945,12 @@ export interface DescribeInstanceInformationResult {
|
|
|
1802
945
|
InstanceInformationList?: InstanceInformation[] | undefined;
|
|
1803
946
|
NextToken?: string | undefined;
|
|
1804
947
|
}
|
|
1805
|
-
export declare class InvalidInstanceInformationFilterValue extends __BaseException {
|
|
1806
|
-
readonly name: "InvalidInstanceInformationFilterValue";
|
|
1807
|
-
readonly $fault: "client";
|
|
1808
|
-
constructor(
|
|
1809
|
-
opts: __ExceptionOptionType<
|
|
1810
|
-
InvalidInstanceInformationFilterValue,
|
|
1811
|
-
__BaseException
|
|
1812
|
-
>
|
|
1813
|
-
);
|
|
1814
|
-
}
|
|
1815
948
|
export interface DescribeInstancePatchesRequest {
|
|
1816
949
|
InstanceId: string | undefined;
|
|
1817
950
|
Filters?: PatchOrchestratorFilter[] | undefined;
|
|
1818
951
|
NextToken?: string | undefined;
|
|
1819
952
|
MaxResults?: number | undefined;
|
|
1820
953
|
}
|
|
1821
|
-
export declare const PatchComplianceDataState: {
|
|
1822
|
-
readonly AvailableSecurityUpdate: "AVAILABLE_SECURITY_UPDATE";
|
|
1823
|
-
readonly Failed: "FAILED";
|
|
1824
|
-
readonly Installed: "INSTALLED";
|
|
1825
|
-
readonly InstalledOther: "INSTALLED_OTHER";
|
|
1826
|
-
readonly InstalledPendingReboot: "INSTALLED_PENDING_REBOOT";
|
|
1827
|
-
readonly InstalledRejected: "INSTALLED_REJECTED";
|
|
1828
|
-
readonly Missing: "MISSING";
|
|
1829
|
-
readonly NotApplicable: "NOT_APPLICABLE";
|
|
1830
|
-
};
|
|
1831
|
-
export type PatchComplianceDataState =
|
|
1832
|
-
(typeof PatchComplianceDataState)[keyof typeof PatchComplianceDataState];
|
|
1833
954
|
export interface PatchComplianceData {
|
|
1834
955
|
Title: string | undefined;
|
|
1835
956
|
KBId: string | undefined;
|
|
@@ -1848,17 +969,6 @@ export interface DescribeInstancePatchStatesRequest {
|
|
|
1848
969
|
NextToken?: string | undefined;
|
|
1849
970
|
MaxResults?: number | undefined;
|
|
1850
971
|
}
|
|
1851
|
-
export declare const PatchOperationType: {
|
|
1852
|
-
readonly INSTALL: "Install";
|
|
1853
|
-
readonly SCAN: "Scan";
|
|
1854
|
-
};
|
|
1855
|
-
export type PatchOperationType =
|
|
1856
|
-
(typeof PatchOperationType)[keyof typeof PatchOperationType];
|
|
1857
|
-
export declare const RebootOption: {
|
|
1858
|
-
readonly NO_REBOOT: "NoReboot";
|
|
1859
|
-
readonly REBOOT_IF_NEEDED: "RebootIfNeeded";
|
|
1860
|
-
};
|
|
1861
|
-
export type RebootOption = (typeof RebootOption)[keyof typeof RebootOption];
|
|
1862
972
|
export interface InstancePatchState {
|
|
1863
973
|
InstanceId: string | undefined;
|
|
1864
974
|
PatchGroup: string | undefined;
|
|
@@ -1888,14 +998,6 @@ export interface DescribeInstancePatchStatesResult {
|
|
|
1888
998
|
InstancePatchStates?: InstancePatchState[] | undefined;
|
|
1889
999
|
NextToken?: string | undefined;
|
|
1890
1000
|
}
|
|
1891
|
-
export declare const InstancePatchStateOperatorType: {
|
|
1892
|
-
readonly EQUAL: "Equal";
|
|
1893
|
-
readonly GREATER_THAN: "GreaterThan";
|
|
1894
|
-
readonly LESS_THAN: "LessThan";
|
|
1895
|
-
readonly NOT_EQUAL: "NotEqual";
|
|
1896
|
-
};
|
|
1897
|
-
export type InstancePatchStateOperatorType =
|
|
1898
|
-
(typeof InstancePatchStateOperatorType)[keyof typeof InstancePatchStateOperatorType];
|
|
1899
1001
|
export interface InstancePatchStateFilter {
|
|
1900
1002
|
Key: string | undefined;
|
|
1901
1003
|
Values: string[] | undefined;
|
|
@@ -1911,33 +1013,11 @@ export interface DescribeInstancePatchStatesForPatchGroupResult {
|
|
|
1911
1013
|
InstancePatchStates?: InstancePatchState[] | undefined;
|
|
1912
1014
|
NextToken?: string | undefined;
|
|
1913
1015
|
}
|
|
1914
|
-
export declare const InstancePropertyFilterOperator: {
|
|
1915
|
-
readonly BEGIN_WITH: "BeginWith";
|
|
1916
|
-
readonly EQUAL: "Equal";
|
|
1917
|
-
readonly GREATER_THAN: "GreaterThan";
|
|
1918
|
-
readonly LESS_THAN: "LessThan";
|
|
1919
|
-
readonly NOT_EQUAL: "NotEqual";
|
|
1920
|
-
};
|
|
1921
|
-
export type InstancePropertyFilterOperator =
|
|
1922
|
-
(typeof InstancePropertyFilterOperator)[keyof typeof InstancePropertyFilterOperator];
|
|
1923
1016
|
export interface InstancePropertyStringFilter {
|
|
1924
1017
|
Key: string | undefined;
|
|
1925
1018
|
Values: string[] | undefined;
|
|
1926
1019
|
Operator?: InstancePropertyFilterOperator | undefined;
|
|
1927
1020
|
}
|
|
1928
|
-
export declare const InstancePropertyFilterKey: {
|
|
1929
|
-
readonly ACTIVATION_IDS: "ActivationIds";
|
|
1930
|
-
readonly AGENT_VERSION: "AgentVersion";
|
|
1931
|
-
readonly ASSOCIATION_STATUS: "AssociationStatus";
|
|
1932
|
-
readonly DOCUMENT_NAME: "DocumentName";
|
|
1933
|
-
readonly IAM_ROLE: "IamRole";
|
|
1934
|
-
readonly INSTANCE_IDS: "InstanceIds";
|
|
1935
|
-
readonly PING_STATUS: "PingStatus";
|
|
1936
|
-
readonly PLATFORM_TYPES: "PlatformTypes";
|
|
1937
|
-
readonly RESOURCE_TYPE: "ResourceType";
|
|
1938
|
-
};
|
|
1939
|
-
export type InstancePropertyFilterKey =
|
|
1940
|
-
(typeof InstancePropertyFilterKey)[keyof typeof InstancePropertyFilterKey];
|
|
1941
1021
|
export interface InstancePropertyFilter {
|
|
1942
1022
|
key: InstancePropertyFilterKey | undefined;
|
|
1943
1023
|
valueSet: string[] | undefined;
|
|
@@ -1980,27 +1060,11 @@ export interface DescribeInstancePropertiesResult {
|
|
|
1980
1060
|
InstanceProperties?: InstanceProperty[] | undefined;
|
|
1981
1061
|
NextToken?: string | undefined;
|
|
1982
1062
|
}
|
|
1983
|
-
export declare class InvalidInstancePropertyFilterValue extends __BaseException {
|
|
1984
|
-
readonly name: "InvalidInstancePropertyFilterValue";
|
|
1985
|
-
readonly $fault: "client";
|
|
1986
|
-
constructor(
|
|
1987
|
-
opts: __ExceptionOptionType<
|
|
1988
|
-
InvalidInstancePropertyFilterValue,
|
|
1989
|
-
__BaseException
|
|
1990
|
-
>
|
|
1991
|
-
);
|
|
1992
|
-
}
|
|
1993
1063
|
export interface DescribeInventoryDeletionsRequest {
|
|
1994
1064
|
DeletionId?: string | undefined;
|
|
1995
1065
|
NextToken?: string | undefined;
|
|
1996
1066
|
MaxResults?: number | undefined;
|
|
1997
1067
|
}
|
|
1998
|
-
export declare const InventoryDeletionStatus: {
|
|
1999
|
-
readonly COMPLETE: "Complete";
|
|
2000
|
-
readonly IN_PROGRESS: "InProgress";
|
|
2001
|
-
};
|
|
2002
|
-
export type InventoryDeletionStatus =
|
|
2003
|
-
(typeof InventoryDeletionStatus)[keyof typeof InventoryDeletionStatus];
|
|
2004
1068
|
export interface InventoryDeletionStatusItem {
|
|
2005
1069
|
DeletionId?: string | undefined;
|
|
2006
1070
|
TypeName?: string | undefined;
|
|
@@ -2014,14 +1078,6 @@ export interface DescribeInventoryDeletionsResult {
|
|
|
2014
1078
|
InventoryDeletions?: InventoryDeletionStatusItem[] | undefined;
|
|
2015
1079
|
NextToken?: string | undefined;
|
|
2016
1080
|
}
|
|
2017
|
-
export declare class InvalidDeletionIdException extends __BaseException {
|
|
2018
|
-
readonly name: "InvalidDeletionIdException";
|
|
2019
|
-
readonly $fault: "client";
|
|
2020
|
-
Message?: string | undefined;
|
|
2021
|
-
constructor(
|
|
2022
|
-
opts: __ExceptionOptionType<InvalidDeletionIdException, __BaseException>
|
|
2023
|
-
);
|
|
2024
|
-
}
|
|
2025
1081
|
export interface MaintenanceWindowFilter {
|
|
2026
1082
|
Key?: string | undefined;
|
|
2027
1083
|
Values?: string[] | undefined;
|
|
@@ -2032,18 +1088,6 @@ export interface DescribeMaintenanceWindowExecutionsRequest {
|
|
|
2032
1088
|
MaxResults?: number | undefined;
|
|
2033
1089
|
NextToken?: string | undefined;
|
|
2034
1090
|
}
|
|
2035
|
-
export declare const MaintenanceWindowExecutionStatus: {
|
|
2036
|
-
readonly Cancelled: "CANCELLED";
|
|
2037
|
-
readonly Cancelling: "CANCELLING";
|
|
2038
|
-
readonly Failed: "FAILED";
|
|
2039
|
-
readonly InProgress: "IN_PROGRESS";
|
|
2040
|
-
readonly Pending: "PENDING";
|
|
2041
|
-
readonly SkippedOverlapping: "SKIPPED_OVERLAPPING";
|
|
2042
|
-
readonly Success: "SUCCESS";
|
|
2043
|
-
readonly TimedOut: "TIMED_OUT";
|
|
2044
|
-
};
|
|
2045
|
-
export type MaintenanceWindowExecutionStatus =
|
|
2046
|
-
(typeof MaintenanceWindowExecutionStatus)[keyof typeof MaintenanceWindowExecutionStatus];
|
|
2047
1091
|
export interface MaintenanceWindowExecution {
|
|
2048
1092
|
WindowId?: string | undefined;
|
|
2049
1093
|
WindowExecutionId?: string | undefined;
|
|
@@ -2063,14 +1107,6 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsRequest {
|
|
|
2063
1107
|
MaxResults?: number | undefined;
|
|
2064
1108
|
NextToken?: string | undefined;
|
|
2065
1109
|
}
|
|
2066
|
-
export declare const MaintenanceWindowTaskType: {
|
|
2067
|
-
readonly Automation: "AUTOMATION";
|
|
2068
|
-
readonly Lambda: "LAMBDA";
|
|
2069
|
-
readonly RunCommand: "RUN_COMMAND";
|
|
2070
|
-
readonly StepFunctions: "STEP_FUNCTIONS";
|
|
2071
|
-
};
|
|
2072
|
-
export type MaintenanceWindowTaskType =
|
|
2073
|
-
(typeof MaintenanceWindowTaskType)[keyof typeof MaintenanceWindowTaskType];
|
|
2074
1110
|
export interface MaintenanceWindowExecutionTaskInvocationIdentity {
|
|
2075
1111
|
WindowExecutionId?: string | undefined;
|
|
2076
1112
|
TaskExecutionId?: string | undefined;
|
|
@@ -2134,64 +1170,819 @@ export interface MaintenanceWindowIdentity {
|
|
|
2134
1170
|
StartDate?: string | undefined;
|
|
2135
1171
|
NextExecutionTime?: string | undefined;
|
|
2136
1172
|
}
|
|
2137
|
-
export
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
export
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
export
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
export
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
1173
|
+
export interface DescribeMaintenanceWindowsResult {
|
|
1174
|
+
WindowIdentities?: MaintenanceWindowIdentity[] | undefined;
|
|
1175
|
+
NextToken?: string | undefined;
|
|
1176
|
+
}
|
|
1177
|
+
export interface DescribeMaintenanceWindowScheduleRequest {
|
|
1178
|
+
WindowId?: string | undefined;
|
|
1179
|
+
Targets?: Target[] | undefined;
|
|
1180
|
+
ResourceType?: MaintenanceWindowResourceType | undefined;
|
|
1181
|
+
Filters?: PatchOrchestratorFilter[] | undefined;
|
|
1182
|
+
MaxResults?: number | undefined;
|
|
1183
|
+
NextToken?: string | undefined;
|
|
1184
|
+
}
|
|
1185
|
+
export interface ScheduledWindowExecution {
|
|
1186
|
+
WindowId?: string | undefined;
|
|
1187
|
+
Name?: string | undefined;
|
|
1188
|
+
ExecutionTime?: string | undefined;
|
|
1189
|
+
}
|
|
1190
|
+
export interface DescribeMaintenanceWindowScheduleResult {
|
|
1191
|
+
ScheduledWindowExecutions?: ScheduledWindowExecution[] | undefined;
|
|
1192
|
+
NextToken?: string | undefined;
|
|
1193
|
+
}
|
|
1194
|
+
export interface DescribeMaintenanceWindowsForTargetRequest {
|
|
1195
|
+
Targets: Target[] | undefined;
|
|
1196
|
+
ResourceType: MaintenanceWindowResourceType | undefined;
|
|
1197
|
+
MaxResults?: number | undefined;
|
|
1198
|
+
NextToken?: string | undefined;
|
|
1199
|
+
}
|
|
1200
|
+
export interface MaintenanceWindowIdentityForTarget {
|
|
1201
|
+
WindowId?: string | undefined;
|
|
1202
|
+
Name?: string | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export interface DescribeMaintenanceWindowsForTargetResult {
|
|
1205
|
+
WindowIdentities?: MaintenanceWindowIdentityForTarget[] | undefined;
|
|
1206
|
+
NextToken?: string | undefined;
|
|
1207
|
+
}
|
|
1208
|
+
export interface DescribeMaintenanceWindowTargetsRequest {
|
|
1209
|
+
WindowId: string | undefined;
|
|
1210
|
+
Filters?: MaintenanceWindowFilter[] | undefined;
|
|
1211
|
+
MaxResults?: number | undefined;
|
|
1212
|
+
NextToken?: string | undefined;
|
|
1213
|
+
}
|
|
1214
|
+
export interface MaintenanceWindowTarget {
|
|
1215
|
+
WindowId?: string | undefined;
|
|
1216
|
+
WindowTargetId?: string | undefined;
|
|
1217
|
+
ResourceType?: MaintenanceWindowResourceType | undefined;
|
|
1218
|
+
Targets?: Target[] | undefined;
|
|
1219
|
+
OwnerInformation?: string | undefined;
|
|
1220
|
+
Name?: string | undefined;
|
|
1221
|
+
Description?: string | undefined;
|
|
1222
|
+
}
|
|
1223
|
+
export interface DescribeMaintenanceWindowTargetsResult {
|
|
1224
|
+
Targets?: MaintenanceWindowTarget[] | undefined;
|
|
1225
|
+
NextToken?: string | undefined;
|
|
1226
|
+
}
|
|
1227
|
+
export interface DescribeMaintenanceWindowTasksRequest {
|
|
1228
|
+
WindowId: string | undefined;
|
|
1229
|
+
Filters?: MaintenanceWindowFilter[] | undefined;
|
|
1230
|
+
MaxResults?: number | undefined;
|
|
1231
|
+
NextToken?: string | undefined;
|
|
1232
|
+
}
|
|
1233
|
+
export interface LoggingInfo {
|
|
1234
|
+
S3BucketName: string | undefined;
|
|
1235
|
+
S3KeyPrefix?: string | undefined;
|
|
1236
|
+
S3Region: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
export interface MaintenanceWindowTaskParameterValueExpression {
|
|
1239
|
+
Values?: string[] | undefined;
|
|
1240
|
+
}
|
|
1241
|
+
export interface MaintenanceWindowTask {
|
|
1242
|
+
WindowId?: string | undefined;
|
|
1243
|
+
WindowTaskId?: string | undefined;
|
|
1244
|
+
TaskArn?: string | undefined;
|
|
1245
|
+
Type?: MaintenanceWindowTaskType | undefined;
|
|
1246
|
+
Targets?: Target[] | undefined;
|
|
1247
|
+
TaskParameters?:
|
|
1248
|
+
| Record<string, MaintenanceWindowTaskParameterValueExpression>
|
|
1249
|
+
| undefined;
|
|
1250
|
+
Priority?: number | undefined;
|
|
1251
|
+
LoggingInfo?: LoggingInfo | undefined;
|
|
1252
|
+
ServiceRoleArn?: string | undefined;
|
|
1253
|
+
MaxConcurrency?: string | undefined;
|
|
1254
|
+
MaxErrors?: string | undefined;
|
|
1255
|
+
Name?: string | undefined;
|
|
1256
|
+
Description?: string | undefined;
|
|
1257
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
|
|
1258
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1259
|
+
}
|
|
1260
|
+
export interface DescribeMaintenanceWindowTasksResult {
|
|
1261
|
+
Tasks?: MaintenanceWindowTask[] | undefined;
|
|
1262
|
+
NextToken?: string | undefined;
|
|
1263
|
+
}
|
|
1264
|
+
export interface OpsItemFilter {
|
|
1265
|
+
Key: OpsItemFilterKey | undefined;
|
|
1266
|
+
Values: string[] | undefined;
|
|
1267
|
+
Operator: OpsItemFilterOperator | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface DescribeOpsItemsRequest {
|
|
1270
|
+
OpsItemFilters?: OpsItemFilter[] | undefined;
|
|
1271
|
+
MaxResults?: number | undefined;
|
|
1272
|
+
NextToken?: string | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
export interface OpsItemSummary {
|
|
1275
|
+
CreatedBy?: string | undefined;
|
|
1276
|
+
CreatedTime?: Date | undefined;
|
|
1277
|
+
LastModifiedBy?: string | undefined;
|
|
1278
|
+
LastModifiedTime?: Date | undefined;
|
|
1279
|
+
Priority?: number | undefined;
|
|
1280
|
+
Source?: string | undefined;
|
|
1281
|
+
Status?: OpsItemStatus | undefined;
|
|
1282
|
+
OpsItemId?: string | undefined;
|
|
1283
|
+
Title?: string | undefined;
|
|
1284
|
+
OperationalData?: Record<string, OpsItemDataValue> | undefined;
|
|
1285
|
+
Category?: string | undefined;
|
|
1286
|
+
Severity?: string | undefined;
|
|
1287
|
+
OpsItemType?: string | undefined;
|
|
1288
|
+
ActualStartTime?: Date | undefined;
|
|
1289
|
+
ActualEndTime?: Date | undefined;
|
|
1290
|
+
PlannedStartTime?: Date | undefined;
|
|
1291
|
+
PlannedEndTime?: Date | undefined;
|
|
1292
|
+
}
|
|
1293
|
+
export interface DescribeOpsItemsResponse {
|
|
1294
|
+
NextToken?: string | undefined;
|
|
1295
|
+
OpsItemSummaries?: OpsItemSummary[] | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface ParametersFilter {
|
|
1298
|
+
Key: ParametersFilterKey | undefined;
|
|
1299
|
+
Values: string[] | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
export interface ParameterStringFilter {
|
|
1302
|
+
Key: string | undefined;
|
|
1303
|
+
Option?: string | undefined;
|
|
1304
|
+
Values?: string[] | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface DescribeParametersRequest {
|
|
1307
|
+
Filters?: ParametersFilter[] | undefined;
|
|
1308
|
+
ParameterFilters?: ParameterStringFilter[] | undefined;
|
|
1309
|
+
MaxResults?: number | undefined;
|
|
1310
|
+
NextToken?: string | undefined;
|
|
1311
|
+
Shared?: boolean | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface ParameterInlinePolicy {
|
|
1314
|
+
PolicyText?: string | undefined;
|
|
1315
|
+
PolicyType?: string | undefined;
|
|
1316
|
+
PolicyStatus?: string | undefined;
|
|
1317
|
+
}
|
|
1318
|
+
export interface ParameterMetadata {
|
|
1319
|
+
Name?: string | undefined;
|
|
1320
|
+
ARN?: string | undefined;
|
|
1321
|
+
Type?: ParameterType | undefined;
|
|
1322
|
+
KeyId?: string | undefined;
|
|
1323
|
+
LastModifiedDate?: Date | undefined;
|
|
1324
|
+
LastModifiedUser?: string | undefined;
|
|
1325
|
+
Description?: string | undefined;
|
|
1326
|
+
AllowedPattern?: string | undefined;
|
|
1327
|
+
Version?: number | undefined;
|
|
1328
|
+
Tier?: ParameterTier | undefined;
|
|
1329
|
+
Policies?: ParameterInlinePolicy[] | undefined;
|
|
1330
|
+
DataType?: string | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface DescribeParametersResult {
|
|
1333
|
+
Parameters?: ParameterMetadata[] | undefined;
|
|
1334
|
+
NextToken?: string | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface DescribePatchBaselinesRequest {
|
|
1337
|
+
Filters?: PatchOrchestratorFilter[] | undefined;
|
|
1338
|
+
MaxResults?: number | undefined;
|
|
1339
|
+
NextToken?: string | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export interface PatchBaselineIdentity {
|
|
1342
|
+
BaselineId?: string | undefined;
|
|
1343
|
+
BaselineName?: string | undefined;
|
|
1344
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1345
|
+
BaselineDescription?: string | undefined;
|
|
1346
|
+
DefaultBaseline?: boolean | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface DescribePatchBaselinesResult {
|
|
1349
|
+
BaselineIdentities?: PatchBaselineIdentity[] | undefined;
|
|
1350
|
+
NextToken?: string | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface DescribePatchGroupsRequest {
|
|
1353
|
+
MaxResults?: number | undefined;
|
|
1354
|
+
Filters?: PatchOrchestratorFilter[] | undefined;
|
|
1355
|
+
NextToken?: string | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
export interface PatchGroupPatchBaselineMapping {
|
|
1358
|
+
PatchGroup?: string | undefined;
|
|
1359
|
+
BaselineIdentity?: PatchBaselineIdentity | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
export interface DescribePatchGroupsResult {
|
|
1362
|
+
Mappings?: PatchGroupPatchBaselineMapping[] | undefined;
|
|
1363
|
+
NextToken?: string | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export interface DescribePatchGroupStateRequest {
|
|
1366
|
+
PatchGroup: string | undefined;
|
|
1367
|
+
}
|
|
1368
|
+
export interface DescribePatchGroupStateResult {
|
|
1369
|
+
Instances?: number | undefined;
|
|
1370
|
+
InstancesWithInstalledPatches?: number | undefined;
|
|
1371
|
+
InstancesWithInstalledOtherPatches?: number | undefined;
|
|
1372
|
+
InstancesWithInstalledPendingRebootPatches?: number | undefined;
|
|
1373
|
+
InstancesWithInstalledRejectedPatches?: number | undefined;
|
|
1374
|
+
InstancesWithMissingPatches?: number | undefined;
|
|
1375
|
+
InstancesWithFailedPatches?: number | undefined;
|
|
1376
|
+
InstancesWithNotApplicablePatches?: number | undefined;
|
|
1377
|
+
InstancesWithUnreportedNotApplicablePatches?: number | undefined;
|
|
1378
|
+
InstancesWithCriticalNonCompliantPatches?: number | undefined;
|
|
1379
|
+
InstancesWithSecurityNonCompliantPatches?: number | undefined;
|
|
1380
|
+
InstancesWithOtherNonCompliantPatches?: number | undefined;
|
|
1381
|
+
InstancesWithAvailableSecurityUpdates?: number | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export interface DescribePatchPropertiesRequest {
|
|
1384
|
+
OperatingSystem: OperatingSystem | undefined;
|
|
1385
|
+
Property: PatchProperty | undefined;
|
|
1386
|
+
PatchSet?: PatchSet | undefined;
|
|
1387
|
+
MaxResults?: number | undefined;
|
|
1388
|
+
NextToken?: string | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export interface DescribePatchPropertiesResult {
|
|
1391
|
+
Properties?: Record<string, string>[] | undefined;
|
|
1392
|
+
NextToken?: string | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface SessionFilter {
|
|
1395
|
+
key: SessionFilterKey | undefined;
|
|
1396
|
+
value: string | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface DescribeSessionsRequest {
|
|
1399
|
+
State: SessionState | undefined;
|
|
1400
|
+
MaxResults?: number | undefined;
|
|
1401
|
+
NextToken?: string | undefined;
|
|
1402
|
+
Filters?: SessionFilter[] | undefined;
|
|
1403
|
+
}
|
|
1404
|
+
export interface SessionManagerOutputUrl {
|
|
1405
|
+
S3OutputUrl?: string | undefined;
|
|
1406
|
+
CloudWatchOutputUrl?: string | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export interface Session {
|
|
1409
|
+
SessionId?: string | undefined;
|
|
1410
|
+
Target?: string | undefined;
|
|
1411
|
+
Status?: SessionStatus | undefined;
|
|
1412
|
+
StartDate?: Date | undefined;
|
|
1413
|
+
EndDate?: Date | undefined;
|
|
1414
|
+
DocumentName?: string | undefined;
|
|
1415
|
+
Owner?: string | undefined;
|
|
1416
|
+
Reason?: string | undefined;
|
|
1417
|
+
Details?: string | undefined;
|
|
1418
|
+
OutputUrl?: SessionManagerOutputUrl | undefined;
|
|
1419
|
+
MaxSessionDuration?: string | undefined;
|
|
1420
|
+
AccessType?: AccessType | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface DescribeSessionsResponse {
|
|
1423
|
+
Sessions?: Session[] | undefined;
|
|
1424
|
+
NextToken?: string | undefined;
|
|
1425
|
+
}
|
|
1426
|
+
export interface DisassociateOpsItemRelatedItemRequest {
|
|
1427
|
+
OpsItemId: string | undefined;
|
|
1428
|
+
AssociationId: string | undefined;
|
|
1429
|
+
}
|
|
1430
|
+
export interface DisassociateOpsItemRelatedItemResponse {}
|
|
1431
|
+
export interface GetAccessTokenRequest {
|
|
1432
|
+
AccessRequestId: string | undefined;
|
|
1433
|
+
}
|
|
1434
|
+
export interface Credentials {
|
|
1435
|
+
AccessKeyId: string | undefined;
|
|
1436
|
+
SecretAccessKey: string | undefined;
|
|
1437
|
+
SessionToken: string | undefined;
|
|
1438
|
+
ExpirationTime: Date | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface GetAccessTokenResponse {
|
|
1441
|
+
Credentials?: Credentials | undefined;
|
|
1442
|
+
AccessRequestStatus?: AccessRequestStatus | undefined;
|
|
1443
|
+
}
|
|
1444
|
+
export interface GetAutomationExecutionRequest {
|
|
1445
|
+
AutomationExecutionId: string | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
export interface ProgressCounters {
|
|
1448
|
+
TotalSteps?: number | undefined;
|
|
1449
|
+
SuccessSteps?: number | undefined;
|
|
1450
|
+
FailedSteps?: number | undefined;
|
|
1451
|
+
CancelledSteps?: number | undefined;
|
|
1452
|
+
TimedOutSteps?: number | undefined;
|
|
1453
|
+
}
|
|
1454
|
+
export interface AutomationExecution {
|
|
1455
|
+
AutomationExecutionId?: string | undefined;
|
|
1456
|
+
DocumentName?: string | undefined;
|
|
1457
|
+
DocumentVersion?: string | undefined;
|
|
1458
|
+
ExecutionStartTime?: Date | undefined;
|
|
1459
|
+
ExecutionEndTime?: Date | undefined;
|
|
1460
|
+
AutomationExecutionStatus?: AutomationExecutionStatus | undefined;
|
|
1461
|
+
StepExecutions?: StepExecution[] | undefined;
|
|
1462
|
+
StepExecutionsTruncated?: boolean | undefined;
|
|
1463
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
1464
|
+
Outputs?: Record<string, string[]> | undefined;
|
|
1465
|
+
FailureMessage?: string | undefined;
|
|
1466
|
+
Mode?: ExecutionMode | undefined;
|
|
1467
|
+
ParentAutomationExecutionId?: string | undefined;
|
|
1468
|
+
ExecutedBy?: string | undefined;
|
|
1469
|
+
CurrentStepName?: string | undefined;
|
|
1470
|
+
CurrentAction?: string | undefined;
|
|
1471
|
+
TargetParameterName?: string | undefined;
|
|
1472
|
+
Targets?: Target[] | undefined;
|
|
1473
|
+
TargetMaps?: Record<string, string[]>[] | undefined;
|
|
1474
|
+
ResolvedTargets?: ResolvedTargets | undefined;
|
|
1475
|
+
MaxConcurrency?: string | undefined;
|
|
1476
|
+
MaxErrors?: string | undefined;
|
|
1477
|
+
Target?: string | undefined;
|
|
1478
|
+
TargetLocations?: TargetLocation[] | undefined;
|
|
1479
|
+
ProgressCounters?: ProgressCounters | undefined;
|
|
1480
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1481
|
+
TriggeredAlarms?: AlarmStateInformation[] | undefined;
|
|
1482
|
+
TargetLocationsURL?: string | undefined;
|
|
1483
|
+
AutomationSubtype?: AutomationSubtype | undefined;
|
|
1484
|
+
ScheduledTime?: Date | undefined;
|
|
1485
|
+
Runbooks?: Runbook[] | undefined;
|
|
1486
|
+
OpsItemId?: string | undefined;
|
|
1487
|
+
AssociationId?: string | undefined;
|
|
1488
|
+
ChangeRequestName?: string | undefined;
|
|
1489
|
+
Variables?: Record<string, string[]> | undefined;
|
|
1490
|
+
}
|
|
1491
|
+
export interface GetAutomationExecutionResult {
|
|
1492
|
+
AutomationExecution?: AutomationExecution | undefined;
|
|
1493
|
+
}
|
|
1494
|
+
export interface GetCalendarStateRequest {
|
|
1495
|
+
CalendarNames: string[] | undefined;
|
|
1496
|
+
AtTime?: string | undefined;
|
|
1497
|
+
}
|
|
1498
|
+
export interface GetCalendarStateResponse {
|
|
1499
|
+
State?: CalendarState | undefined;
|
|
1500
|
+
AtTime?: string | undefined;
|
|
1501
|
+
NextTransitionTime?: string | undefined;
|
|
1502
|
+
}
|
|
1503
|
+
export interface GetCommandInvocationRequest {
|
|
1504
|
+
CommandId: string | undefined;
|
|
1505
|
+
InstanceId: string | undefined;
|
|
1506
|
+
PluginName?: string | undefined;
|
|
1507
|
+
}
|
|
1508
|
+
export interface CloudWatchOutputConfig {
|
|
1509
|
+
CloudWatchLogGroupName?: string | undefined;
|
|
1510
|
+
CloudWatchOutputEnabled?: boolean | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
export interface GetCommandInvocationResult {
|
|
1513
|
+
CommandId?: string | undefined;
|
|
1514
|
+
InstanceId?: string | undefined;
|
|
1515
|
+
Comment?: string | undefined;
|
|
1516
|
+
DocumentName?: string | undefined;
|
|
1517
|
+
DocumentVersion?: string | undefined;
|
|
1518
|
+
PluginName?: string | undefined;
|
|
1519
|
+
ResponseCode?: number | undefined;
|
|
1520
|
+
ExecutionStartDateTime?: string | undefined;
|
|
1521
|
+
ExecutionElapsedTime?: string | undefined;
|
|
1522
|
+
ExecutionEndDateTime?: string | undefined;
|
|
1523
|
+
Status?: CommandInvocationStatus | undefined;
|
|
1524
|
+
StatusDetails?: string | undefined;
|
|
1525
|
+
StandardOutputContent?: string | undefined;
|
|
1526
|
+
StandardOutputUrl?: string | undefined;
|
|
1527
|
+
StandardErrorContent?: string | undefined;
|
|
1528
|
+
StandardErrorUrl?: string | undefined;
|
|
1529
|
+
CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
|
|
1530
|
+
}
|
|
1531
|
+
export interface GetConnectionStatusRequest {
|
|
1532
|
+
Target: string | undefined;
|
|
1533
|
+
}
|
|
1534
|
+
export interface GetConnectionStatusResponse {
|
|
1535
|
+
Target?: string | undefined;
|
|
1536
|
+
Status?: ConnectionStatus | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface GetDefaultPatchBaselineRequest {
|
|
1539
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
export interface GetDefaultPatchBaselineResult {
|
|
1542
|
+
BaselineId?: string | undefined;
|
|
1543
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1544
|
+
}
|
|
1545
|
+
export interface BaselineOverride {
|
|
1546
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1547
|
+
GlobalFilters?: PatchFilterGroup | undefined;
|
|
1548
|
+
ApprovalRules?: PatchRuleGroup | undefined;
|
|
1549
|
+
ApprovedPatches?: string[] | undefined;
|
|
1550
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
|
|
1551
|
+
RejectedPatches?: string[] | undefined;
|
|
1552
|
+
RejectedPatchesAction?: PatchAction | undefined;
|
|
1553
|
+
ApprovedPatchesEnableNonSecurity?: boolean | undefined;
|
|
1554
|
+
Sources?: PatchSource[] | undefined;
|
|
1555
|
+
AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export interface GetDeployablePatchSnapshotForInstanceRequest {
|
|
1558
|
+
InstanceId: string | undefined;
|
|
1559
|
+
SnapshotId: string | undefined;
|
|
1560
|
+
BaselineOverride?: BaselineOverride | undefined;
|
|
1561
|
+
UseS3DualStackEndpoint?: boolean | undefined;
|
|
1562
|
+
}
|
|
1563
|
+
export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
1564
|
+
InstanceId?: string | undefined;
|
|
1565
|
+
SnapshotId?: string | undefined;
|
|
1566
|
+
SnapshotDownloadUrl?: string | undefined;
|
|
1567
|
+
Product?: string | undefined;
|
|
1568
|
+
}
|
|
1569
|
+
export interface GetDocumentRequest {
|
|
1570
|
+
Name: string | undefined;
|
|
1571
|
+
VersionName?: string | undefined;
|
|
1572
|
+
DocumentVersion?: string | undefined;
|
|
1573
|
+
DocumentFormat?: DocumentFormat | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
export interface AttachmentContent {
|
|
1576
|
+
Name?: string | undefined;
|
|
1577
|
+
Size?: number | undefined;
|
|
1578
|
+
Hash?: string | undefined;
|
|
1579
|
+
HashType?: AttachmentHashType | undefined;
|
|
1580
|
+
Url?: string | undefined;
|
|
1581
|
+
}
|
|
1582
|
+
export interface GetDocumentResult {
|
|
1583
|
+
Name?: string | undefined;
|
|
1584
|
+
CreatedDate?: Date | undefined;
|
|
1585
|
+
DisplayName?: string | undefined;
|
|
1586
|
+
VersionName?: string | undefined;
|
|
1587
|
+
DocumentVersion?: string | undefined;
|
|
1588
|
+
Status?: DocumentStatus | undefined;
|
|
1589
|
+
StatusInformation?: string | undefined;
|
|
1590
|
+
Content?: string | undefined;
|
|
1591
|
+
DocumentType?: DocumentType | undefined;
|
|
1592
|
+
DocumentFormat?: DocumentFormat | undefined;
|
|
1593
|
+
Requires?: DocumentRequires[] | undefined;
|
|
1594
|
+
AttachmentsContent?: AttachmentContent[] | undefined;
|
|
1595
|
+
ReviewStatus?: ReviewStatus | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface GetExecutionPreviewRequest {
|
|
1598
|
+
ExecutionPreviewId: string | undefined;
|
|
1599
|
+
}
|
|
1600
|
+
export interface TargetPreview {
|
|
1601
|
+
Count?: number | undefined;
|
|
1602
|
+
TargetType?: string | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export interface AutomationExecutionPreview {
|
|
1605
|
+
StepPreviews?: Partial<Record<ImpactType, number>> | undefined;
|
|
1606
|
+
Regions?: string[] | undefined;
|
|
1607
|
+
TargetPreviews?: TargetPreview[] | undefined;
|
|
1608
|
+
TotalAccounts?: number | undefined;
|
|
1609
|
+
}
|
|
1610
|
+
export type ExecutionPreview =
|
|
1611
|
+
| ExecutionPreview.AutomationMember
|
|
1612
|
+
| ExecutionPreview.$UnknownMember;
|
|
1613
|
+
export declare namespace ExecutionPreview {
|
|
1614
|
+
interface AutomationMember {
|
|
1615
|
+
Automation: AutomationExecutionPreview;
|
|
1616
|
+
$unknown?: never;
|
|
1617
|
+
}
|
|
1618
|
+
interface $UnknownMember {
|
|
1619
|
+
Automation?: never;
|
|
1620
|
+
$unknown: [string, any];
|
|
1621
|
+
}
|
|
1622
|
+
interface Visitor<T> {
|
|
1623
|
+
Automation: (value: AutomationExecutionPreview) => T;
|
|
1624
|
+
_: (name: string, value: any) => T;
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
export interface GetExecutionPreviewResponse {
|
|
1628
|
+
ExecutionPreviewId?: string | undefined;
|
|
1629
|
+
EndedAt?: Date | undefined;
|
|
1630
|
+
Status?: ExecutionPreviewStatus | undefined;
|
|
1631
|
+
StatusMessage?: string | undefined;
|
|
1632
|
+
ExecutionPreview?: ExecutionPreview | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export interface InventoryFilter {
|
|
1635
|
+
Key: string | undefined;
|
|
1636
|
+
Values: string[] | undefined;
|
|
1637
|
+
Type?: InventoryQueryOperatorType | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
export interface InventoryGroup {
|
|
1640
|
+
Name: string | undefined;
|
|
1641
|
+
Filters: InventoryFilter[] | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export interface ResultAttribute {
|
|
1644
|
+
TypeName: string | undefined;
|
|
1645
|
+
}
|
|
1646
|
+
export interface InventoryResultItem {
|
|
1647
|
+
TypeName: string | undefined;
|
|
1648
|
+
SchemaVersion: string | undefined;
|
|
1649
|
+
CaptureTime?: string | undefined;
|
|
1650
|
+
ContentHash?: string | undefined;
|
|
1651
|
+
Content: Record<string, string>[] | undefined;
|
|
1652
|
+
}
|
|
1653
|
+
export interface InventoryResultEntity {
|
|
1654
|
+
Id?: string | undefined;
|
|
1655
|
+
Data?: Record<string, InventoryResultItem> | undefined;
|
|
1656
|
+
}
|
|
1657
|
+
export interface GetInventoryResult {
|
|
1658
|
+
Entities?: InventoryResultEntity[] | undefined;
|
|
1659
|
+
NextToken?: string | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
export interface GetInventorySchemaRequest {
|
|
1662
|
+
TypeName?: string | undefined;
|
|
1663
|
+
NextToken?: string | undefined;
|
|
1664
|
+
MaxResults?: number | undefined;
|
|
1665
|
+
Aggregator?: boolean | undefined;
|
|
1666
|
+
SubType?: boolean | undefined;
|
|
1667
|
+
}
|
|
1668
|
+
export interface InventoryItemAttribute {
|
|
1669
|
+
Name: string | undefined;
|
|
1670
|
+
DataType: InventoryAttributeDataType | undefined;
|
|
1671
|
+
}
|
|
1672
|
+
export interface InventoryItemSchema {
|
|
1673
|
+
TypeName: string | undefined;
|
|
1674
|
+
Version?: string | undefined;
|
|
1675
|
+
Attributes: InventoryItemAttribute[] | undefined;
|
|
1676
|
+
DisplayName?: string | undefined;
|
|
1677
|
+
}
|
|
1678
|
+
export interface GetInventorySchemaResult {
|
|
1679
|
+
Schemas?: InventoryItemSchema[] | undefined;
|
|
1680
|
+
NextToken?: string | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export interface GetMaintenanceWindowRequest {
|
|
1683
|
+
WindowId: string | undefined;
|
|
1684
|
+
}
|
|
1685
|
+
export interface GetMaintenanceWindowResult {
|
|
1686
|
+
WindowId?: string | undefined;
|
|
1687
|
+
Name?: string | undefined;
|
|
1688
|
+
Description?: string | undefined;
|
|
1689
|
+
StartDate?: string | undefined;
|
|
1690
|
+
EndDate?: string | undefined;
|
|
1691
|
+
Schedule?: string | undefined;
|
|
1692
|
+
ScheduleTimezone?: string | undefined;
|
|
1693
|
+
ScheduleOffset?: number | undefined;
|
|
1694
|
+
NextExecutionTime?: string | undefined;
|
|
1695
|
+
Duration?: number | undefined;
|
|
1696
|
+
Cutoff?: number | undefined;
|
|
1697
|
+
AllowUnassociatedTargets?: boolean | undefined;
|
|
1698
|
+
Enabled?: boolean | undefined;
|
|
1699
|
+
CreatedDate?: Date | undefined;
|
|
1700
|
+
ModifiedDate?: Date | undefined;
|
|
1701
|
+
}
|
|
1702
|
+
export interface GetMaintenanceWindowExecutionRequest {
|
|
1703
|
+
WindowExecutionId: string | undefined;
|
|
1704
|
+
}
|
|
1705
|
+
export interface GetMaintenanceWindowExecutionResult {
|
|
1706
|
+
WindowExecutionId?: string | undefined;
|
|
1707
|
+
TaskIds?: string[] | undefined;
|
|
1708
|
+
Status?: MaintenanceWindowExecutionStatus | undefined;
|
|
1709
|
+
StatusDetails?: string | undefined;
|
|
1710
|
+
StartTime?: Date | undefined;
|
|
1711
|
+
EndTime?: Date | undefined;
|
|
1712
|
+
}
|
|
1713
|
+
export interface GetMaintenanceWindowExecutionTaskRequest {
|
|
1714
|
+
WindowExecutionId: string | undefined;
|
|
1715
|
+
TaskId: string | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
export interface GetMaintenanceWindowExecutionTaskResult {
|
|
1718
|
+
WindowExecutionId?: string | undefined;
|
|
1719
|
+
TaskExecutionId?: string | undefined;
|
|
1720
|
+
TaskArn?: string | undefined;
|
|
1721
|
+
ServiceRole?: string | undefined;
|
|
1722
|
+
Type?: MaintenanceWindowTaskType | undefined;
|
|
1723
|
+
TaskParameters?:
|
|
1724
|
+
| Record<string, MaintenanceWindowTaskParameterValueExpression>[]
|
|
1725
|
+
| undefined;
|
|
1726
|
+
Priority?: number | undefined;
|
|
1727
|
+
MaxConcurrency?: string | undefined;
|
|
1728
|
+
MaxErrors?: string | undefined;
|
|
1729
|
+
Status?: MaintenanceWindowExecutionStatus | undefined;
|
|
1730
|
+
StatusDetails?: string | undefined;
|
|
1731
|
+
StartTime?: Date | undefined;
|
|
1732
|
+
EndTime?: Date | undefined;
|
|
1733
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1734
|
+
TriggeredAlarms?: AlarmStateInformation[] | undefined;
|
|
1735
|
+
}
|
|
1736
|
+
export interface GetMaintenanceWindowExecutionTaskInvocationRequest {
|
|
1737
|
+
WindowExecutionId: string | undefined;
|
|
1738
|
+
TaskId: string | undefined;
|
|
1739
|
+
InvocationId: string | undefined;
|
|
1740
|
+
}
|
|
1741
|
+
export interface GetMaintenanceWindowExecutionTaskInvocationResult {
|
|
1742
|
+
WindowExecutionId?: string | undefined;
|
|
1743
|
+
TaskExecutionId?: string | undefined;
|
|
1744
|
+
InvocationId?: string | undefined;
|
|
1745
|
+
ExecutionId?: string | undefined;
|
|
1746
|
+
TaskType?: MaintenanceWindowTaskType | undefined;
|
|
1747
|
+
Parameters?: string | undefined;
|
|
1748
|
+
Status?: MaintenanceWindowExecutionStatus | undefined;
|
|
1749
|
+
StatusDetails?: string | undefined;
|
|
1750
|
+
StartTime?: Date | undefined;
|
|
1751
|
+
EndTime?: Date | undefined;
|
|
1752
|
+
OwnerInformation?: string | undefined;
|
|
1753
|
+
WindowTargetId?: string | undefined;
|
|
1754
|
+
}
|
|
1755
|
+
export interface GetMaintenanceWindowTaskRequest {
|
|
1756
|
+
WindowId: string | undefined;
|
|
1757
|
+
WindowTaskId: string | undefined;
|
|
1758
|
+
}
|
|
1759
|
+
export interface MaintenanceWindowAutomationParameters {
|
|
1760
|
+
DocumentVersion?: string | undefined;
|
|
1761
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
1762
|
+
}
|
|
1763
|
+
export interface MaintenanceWindowLambdaParameters {
|
|
1764
|
+
ClientContext?: string | undefined;
|
|
1765
|
+
Qualifier?: string | undefined;
|
|
1766
|
+
Payload?: Uint8Array | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
export interface NotificationConfig {
|
|
1769
|
+
NotificationArn?: string | undefined;
|
|
1770
|
+
NotificationEvents?: NotificationEvent[] | undefined;
|
|
1771
|
+
NotificationType?: NotificationType | undefined;
|
|
1772
|
+
}
|
|
1773
|
+
export interface MaintenanceWindowRunCommandParameters {
|
|
1774
|
+
Comment?: string | undefined;
|
|
1775
|
+
CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
|
|
1776
|
+
DocumentHash?: string | undefined;
|
|
1777
|
+
DocumentHashType?: DocumentHashType | undefined;
|
|
1778
|
+
DocumentVersion?: string | undefined;
|
|
1779
|
+
NotificationConfig?: NotificationConfig | undefined;
|
|
1780
|
+
OutputS3BucketName?: string | undefined;
|
|
1781
|
+
OutputS3KeyPrefix?: string | undefined;
|
|
1782
|
+
Parameters?: Record<string, string[]> | undefined;
|
|
1783
|
+
ServiceRoleArn?: string | undefined;
|
|
1784
|
+
TimeoutSeconds?: number | undefined;
|
|
1785
|
+
}
|
|
1786
|
+
export interface MaintenanceWindowStepFunctionsParameters {
|
|
1787
|
+
Input?: string | undefined;
|
|
1788
|
+
Name?: string | undefined;
|
|
1789
|
+
}
|
|
1790
|
+
export interface MaintenanceWindowTaskInvocationParameters {
|
|
1791
|
+
RunCommand?: MaintenanceWindowRunCommandParameters | undefined;
|
|
1792
|
+
Automation?: MaintenanceWindowAutomationParameters | undefined;
|
|
1793
|
+
StepFunctions?: MaintenanceWindowStepFunctionsParameters | undefined;
|
|
1794
|
+
Lambda?: MaintenanceWindowLambdaParameters | undefined;
|
|
1795
|
+
}
|
|
1796
|
+
export interface GetMaintenanceWindowTaskResult {
|
|
1797
|
+
WindowId?: string | undefined;
|
|
1798
|
+
WindowTaskId?: string | undefined;
|
|
1799
|
+
Targets?: Target[] | undefined;
|
|
1800
|
+
TaskArn?: string | undefined;
|
|
1801
|
+
ServiceRoleArn?: string | undefined;
|
|
1802
|
+
TaskType?: MaintenanceWindowTaskType | undefined;
|
|
1803
|
+
TaskParameters?:
|
|
1804
|
+
| Record<string, MaintenanceWindowTaskParameterValueExpression>
|
|
1805
|
+
| undefined;
|
|
1806
|
+
TaskInvocationParameters?:
|
|
1807
|
+
| MaintenanceWindowTaskInvocationParameters
|
|
1808
|
+
| undefined;
|
|
1809
|
+
Priority?: number | undefined;
|
|
1810
|
+
MaxConcurrency?: string | undefined;
|
|
1811
|
+
MaxErrors?: string | undefined;
|
|
1812
|
+
LoggingInfo?: LoggingInfo | undefined;
|
|
1813
|
+
Name?: string | undefined;
|
|
1814
|
+
Description?: string | undefined;
|
|
1815
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
|
|
1816
|
+
AlarmConfiguration?: AlarmConfiguration | undefined;
|
|
1817
|
+
}
|
|
1818
|
+
export interface GetOpsItemRequest {
|
|
1819
|
+
OpsItemId: string | undefined;
|
|
1820
|
+
OpsItemArn?: string | undefined;
|
|
1821
|
+
}
|
|
1822
|
+
export interface OpsItem {
|
|
1823
|
+
CreatedBy?: string | undefined;
|
|
1824
|
+
OpsItemType?: string | undefined;
|
|
1825
|
+
CreatedTime?: Date | undefined;
|
|
1826
|
+
Description?: string | undefined;
|
|
1827
|
+
LastModifiedBy?: string | undefined;
|
|
1828
|
+
LastModifiedTime?: Date | undefined;
|
|
1829
|
+
Notifications?: OpsItemNotification[] | undefined;
|
|
1830
|
+
Priority?: number | undefined;
|
|
1831
|
+
RelatedOpsItems?: RelatedOpsItem[] | undefined;
|
|
1832
|
+
Status?: OpsItemStatus | undefined;
|
|
1833
|
+
OpsItemId?: string | undefined;
|
|
1834
|
+
Version?: string | undefined;
|
|
1835
|
+
Title?: string | undefined;
|
|
1836
|
+
Source?: string | undefined;
|
|
1837
|
+
OperationalData?: Record<string, OpsItemDataValue> | undefined;
|
|
1838
|
+
Category?: string | undefined;
|
|
1839
|
+
Severity?: string | undefined;
|
|
1840
|
+
ActualStartTime?: Date | undefined;
|
|
1841
|
+
ActualEndTime?: Date | undefined;
|
|
1842
|
+
PlannedStartTime?: Date | undefined;
|
|
1843
|
+
PlannedEndTime?: Date | undefined;
|
|
1844
|
+
OpsItemArn?: string | undefined;
|
|
1845
|
+
}
|
|
1846
|
+
export interface GetOpsItemResponse {
|
|
1847
|
+
OpsItem?: OpsItem | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export interface GetOpsMetadataRequest {
|
|
1850
|
+
OpsMetadataArn: string | undefined;
|
|
1851
|
+
MaxResults?: number | undefined;
|
|
1852
|
+
NextToken?: string | undefined;
|
|
1853
|
+
}
|
|
1854
|
+
export interface GetOpsMetadataResult {
|
|
1855
|
+
ResourceId?: string | undefined;
|
|
1856
|
+
Metadata?: Record<string, MetadataValue> | undefined;
|
|
1857
|
+
NextToken?: string | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export interface OpsFilter {
|
|
1860
|
+
Key: string | undefined;
|
|
1861
|
+
Values: string[] | undefined;
|
|
1862
|
+
Type?: OpsFilterOperatorType | undefined;
|
|
1863
|
+
}
|
|
1864
|
+
export interface OpsResultAttribute {
|
|
1865
|
+
TypeName: string | undefined;
|
|
1866
|
+
}
|
|
1867
|
+
export interface OpsEntityItem {
|
|
1868
|
+
CaptureTime?: string | undefined;
|
|
1869
|
+
Content?: Record<string, string>[] | undefined;
|
|
1870
|
+
}
|
|
1871
|
+
export interface OpsEntity {
|
|
1872
|
+
Id?: string | undefined;
|
|
1873
|
+
Data?: Record<string, OpsEntityItem> | undefined;
|
|
1874
|
+
}
|
|
1875
|
+
export interface GetOpsSummaryResult {
|
|
1876
|
+
Entities?: OpsEntity[] | undefined;
|
|
1877
|
+
NextToken?: string | undefined;
|
|
1878
|
+
}
|
|
1879
|
+
export interface GetParameterRequest {
|
|
1880
|
+
Name: string | undefined;
|
|
1881
|
+
WithDecryption?: boolean | undefined;
|
|
1882
|
+
}
|
|
1883
|
+
export interface Parameter {
|
|
1884
|
+
Name?: string | undefined;
|
|
1885
|
+
Type?: ParameterType | undefined;
|
|
1886
|
+
Value?: string | undefined;
|
|
1887
|
+
Version?: number | undefined;
|
|
1888
|
+
Selector?: string | undefined;
|
|
1889
|
+
SourceResult?: string | undefined;
|
|
1890
|
+
LastModifiedDate?: Date | undefined;
|
|
1891
|
+
ARN?: string | undefined;
|
|
1892
|
+
DataType?: string | undefined;
|
|
1893
|
+
}
|
|
1894
|
+
export interface GetParameterResult {
|
|
1895
|
+
Parameter?: Parameter | undefined;
|
|
1896
|
+
}
|
|
1897
|
+
export interface GetParameterHistoryRequest {
|
|
1898
|
+
Name: string | undefined;
|
|
1899
|
+
WithDecryption?: boolean | undefined;
|
|
1900
|
+
MaxResults?: number | undefined;
|
|
1901
|
+
NextToken?: string | undefined;
|
|
1902
|
+
}
|
|
1903
|
+
export interface ParameterHistory {
|
|
1904
|
+
Name?: string | undefined;
|
|
1905
|
+
Type?: ParameterType | undefined;
|
|
1906
|
+
KeyId?: string | undefined;
|
|
1907
|
+
LastModifiedDate?: Date | undefined;
|
|
1908
|
+
LastModifiedUser?: string | undefined;
|
|
1909
|
+
Description?: string | undefined;
|
|
1910
|
+
Value?: string | undefined;
|
|
1911
|
+
AllowedPattern?: string | undefined;
|
|
1912
|
+
Version?: number | undefined;
|
|
1913
|
+
Labels?: string[] | undefined;
|
|
1914
|
+
Tier?: ParameterTier | undefined;
|
|
1915
|
+
Policies?: ParameterInlinePolicy[] | undefined;
|
|
1916
|
+
DataType?: string | undefined;
|
|
1917
|
+
}
|
|
1918
|
+
export interface GetParameterHistoryResult {
|
|
1919
|
+
Parameters?: ParameterHistory[] | undefined;
|
|
1920
|
+
NextToken?: string | undefined;
|
|
1921
|
+
}
|
|
1922
|
+
export interface GetParametersRequest {
|
|
1923
|
+
Names: string[] | undefined;
|
|
1924
|
+
WithDecryption?: boolean | undefined;
|
|
1925
|
+
}
|
|
1926
|
+
export interface GetParametersResult {
|
|
1927
|
+
Parameters?: Parameter[] | undefined;
|
|
1928
|
+
InvalidParameters?: string[] | undefined;
|
|
1929
|
+
}
|
|
1930
|
+
export interface GetParametersByPathRequest {
|
|
1931
|
+
Path: string | undefined;
|
|
1932
|
+
Recursive?: boolean | undefined;
|
|
1933
|
+
ParameterFilters?: ParameterStringFilter[] | undefined;
|
|
1934
|
+
WithDecryption?: boolean | undefined;
|
|
1935
|
+
MaxResults?: number | undefined;
|
|
1936
|
+
NextToken?: string | undefined;
|
|
1937
|
+
}
|
|
1938
|
+
export interface GetParametersByPathResult {
|
|
1939
|
+
Parameters?: Parameter[] | undefined;
|
|
1940
|
+
NextToken?: string | undefined;
|
|
1941
|
+
}
|
|
1942
|
+
export interface GetPatchBaselineRequest {
|
|
1943
|
+
BaselineId: string | undefined;
|
|
1944
|
+
}
|
|
1945
|
+
export interface GetPatchBaselineResult {
|
|
1946
|
+
BaselineId?: string | undefined;
|
|
1947
|
+
Name?: string | undefined;
|
|
1948
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1949
|
+
GlobalFilters?: PatchFilterGroup | undefined;
|
|
1950
|
+
ApprovalRules?: PatchRuleGroup | undefined;
|
|
1951
|
+
ApprovedPatches?: string[] | undefined;
|
|
1952
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
|
|
1953
|
+
ApprovedPatchesEnableNonSecurity?: boolean | undefined;
|
|
1954
|
+
RejectedPatches?: string[] | undefined;
|
|
1955
|
+
RejectedPatchesAction?: PatchAction | undefined;
|
|
1956
|
+
PatchGroups?: string[] | undefined;
|
|
1957
|
+
CreatedDate?: Date | undefined;
|
|
1958
|
+
ModifiedDate?: Date | undefined;
|
|
1959
|
+
Description?: string | undefined;
|
|
1960
|
+
Sources?: PatchSource[] | undefined;
|
|
1961
|
+
AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
|
|
1962
|
+
}
|
|
1963
|
+
export interface GetPatchBaselineForPatchGroupRequest {
|
|
1964
|
+
PatchGroup: string | undefined;
|
|
1965
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1966
|
+
}
|
|
1967
|
+
export interface GetPatchBaselineForPatchGroupResult {
|
|
1968
|
+
BaselineId?: string | undefined;
|
|
1969
|
+
PatchGroup?: string | undefined;
|
|
1970
|
+
OperatingSystem?: OperatingSystem | undefined;
|
|
1971
|
+
}
|
|
1972
|
+
export interface GetResourcePoliciesRequest {
|
|
1973
|
+
ResourceArn: string | undefined;
|
|
1974
|
+
NextToken?: string | undefined;
|
|
1975
|
+
MaxResults?: number | undefined;
|
|
1976
|
+
}
|
|
1977
|
+
export interface GetResourcePoliciesResponseEntry {
|
|
1978
|
+
PolicyId?: string | undefined;
|
|
1979
|
+
PolicyHash?: string | undefined;
|
|
1980
|
+
Policy?: string | undefined;
|
|
1981
|
+
}
|
|
1982
|
+
export interface GetResourcePoliciesResponse {
|
|
1983
|
+
NextToken?: string | undefined;
|
|
1984
|
+
Policies?: GetResourcePoliciesResponseEntry[] | undefined;
|
|
1985
|
+
}
|
|
1986
|
+
export interface GetServiceSettingRequest {
|
|
1987
|
+
SettingId: string | undefined;
|
|
1988
|
+
}
|