@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,17 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DynamoDBServiceException as __BaseException } from "./DynamoDBServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const ApproximateCreationDateTimePrecision: {
|
|
8
|
-
readonly MICROSECOND: "MICROSECOND";
|
|
9
|
-
readonly MILLISECOND: "MILLISECOND";
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export type ApproximateCreationDateTimePrecision = (typeof ApproximateCreationDateTimePrecision)[keyof typeof ApproximateCreationDateTimePrecision];
|
|
1
|
+
import { ApproximateCreationDateTimePrecision, AttributeAction, BackupStatus, BackupType, BackupTypeFilter, BatchStatementErrorCodeEnum, BillingMode, ComparisonOperator, ConditionalOperator, ContinuousBackupsStatus, ContributorInsightsAction, ContributorInsightsMode, ContributorInsightsStatus, DestinationStatus, ExportFormat, ExportStatus, ExportType, ExportViewType, GlobalTableStatus, ImportStatus, IndexStatus, InputCompressionType, InputFormat, KeyType, MultiRegionConsistency, PointInTimeRecoveryStatus, ProjectionType, ReplicaStatus, ReturnConsumedCapacity, ReturnItemCollectionMetrics, ReturnValue, ReturnValuesOnConditionCheckFailure, S3SseAlgorithm, ScalarAttributeType, Select, SSEStatus, SSEType, StreamViewType, TableClass, TableStatus, TimeToLiveStatus, WitnessStatus } from "./enums";
|
|
15
2
|
/**
|
|
16
3
|
* <p>Contains details of a table archival operation.</p>
|
|
17
4
|
* @public
|
|
@@ -44,32 +31,6 @@ export interface ArchivalSummary {
|
|
|
44
31
|
*/
|
|
45
32
|
ArchivalBackupArn?: string | undefined;
|
|
46
33
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @public
|
|
49
|
-
* @enum
|
|
50
|
-
*/
|
|
51
|
-
export declare const AttributeAction: {
|
|
52
|
-
readonly ADD: "ADD";
|
|
53
|
-
readonly DELETE: "DELETE";
|
|
54
|
-
readonly PUT: "PUT";
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* @public
|
|
58
|
-
*/
|
|
59
|
-
export type AttributeAction = (typeof AttributeAction)[keyof typeof AttributeAction];
|
|
60
|
-
/**
|
|
61
|
-
* @public
|
|
62
|
-
* @enum
|
|
63
|
-
*/
|
|
64
|
-
export declare const ScalarAttributeType: {
|
|
65
|
-
readonly B: "B";
|
|
66
|
-
readonly N: "N";
|
|
67
|
-
readonly S: "S";
|
|
68
|
-
};
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
export type ScalarAttributeType = (typeof ScalarAttributeType)[keyof typeof ScalarAttributeType];
|
|
73
34
|
/**
|
|
74
35
|
* <p>Represents an attribute for describing the schema for the table and indexes.</p>
|
|
75
36
|
* @public
|
|
@@ -280,32 +241,6 @@ export interface AutoScalingSettingsUpdate {
|
|
|
280
241
|
*/
|
|
281
242
|
ScalingPolicyUpdate?: AutoScalingPolicyUpdate | undefined;
|
|
282
243
|
}
|
|
283
|
-
/**
|
|
284
|
-
* @public
|
|
285
|
-
* @enum
|
|
286
|
-
*/
|
|
287
|
-
export declare const BackupStatus: {
|
|
288
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
289
|
-
readonly CREATING: "CREATING";
|
|
290
|
-
readonly DELETED: "DELETED";
|
|
291
|
-
};
|
|
292
|
-
/**
|
|
293
|
-
* @public
|
|
294
|
-
*/
|
|
295
|
-
export type BackupStatus = (typeof BackupStatus)[keyof typeof BackupStatus];
|
|
296
|
-
/**
|
|
297
|
-
* @public
|
|
298
|
-
* @enum
|
|
299
|
-
*/
|
|
300
|
-
export declare const BackupType: {
|
|
301
|
-
readonly AWS_BACKUP: "AWS_BACKUP";
|
|
302
|
-
readonly SYSTEM: "SYSTEM";
|
|
303
|
-
readonly USER: "USER";
|
|
304
|
-
};
|
|
305
|
-
/**
|
|
306
|
-
* @public
|
|
307
|
-
*/
|
|
308
|
-
export type BackupType = (typeof BackupType)[keyof typeof BackupType];
|
|
309
244
|
/**
|
|
310
245
|
* <p>Contains the details of the backup created for the table.</p>
|
|
311
246
|
* @public
|
|
@@ -368,30 +303,6 @@ export interface BackupDetails {
|
|
|
368
303
|
*/
|
|
369
304
|
BackupExpiryDateTime?: Date | undefined;
|
|
370
305
|
}
|
|
371
|
-
/**
|
|
372
|
-
* @public
|
|
373
|
-
* @enum
|
|
374
|
-
*/
|
|
375
|
-
export declare const BillingMode: {
|
|
376
|
-
readonly PAY_PER_REQUEST: "PAY_PER_REQUEST";
|
|
377
|
-
readonly PROVISIONED: "PROVISIONED";
|
|
378
|
-
};
|
|
379
|
-
/**
|
|
380
|
-
* @public
|
|
381
|
-
*/
|
|
382
|
-
export type BillingMode = (typeof BillingMode)[keyof typeof BillingMode];
|
|
383
|
-
/**
|
|
384
|
-
* @public
|
|
385
|
-
* @enum
|
|
386
|
-
*/
|
|
387
|
-
export declare const KeyType: {
|
|
388
|
-
readonly HASH: "HASH";
|
|
389
|
-
readonly RANGE: "RANGE";
|
|
390
|
-
};
|
|
391
|
-
/**
|
|
392
|
-
* @public
|
|
393
|
-
*/
|
|
394
|
-
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
395
306
|
/**
|
|
396
307
|
* <p>Represents <i>a single element</i> of a key schema. A key schema
|
|
397
308
|
* specifies the attributes that make up the primary key of a table, or the key attributes
|
|
@@ -567,19 +478,6 @@ export interface SourceTableDetails {
|
|
|
567
478
|
*/
|
|
568
479
|
BillingMode?: BillingMode | undefined;
|
|
569
480
|
}
|
|
570
|
-
/**
|
|
571
|
-
* @public
|
|
572
|
-
* @enum
|
|
573
|
-
*/
|
|
574
|
-
export declare const ProjectionType: {
|
|
575
|
-
readonly ALL: "ALL";
|
|
576
|
-
readonly INCLUDE: "INCLUDE";
|
|
577
|
-
readonly KEYS_ONLY: "KEYS_ONLY";
|
|
578
|
-
};
|
|
579
|
-
/**
|
|
580
|
-
* @public
|
|
581
|
-
*/
|
|
582
|
-
export type ProjectionType = (typeof ProjectionType)[keyof typeof ProjectionType];
|
|
583
481
|
/**
|
|
584
482
|
* <p>Represents attributes that are copied (projected) from the table into an index. These
|
|
585
483
|
* are in addition to the primary key attributes and index key attributes, which are
|
|
@@ -726,33 +624,6 @@ export interface LocalSecondaryIndexInfo {
|
|
|
726
624
|
*/
|
|
727
625
|
Projection?: Projection | undefined;
|
|
728
626
|
}
|
|
729
|
-
/**
|
|
730
|
-
* @public
|
|
731
|
-
* @enum
|
|
732
|
-
*/
|
|
733
|
-
export declare const SSEType: {
|
|
734
|
-
readonly AES256: "AES256";
|
|
735
|
-
readonly KMS: "KMS";
|
|
736
|
-
};
|
|
737
|
-
/**
|
|
738
|
-
* @public
|
|
739
|
-
*/
|
|
740
|
-
export type SSEType = (typeof SSEType)[keyof typeof SSEType];
|
|
741
|
-
/**
|
|
742
|
-
* @public
|
|
743
|
-
* @enum
|
|
744
|
-
*/
|
|
745
|
-
export declare const SSEStatus: {
|
|
746
|
-
readonly DISABLED: "DISABLED";
|
|
747
|
-
readonly DISABLING: "DISABLING";
|
|
748
|
-
readonly ENABLED: "ENABLED";
|
|
749
|
-
readonly ENABLING: "ENABLING";
|
|
750
|
-
readonly UPDATING: "UPDATING";
|
|
751
|
-
};
|
|
752
|
-
/**
|
|
753
|
-
* @public
|
|
754
|
-
*/
|
|
755
|
-
export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
|
|
756
627
|
/**
|
|
757
628
|
* <p>The description of the server-side encryption status on the specified table.</p>
|
|
758
629
|
* @public
|
|
@@ -800,20 +671,6 @@ export interface SSEDescription {
|
|
|
800
671
|
*/
|
|
801
672
|
InaccessibleEncryptionDateTime?: Date | undefined;
|
|
802
673
|
}
|
|
803
|
-
/**
|
|
804
|
-
* @public
|
|
805
|
-
* @enum
|
|
806
|
-
*/
|
|
807
|
-
export declare const StreamViewType: {
|
|
808
|
-
readonly KEYS_ONLY: "KEYS_ONLY";
|
|
809
|
-
readonly NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES";
|
|
810
|
-
readonly NEW_IMAGE: "NEW_IMAGE";
|
|
811
|
-
readonly OLD_IMAGE: "OLD_IMAGE";
|
|
812
|
-
};
|
|
813
|
-
/**
|
|
814
|
-
* @public
|
|
815
|
-
*/
|
|
816
|
-
export type StreamViewType = (typeof StreamViewType)[keyof typeof StreamViewType];
|
|
817
674
|
/**
|
|
818
675
|
* <p>Represents the DynamoDB Streams configuration for a table in DynamoDB.</p>
|
|
819
676
|
* @public
|
|
@@ -855,20 +712,6 @@ export interface StreamSpecification {
|
|
|
855
712
|
*/
|
|
856
713
|
StreamViewType?: StreamViewType | undefined;
|
|
857
714
|
}
|
|
858
|
-
/**
|
|
859
|
-
* @public
|
|
860
|
-
* @enum
|
|
861
|
-
*/
|
|
862
|
-
export declare const TimeToLiveStatus: {
|
|
863
|
-
readonly DISABLED: "DISABLED";
|
|
864
|
-
readonly DISABLING: "DISABLING";
|
|
865
|
-
readonly ENABLED: "ENABLED";
|
|
866
|
-
readonly ENABLING: "ENABLING";
|
|
867
|
-
};
|
|
868
|
-
/**
|
|
869
|
-
* @public
|
|
870
|
-
*/
|
|
871
|
-
export type TimeToLiveStatus = (typeof TimeToLiveStatus)[keyof typeof TimeToLiveStatus];
|
|
872
715
|
/**
|
|
873
716
|
* <p>The description of the Time to Live (TTL) status on the specified table. </p>
|
|
874
717
|
* @public
|
|
@@ -944,31 +787,6 @@ export interface BackupDescription {
|
|
|
944
787
|
*/
|
|
945
788
|
SourceTableFeatureDetails?: SourceTableFeatureDetails | undefined;
|
|
946
789
|
}
|
|
947
|
-
/**
|
|
948
|
-
* <p>There is another ongoing conflicting backup control plane operation on the table.
|
|
949
|
-
* The backup is either being created, deleted or restored to a table.</p>
|
|
950
|
-
* @public
|
|
951
|
-
*/
|
|
952
|
-
export declare class BackupInUseException extends __BaseException {
|
|
953
|
-
readonly name: "BackupInUseException";
|
|
954
|
-
readonly $fault: "client";
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
|
-
constructor(opts: __ExceptionOptionType<BackupInUseException, __BaseException>);
|
|
959
|
-
}
|
|
960
|
-
/**
|
|
961
|
-
* <p>Backup not found for the given BackupARN. </p>
|
|
962
|
-
* @public
|
|
963
|
-
*/
|
|
964
|
-
export declare class BackupNotFoundException extends __BaseException {
|
|
965
|
-
readonly name: "BackupNotFoundException";
|
|
966
|
-
readonly $fault: "client";
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
constructor(opts: __ExceptionOptionType<BackupNotFoundException, __BaseException>);
|
|
971
|
-
}
|
|
972
790
|
/**
|
|
973
791
|
* <p>Contains details for the backup.</p>
|
|
974
792
|
* @public
|
|
@@ -1045,45 +863,6 @@ export interface BackupSummary {
|
|
|
1045
863
|
*/
|
|
1046
864
|
BackupSizeBytes?: number | undefined;
|
|
1047
865
|
}
|
|
1048
|
-
/**
|
|
1049
|
-
* @public
|
|
1050
|
-
* @enum
|
|
1051
|
-
*/
|
|
1052
|
-
export declare const BackupTypeFilter: {
|
|
1053
|
-
readonly ALL: "ALL";
|
|
1054
|
-
readonly AWS_BACKUP: "AWS_BACKUP";
|
|
1055
|
-
readonly SYSTEM: "SYSTEM";
|
|
1056
|
-
readonly USER: "USER";
|
|
1057
|
-
};
|
|
1058
|
-
/**
|
|
1059
|
-
* @public
|
|
1060
|
-
*/
|
|
1061
|
-
export type BackupTypeFilter = (typeof BackupTypeFilter)[keyof typeof BackupTypeFilter];
|
|
1062
|
-
/**
|
|
1063
|
-
* @public
|
|
1064
|
-
* @enum
|
|
1065
|
-
*/
|
|
1066
|
-
export declare const ReturnConsumedCapacity: {
|
|
1067
|
-
readonly INDEXES: "INDEXES";
|
|
1068
|
-
readonly NONE: "NONE";
|
|
1069
|
-
readonly TOTAL: "TOTAL";
|
|
1070
|
-
};
|
|
1071
|
-
/**
|
|
1072
|
-
* @public
|
|
1073
|
-
*/
|
|
1074
|
-
export type ReturnConsumedCapacity = (typeof ReturnConsumedCapacity)[keyof typeof ReturnConsumedCapacity];
|
|
1075
|
-
/**
|
|
1076
|
-
* @public
|
|
1077
|
-
* @enum
|
|
1078
|
-
*/
|
|
1079
|
-
export declare const ReturnValuesOnConditionCheckFailure: {
|
|
1080
|
-
readonly ALL_OLD: "ALL_OLD";
|
|
1081
|
-
readonly NONE: "NONE";
|
|
1082
|
-
};
|
|
1083
|
-
/**
|
|
1084
|
-
* @public
|
|
1085
|
-
*/
|
|
1086
|
-
export type ReturnValuesOnConditionCheckFailure = (typeof ReturnValuesOnConditionCheckFailure)[keyof typeof ReturnValuesOnConditionCheckFailure];
|
|
1087
866
|
/**
|
|
1088
867
|
* <p>Represents the amount of provisioned throughput capacity consumed on a table or an
|
|
1089
868
|
* index.</p>
|
|
@@ -1154,39 +933,6 @@ export interface ConsumedCapacity {
|
|
|
1154
933
|
*/
|
|
1155
934
|
GlobalSecondaryIndexes?: Record<string, Capacity> | undefined;
|
|
1156
935
|
}
|
|
1157
|
-
/**
|
|
1158
|
-
* @public
|
|
1159
|
-
* @enum
|
|
1160
|
-
*/
|
|
1161
|
-
export declare const BatchStatementErrorCodeEnum: {
|
|
1162
|
-
readonly AccessDenied: "AccessDenied";
|
|
1163
|
-
readonly ConditionalCheckFailed: "ConditionalCheckFailed";
|
|
1164
|
-
readonly DuplicateItem: "DuplicateItem";
|
|
1165
|
-
readonly InternalServerError: "InternalServerError";
|
|
1166
|
-
readonly ItemCollectionSizeLimitExceeded: "ItemCollectionSizeLimitExceeded";
|
|
1167
|
-
readonly ProvisionedThroughputExceeded: "ProvisionedThroughputExceeded";
|
|
1168
|
-
readonly RequestLimitExceeded: "RequestLimitExceeded";
|
|
1169
|
-
readonly ResourceNotFound: "ResourceNotFound";
|
|
1170
|
-
readonly ThrottlingError: "ThrottlingError";
|
|
1171
|
-
readonly TransactionConflict: "TransactionConflict";
|
|
1172
|
-
readonly ValidationError: "ValidationError";
|
|
1173
|
-
};
|
|
1174
|
-
/**
|
|
1175
|
-
* @public
|
|
1176
|
-
*/
|
|
1177
|
-
export type BatchStatementErrorCodeEnum = (typeof BatchStatementErrorCodeEnum)[keyof typeof BatchStatementErrorCodeEnum];
|
|
1178
|
-
/**
|
|
1179
|
-
* <p>An error occurred on the server side.</p>
|
|
1180
|
-
* @public
|
|
1181
|
-
*/
|
|
1182
|
-
export declare class InternalServerError extends __BaseException {
|
|
1183
|
-
readonly name: "InternalServerError";
|
|
1184
|
-
readonly $fault: "server";
|
|
1185
|
-
/**
|
|
1186
|
-
* @internal
|
|
1187
|
-
*/
|
|
1188
|
-
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
1189
|
-
}
|
|
1190
936
|
/**
|
|
1191
937
|
* <p>Represents the specific reason why a DynamoDB request was throttled and the
|
|
1192
938
|
* ARN of the impacted resource. This helps identify exactly what resource is being throttled,
|
|
@@ -1256,136 +1002,6 @@ export interface ThrottlingReason {
|
|
|
1256
1002
|
*/
|
|
1257
1003
|
resource?: string | undefined;
|
|
1258
1004
|
}
|
|
1259
|
-
/**
|
|
1260
|
-
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
1261
|
-
* information about why the request was throttled and the ARN of the impacted resource,
|
|
1262
|
-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
|
|
1263
|
-
* increase.</p>
|
|
1264
|
-
* @public
|
|
1265
|
-
*/
|
|
1266
|
-
export declare class RequestLimitExceeded extends __BaseException {
|
|
1267
|
-
readonly name: "RequestLimitExceeded";
|
|
1268
|
-
readonly $fault: "client";
|
|
1269
|
-
/**
|
|
1270
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1271
|
-
* provide detailed diagnostic information about why the request was throttled.
|
|
1272
|
-
* </p>
|
|
1273
|
-
* @public
|
|
1274
|
-
*/
|
|
1275
|
-
ThrottlingReasons?: ThrottlingReason[] | undefined;
|
|
1276
|
-
/**
|
|
1277
|
-
* @internal
|
|
1278
|
-
*/
|
|
1279
|
-
constructor(opts: __ExceptionOptionType<RequestLimitExceeded, __BaseException>);
|
|
1280
|
-
}
|
|
1281
|
-
/**
|
|
1282
|
-
* <p>The request was denied due to request throttling. For detailed information about why
|
|
1283
|
-
* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
|
|
1284
|
-
* @public
|
|
1285
|
-
*/
|
|
1286
|
-
export declare class ThrottlingException extends __BaseException {
|
|
1287
|
-
readonly name: "ThrottlingException";
|
|
1288
|
-
readonly $fault: "client";
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1291
|
-
* provide detailed diagnostic information about why the request was throttled.
|
|
1292
|
-
* </p>
|
|
1293
|
-
* @public
|
|
1294
|
-
*/
|
|
1295
|
-
throttlingReasons?: ThrottlingReason[] | undefined;
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
1300
|
-
}
|
|
1301
|
-
/**
|
|
1302
|
-
* @public
|
|
1303
|
-
*/
|
|
1304
|
-
export declare class InvalidEndpointException extends __BaseException {
|
|
1305
|
-
readonly name: "InvalidEndpointException";
|
|
1306
|
-
readonly $fault: "client";
|
|
1307
|
-
Message?: string | undefined;
|
|
1308
|
-
/**
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
1311
|
-
constructor(opts: __ExceptionOptionType<InvalidEndpointException, __BaseException>);
|
|
1312
|
-
}
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The request was denied due to request throttling. For detailed information about
|
|
1315
|
-
* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
|
|
1316
|
-
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
1317
|
-
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
1318
|
-
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
1319
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
1320
|
-
* @public
|
|
1321
|
-
*/
|
|
1322
|
-
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
1323
|
-
readonly name: "ProvisionedThroughputExceededException";
|
|
1324
|
-
readonly $fault: "client";
|
|
1325
|
-
/**
|
|
1326
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1327
|
-
* provide detailed diagnostic information about why the request was throttled.
|
|
1328
|
-
* </p>
|
|
1329
|
-
* @public
|
|
1330
|
-
*/
|
|
1331
|
-
ThrottlingReasons?: ThrottlingReason[] | undefined;
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
constructor(opts: __ExceptionOptionType<ProvisionedThroughputExceededException, __BaseException>);
|
|
1336
|
-
}
|
|
1337
|
-
/**
|
|
1338
|
-
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
1339
|
-
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
1340
|
-
* @public
|
|
1341
|
-
*/
|
|
1342
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
1343
|
-
readonly name: "ResourceNotFoundException";
|
|
1344
|
-
readonly $fault: "client";
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1349
|
-
}
|
|
1350
|
-
/**
|
|
1351
|
-
* @public
|
|
1352
|
-
* @enum
|
|
1353
|
-
*/
|
|
1354
|
-
export declare const ReturnItemCollectionMetrics: {
|
|
1355
|
-
readonly NONE: "NONE";
|
|
1356
|
-
readonly SIZE: "SIZE";
|
|
1357
|
-
};
|
|
1358
|
-
/**
|
|
1359
|
-
* @public
|
|
1360
|
-
*/
|
|
1361
|
-
export type ReturnItemCollectionMetrics = (typeof ReturnItemCollectionMetrics)[keyof typeof ReturnItemCollectionMetrics];
|
|
1362
|
-
/**
|
|
1363
|
-
* <p>An item collection is too large. This exception is only returned for tables that
|
|
1364
|
-
* have one or more local secondary indexes.</p>
|
|
1365
|
-
* @public
|
|
1366
|
-
*/
|
|
1367
|
-
export declare class ItemCollectionSizeLimitExceededException extends __BaseException {
|
|
1368
|
-
readonly name: "ItemCollectionSizeLimitExceededException";
|
|
1369
|
-
readonly $fault: "client";
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
constructor(opts: __ExceptionOptionType<ItemCollectionSizeLimitExceededException, __BaseException>);
|
|
1374
|
-
}
|
|
1375
|
-
/**
|
|
1376
|
-
* <p>The request was rejected because one or more items in the request are being modified
|
|
1377
|
-
* by a request in another Region. </p>
|
|
1378
|
-
* @public
|
|
1379
|
-
*/
|
|
1380
|
-
export declare class ReplicatedWriteConflictException extends __BaseException {
|
|
1381
|
-
readonly name: "ReplicatedWriteConflictException";
|
|
1382
|
-
readonly $fault: "client";
|
|
1383
|
-
$retryable: {};
|
|
1384
|
-
/**
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
1387
|
-
constructor(opts: __ExceptionOptionType<ReplicatedWriteConflictException, __BaseException>);
|
|
1388
|
-
}
|
|
1389
1005
|
/**
|
|
1390
1006
|
* <p>Contains the details for the read/write capacity mode. This page talks about
|
|
1391
1007
|
* <code>PROVISIONED</code> and <code>PAY_PER_REQUEST</code> billing modes. For more
|
|
@@ -1424,65 +1040,6 @@ export interface BillingModeSummary {
|
|
|
1424
1040
|
*/
|
|
1425
1041
|
LastUpdateToPayPerRequestDateTime?: Date | undefined;
|
|
1426
1042
|
}
|
|
1427
|
-
/**
|
|
1428
|
-
* @public
|
|
1429
|
-
* @enum
|
|
1430
|
-
*/
|
|
1431
|
-
export declare const ComparisonOperator: {
|
|
1432
|
-
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
1433
|
-
readonly BETWEEN: "BETWEEN";
|
|
1434
|
-
readonly CONTAINS: "CONTAINS";
|
|
1435
|
-
readonly EQ: "EQ";
|
|
1436
|
-
readonly GE: "GE";
|
|
1437
|
-
readonly GT: "GT";
|
|
1438
|
-
readonly IN: "IN";
|
|
1439
|
-
readonly LE: "LE";
|
|
1440
|
-
readonly LT: "LT";
|
|
1441
|
-
readonly NE: "NE";
|
|
1442
|
-
readonly NOT_CONTAINS: "NOT_CONTAINS";
|
|
1443
|
-
readonly NOT_NULL: "NOT_NULL";
|
|
1444
|
-
readonly NULL: "NULL";
|
|
1445
|
-
};
|
|
1446
|
-
/**
|
|
1447
|
-
* @public
|
|
1448
|
-
*/
|
|
1449
|
-
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
1450
|
-
/**
|
|
1451
|
-
* @public
|
|
1452
|
-
* @enum
|
|
1453
|
-
*/
|
|
1454
|
-
export declare const ConditionalOperator: {
|
|
1455
|
-
readonly AND: "AND";
|
|
1456
|
-
readonly OR: "OR";
|
|
1457
|
-
};
|
|
1458
|
-
/**
|
|
1459
|
-
* @public
|
|
1460
|
-
*/
|
|
1461
|
-
export type ConditionalOperator = (typeof ConditionalOperator)[keyof typeof ConditionalOperator];
|
|
1462
|
-
/**
|
|
1463
|
-
* @public
|
|
1464
|
-
* @enum
|
|
1465
|
-
*/
|
|
1466
|
-
export declare const ContinuousBackupsStatus: {
|
|
1467
|
-
readonly DISABLED: "DISABLED";
|
|
1468
|
-
readonly ENABLED: "ENABLED";
|
|
1469
|
-
};
|
|
1470
|
-
/**
|
|
1471
|
-
* @public
|
|
1472
|
-
*/
|
|
1473
|
-
export type ContinuousBackupsStatus = (typeof ContinuousBackupsStatus)[keyof typeof ContinuousBackupsStatus];
|
|
1474
|
-
/**
|
|
1475
|
-
* @public
|
|
1476
|
-
* @enum
|
|
1477
|
-
*/
|
|
1478
|
-
export declare const PointInTimeRecoveryStatus: {
|
|
1479
|
-
readonly DISABLED: "DISABLED";
|
|
1480
|
-
readonly ENABLED: "ENABLED";
|
|
1481
|
-
};
|
|
1482
|
-
/**
|
|
1483
|
-
* @public
|
|
1484
|
-
*/
|
|
1485
|
-
export type PointInTimeRecoveryStatus = (typeof PointInTimeRecoveryStatus)[keyof typeof PointInTimeRecoveryStatus];
|
|
1486
1043
|
/**
|
|
1487
1044
|
* <p>The description of the point in time settings applied to the table.</p>
|
|
1488
1045
|
* @public
|
|
@@ -1543,57 +1100,6 @@ export interface ContinuousBackupsDescription {
|
|
|
1543
1100
|
*/
|
|
1544
1101
|
PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription | undefined;
|
|
1545
1102
|
}
|
|
1546
|
-
/**
|
|
1547
|
-
* <p>Backups have not yet been enabled for this table.</p>
|
|
1548
|
-
* @public
|
|
1549
|
-
*/
|
|
1550
|
-
export declare class ContinuousBackupsUnavailableException extends __BaseException {
|
|
1551
|
-
readonly name: "ContinuousBackupsUnavailableException";
|
|
1552
|
-
readonly $fault: "client";
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
constructor(opts: __ExceptionOptionType<ContinuousBackupsUnavailableException, __BaseException>);
|
|
1557
|
-
}
|
|
1558
|
-
/**
|
|
1559
|
-
* @public
|
|
1560
|
-
* @enum
|
|
1561
|
-
*/
|
|
1562
|
-
export declare const ContributorInsightsAction: {
|
|
1563
|
-
readonly DISABLE: "DISABLE";
|
|
1564
|
-
readonly ENABLE: "ENABLE";
|
|
1565
|
-
};
|
|
1566
|
-
/**
|
|
1567
|
-
* @public
|
|
1568
|
-
*/
|
|
1569
|
-
export type ContributorInsightsAction = (typeof ContributorInsightsAction)[keyof typeof ContributorInsightsAction];
|
|
1570
|
-
/**
|
|
1571
|
-
* @public
|
|
1572
|
-
* @enum
|
|
1573
|
-
*/
|
|
1574
|
-
export declare const ContributorInsightsMode: {
|
|
1575
|
-
readonly ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS";
|
|
1576
|
-
readonly THROTTLED_KEYS: "THROTTLED_KEYS";
|
|
1577
|
-
};
|
|
1578
|
-
/**
|
|
1579
|
-
* @public
|
|
1580
|
-
*/
|
|
1581
|
-
export type ContributorInsightsMode = (typeof ContributorInsightsMode)[keyof typeof ContributorInsightsMode];
|
|
1582
|
-
/**
|
|
1583
|
-
* @public
|
|
1584
|
-
* @enum
|
|
1585
|
-
*/
|
|
1586
|
-
export declare const ContributorInsightsStatus: {
|
|
1587
|
-
readonly DISABLED: "DISABLED";
|
|
1588
|
-
readonly DISABLING: "DISABLING";
|
|
1589
|
-
readonly ENABLED: "ENABLED";
|
|
1590
|
-
readonly ENABLING: "ENABLING";
|
|
1591
|
-
readonly FAILED: "FAILED";
|
|
1592
|
-
};
|
|
1593
|
-
/**
|
|
1594
|
-
* @public
|
|
1595
|
-
*/
|
|
1596
|
-
export type ContributorInsightsStatus = (typeof ContributorInsightsStatus)[keyof typeof ContributorInsightsStatus];
|
|
1597
1103
|
/**
|
|
1598
1104
|
* <p>Represents a Contributor Insights summary entry.</p>
|
|
1599
1105
|
* @public
|
|
@@ -1649,60 +1155,6 @@ export interface CreateBackupOutput {
|
|
|
1649
1155
|
*/
|
|
1650
1156
|
BackupDetails?: BackupDetails | undefined;
|
|
1651
1157
|
}
|
|
1652
|
-
/**
|
|
1653
|
-
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
1654
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
1655
|
-
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
1656
|
-
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
1657
|
-
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
1658
|
-
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
1659
|
-
* to 250 such requests running at a time. However, if the table or index specifications
|
|
1660
|
-
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
1661
|
-
* operations.</p>
|
|
1662
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
1663
|
-
* allowed per account.</p>
|
|
1664
|
-
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
1665
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
1666
|
-
* parameter.</p>
|
|
1667
|
-
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
1668
|
-
* Exceeding this limit may result in request throttling.</p>
|
|
1669
|
-
* @public
|
|
1670
|
-
*/
|
|
1671
|
-
export declare class LimitExceededException extends __BaseException {
|
|
1672
|
-
readonly name: "LimitExceededException";
|
|
1673
|
-
readonly $fault: "client";
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
1678
|
-
}
|
|
1679
|
-
/**
|
|
1680
|
-
* <p>A target table with the specified name is either being created or deleted.
|
|
1681
|
-
* </p>
|
|
1682
|
-
* @public
|
|
1683
|
-
*/
|
|
1684
|
-
export declare class TableInUseException extends __BaseException {
|
|
1685
|
-
readonly name: "TableInUseException";
|
|
1686
|
-
readonly $fault: "client";
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
constructor(opts: __ExceptionOptionType<TableInUseException, __BaseException>);
|
|
1691
|
-
}
|
|
1692
|
-
/**
|
|
1693
|
-
* <p>A source table with the name <code>TableName</code> does not currently exist within
|
|
1694
|
-
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
1695
|
-
* Region.</p>
|
|
1696
|
-
* @public
|
|
1697
|
-
*/
|
|
1698
|
-
export declare class TableNotFoundException extends __BaseException {
|
|
1699
|
-
readonly name: "TableNotFoundException";
|
|
1700
|
-
readonly $fault: "client";
|
|
1701
|
-
/**
|
|
1702
|
-
* @internal
|
|
1703
|
-
*/
|
|
1704
|
-
constructor(opts: __ExceptionOptionType<TableNotFoundException, __BaseException>);
|
|
1705
|
-
}
|
|
1706
1158
|
/**
|
|
1707
1159
|
* <p>Provides visibility into the number of read and write operations your table or
|
|
1708
1160
|
* secondary index can instantaneously support. The settings can be modified using the
|
|
@@ -1797,20 +1249,6 @@ export interface CreateGlobalTableInput {
|
|
|
1797
1249
|
*/
|
|
1798
1250
|
ReplicationGroup: Replica[] | undefined;
|
|
1799
1251
|
}
|
|
1800
|
-
/**
|
|
1801
|
-
* @public
|
|
1802
|
-
* @enum
|
|
1803
|
-
*/
|
|
1804
|
-
export declare const GlobalTableStatus: {
|
|
1805
|
-
readonly ACTIVE: "ACTIVE";
|
|
1806
|
-
readonly CREATING: "CREATING";
|
|
1807
|
-
readonly DELETING: "DELETING";
|
|
1808
|
-
readonly UPDATING: "UPDATING";
|
|
1809
|
-
};
|
|
1810
|
-
/**
|
|
1811
|
-
* @public
|
|
1812
|
-
*/
|
|
1813
|
-
export type GlobalTableStatus = (typeof GlobalTableStatus)[keyof typeof GlobalTableStatus];
|
|
1814
1252
|
/**
|
|
1815
1253
|
* <p>Overrides the on-demand throughput settings for this replica table. If you don't
|
|
1816
1254
|
* specify a value for this parameter, it uses the source table's on-demand throughput
|
|
@@ -1837,20 +1275,6 @@ export interface ProvisionedThroughputOverride {
|
|
|
1837
1275
|
*/
|
|
1838
1276
|
ReadCapacityUnits?: number | undefined;
|
|
1839
1277
|
}
|
|
1840
|
-
/**
|
|
1841
|
-
* @public
|
|
1842
|
-
* @enum
|
|
1843
|
-
*/
|
|
1844
|
-
export declare const IndexStatus: {
|
|
1845
|
-
readonly ACTIVE: "ACTIVE";
|
|
1846
|
-
readonly CREATING: "CREATING";
|
|
1847
|
-
readonly DELETING: "DELETING";
|
|
1848
|
-
readonly UPDATING: "UPDATING";
|
|
1849
|
-
};
|
|
1850
|
-
/**
|
|
1851
|
-
* @public
|
|
1852
|
-
*/
|
|
1853
|
-
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
1854
1278
|
/**
|
|
1855
1279
|
* <p>The description of the warm throughput value on a global secondary index.</p>
|
|
1856
1280
|
* @public
|
|
@@ -1902,38 +1326,6 @@ export interface ReplicaGlobalSecondaryIndexDescription {
|
|
|
1902
1326
|
*/
|
|
1903
1327
|
WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
|
|
1904
1328
|
}
|
|
1905
|
-
/**
|
|
1906
|
-
* @public
|
|
1907
|
-
* @enum
|
|
1908
|
-
*/
|
|
1909
|
-
export declare const ReplicaStatus: {
|
|
1910
|
-
readonly ACTIVE: "ACTIVE";
|
|
1911
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
1912
|
-
readonly ARCHIVING: "ARCHIVING";
|
|
1913
|
-
readonly CREATING: "CREATING";
|
|
1914
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
1915
|
-
readonly DELETING: "DELETING";
|
|
1916
|
-
readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
|
|
1917
|
-
readonly REGION_DISABLED: "REGION_DISABLED";
|
|
1918
|
-
readonly REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED";
|
|
1919
|
-
readonly UPDATING: "UPDATING";
|
|
1920
|
-
};
|
|
1921
|
-
/**
|
|
1922
|
-
* @public
|
|
1923
|
-
*/
|
|
1924
|
-
export type ReplicaStatus = (typeof ReplicaStatus)[keyof typeof ReplicaStatus];
|
|
1925
|
-
/**
|
|
1926
|
-
* @public
|
|
1927
|
-
* @enum
|
|
1928
|
-
*/
|
|
1929
|
-
export declare const TableClass: {
|
|
1930
|
-
readonly STANDARD: "STANDARD";
|
|
1931
|
-
readonly STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS";
|
|
1932
|
-
};
|
|
1933
|
-
/**
|
|
1934
|
-
* @public
|
|
1935
|
-
*/
|
|
1936
|
-
export type TableClass = (typeof TableClass)[keyof typeof TableClass];
|
|
1937
1329
|
/**
|
|
1938
1330
|
* <p>Contains details of the table class.</p>
|
|
1939
1331
|
* @public
|
|
@@ -1951,24 +1343,6 @@ export interface TableClassSummary {
|
|
|
1951
1343
|
*/
|
|
1952
1344
|
LastUpdateDateTime?: Date | undefined;
|
|
1953
1345
|
}
|
|
1954
|
-
/**
|
|
1955
|
-
* @public
|
|
1956
|
-
* @enum
|
|
1957
|
-
*/
|
|
1958
|
-
export declare const TableStatus: {
|
|
1959
|
-
readonly ACTIVE: "ACTIVE";
|
|
1960
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
1961
|
-
readonly ARCHIVING: "ARCHIVING";
|
|
1962
|
-
readonly CREATING: "CREATING";
|
|
1963
|
-
readonly DELETING: "DELETING";
|
|
1964
|
-
readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
|
|
1965
|
-
readonly REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED";
|
|
1966
|
-
readonly UPDATING: "UPDATING";
|
|
1967
|
-
};
|
|
1968
|
-
/**
|
|
1969
|
-
* @public
|
|
1970
|
-
*/
|
|
1971
|
-
export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
|
|
1972
1346
|
/**
|
|
1973
1347
|
* <p>Represents the warm throughput value (in read units per second and write units per
|
|
1974
1348
|
* second) of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and
|
|
@@ -2156,18 +1530,6 @@ export interface CreateGlobalTableOutput {
|
|
|
2156
1530
|
*/
|
|
2157
1531
|
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
2158
1532
|
}
|
|
2159
|
-
/**
|
|
2160
|
-
* <p>The specified global table already exists.</p>
|
|
2161
|
-
* @public
|
|
2162
|
-
*/
|
|
2163
|
-
export declare class GlobalTableAlreadyExistsException extends __BaseException {
|
|
2164
|
-
readonly name: "GlobalTableAlreadyExistsException";
|
|
2165
|
-
readonly $fault: "client";
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
constructor(opts: __ExceptionOptionType<GlobalTableAlreadyExistsException, __BaseException>);
|
|
2170
|
-
}
|
|
2171
1533
|
/**
|
|
2172
1534
|
* <p>Specifies the action to add a new witness Region to a MRSC global table. A MRSC global
|
|
2173
1535
|
* table can be configured with either three replicas, or with two replicas and one
|
|
@@ -2940,19 +2302,6 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2940
2302
|
*/
|
|
2941
2303
|
WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
|
|
2942
2304
|
}
|
|
2943
|
-
/**
|
|
2944
|
-
* @public
|
|
2945
|
-
* @enum
|
|
2946
|
-
*/
|
|
2947
|
-
export declare const WitnessStatus: {
|
|
2948
|
-
readonly ACTIVE: "ACTIVE";
|
|
2949
|
-
readonly CREATING: "CREATING";
|
|
2950
|
-
readonly DELETING: "DELETING";
|
|
2951
|
-
};
|
|
2952
|
-
/**
|
|
2953
|
-
* @public
|
|
2954
|
-
*/
|
|
2955
|
-
export type WitnessStatus = (typeof WitnessStatus)[keyof typeof WitnessStatus];
|
|
2956
2305
|
/**
|
|
2957
2306
|
* <p>Represents the properties of a witness Region in a MRSC global table. </p>
|
|
2958
2307
|
* @public
|
|
@@ -3033,18 +2382,6 @@ export interface LocalSecondaryIndexDescription {
|
|
|
3033
2382
|
*/
|
|
3034
2383
|
IndexArn?: string | undefined;
|
|
3035
2384
|
}
|
|
3036
|
-
/**
|
|
3037
|
-
* @public
|
|
3038
|
-
* @enum
|
|
3039
|
-
*/
|
|
3040
|
-
export declare const MultiRegionConsistency: {
|
|
3041
|
-
readonly EVENTUAL: "EVENTUAL";
|
|
3042
|
-
readonly STRONG: "STRONG";
|
|
3043
|
-
};
|
|
3044
|
-
/**
|
|
3045
|
-
* @public
|
|
3046
|
-
*/
|
|
3047
|
-
export type MultiRegionConsistency = (typeof MultiRegionConsistency)[keyof typeof MultiRegionConsistency];
|
|
3048
2385
|
/**
|
|
3049
2386
|
* <p>Contains details for the restore.</p>
|
|
3050
2387
|
* @public
|
|
@@ -3536,32 +2873,6 @@ export interface CreateTableOutput {
|
|
|
3536
2873
|
*/
|
|
3537
2874
|
TableDescription?: TableDescription | undefined;
|
|
3538
2875
|
}
|
|
3539
|
-
/**
|
|
3540
|
-
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
3541
|
-
* <ul>
|
|
3542
|
-
* <li>
|
|
3543
|
-
* <p>You attempted to recreate an existing table.</p>
|
|
3544
|
-
* </li>
|
|
3545
|
-
* <li>
|
|
3546
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
3547
|
-
* state.</p>
|
|
3548
|
-
* </li>
|
|
3549
|
-
* <li>
|
|
3550
|
-
* <p>You tried to update a resource that was already being updated.</p>
|
|
3551
|
-
* </li>
|
|
3552
|
-
* </ul>
|
|
3553
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
3554
|
-
* again.</p>
|
|
3555
|
-
* @public
|
|
3556
|
-
*/
|
|
3557
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
3558
|
-
readonly name: "ResourceInUseException";
|
|
3559
|
-
readonly $fault: "client";
|
|
3560
|
-
/**
|
|
3561
|
-
* @internal
|
|
3562
|
-
*/
|
|
3563
|
-
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
3564
|
-
}
|
|
3565
2876
|
/**
|
|
3566
2877
|
* <p> Processing options for the CSV file being imported. </p>
|
|
3567
2878
|
* @public
|
|
@@ -3626,34 +2937,6 @@ export interface DeleteGlobalTableWitnessGroupMemberAction {
|
|
|
3626
2937
|
*/
|
|
3627
2938
|
RegionName: string | undefined;
|
|
3628
2939
|
}
|
|
3629
|
-
/**
|
|
3630
|
-
* @public
|
|
3631
|
-
* @enum
|
|
3632
|
-
*/
|
|
3633
|
-
export declare const ReturnValue: {
|
|
3634
|
-
readonly ALL_NEW: "ALL_NEW";
|
|
3635
|
-
readonly ALL_OLD: "ALL_OLD";
|
|
3636
|
-
readonly NONE: "NONE";
|
|
3637
|
-
readonly UPDATED_NEW: "UPDATED_NEW";
|
|
3638
|
-
readonly UPDATED_OLD: "UPDATED_OLD";
|
|
3639
|
-
};
|
|
3640
|
-
/**
|
|
3641
|
-
* @public
|
|
3642
|
-
*/
|
|
3643
|
-
export type ReturnValue = (typeof ReturnValue)[keyof typeof ReturnValue];
|
|
3644
|
-
/**
|
|
3645
|
-
* <p>Operation was rejected because there is an ongoing transaction for the
|
|
3646
|
-
* item.</p>
|
|
3647
|
-
* @public
|
|
3648
|
-
*/
|
|
3649
|
-
export declare class TransactionConflictException extends __BaseException {
|
|
3650
|
-
readonly name: "TransactionConflictException";
|
|
3651
|
-
readonly $fault: "client";
|
|
3652
|
-
/**
|
|
3653
|
-
* @internal
|
|
3654
|
-
*/
|
|
3655
|
-
constructor(opts: __ExceptionOptionType<TransactionConflictException, __BaseException>);
|
|
3656
|
-
}
|
|
3657
2940
|
/**
|
|
3658
2941
|
* <p>Represents a replica to be removed.</p>
|
|
3659
2942
|
* @public
|
|
@@ -3710,20 +2993,6 @@ export interface DeleteResourcePolicyOutput {
|
|
|
3710
2993
|
*/
|
|
3711
2994
|
RevisionId?: string | undefined;
|
|
3712
2995
|
}
|
|
3713
|
-
/**
|
|
3714
|
-
* <p>The operation tried to access a nonexistent resource-based policy.</p>
|
|
3715
|
-
* <p>If you specified an <code>ExpectedRevisionId</code>, it's possible that a policy is
|
|
3716
|
-
* present for the resource but its revision ID didn't match the expected value.</p>
|
|
3717
|
-
* @public
|
|
3718
|
-
*/
|
|
3719
|
-
export declare class PolicyNotFoundException extends __BaseException {
|
|
3720
|
-
readonly name: "PolicyNotFoundException";
|
|
3721
|
-
readonly $fault: "client";
|
|
3722
|
-
/**
|
|
3723
|
-
* @internal
|
|
3724
|
-
*/
|
|
3725
|
-
constructor(opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>);
|
|
3726
|
-
}
|
|
3727
2996
|
/**
|
|
3728
2997
|
* <p>Represents the input of a <code>DeleteTable</code> operation.</p>
|
|
3729
2998
|
* @public
|
|
@@ -3925,55 +3194,6 @@ export interface DescribeExportInput {
|
|
|
3925
3194
|
*/
|
|
3926
3195
|
ExportArn: string | undefined;
|
|
3927
3196
|
}
|
|
3928
|
-
/**
|
|
3929
|
-
* @public
|
|
3930
|
-
* @enum
|
|
3931
|
-
*/
|
|
3932
|
-
export declare const ExportFormat: {
|
|
3933
|
-
readonly DYNAMODB_JSON: "DYNAMODB_JSON";
|
|
3934
|
-
readonly ION: "ION";
|
|
3935
|
-
};
|
|
3936
|
-
/**
|
|
3937
|
-
* @public
|
|
3938
|
-
*/
|
|
3939
|
-
export type ExportFormat = (typeof ExportFormat)[keyof typeof ExportFormat];
|
|
3940
|
-
/**
|
|
3941
|
-
* @public
|
|
3942
|
-
* @enum
|
|
3943
|
-
*/
|
|
3944
|
-
export declare const ExportStatus: {
|
|
3945
|
-
readonly COMPLETED: "COMPLETED";
|
|
3946
|
-
readonly FAILED: "FAILED";
|
|
3947
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3948
|
-
};
|
|
3949
|
-
/**
|
|
3950
|
-
* @public
|
|
3951
|
-
*/
|
|
3952
|
-
export type ExportStatus = (typeof ExportStatus)[keyof typeof ExportStatus];
|
|
3953
|
-
/**
|
|
3954
|
-
* @public
|
|
3955
|
-
* @enum
|
|
3956
|
-
*/
|
|
3957
|
-
export declare const ExportType: {
|
|
3958
|
-
readonly FULL_EXPORT: "FULL_EXPORT";
|
|
3959
|
-
readonly INCREMENTAL_EXPORT: "INCREMENTAL_EXPORT";
|
|
3960
|
-
};
|
|
3961
|
-
/**
|
|
3962
|
-
* @public
|
|
3963
|
-
*/
|
|
3964
|
-
export type ExportType = (typeof ExportType)[keyof typeof ExportType];
|
|
3965
|
-
/**
|
|
3966
|
-
* @public
|
|
3967
|
-
* @enum
|
|
3968
|
-
*/
|
|
3969
|
-
export declare const ExportViewType: {
|
|
3970
|
-
readonly NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES";
|
|
3971
|
-
readonly NEW_IMAGE: "NEW_IMAGE";
|
|
3972
|
-
};
|
|
3973
|
-
/**
|
|
3974
|
-
* @public
|
|
3975
|
-
*/
|
|
3976
|
-
export type ExportViewType = (typeof ExportViewType)[keyof typeof ExportViewType];
|
|
3977
3197
|
/**
|
|
3978
3198
|
* <p>Optional object containing the parameters specific to an incremental export.</p>
|
|
3979
3199
|
* @public
|
|
@@ -4002,18 +3222,6 @@ export interface IncrementalExportSpecification {
|
|
|
4002
3222
|
*/
|
|
4003
3223
|
ExportViewType?: ExportViewType | undefined;
|
|
4004
3224
|
}
|
|
4005
|
-
/**
|
|
4006
|
-
* @public
|
|
4007
|
-
* @enum
|
|
4008
|
-
*/
|
|
4009
|
-
export declare const S3SseAlgorithm: {
|
|
4010
|
-
readonly AES256: "AES256";
|
|
4011
|
-
readonly KMS: "KMS";
|
|
4012
|
-
};
|
|
4013
|
-
/**
|
|
4014
|
-
* @public
|
|
4015
|
-
*/
|
|
4016
|
-
export type S3SseAlgorithm = (typeof S3SseAlgorithm)[keyof typeof S3SseAlgorithm];
|
|
4017
3225
|
/**
|
|
4018
3226
|
* <p>Represents the properties of the exported table.</p>
|
|
4019
3227
|
* @public
|
|
@@ -4156,18 +3364,6 @@ export interface DescribeExportOutput {
|
|
|
4156
3364
|
*/
|
|
4157
3365
|
ExportDescription?: ExportDescription | undefined;
|
|
4158
3366
|
}
|
|
4159
|
-
/**
|
|
4160
|
-
* <p>The specified export was not found.</p>
|
|
4161
|
-
* @public
|
|
4162
|
-
*/
|
|
4163
|
-
export declare class ExportNotFoundException extends __BaseException {
|
|
4164
|
-
readonly name: "ExportNotFoundException";
|
|
4165
|
-
readonly $fault: "client";
|
|
4166
|
-
/**
|
|
4167
|
-
* @internal
|
|
4168
|
-
*/
|
|
4169
|
-
constructor(opts: __ExceptionOptionType<ExportNotFoundException, __BaseException>);
|
|
4170
|
-
}
|
|
4171
3367
|
/**
|
|
4172
3368
|
* @public
|
|
4173
3369
|
*/
|
|
@@ -4181,24 +3377,12 @@ export interface DescribeGlobalTableInput {
|
|
|
4181
3377
|
/**
|
|
4182
3378
|
* @public
|
|
4183
3379
|
*/
|
|
4184
|
-
export interface DescribeGlobalTableOutput {
|
|
4185
|
-
/**
|
|
4186
|
-
* <p>Contains the details of the global table.</p>
|
|
4187
|
-
* @public
|
|
4188
|
-
*/
|
|
4189
|
-
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
4190
|
-
}
|
|
4191
|
-
/**
|
|
4192
|
-
* <p>The specified global table does not exist.</p>
|
|
4193
|
-
* @public
|
|
4194
|
-
*/
|
|
4195
|
-
export declare class GlobalTableNotFoundException extends __BaseException {
|
|
4196
|
-
readonly name: "GlobalTableNotFoundException";
|
|
4197
|
-
readonly $fault: "client";
|
|
3380
|
+
export interface DescribeGlobalTableOutput {
|
|
4198
3381
|
/**
|
|
4199
|
-
*
|
|
3382
|
+
* <p>Contains the details of the global table.</p>
|
|
3383
|
+
* @public
|
|
4200
3384
|
*/
|
|
4201
|
-
|
|
3385
|
+
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
4202
3386
|
}
|
|
4203
3387
|
/**
|
|
4204
3388
|
* @public
|
|
@@ -4367,47 +3551,6 @@ export interface DescribeImportInput {
|
|
|
4367
3551
|
*/
|
|
4368
3552
|
ImportArn: string | undefined;
|
|
4369
3553
|
}
|
|
4370
|
-
/**
|
|
4371
|
-
* @public
|
|
4372
|
-
* @enum
|
|
4373
|
-
*/
|
|
4374
|
-
export declare const ImportStatus: {
|
|
4375
|
-
readonly CANCELLED: "CANCELLED";
|
|
4376
|
-
readonly CANCELLING: "CANCELLING";
|
|
4377
|
-
readonly COMPLETED: "COMPLETED";
|
|
4378
|
-
readonly FAILED: "FAILED";
|
|
4379
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
4380
|
-
};
|
|
4381
|
-
/**
|
|
4382
|
-
* @public
|
|
4383
|
-
*/
|
|
4384
|
-
export type ImportStatus = (typeof ImportStatus)[keyof typeof ImportStatus];
|
|
4385
|
-
/**
|
|
4386
|
-
* @public
|
|
4387
|
-
* @enum
|
|
4388
|
-
*/
|
|
4389
|
-
export declare const InputCompressionType: {
|
|
4390
|
-
readonly GZIP: "GZIP";
|
|
4391
|
-
readonly NONE: "NONE";
|
|
4392
|
-
readonly ZSTD: "ZSTD";
|
|
4393
|
-
};
|
|
4394
|
-
/**
|
|
4395
|
-
* @public
|
|
4396
|
-
*/
|
|
4397
|
-
export type InputCompressionType = (typeof InputCompressionType)[keyof typeof InputCompressionType];
|
|
4398
|
-
/**
|
|
4399
|
-
* @public
|
|
4400
|
-
* @enum
|
|
4401
|
-
*/
|
|
4402
|
-
export declare const InputFormat: {
|
|
4403
|
-
readonly CSV: "CSV";
|
|
4404
|
-
readonly DYNAMODB_JSON: "DYNAMODB_JSON";
|
|
4405
|
-
readonly ION: "ION";
|
|
4406
|
-
};
|
|
4407
|
-
/**
|
|
4408
|
-
* @public
|
|
4409
|
-
*/
|
|
4410
|
-
export type InputFormat = (typeof InputFormat)[keyof typeof InputFormat];
|
|
4411
3554
|
/**
|
|
4412
3555
|
* <p> The format options for the data that was imported into the target table. There is one
|
|
4413
3556
|
* value, CsvOption.</p>
|
|
@@ -4626,18 +3769,6 @@ export interface DescribeImportOutput {
|
|
|
4626
3769
|
*/
|
|
4627
3770
|
ImportTableDescription: ImportTableDescription | undefined;
|
|
4628
3771
|
}
|
|
4629
|
-
/**
|
|
4630
|
-
* <p> The specified import was not found. </p>
|
|
4631
|
-
* @public
|
|
4632
|
-
*/
|
|
4633
|
-
export declare class ImportNotFoundException extends __BaseException {
|
|
4634
|
-
readonly name: "ImportNotFoundException";
|
|
4635
|
-
readonly $fault: "client";
|
|
4636
|
-
/**
|
|
4637
|
-
* @internal
|
|
4638
|
-
*/
|
|
4639
|
-
constructor(opts: __ExceptionOptionType<ImportNotFoundException, __BaseException>);
|
|
4640
|
-
}
|
|
4641
3772
|
/**
|
|
4642
3773
|
* @public
|
|
4643
3774
|
*/
|
|
@@ -4649,22 +3780,6 @@ export interface DescribeKinesisStreamingDestinationInput {
|
|
|
4649
3780
|
*/
|
|
4650
3781
|
TableName: string | undefined;
|
|
4651
3782
|
}
|
|
4652
|
-
/**
|
|
4653
|
-
* @public
|
|
4654
|
-
* @enum
|
|
4655
|
-
*/
|
|
4656
|
-
export declare const DestinationStatus: {
|
|
4657
|
-
readonly ACTIVE: "ACTIVE";
|
|
4658
|
-
readonly DISABLED: "DISABLED";
|
|
4659
|
-
readonly DISABLING: "DISABLING";
|
|
4660
|
-
readonly ENABLE_FAILED: "ENABLE_FAILED";
|
|
4661
|
-
readonly ENABLING: "ENABLING";
|
|
4662
|
-
readonly UPDATING: "UPDATING";
|
|
4663
|
-
};
|
|
4664
|
-
/**
|
|
4665
|
-
* @public
|
|
4666
|
-
*/
|
|
4667
|
-
export type DestinationStatus = (typeof DestinationStatus)[keyof typeof DestinationStatus];
|
|
4668
3783
|
/**
|
|
4669
3784
|
* <p>Describes a Kinesis data stream destination.</p>
|
|
4670
3785
|
* @public
|
|
@@ -5008,114 +4123,6 @@ export interface KinesisStreamingDestinationOutput {
|
|
|
5008
4123
|
*/
|
|
5009
4124
|
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration | undefined;
|
|
5010
4125
|
}
|
|
5011
|
-
/**
|
|
5012
|
-
* <p> There was an attempt to insert an item with the same primary key as an item that
|
|
5013
|
-
* already exists in the DynamoDB table.</p>
|
|
5014
|
-
* @public
|
|
5015
|
-
*/
|
|
5016
|
-
export declare class DuplicateItemException extends __BaseException {
|
|
5017
|
-
readonly name: "DuplicateItemException";
|
|
5018
|
-
readonly $fault: "client";
|
|
5019
|
-
/**
|
|
5020
|
-
* @internal
|
|
5021
|
-
*/
|
|
5022
|
-
constructor(opts: __ExceptionOptionType<DuplicateItemException, __BaseException>);
|
|
5023
|
-
}
|
|
5024
|
-
/**
|
|
5025
|
-
* <p>DynamoDB rejected the request because you retried a request with a
|
|
5026
|
-
* different payload but with an idempotent token that was already used.</p>
|
|
5027
|
-
* @public
|
|
5028
|
-
*/
|
|
5029
|
-
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
5030
|
-
readonly name: "IdempotentParameterMismatchException";
|
|
5031
|
-
readonly $fault: "client";
|
|
5032
|
-
Message?: string | undefined;
|
|
5033
|
-
/**
|
|
5034
|
-
* @internal
|
|
5035
|
-
*/
|
|
5036
|
-
constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
|
|
5037
|
-
}
|
|
5038
|
-
/**
|
|
5039
|
-
* <p>The transaction with the given request token is already in progress.</p>
|
|
5040
|
-
* <p> Recommended Settings </p>
|
|
5041
|
-
* <note>
|
|
5042
|
-
* <p> This is a general recommendation for handling the
|
|
5043
|
-
* <code>TransactionInProgressException</code>. These settings help ensure that the
|
|
5044
|
-
* client retries will trigger completion of the ongoing
|
|
5045
|
-
* <code>TransactWriteItems</code> request. </p>
|
|
5046
|
-
* </note>
|
|
5047
|
-
* <ul>
|
|
5048
|
-
* <li>
|
|
5049
|
-
* <p> Set <code>clientExecutionTimeout</code> to a value that allows at least one
|
|
5050
|
-
* retry to be processed after 5 seconds have elapsed since the first attempt for
|
|
5051
|
-
* the <code>TransactWriteItems</code> operation. </p>
|
|
5052
|
-
* </li>
|
|
5053
|
-
* <li>
|
|
5054
|
-
* <p> Set <code>socketTimeout</code> to a value a little lower than the
|
|
5055
|
-
* <code>requestTimeout</code> setting. </p>
|
|
5056
|
-
* </li>
|
|
5057
|
-
* <li>
|
|
5058
|
-
* <p>
|
|
5059
|
-
* <code>requestTimeout</code> should be set based on the time taken for the
|
|
5060
|
-
* individual retries of a single HTTP request for your use case, but setting it to
|
|
5061
|
-
* 1 second or higher should work well to reduce chances of retries and
|
|
5062
|
-
* <code>TransactionInProgressException</code> errors. </p>
|
|
5063
|
-
* </li>
|
|
5064
|
-
* <li>
|
|
5065
|
-
* <p> Use exponential backoff when retrying and tune backoff if needed. </p>
|
|
5066
|
-
* </li>
|
|
5067
|
-
* </ul>
|
|
5068
|
-
* <p> Assuming <a href="https://github.com/aws/aws-sdk-java/blob/fd409dee8ae23fb8953e0bb4dbde65536a7e0514/aws-java-sdk-core/src/main/java/com/amazonaws/retry/PredefinedRetryPolicies.java#L97">default retry policy</a>, example timeout settings based on the guidelines
|
|
5069
|
-
* above are as follows: </p>
|
|
5070
|
-
* <p>Example timeline:</p>
|
|
5071
|
-
* <ul>
|
|
5072
|
-
* <li>
|
|
5073
|
-
* <p>0-1000 first attempt</p>
|
|
5074
|
-
* </li>
|
|
5075
|
-
* <li>
|
|
5076
|
-
* <p>1000-1500 first sleep/delay (default retry policy uses 500 ms as base delay
|
|
5077
|
-
* for 4xx errors)</p>
|
|
5078
|
-
* </li>
|
|
5079
|
-
* <li>
|
|
5080
|
-
* <p>1500-2500 second attempt</p>
|
|
5081
|
-
* </li>
|
|
5082
|
-
* <li>
|
|
5083
|
-
* <p>2500-3500 second sleep/delay (500 * 2, exponential backoff)</p>
|
|
5084
|
-
* </li>
|
|
5085
|
-
* <li>
|
|
5086
|
-
* <p>3500-4500 third attempt</p>
|
|
5087
|
-
* </li>
|
|
5088
|
-
* <li>
|
|
5089
|
-
* <p>4500-6500 third sleep/delay (500 * 2^2)</p>
|
|
5090
|
-
* </li>
|
|
5091
|
-
* <li>
|
|
5092
|
-
* <p>6500-7500 fourth attempt (this can trigger inline recovery since 5 seconds
|
|
5093
|
-
* have elapsed since the first attempt reached TC)</p>
|
|
5094
|
-
* </li>
|
|
5095
|
-
* </ul>
|
|
5096
|
-
* @public
|
|
5097
|
-
*/
|
|
5098
|
-
export declare class TransactionInProgressException extends __BaseException {
|
|
5099
|
-
readonly name: "TransactionInProgressException";
|
|
5100
|
-
readonly $fault: "client";
|
|
5101
|
-
Message?: string | undefined;
|
|
5102
|
-
/**
|
|
5103
|
-
* @internal
|
|
5104
|
-
*/
|
|
5105
|
-
constructor(opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>);
|
|
5106
|
-
}
|
|
5107
|
-
/**
|
|
5108
|
-
* <p>There was a conflict when writing to the specified S3 bucket.</p>
|
|
5109
|
-
* @public
|
|
5110
|
-
*/
|
|
5111
|
-
export declare class ExportConflictException extends __BaseException {
|
|
5112
|
-
readonly name: "ExportConflictException";
|
|
5113
|
-
readonly $fault: "client";
|
|
5114
|
-
/**
|
|
5115
|
-
* @internal
|
|
5116
|
-
*/
|
|
5117
|
-
constructor(opts: __ExceptionOptionType<ExportConflictException, __BaseException>);
|
|
5118
|
-
}
|
|
5119
4126
|
/**
|
|
5120
4127
|
* @public
|
|
5121
4128
|
*/
|
|
@@ -5221,31 +4228,6 @@ export interface ExportTableToPointInTimeOutput {
|
|
|
5221
4228
|
*/
|
|
5222
4229
|
ExportDescription?: ExportDescription | undefined;
|
|
5223
4230
|
}
|
|
5224
|
-
/**
|
|
5225
|
-
* <p>The specified <code>ExportTime</code> is outside of the point in time recovery
|
|
5226
|
-
* window.</p>
|
|
5227
|
-
* @public
|
|
5228
|
-
*/
|
|
5229
|
-
export declare class InvalidExportTimeException extends __BaseException {
|
|
5230
|
-
readonly name: "InvalidExportTimeException";
|
|
5231
|
-
readonly $fault: "client";
|
|
5232
|
-
/**
|
|
5233
|
-
* @internal
|
|
5234
|
-
*/
|
|
5235
|
-
constructor(opts: __ExceptionOptionType<InvalidExportTimeException, __BaseException>);
|
|
5236
|
-
}
|
|
5237
|
-
/**
|
|
5238
|
-
* <p>Point in time recovery has not yet been enabled for this source table.</p>
|
|
5239
|
-
* @public
|
|
5240
|
-
*/
|
|
5241
|
-
export declare class PointInTimeRecoveryUnavailableException extends __BaseException {
|
|
5242
|
-
readonly name: "PointInTimeRecoveryUnavailableException";
|
|
5243
|
-
readonly $fault: "client";
|
|
5244
|
-
/**
|
|
5245
|
-
* @internal
|
|
5246
|
-
*/
|
|
5247
|
-
constructor(opts: __ExceptionOptionType<PointInTimeRecoveryUnavailableException, __BaseException>);
|
|
5248
|
-
}
|
|
5249
4231
|
/**
|
|
5250
4232
|
* @public
|
|
5251
4233
|
*/
|
|
@@ -5273,20 +4255,6 @@ export interface GetResourcePolicyOutput {
|
|
|
5273
4255
|
*/
|
|
5274
4256
|
RevisionId?: string | undefined;
|
|
5275
4257
|
}
|
|
5276
|
-
/**
|
|
5277
|
-
* <p> There was a conflict when importing from the specified S3 source. This can occur when
|
|
5278
|
-
* the current import conflicts with a previous import request that had the same client
|
|
5279
|
-
* token. </p>
|
|
5280
|
-
* @public
|
|
5281
|
-
*/
|
|
5282
|
-
export declare class ImportConflictException extends __BaseException {
|
|
5283
|
-
readonly name: "ImportConflictException";
|
|
5284
|
-
readonly $fault: "client";
|
|
5285
|
-
/**
|
|
5286
|
-
* @internal
|
|
5287
|
-
*/
|
|
5288
|
-
constructor(opts: __ExceptionOptionType<ImportConflictException, __BaseException>);
|
|
5289
|
-
}
|
|
5290
4258
|
/**
|
|
5291
4259
|
* @public
|
|
5292
4260
|
*/
|
|
@@ -5812,20 +4780,6 @@ export interface PutResourcePolicyOutput {
|
|
|
5812
4780
|
*/
|
|
5813
4781
|
RevisionId?: string | undefined;
|
|
5814
4782
|
}
|
|
5815
|
-
/**
|
|
5816
|
-
* @public
|
|
5817
|
-
* @enum
|
|
5818
|
-
*/
|
|
5819
|
-
export declare const Select: {
|
|
5820
|
-
readonly ALL_ATTRIBUTES: "ALL_ATTRIBUTES";
|
|
5821
|
-
readonly ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES";
|
|
5822
|
-
readonly COUNT: "COUNT";
|
|
5823
|
-
readonly SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES";
|
|
5824
|
-
};
|
|
5825
|
-
/**
|
|
5826
|
-
* @public
|
|
5827
|
-
*/
|
|
5828
|
-
export type Select = (typeof Select)[keyof typeof Select];
|
|
5829
4783
|
/**
|
|
5830
4784
|
* @public
|
|
5831
4785
|
*/
|
|
@@ -5887,31 +4841,6 @@ export interface RestoreTableFromBackupOutput {
|
|
|
5887
4841
|
*/
|
|
5888
4842
|
TableDescription?: TableDescription | undefined;
|
|
5889
4843
|
}
|
|
5890
|
-
/**
|
|
5891
|
-
* <p>A target table with the specified name already exists. </p>
|
|
5892
|
-
* @public
|
|
5893
|
-
*/
|
|
5894
|
-
export declare class TableAlreadyExistsException extends __BaseException {
|
|
5895
|
-
readonly name: "TableAlreadyExistsException";
|
|
5896
|
-
readonly $fault: "client";
|
|
5897
|
-
/**
|
|
5898
|
-
* @internal
|
|
5899
|
-
*/
|
|
5900
|
-
constructor(opts: __ExceptionOptionType<TableAlreadyExistsException, __BaseException>);
|
|
5901
|
-
}
|
|
5902
|
-
/**
|
|
5903
|
-
* <p>An invalid restore time was specified. RestoreDateTime must be between
|
|
5904
|
-
* EarliestRestorableDateTime and LatestRestorableDateTime.</p>
|
|
5905
|
-
* @public
|
|
5906
|
-
*/
|
|
5907
|
-
export declare class InvalidRestoreTimeException extends __BaseException {
|
|
5908
|
-
readonly name: "InvalidRestoreTimeException";
|
|
5909
|
-
readonly $fault: "client";
|
|
5910
|
-
/**
|
|
5911
|
-
* @internal
|
|
5912
|
-
*/
|
|
5913
|
-
constructor(opts: __ExceptionOptionType<InvalidRestoreTimeException, __BaseException>);
|
|
5914
|
-
}
|
|
5915
4844
|
/**
|
|
5916
4845
|
* @public
|
|
5917
4846
|
*/
|
|
@@ -6123,30 +5052,6 @@ export interface UpdateContributorInsightsOutput {
|
|
|
6123
5052
|
*/
|
|
6124
5053
|
ContributorInsightsMode?: ContributorInsightsMode | undefined;
|
|
6125
5054
|
}
|
|
6126
|
-
/**
|
|
6127
|
-
* <p>The specified replica is already part of the global table.</p>
|
|
6128
|
-
* @public
|
|
6129
|
-
*/
|
|
6130
|
-
export declare class ReplicaAlreadyExistsException extends __BaseException {
|
|
6131
|
-
readonly name: "ReplicaAlreadyExistsException";
|
|
6132
|
-
readonly $fault: "client";
|
|
6133
|
-
/**
|
|
6134
|
-
* @internal
|
|
6135
|
-
*/
|
|
6136
|
-
constructor(opts: __ExceptionOptionType<ReplicaAlreadyExistsException, __BaseException>);
|
|
6137
|
-
}
|
|
6138
|
-
/**
|
|
6139
|
-
* <p>The specified replica is no longer part of the global table.</p>
|
|
6140
|
-
* @public
|
|
6141
|
-
*/
|
|
6142
|
-
export declare class ReplicaNotFoundException extends __BaseException {
|
|
6143
|
-
readonly name: "ReplicaNotFoundException";
|
|
6144
|
-
readonly $fault: "client";
|
|
6145
|
-
/**
|
|
6146
|
-
* @internal
|
|
6147
|
-
*/
|
|
6148
|
-
constructor(opts: __ExceptionOptionType<ReplicaNotFoundException, __BaseException>);
|
|
6149
|
-
}
|
|
6150
5055
|
/**
|
|
6151
5056
|
* <p>Represents one of the following:</p>
|
|
6152
5057
|
* <ul>
|
|
@@ -6199,18 +5104,6 @@ export interface UpdateGlobalTableOutput {
|
|
|
6199
5104
|
*/
|
|
6200
5105
|
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
6201
5106
|
}
|
|
6202
|
-
/**
|
|
6203
|
-
* <p>The operation tried to access a nonexistent index.</p>
|
|
6204
|
-
* @public
|
|
6205
|
-
*/
|
|
6206
|
-
export declare class IndexNotFoundException extends __BaseException {
|
|
6207
|
-
readonly name: "IndexNotFoundException";
|
|
6208
|
-
readonly $fault: "client";
|
|
6209
|
-
/**
|
|
6210
|
-
* @internal
|
|
6211
|
-
*/
|
|
6212
|
-
constructor(opts: __ExceptionOptionType<IndexNotFoundException, __BaseException>);
|
|
6213
|
-
}
|
|
6214
5107
|
/**
|
|
6215
5108
|
* <p>Represents the settings of a global secondary index for a global table that will be
|
|
6216
5109
|
* modified.</p>
|
|
@@ -7186,6 +6079,10 @@ export declare namespace AttributeValue {
|
|
|
7186
6079
|
BOOL?: never;
|
|
7187
6080
|
$unknown: [string, any];
|
|
7188
6081
|
}
|
|
6082
|
+
/**
|
|
6083
|
+
* @deprecated unused in schema-serde mode.
|
|
6084
|
+
*
|
|
6085
|
+
*/
|
|
7189
6086
|
interface Visitor<T> {
|
|
7190
6087
|
S: (value: string) => T;
|
|
7191
6088
|
N: (value: string) => T;
|
|
@@ -7199,7 +6096,6 @@ export declare namespace AttributeValue {
|
|
|
7199
6096
|
BOOL: (value: boolean) => T;
|
|
7200
6097
|
_: (name: string, value: any) => T;
|
|
7201
6098
|
}
|
|
7202
|
-
const visit: <T>(value: AttributeValue, visitor: Visitor<T>) => T;
|
|
7203
6099
|
}
|
|
7204
6100
|
/**
|
|
7205
6101
|
* <p>For the <code>UpdateItem</code> operation, represents the attributes to be modified,
|
|
@@ -7626,23 +6522,6 @@ export interface Condition {
|
|
|
7626
6522
|
*/
|
|
7627
6523
|
ComparisonOperator: ComparisonOperator | undefined;
|
|
7628
6524
|
}
|
|
7629
|
-
/**
|
|
7630
|
-
* <p>A condition specified in the operation failed to be evaluated.</p>
|
|
7631
|
-
* @public
|
|
7632
|
-
*/
|
|
7633
|
-
export declare class ConditionalCheckFailedException extends __BaseException {
|
|
7634
|
-
readonly name: "ConditionalCheckFailedException";
|
|
7635
|
-
readonly $fault: "client";
|
|
7636
|
-
/**
|
|
7637
|
-
* <p>Item which caused the <code>ConditionalCheckFailedException</code>.</p>
|
|
7638
|
-
* @public
|
|
7639
|
-
*/
|
|
7640
|
-
Item?: Record<string, AttributeValue> | undefined;
|
|
7641
|
-
/**
|
|
7642
|
-
* @internal
|
|
7643
|
-
*/
|
|
7644
|
-
constructor(opts: __ExceptionOptionType<ConditionalCheckFailedException, __BaseException>);
|
|
7645
|
-
}
|
|
7646
6525
|
/**
|
|
7647
6526
|
* <p>Represents a request to perform a <code>DeleteItem</code> operation on an item.</p>
|
|
7648
6527
|
* @public
|
|
@@ -8209,260 +7088,6 @@ export interface TransactGetItemsOutput {
|
|
|
8209
7088
|
*/
|
|
8210
7089
|
Responses?: ItemResponse[] | undefined;
|
|
8211
7090
|
}
|
|
8212
|
-
/**
|
|
8213
|
-
* <p>The entire transaction request was canceled.</p>
|
|
8214
|
-
* <p>DynamoDB cancels a <code>TransactWriteItems</code> request under the following
|
|
8215
|
-
* circumstances:</p>
|
|
8216
|
-
* <ul>
|
|
8217
|
-
* <li>
|
|
8218
|
-
* <p>A condition in one of the condition expressions is not met.</p>
|
|
8219
|
-
* </li>
|
|
8220
|
-
* <li>
|
|
8221
|
-
* <p>A table in the <code>TransactWriteItems</code> request is in a different
|
|
8222
|
-
* account or region.</p>
|
|
8223
|
-
* </li>
|
|
8224
|
-
* <li>
|
|
8225
|
-
* <p>More than one action in the <code>TransactWriteItems</code> operation
|
|
8226
|
-
* targets the same item.</p>
|
|
8227
|
-
* </li>
|
|
8228
|
-
* <li>
|
|
8229
|
-
* <p>There is insufficient provisioned capacity for the transaction to be
|
|
8230
|
-
* completed.</p>
|
|
8231
|
-
* </li>
|
|
8232
|
-
* <li>
|
|
8233
|
-
* <p>An item size becomes too large (larger than 400 KB), or a local secondary
|
|
8234
|
-
* index (LSI) becomes too large, or a similar validation error occurs because of
|
|
8235
|
-
* changes made by the transaction.</p>
|
|
8236
|
-
* </li>
|
|
8237
|
-
* <li>
|
|
8238
|
-
* <p>There is a user error, such as an invalid data format.</p>
|
|
8239
|
-
* </li>
|
|
8240
|
-
* <li>
|
|
8241
|
-
* <p> There is an ongoing <code>TransactWriteItems</code> operation that
|
|
8242
|
-
* conflicts with a concurrent <code>TransactWriteItems</code> request. In this
|
|
8243
|
-
* case the <code>TransactWriteItems</code> operation fails with a
|
|
8244
|
-
* <code>TransactionCanceledException</code>. </p>
|
|
8245
|
-
* </li>
|
|
8246
|
-
* </ul>
|
|
8247
|
-
* <p>DynamoDB cancels a <code>TransactGetItems</code> request under the
|
|
8248
|
-
* following circumstances:</p>
|
|
8249
|
-
* <ul>
|
|
8250
|
-
* <li>
|
|
8251
|
-
* <p>There is an ongoing <code>TransactGetItems</code> operation that conflicts
|
|
8252
|
-
* with a concurrent <code>PutItem</code>, <code>UpdateItem</code>,
|
|
8253
|
-
* <code>DeleteItem</code> or <code>TransactWriteItems</code> request. In this
|
|
8254
|
-
* case the <code>TransactGetItems</code> operation fails with a
|
|
8255
|
-
* <code>TransactionCanceledException</code>.</p>
|
|
8256
|
-
* </li>
|
|
8257
|
-
* <li>
|
|
8258
|
-
* <p>A table in the <code>TransactGetItems</code> request is in a different
|
|
8259
|
-
* account or region.</p>
|
|
8260
|
-
* </li>
|
|
8261
|
-
* <li>
|
|
8262
|
-
* <p>There is insufficient provisioned capacity for the transaction to be
|
|
8263
|
-
* completed.</p>
|
|
8264
|
-
* </li>
|
|
8265
|
-
* <li>
|
|
8266
|
-
* <p>There is a user error, such as an invalid data format.</p>
|
|
8267
|
-
* </li>
|
|
8268
|
-
* </ul>
|
|
8269
|
-
* <note>
|
|
8270
|
-
* <p>If using Java, DynamoDB lists the cancellation reasons on the
|
|
8271
|
-
* <code>CancellationReasons</code> property. This property is not set for other
|
|
8272
|
-
* languages. Transaction cancellation reasons are ordered in the order of requested
|
|
8273
|
-
* items, if an item has no error it will have <code>None</code> code and
|
|
8274
|
-
* <code>Null</code> message.</p>
|
|
8275
|
-
* </note>
|
|
8276
|
-
* <p>Cancellation reason codes and possible error messages:</p>
|
|
8277
|
-
* <ul>
|
|
8278
|
-
* <li>
|
|
8279
|
-
* <p>No Errors:</p>
|
|
8280
|
-
* <ul>
|
|
8281
|
-
* <li>
|
|
8282
|
-
* <p>Code: <code>None</code>
|
|
8283
|
-
* </p>
|
|
8284
|
-
* </li>
|
|
8285
|
-
* <li>
|
|
8286
|
-
* <p>Message: <code>null</code>
|
|
8287
|
-
* </p>
|
|
8288
|
-
* </li>
|
|
8289
|
-
* </ul>
|
|
8290
|
-
* </li>
|
|
8291
|
-
* <li>
|
|
8292
|
-
* <p>Conditional Check Failed:</p>
|
|
8293
|
-
* <ul>
|
|
8294
|
-
* <li>
|
|
8295
|
-
* <p>Code: <code>ConditionalCheckFailed</code>
|
|
8296
|
-
* </p>
|
|
8297
|
-
* </li>
|
|
8298
|
-
* <li>
|
|
8299
|
-
* <p>Message: The conditional request failed. </p>
|
|
8300
|
-
* </li>
|
|
8301
|
-
* </ul>
|
|
8302
|
-
* </li>
|
|
8303
|
-
* <li>
|
|
8304
|
-
* <p>Item Collection Size Limit Exceeded:</p>
|
|
8305
|
-
* <ul>
|
|
8306
|
-
* <li>
|
|
8307
|
-
* <p>Code: <code>ItemCollectionSizeLimitExceeded</code>
|
|
8308
|
-
* </p>
|
|
8309
|
-
* </li>
|
|
8310
|
-
* <li>
|
|
8311
|
-
* <p>Message: Collection size exceeded.</p>
|
|
8312
|
-
* </li>
|
|
8313
|
-
* </ul>
|
|
8314
|
-
* </li>
|
|
8315
|
-
* <li>
|
|
8316
|
-
* <p>Transaction Conflict:</p>
|
|
8317
|
-
* <ul>
|
|
8318
|
-
* <li>
|
|
8319
|
-
* <p>Code: <code>TransactionConflict</code>
|
|
8320
|
-
* </p>
|
|
8321
|
-
* </li>
|
|
8322
|
-
* <li>
|
|
8323
|
-
* <p>Message: Transaction is ongoing for the item.</p>
|
|
8324
|
-
* </li>
|
|
8325
|
-
* </ul>
|
|
8326
|
-
* </li>
|
|
8327
|
-
* <li>
|
|
8328
|
-
* <p>Provisioned Throughput Exceeded:</p>
|
|
8329
|
-
* <ul>
|
|
8330
|
-
* <li>
|
|
8331
|
-
* <p>Code: <code>ProvisionedThroughputExceeded</code>
|
|
8332
|
-
* </p>
|
|
8333
|
-
* </li>
|
|
8334
|
-
* <li>
|
|
8335
|
-
* <p>Messages:</p>
|
|
8336
|
-
* <ul>
|
|
8337
|
-
* <li>
|
|
8338
|
-
* <p>The level of configured provisioned throughput for the
|
|
8339
|
-
* table was exceeded. Consider increasing your provisioning level
|
|
8340
|
-
* with the UpdateTable API.</p>
|
|
8341
|
-
* <note>
|
|
8342
|
-
* <p>This Message is received when provisioned throughput is
|
|
8343
|
-
* exceeded is on a provisioned DynamoDB
|
|
8344
|
-
* table.</p>
|
|
8345
|
-
* </note>
|
|
8346
|
-
* </li>
|
|
8347
|
-
* <li>
|
|
8348
|
-
* <p>The level of configured provisioned throughput for one or
|
|
8349
|
-
* more global secondary indexes of the table was exceeded.
|
|
8350
|
-
* Consider increasing your provisioning level for the
|
|
8351
|
-
* under-provisioned global secondary indexes with the UpdateTable
|
|
8352
|
-
* API.</p>
|
|
8353
|
-
* <note>
|
|
8354
|
-
* <p>This message is returned when provisioned throughput is
|
|
8355
|
-
* exceeded is on a provisioned GSI.</p>
|
|
8356
|
-
* </note>
|
|
8357
|
-
* </li>
|
|
8358
|
-
* </ul>
|
|
8359
|
-
* </li>
|
|
8360
|
-
* </ul>
|
|
8361
|
-
* </li>
|
|
8362
|
-
* <li>
|
|
8363
|
-
* <p>Throttling Error:</p>
|
|
8364
|
-
* <ul>
|
|
8365
|
-
* <li>
|
|
8366
|
-
* <p>Code: <code>ThrottlingError</code>
|
|
8367
|
-
* </p>
|
|
8368
|
-
* </li>
|
|
8369
|
-
* <li>
|
|
8370
|
-
* <p>Messages: </p>
|
|
8371
|
-
* <ul>
|
|
8372
|
-
* <li>
|
|
8373
|
-
* <p>Throughput exceeds the current capacity of your table or
|
|
8374
|
-
* index. DynamoDB is automatically scaling your table or
|
|
8375
|
-
* index so please try again shortly. If exceptions persist, check
|
|
8376
|
-
* if you have a hot key:
|
|
8377
|
-
* https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html.</p>
|
|
8378
|
-
* <note>
|
|
8379
|
-
* <p>This message is returned when writes get throttled on an
|
|
8380
|
-
* On-Demand table as DynamoDB is automatically
|
|
8381
|
-
* scaling the table.</p>
|
|
8382
|
-
* </note>
|
|
8383
|
-
* </li>
|
|
8384
|
-
* <li>
|
|
8385
|
-
* <p>Throughput exceeds the current capacity for one or more
|
|
8386
|
-
* global secondary indexes. DynamoDB is automatically
|
|
8387
|
-
* scaling your index so please try again shortly.</p>
|
|
8388
|
-
* <note>
|
|
8389
|
-
* <p>This message is returned when writes get throttled on an
|
|
8390
|
-
* On-Demand GSI as DynamoDB is automatically scaling
|
|
8391
|
-
* the GSI.</p>
|
|
8392
|
-
* </note>
|
|
8393
|
-
* </li>
|
|
8394
|
-
* </ul>
|
|
8395
|
-
* </li>
|
|
8396
|
-
* </ul>
|
|
8397
|
-
* </li>
|
|
8398
|
-
* <li>
|
|
8399
|
-
* <p>Validation Error:</p>
|
|
8400
|
-
* <ul>
|
|
8401
|
-
* <li>
|
|
8402
|
-
* <p>Code: <code>ValidationError</code>
|
|
8403
|
-
* </p>
|
|
8404
|
-
* </li>
|
|
8405
|
-
* <li>
|
|
8406
|
-
* <p>Messages: </p>
|
|
8407
|
-
* <ul>
|
|
8408
|
-
* <li>
|
|
8409
|
-
* <p>One or more parameter values were invalid.</p>
|
|
8410
|
-
* </li>
|
|
8411
|
-
* <li>
|
|
8412
|
-
* <p>The update expression attempted to update the secondary
|
|
8413
|
-
* index key beyond allowed size limits.</p>
|
|
8414
|
-
* </li>
|
|
8415
|
-
* <li>
|
|
8416
|
-
* <p>The update expression attempted to update the secondary
|
|
8417
|
-
* index key to unsupported type.</p>
|
|
8418
|
-
* </li>
|
|
8419
|
-
* <li>
|
|
8420
|
-
* <p>An operand in the update expression has an incorrect data
|
|
8421
|
-
* type.</p>
|
|
8422
|
-
* </li>
|
|
8423
|
-
* <li>
|
|
8424
|
-
* <p>Item size to update has exceeded the maximum allowed
|
|
8425
|
-
* size.</p>
|
|
8426
|
-
* </li>
|
|
8427
|
-
* <li>
|
|
8428
|
-
* <p>Number overflow. Attempting to store a number with
|
|
8429
|
-
* magnitude larger than supported range.</p>
|
|
8430
|
-
* </li>
|
|
8431
|
-
* <li>
|
|
8432
|
-
* <p>Type mismatch for attribute to update.</p>
|
|
8433
|
-
* </li>
|
|
8434
|
-
* <li>
|
|
8435
|
-
* <p>Nesting Levels have exceeded supported limits.</p>
|
|
8436
|
-
* </li>
|
|
8437
|
-
* <li>
|
|
8438
|
-
* <p>The document path provided in the update expression is
|
|
8439
|
-
* invalid for update.</p>
|
|
8440
|
-
* </li>
|
|
8441
|
-
* <li>
|
|
8442
|
-
* <p>The provided expression refers to an attribute that does
|
|
8443
|
-
* not exist in the item.</p>
|
|
8444
|
-
* </li>
|
|
8445
|
-
* </ul>
|
|
8446
|
-
* </li>
|
|
8447
|
-
* </ul>
|
|
8448
|
-
* </li>
|
|
8449
|
-
* </ul>
|
|
8450
|
-
* @public
|
|
8451
|
-
*/
|
|
8452
|
-
export declare class TransactionCanceledException extends __BaseException {
|
|
8453
|
-
readonly name: "TransactionCanceledException";
|
|
8454
|
-
readonly $fault: "client";
|
|
8455
|
-
Message?: string | undefined;
|
|
8456
|
-
/**
|
|
8457
|
-
* <p>A list of cancellation reasons.</p>
|
|
8458
|
-
* @public
|
|
8459
|
-
*/
|
|
8460
|
-
CancellationReasons?: CancellationReason[] | undefined;
|
|
8461
|
-
/**
|
|
8462
|
-
* @internal
|
|
8463
|
-
*/
|
|
8464
|
-
constructor(opts: __ExceptionOptionType<TransactionCanceledException, __BaseException>);
|
|
8465
|
-
}
|
|
8466
7091
|
/**
|
|
8467
7092
|
* <p>Represents the input of a <code>BatchGetItem</code> operation.</p>
|
|
8468
7093
|
* @public
|
|
@@ -11237,3 +9862,75 @@ export interface TransactWriteItem {
|
|
|
11237
9862
|
*/
|
|
11238
9863
|
Update?: Update | undefined;
|
|
11239
9864
|
}
|
|
9865
|
+
/**
|
|
9866
|
+
* @public
|
|
9867
|
+
*/
|
|
9868
|
+
export interface TransactWriteItemsInput {
|
|
9869
|
+
/**
|
|
9870
|
+
* <p>An ordered array of up to 100 <code>TransactWriteItem</code> objects, each of which
|
|
9871
|
+
* contains a <code>ConditionCheck</code>, <code>Put</code>, <code>Update</code>, or
|
|
9872
|
+
* <code>Delete</code> object. These can operate on items in different tables, but the
|
|
9873
|
+
* tables must reside in the same Amazon Web Services account and Region, and no two of them
|
|
9874
|
+
* can operate on the same item. </p>
|
|
9875
|
+
* @public
|
|
9876
|
+
*/
|
|
9877
|
+
TransactItems: TransactWriteItem[] | undefined;
|
|
9878
|
+
/**
|
|
9879
|
+
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
9880
|
+
* consumption that is returned in the response:</p>
|
|
9881
|
+
* <ul>
|
|
9882
|
+
* <li>
|
|
9883
|
+
* <p>
|
|
9884
|
+
* <code>INDEXES</code> - The response includes the aggregate
|
|
9885
|
+
* <code>ConsumedCapacity</code> for the operation, together with
|
|
9886
|
+
* <code>ConsumedCapacity</code> for each table and secondary index that was
|
|
9887
|
+
* accessed.</p>
|
|
9888
|
+
* <p>Note that some operations, such as <code>GetItem</code> and
|
|
9889
|
+
* <code>BatchGetItem</code>, do not access any indexes at all. In these cases,
|
|
9890
|
+
* specifying <code>INDEXES</code> will only return <code>ConsumedCapacity</code>
|
|
9891
|
+
* information for table(s).</p>
|
|
9892
|
+
* </li>
|
|
9893
|
+
* <li>
|
|
9894
|
+
* <p>
|
|
9895
|
+
* <code>TOTAL</code> - The response includes only the aggregate
|
|
9896
|
+
* <code>ConsumedCapacity</code> for the operation.</p>
|
|
9897
|
+
* </li>
|
|
9898
|
+
* <li>
|
|
9899
|
+
* <p>
|
|
9900
|
+
* <code>NONE</code> - No <code>ConsumedCapacity</code> details are included in the
|
|
9901
|
+
* response.</p>
|
|
9902
|
+
* </li>
|
|
9903
|
+
* </ul>
|
|
9904
|
+
* @public
|
|
9905
|
+
*/
|
|
9906
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9907
|
+
/**
|
|
9908
|
+
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
9909
|
+
* the response includes statistics about item collections (if any), that were modified
|
|
9910
|
+
* during the operation and are returned in the response. If set to <code>NONE</code> (the
|
|
9911
|
+
* default), no statistics are returned. </p>
|
|
9912
|
+
* @public
|
|
9913
|
+
*/
|
|
9914
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
9915
|
+
/**
|
|
9916
|
+
* <p>Providing a <code>ClientRequestToken</code> makes the call to
|
|
9917
|
+
* <code>TransactWriteItems</code> idempotent, meaning that multiple identical calls
|
|
9918
|
+
* have the same effect as one single call.</p>
|
|
9919
|
+
* <p>Although multiple identical calls using the same client request token produce the same
|
|
9920
|
+
* result on the server (no side effects), the responses to the calls might not be the
|
|
9921
|
+
* same. If the <code>ReturnConsumedCapacity</code> parameter is set, then the initial
|
|
9922
|
+
* <code>TransactWriteItems</code> call returns the amount of write capacity units
|
|
9923
|
+
* consumed in making the changes. Subsequent <code>TransactWriteItems</code> calls with
|
|
9924
|
+
* the same client token return the number of read capacity units consumed in reading the
|
|
9925
|
+
* item.</p>
|
|
9926
|
+
* <p>A client request token is valid for 10 minutes after the first request that uses it is
|
|
9927
|
+
* completed. After 10 minutes, any request with the same client token is treated as a new
|
|
9928
|
+
* request. Do not resubmit the same request with the same client token for more than 10
|
|
9929
|
+
* minutes, or the result might not be idempotent.</p>
|
|
9930
|
+
* <p>If you submit a request with the same client token but a change in other parameters
|
|
9931
|
+
* within the 10-minute idempotency window, DynamoDB returns an
|
|
9932
|
+
* <code>IdempotentParameterMismatch</code> exception.</p>
|
|
9933
|
+
* @public
|
|
9934
|
+
*/
|
|
9935
|
+
ClientRequestToken?: string | undefined;
|
|
9936
|
+
}
|