@gemeentenijmegen/webapp 1.1.13 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +12 -12
- package/.nvmrc +1 -0
- package/API.md +44 -0
- package/assets/webapp/auth/auth.lambda/index.js +1 -1
- package/assets/webapp/login/login.lambda/index.js +1 -1
- package/assets/webapp/logout/logout.lambda/index.js +1 -1
- 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.lambda.d.ts +1 -1
- package/lib/webapp/auth/auth.lambda.js +2 -2
- package/lib/webapp/login/login.lambda.d.ts +1 -1
- package/lib/webapp/login/login.lambda.js +2 -2
- package/lib/webapp/logout/logout.lambda.js +2 -2
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +6 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +12 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +40 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +5 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +11 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1431 -1634
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +137 -58
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +60 -69
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +91 -12
- 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 +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +3 -8
- 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/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +17 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
- package/node_modules/@aws-sdk/client-s3/README.md +31 -154
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +11 -12
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +493 -5897
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +9 -12
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -9
- package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +29 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +7 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +167 -107
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +116 -124
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- 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/CopyObjectCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +26 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +17 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +103 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +188 -5
- 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 +19 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +13 -12
- 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 +4 -4
- 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/UpdateObjectEncryptionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/package.json +64 -62
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +6 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +10 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +11 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +5 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +9 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +45 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -35
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
- 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/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/pagination/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +2 -7
- 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/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
- package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +6 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +11 -8
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +110 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +5 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +504 -147
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -158
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +43 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +27 -2
- 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/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/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -7
- 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/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +13 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
- package/node_modules/@aws-sdk/{client-sso → core}/LICENSE +4 -4
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +237 -92
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -91
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +27 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- 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 +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -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 +41 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +20 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +14 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- 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/xml/AwsRestXmlProtocol.d.ts +2 -0
- 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 +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- 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 +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +23 -23
- package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
- package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- 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-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
- package/node_modules/@aws-sdk/endpoint-cache/README.md +10 -3
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
- package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +86 -63
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +17 -17
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +12 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +12 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +12 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSO.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +1 -13
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSO.d.ts +1 -22
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -18
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -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 +4 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -28
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
- 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/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -7
- 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 +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
- package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
- package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +14 -14
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +10 -10
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
- package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
- package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +22 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +88 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +15 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +175 -30
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +10 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +164 -30
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -25
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +333 -292
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +156 -43
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +536 -231
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +24 -24
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/.jsii +80 -49
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +6 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +11 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +1 -1
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/manifest.d.ts +20 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/range.js +1 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/semver.js +19 -5
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +4 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/package.json +3 -3
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/package.json +9 -9
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/cloud-assembly.schema.json +6 -2
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/version.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +8165 -2882
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +3 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +4 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +14 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +12 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
- 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/nohoist.sh +6 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +14 -14
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +8 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +37 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +13 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +12 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/polly-helper.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +13 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/textract-helper.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/validation.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +33 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +229 -47
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +152 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +47 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +78 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.js +3 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +7 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
- 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 +2 -2
- 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 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
- 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 +38 -24
- 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 +2 -2
- 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 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
- 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 +38 -24
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
- 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 +2 -2
- 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 +4 -18
- 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 +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
- package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
- package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
- package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
- package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
- package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/session/package.json +4 -4
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +58 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +31 -11
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +8 -10
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +6 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +6 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +28 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/node_modules/@smithy/eventstream-codec/package.json +9 -9
- package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/hash-stream-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -7
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/package.json +14 -14
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +9 -8
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/package.json +9 -9
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +10 -10
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +8 -8
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
- package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +15 -13
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +8 -8
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +8 -8
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +9 -7
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +9 -7
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/package.json +8 -8
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -13
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
- package/node_modules/@smithy/util-waiter/package.json +8 -8
- package/node_modules/@smithy/uuid/package.json +6 -6
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
- package/node_modules/axios/CHANGELOG.md +460 -403
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +610 -448
- package/node_modules/axios/dist/axios.js +893 -910
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +4 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +1152 -836
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1175 -862
- 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 +916 -1461
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +256 -112
- package/node_modules/axios/index.d.ts +341 -116
- package/node_modules/axios/index.js +3 -3
- package/node_modules/axios/lib/adapters/README.md +5 -6
- package/node_modules/axios/lib/adapters/adapters.js +18 -14
- package/node_modules/axios/lib/adapters/fetch.js +140 -90
- package/node_modules/axios/lib/adapters/http.js +620 -563
- package/node_modules/axios/lib/adapters/xhr.js +189 -167
- package/node_modules/axios/lib/axios.js +6 -6
- package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +66 -45
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +57 -25
- package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
- package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
- package/node_modules/axios/lib/core/mergeConfig.js +8 -7
- package/node_modules/axios/lib/core/settle.js +11 -7
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +85 -74
- package/node_modules/axios/lib/defaults/transitional.js +2 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
- package/node_modules/axios/lib/helpers/buildURL.js +20 -21
- package/node_modules/axios/lib/helpers/callbackify.js +13 -11
- package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
- package/node_modules/axios/lib/helpers/cookies.js +45 -50
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
- package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
- package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
- package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
- package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
- package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
- package/node_modules/axios/lib/helpers/readBlob.js +4 -4
- package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
- package/node_modules/axios/lib/helpers/speedometer.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +4 -4
- package/node_modules/axios/lib/helpers/toFormData.js +43 -25
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
- package/node_modules/axios/lib/helpers/trackStream.js +33 -31
- package/node_modules/axios/lib/helpers/validator.js +16 -5
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
- package/node_modules/axios/lib/platform/browser/index.js +5 -5
- package/node_modules/axios/lib/platform/common/utils.js +6 -5
- package/node_modules/axios/lib/platform/index.js +2 -2
- package/node_modules/axios/lib/platform/node/index.js +9 -10
- package/node_modules/axios/lib/utils.js +243 -106
- package/node_modules/axios/package.json +104 -156
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +720 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +523 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +498 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +518 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +92 -60
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +70 -68
- package/node_modules/strnum/tests/temp.js +8 -0
- package/package.json +22 -22
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
- package/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/bowser/CHANGELOG.md +0 -218
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
- package/node_modules/strnum/test.js +0 -9
- package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
- package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
- package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -14,10 +14,13 @@ var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
|
14
14
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
15
15
|
var smithyClient = require('@smithy/smithy-client');
|
|
16
16
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
17
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
17
18
|
var runtimeConfig = require('./runtimeConfig');
|
|
18
19
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
19
20
|
var protocolHttp = require('@smithy/protocol-http');
|
|
20
21
|
var utilWaiter = require('@smithy/util-waiter');
|
|
22
|
+
var errors = require('./models/errors');
|
|
23
|
+
var DynamoDBServiceException = require('./models/DynamoDBServiceException');
|
|
21
24
|
|
|
22
25
|
const resolveClientEndpointParameters = (options) => {
|
|
23
26
|
return Object.assign(options, {
|
|
@@ -35,3025 +38,6 @@ const commonParams = {
|
|
|
35
38
|
AccountIdEndpointMode: { type: "builtInParams", name: "accountIdEndpointMode" },
|
|
36
39
|
};
|
|
37
40
|
|
|
38
|
-
let DynamoDBServiceException$1 = class DynamoDBServiceException extends smithyClient.ServiceException {
|
|
39
|
-
constructor(options) {
|
|
40
|
-
super(options);
|
|
41
|
-
Object.setPrototypeOf(this, DynamoDBServiceException.prototype);
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
let BackupInUseException$1 = class BackupInUseException extends DynamoDBServiceException$1 {
|
|
46
|
-
name = "BackupInUseException";
|
|
47
|
-
$fault = "client";
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "BackupInUseException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
Object.setPrototypeOf(this, BackupInUseException.prototype);
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
let BackupNotFoundException$1 = class BackupNotFoundException extends DynamoDBServiceException$1 {
|
|
58
|
-
name = "BackupNotFoundException";
|
|
59
|
-
$fault = "client";
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "BackupNotFoundException",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
Object.setPrototypeOf(this, BackupNotFoundException.prototype);
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
let InternalServerError$1 = class InternalServerError extends DynamoDBServiceException$1 {
|
|
70
|
-
name = "InternalServerError";
|
|
71
|
-
$fault = "server";
|
|
72
|
-
constructor(opts) {
|
|
73
|
-
super({
|
|
74
|
-
name: "InternalServerError",
|
|
75
|
-
$fault: "server",
|
|
76
|
-
...opts,
|
|
77
|
-
});
|
|
78
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
let RequestLimitExceeded$1 = class RequestLimitExceeded extends DynamoDBServiceException$1 {
|
|
82
|
-
name = "RequestLimitExceeded";
|
|
83
|
-
$fault = "client";
|
|
84
|
-
ThrottlingReasons;
|
|
85
|
-
constructor(opts) {
|
|
86
|
-
super({
|
|
87
|
-
name: "RequestLimitExceeded",
|
|
88
|
-
$fault: "client",
|
|
89
|
-
...opts,
|
|
90
|
-
});
|
|
91
|
-
Object.setPrototypeOf(this, RequestLimitExceeded.prototype);
|
|
92
|
-
this.ThrottlingReasons = opts.ThrottlingReasons;
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
let ThrottlingException$1 = class ThrottlingException extends DynamoDBServiceException$1 {
|
|
96
|
-
name = "ThrottlingException";
|
|
97
|
-
$fault = "client";
|
|
98
|
-
throttlingReasons;
|
|
99
|
-
constructor(opts) {
|
|
100
|
-
super({
|
|
101
|
-
name: "ThrottlingException",
|
|
102
|
-
$fault: "client",
|
|
103
|
-
...opts,
|
|
104
|
-
});
|
|
105
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
106
|
-
this.throttlingReasons = opts.throttlingReasons;
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
let InvalidEndpointException$1 = class InvalidEndpointException extends DynamoDBServiceException$1 {
|
|
110
|
-
name = "InvalidEndpointException";
|
|
111
|
-
$fault = "client";
|
|
112
|
-
Message;
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "InvalidEndpointException",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, InvalidEndpointException.prototype);
|
|
120
|
-
this.Message = opts.Message;
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
let ProvisionedThroughputExceededException$1 = class ProvisionedThroughputExceededException extends DynamoDBServiceException$1 {
|
|
124
|
-
name = "ProvisionedThroughputExceededException";
|
|
125
|
-
$fault = "client";
|
|
126
|
-
ThrottlingReasons;
|
|
127
|
-
constructor(opts) {
|
|
128
|
-
super({
|
|
129
|
-
name: "ProvisionedThroughputExceededException",
|
|
130
|
-
$fault: "client",
|
|
131
|
-
...opts,
|
|
132
|
-
});
|
|
133
|
-
Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
|
|
134
|
-
this.ThrottlingReasons = opts.ThrottlingReasons;
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
let ResourceNotFoundException$1 = class ResourceNotFoundException extends DynamoDBServiceException$1 {
|
|
138
|
-
name = "ResourceNotFoundException";
|
|
139
|
-
$fault = "client";
|
|
140
|
-
constructor(opts) {
|
|
141
|
-
super({
|
|
142
|
-
name: "ResourceNotFoundException",
|
|
143
|
-
$fault: "client",
|
|
144
|
-
...opts,
|
|
145
|
-
});
|
|
146
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
147
|
-
}
|
|
148
|
-
};
|
|
149
|
-
let ItemCollectionSizeLimitExceededException$1 = class ItemCollectionSizeLimitExceededException extends DynamoDBServiceException$1 {
|
|
150
|
-
name = "ItemCollectionSizeLimitExceededException";
|
|
151
|
-
$fault = "client";
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "ItemCollectionSizeLimitExceededException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, ItemCollectionSizeLimitExceededException.prototype);
|
|
159
|
-
}
|
|
160
|
-
};
|
|
161
|
-
let ReplicatedWriteConflictException$1 = class ReplicatedWriteConflictException extends DynamoDBServiceException$1 {
|
|
162
|
-
name = "ReplicatedWriteConflictException";
|
|
163
|
-
$fault = "client";
|
|
164
|
-
$retryable = {};
|
|
165
|
-
constructor(opts) {
|
|
166
|
-
super({
|
|
167
|
-
name: "ReplicatedWriteConflictException",
|
|
168
|
-
$fault: "client",
|
|
169
|
-
...opts,
|
|
170
|
-
});
|
|
171
|
-
Object.setPrototypeOf(this, ReplicatedWriteConflictException.prototype);
|
|
172
|
-
}
|
|
173
|
-
};
|
|
174
|
-
let ContinuousBackupsUnavailableException$1 = class ContinuousBackupsUnavailableException extends DynamoDBServiceException$1 {
|
|
175
|
-
name = "ContinuousBackupsUnavailableException";
|
|
176
|
-
$fault = "client";
|
|
177
|
-
constructor(opts) {
|
|
178
|
-
super({
|
|
179
|
-
name: "ContinuousBackupsUnavailableException",
|
|
180
|
-
$fault: "client",
|
|
181
|
-
...opts,
|
|
182
|
-
});
|
|
183
|
-
Object.setPrototypeOf(this, ContinuousBackupsUnavailableException.prototype);
|
|
184
|
-
}
|
|
185
|
-
};
|
|
186
|
-
let LimitExceededException$1 = class LimitExceededException extends DynamoDBServiceException$1 {
|
|
187
|
-
name = "LimitExceededException";
|
|
188
|
-
$fault = "client";
|
|
189
|
-
constructor(opts) {
|
|
190
|
-
super({
|
|
191
|
-
name: "LimitExceededException",
|
|
192
|
-
$fault: "client",
|
|
193
|
-
...opts,
|
|
194
|
-
});
|
|
195
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
let TableInUseException$1 = class TableInUseException extends DynamoDBServiceException$1 {
|
|
199
|
-
name = "TableInUseException";
|
|
200
|
-
$fault = "client";
|
|
201
|
-
constructor(opts) {
|
|
202
|
-
super({
|
|
203
|
-
name: "TableInUseException",
|
|
204
|
-
$fault: "client",
|
|
205
|
-
...opts,
|
|
206
|
-
});
|
|
207
|
-
Object.setPrototypeOf(this, TableInUseException.prototype);
|
|
208
|
-
}
|
|
209
|
-
};
|
|
210
|
-
let TableNotFoundException$1 = class TableNotFoundException extends DynamoDBServiceException$1 {
|
|
211
|
-
name = "TableNotFoundException";
|
|
212
|
-
$fault = "client";
|
|
213
|
-
constructor(opts) {
|
|
214
|
-
super({
|
|
215
|
-
name: "TableNotFoundException",
|
|
216
|
-
$fault: "client",
|
|
217
|
-
...opts,
|
|
218
|
-
});
|
|
219
|
-
Object.setPrototypeOf(this, TableNotFoundException.prototype);
|
|
220
|
-
}
|
|
221
|
-
};
|
|
222
|
-
let GlobalTableAlreadyExistsException$1 = class GlobalTableAlreadyExistsException extends DynamoDBServiceException$1 {
|
|
223
|
-
name = "GlobalTableAlreadyExistsException";
|
|
224
|
-
$fault = "client";
|
|
225
|
-
constructor(opts) {
|
|
226
|
-
super({
|
|
227
|
-
name: "GlobalTableAlreadyExistsException",
|
|
228
|
-
$fault: "client",
|
|
229
|
-
...opts,
|
|
230
|
-
});
|
|
231
|
-
Object.setPrototypeOf(this, GlobalTableAlreadyExistsException.prototype);
|
|
232
|
-
}
|
|
233
|
-
};
|
|
234
|
-
let ResourceInUseException$1 = class ResourceInUseException extends DynamoDBServiceException$1 {
|
|
235
|
-
name = "ResourceInUseException";
|
|
236
|
-
$fault = "client";
|
|
237
|
-
constructor(opts) {
|
|
238
|
-
super({
|
|
239
|
-
name: "ResourceInUseException",
|
|
240
|
-
$fault: "client",
|
|
241
|
-
...opts,
|
|
242
|
-
});
|
|
243
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
244
|
-
}
|
|
245
|
-
};
|
|
246
|
-
let TransactionConflictException$1 = class TransactionConflictException extends DynamoDBServiceException$1 {
|
|
247
|
-
name = "TransactionConflictException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
constructor(opts) {
|
|
250
|
-
super({
|
|
251
|
-
name: "TransactionConflictException",
|
|
252
|
-
$fault: "client",
|
|
253
|
-
...opts,
|
|
254
|
-
});
|
|
255
|
-
Object.setPrototypeOf(this, TransactionConflictException.prototype);
|
|
256
|
-
}
|
|
257
|
-
};
|
|
258
|
-
let PolicyNotFoundException$1 = class PolicyNotFoundException extends DynamoDBServiceException$1 {
|
|
259
|
-
name = "PolicyNotFoundException";
|
|
260
|
-
$fault = "client";
|
|
261
|
-
constructor(opts) {
|
|
262
|
-
super({
|
|
263
|
-
name: "PolicyNotFoundException",
|
|
264
|
-
$fault: "client",
|
|
265
|
-
...opts,
|
|
266
|
-
});
|
|
267
|
-
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
268
|
-
}
|
|
269
|
-
};
|
|
270
|
-
let ExportNotFoundException$1 = class ExportNotFoundException extends DynamoDBServiceException$1 {
|
|
271
|
-
name = "ExportNotFoundException";
|
|
272
|
-
$fault = "client";
|
|
273
|
-
constructor(opts) {
|
|
274
|
-
super({
|
|
275
|
-
name: "ExportNotFoundException",
|
|
276
|
-
$fault: "client",
|
|
277
|
-
...opts,
|
|
278
|
-
});
|
|
279
|
-
Object.setPrototypeOf(this, ExportNotFoundException.prototype);
|
|
280
|
-
}
|
|
281
|
-
};
|
|
282
|
-
let GlobalTableNotFoundException$1 = class GlobalTableNotFoundException extends DynamoDBServiceException$1 {
|
|
283
|
-
name = "GlobalTableNotFoundException";
|
|
284
|
-
$fault = "client";
|
|
285
|
-
constructor(opts) {
|
|
286
|
-
super({
|
|
287
|
-
name: "GlobalTableNotFoundException",
|
|
288
|
-
$fault: "client",
|
|
289
|
-
...opts,
|
|
290
|
-
});
|
|
291
|
-
Object.setPrototypeOf(this, GlobalTableNotFoundException.prototype);
|
|
292
|
-
}
|
|
293
|
-
};
|
|
294
|
-
let ImportNotFoundException$1 = class ImportNotFoundException extends DynamoDBServiceException$1 {
|
|
295
|
-
name = "ImportNotFoundException";
|
|
296
|
-
$fault = "client";
|
|
297
|
-
constructor(opts) {
|
|
298
|
-
super({
|
|
299
|
-
name: "ImportNotFoundException",
|
|
300
|
-
$fault: "client",
|
|
301
|
-
...opts,
|
|
302
|
-
});
|
|
303
|
-
Object.setPrototypeOf(this, ImportNotFoundException.prototype);
|
|
304
|
-
}
|
|
305
|
-
};
|
|
306
|
-
let DuplicateItemException$1 = class DuplicateItemException extends DynamoDBServiceException$1 {
|
|
307
|
-
name = "DuplicateItemException";
|
|
308
|
-
$fault = "client";
|
|
309
|
-
constructor(opts) {
|
|
310
|
-
super({
|
|
311
|
-
name: "DuplicateItemException",
|
|
312
|
-
$fault: "client",
|
|
313
|
-
...opts,
|
|
314
|
-
});
|
|
315
|
-
Object.setPrototypeOf(this, DuplicateItemException.prototype);
|
|
316
|
-
}
|
|
317
|
-
};
|
|
318
|
-
let IdempotentParameterMismatchException$1 = class IdempotentParameterMismatchException extends DynamoDBServiceException$1 {
|
|
319
|
-
name = "IdempotentParameterMismatchException";
|
|
320
|
-
$fault = "client";
|
|
321
|
-
Message;
|
|
322
|
-
constructor(opts) {
|
|
323
|
-
super({
|
|
324
|
-
name: "IdempotentParameterMismatchException",
|
|
325
|
-
$fault: "client",
|
|
326
|
-
...opts,
|
|
327
|
-
});
|
|
328
|
-
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
329
|
-
this.Message = opts.Message;
|
|
330
|
-
}
|
|
331
|
-
};
|
|
332
|
-
let TransactionInProgressException$1 = class TransactionInProgressException extends DynamoDBServiceException$1 {
|
|
333
|
-
name = "TransactionInProgressException";
|
|
334
|
-
$fault = "client";
|
|
335
|
-
Message;
|
|
336
|
-
constructor(opts) {
|
|
337
|
-
super({
|
|
338
|
-
name: "TransactionInProgressException",
|
|
339
|
-
$fault: "client",
|
|
340
|
-
...opts,
|
|
341
|
-
});
|
|
342
|
-
Object.setPrototypeOf(this, TransactionInProgressException.prototype);
|
|
343
|
-
this.Message = opts.Message;
|
|
344
|
-
}
|
|
345
|
-
};
|
|
346
|
-
let ExportConflictException$1 = class ExportConflictException extends DynamoDBServiceException$1 {
|
|
347
|
-
name = "ExportConflictException";
|
|
348
|
-
$fault = "client";
|
|
349
|
-
constructor(opts) {
|
|
350
|
-
super({
|
|
351
|
-
name: "ExportConflictException",
|
|
352
|
-
$fault: "client",
|
|
353
|
-
...opts,
|
|
354
|
-
});
|
|
355
|
-
Object.setPrototypeOf(this, ExportConflictException.prototype);
|
|
356
|
-
}
|
|
357
|
-
};
|
|
358
|
-
let InvalidExportTimeException$1 = class InvalidExportTimeException extends DynamoDBServiceException$1 {
|
|
359
|
-
name = "InvalidExportTimeException";
|
|
360
|
-
$fault = "client";
|
|
361
|
-
constructor(opts) {
|
|
362
|
-
super({
|
|
363
|
-
name: "InvalidExportTimeException",
|
|
364
|
-
$fault: "client",
|
|
365
|
-
...opts,
|
|
366
|
-
});
|
|
367
|
-
Object.setPrototypeOf(this, InvalidExportTimeException.prototype);
|
|
368
|
-
}
|
|
369
|
-
};
|
|
370
|
-
let PointInTimeRecoveryUnavailableException$1 = class PointInTimeRecoveryUnavailableException extends DynamoDBServiceException$1 {
|
|
371
|
-
name = "PointInTimeRecoveryUnavailableException";
|
|
372
|
-
$fault = "client";
|
|
373
|
-
constructor(opts) {
|
|
374
|
-
super({
|
|
375
|
-
name: "PointInTimeRecoveryUnavailableException",
|
|
376
|
-
$fault: "client",
|
|
377
|
-
...opts,
|
|
378
|
-
});
|
|
379
|
-
Object.setPrototypeOf(this, PointInTimeRecoveryUnavailableException.prototype);
|
|
380
|
-
}
|
|
381
|
-
};
|
|
382
|
-
let ImportConflictException$1 = class ImportConflictException extends DynamoDBServiceException$1 {
|
|
383
|
-
name = "ImportConflictException";
|
|
384
|
-
$fault = "client";
|
|
385
|
-
constructor(opts) {
|
|
386
|
-
super({
|
|
387
|
-
name: "ImportConflictException",
|
|
388
|
-
$fault: "client",
|
|
389
|
-
...opts,
|
|
390
|
-
});
|
|
391
|
-
Object.setPrototypeOf(this, ImportConflictException.prototype);
|
|
392
|
-
}
|
|
393
|
-
};
|
|
394
|
-
let TableAlreadyExistsException$1 = class TableAlreadyExistsException extends DynamoDBServiceException$1 {
|
|
395
|
-
name = "TableAlreadyExistsException";
|
|
396
|
-
$fault = "client";
|
|
397
|
-
constructor(opts) {
|
|
398
|
-
super({
|
|
399
|
-
name: "TableAlreadyExistsException",
|
|
400
|
-
$fault: "client",
|
|
401
|
-
...opts,
|
|
402
|
-
});
|
|
403
|
-
Object.setPrototypeOf(this, TableAlreadyExistsException.prototype);
|
|
404
|
-
}
|
|
405
|
-
};
|
|
406
|
-
let InvalidRestoreTimeException$1 = class InvalidRestoreTimeException extends DynamoDBServiceException$1 {
|
|
407
|
-
name = "InvalidRestoreTimeException";
|
|
408
|
-
$fault = "client";
|
|
409
|
-
constructor(opts) {
|
|
410
|
-
super({
|
|
411
|
-
name: "InvalidRestoreTimeException",
|
|
412
|
-
$fault: "client",
|
|
413
|
-
...opts,
|
|
414
|
-
});
|
|
415
|
-
Object.setPrototypeOf(this, InvalidRestoreTimeException.prototype);
|
|
416
|
-
}
|
|
417
|
-
};
|
|
418
|
-
let ReplicaAlreadyExistsException$1 = class ReplicaAlreadyExistsException extends DynamoDBServiceException$1 {
|
|
419
|
-
name = "ReplicaAlreadyExistsException";
|
|
420
|
-
$fault = "client";
|
|
421
|
-
constructor(opts) {
|
|
422
|
-
super({
|
|
423
|
-
name: "ReplicaAlreadyExistsException",
|
|
424
|
-
$fault: "client",
|
|
425
|
-
...opts,
|
|
426
|
-
});
|
|
427
|
-
Object.setPrototypeOf(this, ReplicaAlreadyExistsException.prototype);
|
|
428
|
-
}
|
|
429
|
-
};
|
|
430
|
-
let ReplicaNotFoundException$1 = class ReplicaNotFoundException extends DynamoDBServiceException$1 {
|
|
431
|
-
name = "ReplicaNotFoundException";
|
|
432
|
-
$fault = "client";
|
|
433
|
-
constructor(opts) {
|
|
434
|
-
super({
|
|
435
|
-
name: "ReplicaNotFoundException",
|
|
436
|
-
$fault: "client",
|
|
437
|
-
...opts,
|
|
438
|
-
});
|
|
439
|
-
Object.setPrototypeOf(this, ReplicaNotFoundException.prototype);
|
|
440
|
-
}
|
|
441
|
-
};
|
|
442
|
-
let IndexNotFoundException$1 = class IndexNotFoundException extends DynamoDBServiceException$1 {
|
|
443
|
-
name = "IndexNotFoundException";
|
|
444
|
-
$fault = "client";
|
|
445
|
-
constructor(opts) {
|
|
446
|
-
super({
|
|
447
|
-
name: "IndexNotFoundException",
|
|
448
|
-
$fault: "client",
|
|
449
|
-
...opts,
|
|
450
|
-
});
|
|
451
|
-
Object.setPrototypeOf(this, IndexNotFoundException.prototype);
|
|
452
|
-
}
|
|
453
|
-
};
|
|
454
|
-
let ConditionalCheckFailedException$1 = class ConditionalCheckFailedException extends DynamoDBServiceException$1 {
|
|
455
|
-
name = "ConditionalCheckFailedException";
|
|
456
|
-
$fault = "client";
|
|
457
|
-
Item;
|
|
458
|
-
constructor(opts) {
|
|
459
|
-
super({
|
|
460
|
-
name: "ConditionalCheckFailedException",
|
|
461
|
-
$fault: "client",
|
|
462
|
-
...opts,
|
|
463
|
-
});
|
|
464
|
-
Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);
|
|
465
|
-
this.Item = opts.Item;
|
|
466
|
-
}
|
|
467
|
-
};
|
|
468
|
-
let TransactionCanceledException$1 = class TransactionCanceledException extends DynamoDBServiceException$1 {
|
|
469
|
-
name = "TransactionCanceledException";
|
|
470
|
-
$fault = "client";
|
|
471
|
-
Message;
|
|
472
|
-
CancellationReasons;
|
|
473
|
-
constructor(opts) {
|
|
474
|
-
super({
|
|
475
|
-
name: "TransactionCanceledException",
|
|
476
|
-
$fault: "client",
|
|
477
|
-
...opts,
|
|
478
|
-
});
|
|
479
|
-
Object.setPrototypeOf(this, TransactionCanceledException.prototype);
|
|
480
|
-
this.Message = opts.Message;
|
|
481
|
-
this.CancellationReasons = opts.CancellationReasons;
|
|
482
|
-
}
|
|
483
|
-
};
|
|
484
|
-
|
|
485
|
-
const _A = "Action";
|
|
486
|
-
const _ABA = "ArchivalBackupArn";
|
|
487
|
-
const _ACDTP = "ApproximateCreationDateTimePrecision";
|
|
488
|
-
const _AD = "AttributeDefinition";
|
|
489
|
-
const _ADT = "ArchivalDateTime";
|
|
490
|
-
const _ADt = "AttributeDefinitions";
|
|
491
|
-
const _AM = "AttributeMap";
|
|
492
|
-
const _AMRCU = "AccountMaxReadCapacityUnits";
|
|
493
|
-
const _AMWCU = "AccountMaxWriteCapacityUnits";
|
|
494
|
-
const _AN = "AttributeName";
|
|
495
|
-
const _AR = "ArchivalReason";
|
|
496
|
-
const _AS = "ArchivalSummary";
|
|
497
|
-
const _ASD = "AutoScalingDisabled";
|
|
498
|
-
const _ASPD = "AutoScalingPolicyDescription";
|
|
499
|
-
const _ASPDL = "AutoScalingPolicyDescriptionList";
|
|
500
|
-
const _ASPU = "AutoScalingPolicyUpdate";
|
|
501
|
-
const _ASRA = "AutoScalingRoleArn";
|
|
502
|
-
const _ASSD = "AutoScalingSettingsDescription";
|
|
503
|
-
const _ASSU = "AutoScalingSettingsUpdate";
|
|
504
|
-
const _ASTTSPCD = "AutoScalingTargetTrackingScalingPolicyConfigurationDescription";
|
|
505
|
-
const _ASTTSPCU = "AutoScalingTargetTrackingScalingPolicyConfigurationUpdate";
|
|
506
|
-
const _AT = "AttributeType";
|
|
507
|
-
const _ATG = "AttributesToGet";
|
|
508
|
-
const _AU = "AttributeUpdates";
|
|
509
|
-
const _AV = "AttributeValue";
|
|
510
|
-
const _AVL = "AttributeValueList";
|
|
511
|
-
const _AVU = "AttributeValueUpdate";
|
|
512
|
-
const _Ad = "Address";
|
|
513
|
-
const _At = "Attributes";
|
|
514
|
-
const _B = "Backfilling";
|
|
515
|
-
const _BA = "BackupArn";
|
|
516
|
-
const _BCDT = "BackupCreationDateTime";
|
|
517
|
-
const _BD = "BackupDescription";
|
|
518
|
-
const _BDa = "BackupDetails";
|
|
519
|
-
const _BEDT = "BackupExpiryDateTime";
|
|
520
|
-
const _BES = "BatchExecuteStatement";
|
|
521
|
-
const _BESI = "BatchExecuteStatementInput";
|
|
522
|
-
const _BESO = "BatchExecuteStatementOutput";
|
|
523
|
-
const _BGI = "BatchGetItem";
|
|
524
|
-
const _BGII = "BatchGetItemInput";
|
|
525
|
-
const _BGIO = "BatchGetItemOutput";
|
|
526
|
-
const _BGRM = "BatchGetResponseMap";
|
|
527
|
-
const _BGRMa = "BatchGetRequestMap";
|
|
528
|
-
const _BIUE = "BackupInUseException";
|
|
529
|
-
const _BM = "BillingMode";
|
|
530
|
-
const _BMO = "BillingModeOverride";
|
|
531
|
-
const _BMS = "BillingModeSummary";
|
|
532
|
-
const _BN = "BackupName";
|
|
533
|
-
const _BNFE = "BackupNotFoundException";
|
|
534
|
-
const _BOOL = "BOOL";
|
|
535
|
-
const _BS = "BackupStatus";
|
|
536
|
-
const _BSB = "BackupSizeBytes";
|
|
537
|
-
const _BSBi = "BilledSizeBytes";
|
|
538
|
-
const _BSE = "BatchStatementError";
|
|
539
|
-
const _BSR = "BatchStatementRequest";
|
|
540
|
-
const _BSRa = "BatchStatementResponse";
|
|
541
|
-
const _BS_ = "BS";
|
|
542
|
-
const _BSa = "BackupSummary";
|
|
543
|
-
const _BSac = "BackupSummaries";
|
|
544
|
-
const _BT = "BackupType";
|
|
545
|
-
const _BWI = "BatchWriteItem";
|
|
546
|
-
const _BWII = "BatchWriteItemInput";
|
|
547
|
-
const _BWIO = "BatchWriteItemOutput";
|
|
548
|
-
const _BWIRM = "BatchWriteItemRequestMap";
|
|
549
|
-
const _B_ = "B";
|
|
550
|
-
const _C = "Code";
|
|
551
|
-
const _CB = "CreateBackup";
|
|
552
|
-
const _CBD = "ContinuousBackupsDescription";
|
|
553
|
-
const _CBI = "CreateBackupInput";
|
|
554
|
-
const _CBO = "CreateBackupOutput";
|
|
555
|
-
const _CBS = "ContinuousBackupsStatus";
|
|
556
|
-
const _CBUE = "ContinuousBackupsUnavailableException";
|
|
557
|
-
const _CC = "ConsumedCapacity";
|
|
558
|
-
const _CCFE = "ConditionalCheckFailedException";
|
|
559
|
-
const _CCM = "ConsumedCapacityMultiple";
|
|
560
|
-
const _CCo = "ConditionCheck";
|
|
561
|
-
const _CDT = "CreationDateTime";
|
|
562
|
-
const _CE = "ConditionExpression";
|
|
563
|
-
const _CGSIA = "CreateGlobalSecondaryIndexAction";
|
|
564
|
-
const _CGT = "CreateGlobalTable";
|
|
565
|
-
const _CGTI = "CreateGlobalTableInput";
|
|
566
|
-
const _CGTO = "CreateGlobalTableOutput";
|
|
567
|
-
const _CGTWGMA = "CreateGlobalTableWitnessGroupMemberAction";
|
|
568
|
-
const _CIA = "ContributorInsightsAction";
|
|
569
|
-
const _CIM = "ContributorInsightsMode";
|
|
570
|
-
const _CIRL = "ContributorInsightsRuleList";
|
|
571
|
-
const _CIS = "ContributorInsightsSummary";
|
|
572
|
-
const _CISo = "ContributorInsightsStatus";
|
|
573
|
-
const _CISon = "ContributorInsightsSummaries";
|
|
574
|
-
const _CO = "ComparisonOperator";
|
|
575
|
-
const _COo = "ConditionalOperator";
|
|
576
|
-
const _COs = "CsvOptions";
|
|
577
|
-
const _CPIM = "CachePeriodInMinutes";
|
|
578
|
-
const _CR = "ConsistentRead";
|
|
579
|
-
const _CRA = "CreateReplicaAction";
|
|
580
|
-
const _CRGMA = "CreateReplicationGroupMemberAction";
|
|
581
|
-
const _CRL = "CancellationReasonList";
|
|
582
|
-
const _CRSRA = "ConfirmRemoveSelfResourceAccess";
|
|
583
|
-
const _CRT = "ClientRequestToken";
|
|
584
|
-
const _CRa = "CancellationReason";
|
|
585
|
-
const _CRan = "CancellationReasons";
|
|
586
|
-
const _CT = "ClientToken";
|
|
587
|
-
const _CTI = "CreateTableInput";
|
|
588
|
-
const _CTO = "CreateTableOutput";
|
|
589
|
-
const _CTr = "CreateTable";
|
|
590
|
-
const _CU = "CapacityUnits";
|
|
591
|
-
const _CWLGA = "CloudWatchLogGroupArn";
|
|
592
|
-
const _Ca = "Capacity";
|
|
593
|
-
const _Co = "Condition";
|
|
594
|
-
const _Cou = "Count";
|
|
595
|
-
const _Cr = "Create";
|
|
596
|
-
const _Cs = "Csv";
|
|
597
|
-
const _D = "Delimiter";
|
|
598
|
-
const _DB = "DeleteBackup";
|
|
599
|
-
const _DBI = "DeleteBackupInput";
|
|
600
|
-
const _DBIe = "DescribeBackupInput";
|
|
601
|
-
const _DBO = "DeleteBackupOutput";
|
|
602
|
-
const _DBOe = "DescribeBackupOutput";
|
|
603
|
-
const _DBe = "DescribeBackup";
|
|
604
|
-
const _DCB = "DescribeContinuousBackups";
|
|
605
|
-
const _DCBI = "DescribeContinuousBackupsInput";
|
|
606
|
-
const _DCBO = "DescribeContinuousBackupsOutput";
|
|
607
|
-
const _DCI = "DescribeContributorInsights";
|
|
608
|
-
const _DCII = "DescribeContributorInsightsInput";
|
|
609
|
-
const _DCIO = "DescribeContributorInsightsOutput";
|
|
610
|
-
const _DE = "DescribeEndpoints";
|
|
611
|
-
const _DEI = "DescribeExportInput";
|
|
612
|
-
const _DEO = "DescribeExportOutput";
|
|
613
|
-
const _DER = "DescribeEndpointsRequest";
|
|
614
|
-
const _DERe = "DescribeEndpointsResponse";
|
|
615
|
-
const _DEe = "DescribeExport";
|
|
616
|
-
const _DGSIA = "DeleteGlobalSecondaryIndexAction";
|
|
617
|
-
const _DGT = "DescribeGlobalTable";
|
|
618
|
-
const _DGTI = "DescribeGlobalTableInput";
|
|
619
|
-
const _DGTO = "DescribeGlobalTableOutput";
|
|
620
|
-
const _DGTS = "DescribeGlobalTableSettings";
|
|
621
|
-
const _DGTSI = "DescribeGlobalTableSettingsInput";
|
|
622
|
-
const _DGTSO = "DescribeGlobalTableSettingsOutput";
|
|
623
|
-
const _DGTWGMA = "DeleteGlobalTableWitnessGroupMemberAction";
|
|
624
|
-
const _DI = "DeleteItem";
|
|
625
|
-
const _DIE = "DuplicateItemException";
|
|
626
|
-
const _DII = "DeleteItemInput";
|
|
627
|
-
const _DIIe = "DescribeImportInput";
|
|
628
|
-
const _DIO = "DeleteItemOutput";
|
|
629
|
-
const _DIOe = "DescribeImportOutput";
|
|
630
|
-
const _DIe = "DescribeImport";
|
|
631
|
-
const _DKSD = "DescribeKinesisStreamingDestination";
|
|
632
|
-
const _DKSDI = "DescribeKinesisStreamingDestinationInput";
|
|
633
|
-
const _DKSDO = "DescribeKinesisStreamingDestinationOutput";
|
|
634
|
-
const _DKSDi = "DisableKinesisStreamingDestination";
|
|
635
|
-
const _DL = "DescribeLimits";
|
|
636
|
-
const _DLI = "DescribeLimitsInput";
|
|
637
|
-
const _DLO = "DescribeLimitsOutput";
|
|
638
|
-
const _DPE = "DeletionProtectionEnabled";
|
|
639
|
-
const _DR = "DeleteRequest";
|
|
640
|
-
const _DRA = "DeleteReplicaAction";
|
|
641
|
-
const _DRGMA = "DeleteReplicationGroupMemberAction";
|
|
642
|
-
const _DRP = "DeleteResourcePolicy";
|
|
643
|
-
const _DRPI = "DeleteResourcePolicyInput";
|
|
644
|
-
const _DRPO = "DeleteResourcePolicyOutput";
|
|
645
|
-
const _DS = "DestinationStatus";
|
|
646
|
-
const _DSD = "DestinationStatusDescription";
|
|
647
|
-
const _DSI = "DisableScaleIn";
|
|
648
|
-
const _DT = "DeleteTable";
|
|
649
|
-
const _DTI = "DeleteTableInput";
|
|
650
|
-
const _DTIe = "DescribeTableInput";
|
|
651
|
-
const _DTO = "DeleteTableOutput";
|
|
652
|
-
const _DTOe = "DescribeTableOutput";
|
|
653
|
-
const _DTRAS = "DescribeTableReplicaAutoScaling";
|
|
654
|
-
const _DTRASI = "DescribeTableReplicaAutoScalingInput";
|
|
655
|
-
const _DTRASO = "DescribeTableReplicaAutoScalingOutput";
|
|
656
|
-
const _DTTL = "DescribeTimeToLive";
|
|
657
|
-
const _DTTLI = "DescribeTimeToLiveInput";
|
|
658
|
-
const _DTTLO = "DescribeTimeToLiveOutput";
|
|
659
|
-
const _DTe = "DescribeTable";
|
|
660
|
-
const _De = "Delete";
|
|
661
|
-
const _E = "Error";
|
|
662
|
-
const _EA = "ExportArn";
|
|
663
|
-
const _EAM = "ExpectedAttributeMap";
|
|
664
|
-
const _EAN = "ExpressionAttributeNames";
|
|
665
|
-
const _EAV = "ExpressionAttributeValues";
|
|
666
|
-
const _EAVM = "ExpressionAttributeValueMap";
|
|
667
|
-
const _EAVx = "ExpectedAttributeValue";
|
|
668
|
-
const _EC = "ErrorCount";
|
|
669
|
-
const _ECE = "ExportConflictException";
|
|
670
|
-
const _ED = "ExportDescription";
|
|
671
|
-
const _EDx = "ExceptionDescription";
|
|
672
|
-
const _EF = "ExportFormat";
|
|
673
|
-
const _EFT = "ExportFromTime";
|
|
674
|
-
const _EKSC = "EnableKinesisStreamingConfiguration";
|
|
675
|
-
const _EKSD = "EnableKinesisStreamingDestination";
|
|
676
|
-
const _EM = "ExportManifest";
|
|
677
|
-
const _EN = "ExceptionName";
|
|
678
|
-
const _ENFE = "ExportNotFoundException";
|
|
679
|
-
const _ERDT = "EarliestRestorableDateTime";
|
|
680
|
-
const _ERI = "ExpectedRevisionId";
|
|
681
|
-
const _ES = "ExportStatus";
|
|
682
|
-
const _ESBA = "ExclusiveStartBackupArn";
|
|
683
|
-
const _ESGTN = "ExclusiveStartGlobalTableName";
|
|
684
|
-
const _ESI = "ExecuteStatementInput";
|
|
685
|
-
const _ESK = "ExclusiveStartKey";
|
|
686
|
-
const _ESO = "ExecuteStatementOutput";
|
|
687
|
-
const _ESTN = "ExclusiveStartTableName";
|
|
688
|
-
const _ESx = "ExportSummary";
|
|
689
|
-
const _ESxe = "ExecuteStatement";
|
|
690
|
-
const _ESxp = "ExportSummaries";
|
|
691
|
-
const _ET = "EndTime";
|
|
692
|
-
const _ETI = "ExecuteTransactionInput";
|
|
693
|
-
const _ETO = "ExecuteTransactionOutput";
|
|
694
|
-
const _ETT = "ExportToTime";
|
|
695
|
-
const _ETTPIT = "ExportTableToPointInTime";
|
|
696
|
-
const _ETTPITI = "ExportTableToPointInTimeInput";
|
|
697
|
-
const _ETTPITO = "ExportTableToPointInTimeOutput";
|
|
698
|
-
const _ETx = "ExportTime";
|
|
699
|
-
const _ETxe = "ExecuteTransaction";
|
|
700
|
-
const _ETxp = "ExportType";
|
|
701
|
-
const _EVT = "ExportViewType";
|
|
702
|
-
const _En = "Endpoints";
|
|
703
|
-
const _Ena = "Enabled";
|
|
704
|
-
const _End = "Endpoint";
|
|
705
|
-
const _Ex = "Expected";
|
|
706
|
-
const _Exi = "Exists";
|
|
707
|
-
const _FC = "FailureCode";
|
|
708
|
-
const _FCM = "FilterConditionMap";
|
|
709
|
-
const _FE = "FailureException";
|
|
710
|
-
const _FEi = "FilterExpression";
|
|
711
|
-
const _FM = "FailureMessage";
|
|
712
|
-
const _G = "Get";
|
|
713
|
-
const _GI = "GetItem";
|
|
714
|
-
const _GII = "GetItemInput";
|
|
715
|
-
const _GIO = "GetItemOutput";
|
|
716
|
-
const _GRP = "GetResourcePolicy";
|
|
717
|
-
const _GRPI = "GetResourcePolicyInput";
|
|
718
|
-
const _GRPO = "GetResourcePolicyOutput";
|
|
719
|
-
const _GSI = "GlobalSecondaryIndexes";
|
|
720
|
-
const _GSIASU = "GlobalSecondaryIndexAutoScalingUpdate";
|
|
721
|
-
const _GSIASUL = "GlobalSecondaryIndexAutoScalingUpdateList";
|
|
722
|
-
const _GSID = "GlobalSecondaryIndexDescription";
|
|
723
|
-
const _GSIDL = "GlobalSecondaryIndexDescriptionList";
|
|
724
|
-
const _GSII = "GlobalSecondaryIndexInfo";
|
|
725
|
-
const _GSIL = "GlobalSecondaryIndexList";
|
|
726
|
-
const _GSIO = "GlobalSecondaryIndexOverride";
|
|
727
|
-
const _GSIU = "GlobalSecondaryIndexUpdate";
|
|
728
|
-
const _GSIUL = "GlobalSecondaryIndexUpdateList";
|
|
729
|
-
const _GSIUl = "GlobalSecondaryIndexUpdates";
|
|
730
|
-
const _GSIWTD = "GlobalSecondaryIndexWarmThroughputDescription";
|
|
731
|
-
const _GSIl = "GlobalSecondaryIndex";
|
|
732
|
-
const _GT = "GlobalTable";
|
|
733
|
-
const _GTA = "GlobalTableArn";
|
|
734
|
-
const _GTAEE = "GlobalTableAlreadyExistsException";
|
|
735
|
-
const _GTBM = "GlobalTableBillingMode";
|
|
736
|
-
const _GTD = "GlobalTableDescription";
|
|
737
|
-
const _GTGSISU = "GlobalTableGlobalSecondaryIndexSettingsUpdate";
|
|
738
|
-
const _GTGSISUL = "GlobalTableGlobalSecondaryIndexSettingsUpdateList";
|
|
739
|
-
const _GTL = "GlobalTableList";
|
|
740
|
-
const _GTN = "GlobalTableName";
|
|
741
|
-
const _GTNFE = "GlobalTableNotFoundException";
|
|
742
|
-
const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
|
|
743
|
-
const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
|
|
744
|
-
const _GTS = "GlobalTableStatus";
|
|
745
|
-
const _GTV = "GlobalTableVersion";
|
|
746
|
-
const _GTW = "GlobalTableWitnesses";
|
|
747
|
-
const _GTWD = "GlobalTableWitnessDescription";
|
|
748
|
-
const _GTWDL = "GlobalTableWitnessDescriptionList";
|
|
749
|
-
const _GTWGU = "GlobalTableWitnessGroupUpdate";
|
|
750
|
-
const _GTWGUL = "GlobalTableWitnessGroupUpdateList";
|
|
751
|
-
const _GTWU = "GlobalTableWitnessUpdates";
|
|
752
|
-
const _GTl = "GlobalTables";
|
|
753
|
-
const _HL = "HeaderList";
|
|
754
|
-
const _I = "Item";
|
|
755
|
-
const _IA = "ImportArn";
|
|
756
|
-
const _IAn = "IndexArn";
|
|
757
|
-
const _IC = "ItemCount";
|
|
758
|
-
const _ICE = "ImportConflictException";
|
|
759
|
-
const _ICK = "ItemCollectionKey";
|
|
760
|
-
const _ICKAM = "ItemCollectionKeyAttributeMap";
|
|
761
|
-
const _ICM = "ItemCollectionMetrics";
|
|
762
|
-
const _ICMM = "ItemCollectionMetricsMultiple";
|
|
763
|
-
const _ICMPT = "ItemCollectionMetricsPerTable";
|
|
764
|
-
const _ICSLEE = "ItemCollectionSizeLimitExceededException";
|
|
765
|
-
const _ICT = "InputCompressionType";
|
|
766
|
-
const _IEDT = "InaccessibleEncryptionDateTime";
|
|
767
|
-
const _IEE = "InvalidEndpointException";
|
|
768
|
-
const _IES = "IncrementalExportSpecification";
|
|
769
|
-
const _IETE = "InvalidExportTimeException";
|
|
770
|
-
const _IF = "InputFormat";
|
|
771
|
-
const _IFO = "InputFormatOptions";
|
|
772
|
-
const _IIC = "ImportedItemCount";
|
|
773
|
-
const _IL = "ItemList";
|
|
774
|
-
const _IN = "IndexName";
|
|
775
|
-
const _INFE = "ImportNotFoundException";
|
|
776
|
-
const _INFEn = "IndexNotFoundException";
|
|
777
|
-
const _IPME = "IdempotentParameterMismatchException";
|
|
778
|
-
const _IR = "ItemResponse";
|
|
779
|
-
const _IRL = "ItemResponseList";
|
|
780
|
-
const _IRTE = "InvalidRestoreTimeException";
|
|
781
|
-
const _IS = "IndexStatus";
|
|
782
|
-
const _ISB = "IndexSizeBytes";
|
|
783
|
-
const _ISE = "InternalServerError";
|
|
784
|
-
const _ISL = "ImportSummaryList";
|
|
785
|
-
const _ISm = "ImportSummary";
|
|
786
|
-
const _ISmp = "ImportStatus";
|
|
787
|
-
const _IT = "ImportTable";
|
|
788
|
-
const _ITD = "ImportTableDescription";
|
|
789
|
-
const _ITI = "ImportTableInput";
|
|
790
|
-
const _ITO = "ImportTableOutput";
|
|
791
|
-
const _It = "Items";
|
|
792
|
-
const _K = "Key";
|
|
793
|
-
const _KAA = "KeysAndAttributes";
|
|
794
|
-
const _KC = "KeyConditions";
|
|
795
|
-
const _KCE = "KeyConditionExpression";
|
|
796
|
-
const _KDSD = "KinesisDataStreamDestinations";
|
|
797
|
-
const _KDSDi = "KinesisDataStreamDestination";
|
|
798
|
-
const _KL = "KeyList";
|
|
799
|
-
const _KMSMKA = "KMSMasterKeyArn";
|
|
800
|
-
const _KMSMKI = "KMSMasterKeyId";
|
|
801
|
-
const _KS = "KeySchema";
|
|
802
|
-
const _KSDI = "KinesisStreamingDestinationInput";
|
|
803
|
-
const _KSDO = "KinesisStreamingDestinationOutput";
|
|
804
|
-
const _KSE = "KeySchemaElement";
|
|
805
|
-
const _KT = "KeyType";
|
|
806
|
-
const _Ke = "Keys";
|
|
807
|
-
const _L = "Limit";
|
|
808
|
-
const _LAV = "ListAttributeValue";
|
|
809
|
-
const _LB = "ListBackups";
|
|
810
|
-
const _LBI = "ListBackupsInput";
|
|
811
|
-
const _LBO = "ListBackupsOutput";
|
|
812
|
-
const _LCI = "ListContributorInsights";
|
|
813
|
-
const _LCII = "ListContributorInsightsInput";
|
|
814
|
-
const _LCIO = "ListContributorInsightsOutput";
|
|
815
|
-
const _LDDT = "LastDecreaseDateTime";
|
|
816
|
-
const _LE = "ListExports";
|
|
817
|
-
const _LEBA = "LastEvaluatedBackupArn";
|
|
818
|
-
const _LEE = "LimitExceededException";
|
|
819
|
-
const _LEGTN = "LastEvaluatedGlobalTableName";
|
|
820
|
-
const _LEI = "ListExportsInput";
|
|
821
|
-
const _LEK = "LastEvaluatedKey";
|
|
822
|
-
const _LEO = "ListExportsOutput";
|
|
823
|
-
const _LETN = "LastEvaluatedTableName";
|
|
824
|
-
const _LGT = "ListGlobalTables";
|
|
825
|
-
const _LGTI = "ListGlobalTablesInput";
|
|
826
|
-
const _LGTO = "ListGlobalTablesOutput";
|
|
827
|
-
const _LI = "ListImports";
|
|
828
|
-
const _LIDT = "LastIncreaseDateTime";
|
|
829
|
-
const _LII = "ListImportsInput";
|
|
830
|
-
const _LIO = "ListImportsOutput";
|
|
831
|
-
const _LRDT = "LatestRestorableDateTime";
|
|
832
|
-
const _LSA = "LatestStreamArn";
|
|
833
|
-
const _LSI = "LocalSecondaryIndexes";
|
|
834
|
-
const _LSID = "LocalSecondaryIndexDescription";
|
|
835
|
-
const _LSIDL = "LocalSecondaryIndexDescriptionList";
|
|
836
|
-
const _LSII = "LocalSecondaryIndexInfo";
|
|
837
|
-
const _LSIL = "LocalSecondaryIndexList";
|
|
838
|
-
const _LSIO = "LocalSecondaryIndexOverride";
|
|
839
|
-
const _LSIo = "LocalSecondaryIndex";
|
|
840
|
-
const _LSL = "LatestStreamLabel";
|
|
841
|
-
const _LT = "ListTables";
|
|
842
|
-
const _LTI = "ListTablesInput";
|
|
843
|
-
const _LTO = "ListTablesOutput";
|
|
844
|
-
const _LTOR = "ListTagsOfResource";
|
|
845
|
-
const _LTORI = "ListTagsOfResourceInput";
|
|
846
|
-
const _LTORO = "ListTagsOfResourceOutput";
|
|
847
|
-
const _LUDT = "LastUpdateDateTime";
|
|
848
|
-
const _LUTPPRDT = "LastUpdateToPayPerRequestDateTime";
|
|
849
|
-
const _L_ = "L";
|
|
850
|
-
const _M = "Message";
|
|
851
|
-
const _MAV = "MapAttributeValue";
|
|
852
|
-
const _MR = "MaxResults";
|
|
853
|
-
const _MRC = "MultiRegionConsistency";
|
|
854
|
-
const _MRRU = "MaxReadRequestUnits";
|
|
855
|
-
const _MU = "MinimumUnits";
|
|
856
|
-
const _MUa = "MaximumUnits";
|
|
857
|
-
const _MWRU = "MaxWriteRequestUnits";
|
|
858
|
-
const _M_ = "M";
|
|
859
|
-
const _N = "N";
|
|
860
|
-
const _NKA = "NonKeyAttributes";
|
|
861
|
-
const _NODT = "NumberOfDecreasesToday";
|
|
862
|
-
const _NS = "NS";
|
|
863
|
-
const _NT = "NextToken";
|
|
864
|
-
const _NULL = "NULL";
|
|
865
|
-
const _ODT = "OnDemandThroughput";
|
|
866
|
-
const _ODTO = "OnDemandThroughputOverride";
|
|
867
|
-
const _P = "Parameters";
|
|
868
|
-
const _PE = "ProjectionExpression";
|
|
869
|
-
const _PI = "PutItem";
|
|
870
|
-
const _PIC = "ProcessedItemCount";
|
|
871
|
-
const _PII = "PutItemInput";
|
|
872
|
-
const _PIIAM = "PutItemInputAttributeMap";
|
|
873
|
-
const _PIO = "PutItemOutput";
|
|
874
|
-
const _PITRD = "PointInTimeRecoveryDescription";
|
|
875
|
-
const _PITRE = "PointInTimeRecoveryEnabled";
|
|
876
|
-
const _PITRS = "PointInTimeRecoveryStatus";
|
|
877
|
-
const _PITRSo = "PointInTimeRecoverySpecification";
|
|
878
|
-
const _PITRUE = "PointInTimeRecoveryUnavailableException";
|
|
879
|
-
const _PN = "PolicyName";
|
|
880
|
-
const _PNFE = "PolicyNotFoundException";
|
|
881
|
-
const _PQLBR = "PartiQLBatchRequest";
|
|
882
|
-
const _PQLBRa = "PartiQLBatchResponse";
|
|
883
|
-
const _PR = "PutRequest";
|
|
884
|
-
const _PRCASS = "ProvisionedReadCapacityAutoScalingSettings";
|
|
885
|
-
const _PRCASSU = "ProvisionedReadCapacityAutoScalingSettingsUpdate";
|
|
886
|
-
const _PRCASU = "ProvisionedReadCapacityAutoScalingUpdate";
|
|
887
|
-
const _PRCU = "ProvisionedReadCapacityUnits";
|
|
888
|
-
const _PRP = "PutResourcePolicy";
|
|
889
|
-
const _PRPI = "PutResourcePolicyInput";
|
|
890
|
-
const _PRPO = "PutResourcePolicyOutput";
|
|
891
|
-
const _PS = "PageSize";
|
|
892
|
-
const _PSB = "ProcessedSizeBytes";
|
|
893
|
-
const _PSP = "PreparedStatementParameters";
|
|
894
|
-
const _PSa = "ParameterizedStatement";
|
|
895
|
-
const _PSar = "ParameterizedStatements";
|
|
896
|
-
const _PT = "ProvisionedThroughput";
|
|
897
|
-
const _PTD = "ProvisionedThroughputDescription";
|
|
898
|
-
const _PTEE = "ProvisionedThroughputExceededException";
|
|
899
|
-
const _PTO = "ProvisionedThroughputOverride";
|
|
900
|
-
const _PTr = "ProjectionType";
|
|
901
|
-
const _PWCASS = "ProvisionedWriteCapacityAutoScalingSettings";
|
|
902
|
-
const _PWCASSU = "ProvisionedWriteCapacityAutoScalingSettingsUpdate";
|
|
903
|
-
const _PWCASU = "ProvisionedWriteCapacityAutoScalingUpdate";
|
|
904
|
-
const _PWCU = "ProvisionedWriteCapacityUnits";
|
|
905
|
-
const _Po = "Policy";
|
|
906
|
-
const _Pr = "Projection";
|
|
907
|
-
const _Pu = "Put";
|
|
908
|
-
const _Q = "Query";
|
|
909
|
-
const _QF = "QueryFilter";
|
|
910
|
-
const _QI = "QueryInput";
|
|
911
|
-
const _QO = "QueryOutput";
|
|
912
|
-
const _R = "Responses";
|
|
913
|
-
const _RA = "ResourceArn";
|
|
914
|
-
const _RAEE = "ReplicaAlreadyExistsException";
|
|
915
|
-
const _RASD = "ReplicaAutoScalingDescription";
|
|
916
|
-
const _RASDL = "ReplicaAutoScalingDescriptionList";
|
|
917
|
-
const _RASU = "ReplicaAutoScalingUpdate";
|
|
918
|
-
const _RASUL = "ReplicaAutoScalingUpdateList";
|
|
919
|
-
const _RBMS = "ReplicaBillingModeSummary";
|
|
920
|
-
const _RCC = "ReturnConsumedCapacity";
|
|
921
|
-
const _RCU = "ReadCapacityUnits";
|
|
922
|
-
const _RD = "ReplicaDescription";
|
|
923
|
-
const _RDL = "ReplicaDescriptionList";
|
|
924
|
-
const _RDT = "RestoreDateTime";
|
|
925
|
-
const _RG = "ReplicationGroup";
|
|
926
|
-
const _RGSI = "ReplicaGlobalSecondaryIndex";
|
|
927
|
-
const _RGSIASD = "ReplicaGlobalSecondaryIndexAutoScalingDescription";
|
|
928
|
-
const _RGSIASDL = "ReplicaGlobalSecondaryIndexAutoScalingDescriptionList";
|
|
929
|
-
const _RGSIASU = "ReplicaGlobalSecondaryIndexAutoScalingUpdate";
|
|
930
|
-
const _RGSIASUL = "ReplicaGlobalSecondaryIndexAutoScalingUpdateList";
|
|
931
|
-
const _RGSID = "ReplicaGlobalSecondaryIndexDescription";
|
|
932
|
-
const _RGSIDL = "ReplicaGlobalSecondaryIndexDescriptionList";
|
|
933
|
-
const _RGSIL = "ReplicaGlobalSecondaryIndexList";
|
|
934
|
-
const _RGSIS = "ReplicaGlobalSecondaryIndexSettings";
|
|
935
|
-
const _RGSISD = "ReplicaGlobalSecondaryIndexSettingsDescription";
|
|
936
|
-
const _RGSISDL = "ReplicaGlobalSecondaryIndexSettingsDescriptionList";
|
|
937
|
-
const _RGSISU = "ReplicaGlobalSecondaryIndexSettingsUpdate";
|
|
938
|
-
const _RGSISUL = "ReplicaGlobalSecondaryIndexSettingsUpdateList";
|
|
939
|
-
const _RGSIU = "ReplicaGlobalSecondaryIndexUpdates";
|
|
940
|
-
const _RGU = "ReplicationGroupUpdate";
|
|
941
|
-
const _RGUL = "ReplicationGroupUpdateList";
|
|
942
|
-
const _RI = "RequestItems";
|
|
943
|
-
const _RICM = "ReturnItemCollectionMetrics";
|
|
944
|
-
const _RIDT = "ReplicaInaccessibleDateTime";
|
|
945
|
-
const _RIP = "RestoreInProgress";
|
|
946
|
-
const _RIUE = "ResourceInUseException";
|
|
947
|
-
const _RIe = "RevisionId";
|
|
948
|
-
const _RL = "ReplicaList";
|
|
949
|
-
const _RLE = "RequestLimitExceeded";
|
|
950
|
-
const _RN = "RegionName";
|
|
951
|
-
const _RNFE = "ReplicaNotFoundException";
|
|
952
|
-
const _RNFEe = "ResourceNotFoundException";
|
|
953
|
-
const _RP = "ResourcePolicy";
|
|
954
|
-
const _RPID = "RecoveryPeriodInDays";
|
|
955
|
-
const _RPRCASS = "ReplicaProvisionedReadCapacityAutoScalingSettings";
|
|
956
|
-
const _RPRCASSU = "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate";
|
|
957
|
-
const _RPRCASU = "ReplicaProvisionedReadCapacityAutoScalingUpdate";
|
|
958
|
-
const _RPRCU = "ReplicaProvisionedReadCapacityUnits";
|
|
959
|
-
const _RPWCASS = "ReplicaProvisionedWriteCapacityAutoScalingSettings";
|
|
960
|
-
const _RPWCU = "ReplicaProvisionedWriteCapacityUnits";
|
|
961
|
-
const _RS = "ReplicaSettings";
|
|
962
|
-
const _RSD = "ReplicaStatusDescription";
|
|
963
|
-
const _RSDL = "ReplicaSettingsDescriptionList";
|
|
964
|
-
const _RSDe = "ReplicaSettingsDescription";
|
|
965
|
-
const _RSPP = "ReplicaStatusPercentProgress";
|
|
966
|
-
const _RSU = "ReplicaSettingsUpdate";
|
|
967
|
-
const _RSUL = "ReplicaSettingsUpdateList";
|
|
968
|
-
const _RSe = "ReplicaStatus";
|
|
969
|
-
const _RSes = "RestoreSummary";
|
|
970
|
-
const _RTC = "ReplicaTableClass";
|
|
971
|
-
const _RTCS = "ReplicaTableClassSummary";
|
|
972
|
-
const _RTFB = "RestoreTableFromBackup";
|
|
973
|
-
const _RTFBI = "RestoreTableFromBackupInput";
|
|
974
|
-
const _RTFBO = "RestoreTableFromBackupOutput";
|
|
975
|
-
const _RTTPIT = "RestoreTableToPointInTime";
|
|
976
|
-
const _RTTPITI = "RestoreTableToPointInTimeInput";
|
|
977
|
-
const _RTTPITO = "RestoreTableToPointInTimeOutput";
|
|
978
|
-
const _RU = "ReplicaUpdate";
|
|
979
|
-
const _RUL = "ReplicaUpdateList";
|
|
980
|
-
const _RUPS = "ReadUnitsPerSecond";
|
|
981
|
-
const _RUe = "ReplicaUpdates";
|
|
982
|
-
const _RV = "ReturnValues";
|
|
983
|
-
const _RVOCCF = "ReturnValuesOnConditionCheckFailure";
|
|
984
|
-
const _RWCE = "ReplicatedWriteConflictException";
|
|
985
|
-
const _Re = "Replica";
|
|
986
|
-
const _Rep = "Replicas";
|
|
987
|
-
const _S = "Statements";
|
|
988
|
-
const _SA = "StreamArn";
|
|
989
|
-
const _SB = "S3Bucket";
|
|
990
|
-
const _SBA = "SourceBackupArn";
|
|
991
|
-
const _SBO = "S3BucketOwner";
|
|
992
|
-
const _SBS = "S3BucketSource";
|
|
993
|
-
const _SC = "ScannedCount";
|
|
994
|
-
const _SD = "StreamDescription";
|
|
995
|
-
const _SE = "StreamEnabled";
|
|
996
|
-
const _SERGB = "SizeEstimateRangeGB";
|
|
997
|
-
const _SF = "ScanFilter";
|
|
998
|
-
const _SI = "ScanInput";
|
|
999
|
-
const _SIC = "ScaleInCooldown";
|
|
1000
|
-
const _SICM = "SecondaryIndexesCapacityMap";
|
|
1001
|
-
const _SIF = "ScanIndexForward";
|
|
1002
|
-
const _SKP = "S3KeyPrefix";
|
|
1003
|
-
const _SO = "ScanOutput";
|
|
1004
|
-
const _SOC = "ScaleOutCooldown";
|
|
1005
|
-
const _SP = "ScalingPolicies";
|
|
1006
|
-
const _SPU = "ScalingPolicyUpdate";
|
|
1007
|
-
const _SPr = "S3Prefix";
|
|
1008
|
-
const _SS = "StreamSpecification";
|
|
1009
|
-
const _SSA = "S3SseAlgorithm";
|
|
1010
|
-
const _SSED = "SSEDescription";
|
|
1011
|
-
const _SSES = "SSESpecification";
|
|
1012
|
-
const _SSESO = "SSESpecificationOverride";
|
|
1013
|
-
const _SSET = "SSEType";
|
|
1014
|
-
const _SSKKI = "S3SseKmsKeyId";
|
|
1015
|
-
const _SS_ = "SS";
|
|
1016
|
-
const _ST = "StartTime";
|
|
1017
|
-
const _STA = "SourceTableArn";
|
|
1018
|
-
const _STD = "SourceTableDetails";
|
|
1019
|
-
const _STFD = "SourceTableFeatureDetails";
|
|
1020
|
-
const _STN = "SourceTableName";
|
|
1021
|
-
const _SVT = "StreamViewType";
|
|
1022
|
-
const _S_ = "S";
|
|
1023
|
-
const _Sc = "Scan";
|
|
1024
|
-
const _Se = "Select";
|
|
1025
|
-
const _Seg = "Segment";
|
|
1026
|
-
const _St = "Statement";
|
|
1027
|
-
const _Sta = "Status";
|
|
1028
|
-
const _T = "Table";
|
|
1029
|
-
const _TA = "TableArn";
|
|
1030
|
-
const _TAEE = "TableAlreadyExistsException";
|
|
1031
|
-
const _TASD = "TableAutoScalingDescription";
|
|
1032
|
-
const _TC = "TableClass";
|
|
1033
|
-
const _TCDT = "TableCreationDateTime";
|
|
1034
|
-
const _TCE = "TransactionCanceledException";
|
|
1035
|
-
const _TCEr = "TransactionConflictException";
|
|
1036
|
-
const _TCO = "TableClassOverride";
|
|
1037
|
-
const _TCP = "TableCreationParameters";
|
|
1038
|
-
const _TCS = "TableClassSummary";
|
|
1039
|
-
const _TD = "TableDescription";
|
|
1040
|
-
const _TE = "ThrottlingException";
|
|
1041
|
-
const _TGI = "TransactGetItem";
|
|
1042
|
-
const _TGII = "TransactGetItemsInput";
|
|
1043
|
-
const _TGIL = "TransactGetItemList";
|
|
1044
|
-
const _TGIO = "TransactGetItemsOutput";
|
|
1045
|
-
const _TGIr = "TransactGetItems";
|
|
1046
|
-
const _TI = "TableId";
|
|
1047
|
-
const _TIPE = "TransactionInProgressException";
|
|
1048
|
-
const _TIUE = "TableInUseException";
|
|
1049
|
-
const _TIr = "TransactItems";
|
|
1050
|
-
const _TK = "TagKeys";
|
|
1051
|
-
const _TL = "TagList";
|
|
1052
|
-
const _TMRCU = "TableMaxReadCapacityUnits";
|
|
1053
|
-
const _TMWCU = "TableMaxWriteCapacityUnits";
|
|
1054
|
-
const _TN = "TableName";
|
|
1055
|
-
const _TNFE = "TableNotFoundException";
|
|
1056
|
-
const _TNa = "TableNames";
|
|
1057
|
-
const _TR = "ThrottlingReasons";
|
|
1058
|
-
const _TRI = "TagResourceInput";
|
|
1059
|
-
const _TRL = "ThrottlingReasonList";
|
|
1060
|
-
const _TRLB = "TimeRangeLowerBound";
|
|
1061
|
-
const _TRUB = "TimeRangeUpperBound";
|
|
1062
|
-
const _TRa = "TagResource";
|
|
1063
|
-
const _TRh = "ThrottlingReason";
|
|
1064
|
-
const _TS = "TransactStatements";
|
|
1065
|
-
const _TSB = "TableSizeBytes";
|
|
1066
|
-
const _TSa = "TableStatus";
|
|
1067
|
-
const _TSo = "TotalSegments";
|
|
1068
|
-
const _TTLD = "TimeToLiveDescription";
|
|
1069
|
-
const _TTLS = "TimeToLiveStatus";
|
|
1070
|
-
const _TTLSi = "TimeToLiveSpecification";
|
|
1071
|
-
const _TTN = "TargetTableName";
|
|
1072
|
-
const _TTSPC = "TargetTrackingScalingPolicyConfiguration";
|
|
1073
|
-
const _TV = "TargetValue";
|
|
1074
|
-
const _TWI = "TransactWriteItem";
|
|
1075
|
-
const _TWII = "TransactWriteItemsInput";
|
|
1076
|
-
const _TWIL = "TransactWriteItemList";
|
|
1077
|
-
const _TWIO = "TransactWriteItemsOutput";
|
|
1078
|
-
const _TWIr = "TransactWriteItems";
|
|
1079
|
-
const _TWTD = "TableWarmThroughputDescription";
|
|
1080
|
-
const _Ta = "Tags";
|
|
1081
|
-
const _Tag = "Tag";
|
|
1082
|
-
const _U = "Update";
|
|
1083
|
-
const _UCB = "UpdateContinuousBackups";
|
|
1084
|
-
const _UCBI = "UpdateContinuousBackupsInput";
|
|
1085
|
-
const _UCBO = "UpdateContinuousBackupsOutput";
|
|
1086
|
-
const _UCI = "UpdateContributorInsights";
|
|
1087
|
-
const _UCII = "UpdateContributorInsightsInput";
|
|
1088
|
-
const _UCIO = "UpdateContributorInsightsOutput";
|
|
1089
|
-
const _UE = "UpdateExpression";
|
|
1090
|
-
const _UGSIA = "UpdateGlobalSecondaryIndexAction";
|
|
1091
|
-
const _UGT = "UpdateGlobalTable";
|
|
1092
|
-
const _UGTI = "UpdateGlobalTableInput";
|
|
1093
|
-
const _UGTO = "UpdateGlobalTableOutput";
|
|
1094
|
-
const _UGTS = "UpdateGlobalTableSettings";
|
|
1095
|
-
const _UGTSI = "UpdateGlobalTableSettingsInput";
|
|
1096
|
-
const _UGTSO = "UpdateGlobalTableSettingsOutput";
|
|
1097
|
-
const _UI = "UnprocessedItems";
|
|
1098
|
-
const _UII = "UpdateItemInput";
|
|
1099
|
-
const _UIO = "UpdateItemOutput";
|
|
1100
|
-
const _UIp = "UpdateItem";
|
|
1101
|
-
const _UK = "UnprocessedKeys";
|
|
1102
|
-
const _UKSC = "UpdateKinesisStreamingConfiguration";
|
|
1103
|
-
const _UKSD = "UpdateKinesisStreamingDestination";
|
|
1104
|
-
const _UKSDI = "UpdateKinesisStreamingDestinationInput";
|
|
1105
|
-
const _UKSDO = "UpdateKinesisStreamingDestinationOutput";
|
|
1106
|
-
const _ULRT = "UseLatestRestorableTime";
|
|
1107
|
-
const _UR = "UntagResource";
|
|
1108
|
-
const _URGMA = "UpdateReplicationGroupMemberAction";
|
|
1109
|
-
const _URI = "UntagResourceInput";
|
|
1110
|
-
const _UT = "UpdateTable";
|
|
1111
|
-
const _UTI = "UpdateTableInput";
|
|
1112
|
-
const _UTO = "UpdateTableOutput";
|
|
1113
|
-
const _UTRAS = "UpdateTableReplicaAutoScaling";
|
|
1114
|
-
const _UTRASI = "UpdateTableReplicaAutoScalingInput";
|
|
1115
|
-
const _UTRASO = "UpdateTableReplicaAutoScalingOutput";
|
|
1116
|
-
const _UTTL = "UpdateTimeToLive";
|
|
1117
|
-
const _UTTLI = "UpdateTimeToLiveInput";
|
|
1118
|
-
const _UTTLO = "UpdateTimeToLiveOutput";
|
|
1119
|
-
const _V = "Value";
|
|
1120
|
-
const _WCU = "WriteCapacityUnits";
|
|
1121
|
-
const _WR = "WriteRequest";
|
|
1122
|
-
const _WRr = "WriteRequests";
|
|
1123
|
-
const _WS = "WitnessStatus";
|
|
1124
|
-
const _WT = "WarmThroughput";
|
|
1125
|
-
const _WUPS = "WriteUnitsPerSecond";
|
|
1126
|
-
const _aQE = "awsQueryError";
|
|
1127
|
-
const _c = "client";
|
|
1128
|
-
const _e = "error";
|
|
1129
|
-
const _hE = "httpError";
|
|
1130
|
-
const _hH = "httpHeader";
|
|
1131
|
-
const _m = "message";
|
|
1132
|
-
const _r = "reason";
|
|
1133
|
-
const _re = "resource";
|
|
1134
|
-
const _s = "server";
|
|
1135
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
|
|
1136
|
-
const _tR = "throttlingReasons";
|
|
1137
|
-
const _xacrsra = "x-amz-confirm-remove-self-resource-access";
|
|
1138
|
-
const n0 = "com.amazonaws.dynamodb";
|
|
1139
|
-
var ArchivalSummary = [3, n0, _AS, 0, [_ADT, _AR, _ABA], [4, 0, 0]];
|
|
1140
|
-
var AttributeDefinition = [3, n0, _AD, 0, [_AN, _AT], [0, 0]];
|
|
1141
|
-
var AttributeValueUpdate = [3, n0, _AVU, 0, [_V, _A], [() => AttributeValue, 0]];
|
|
1142
|
-
var AutoScalingPolicyDescription = [
|
|
1143
|
-
3,
|
|
1144
|
-
n0,
|
|
1145
|
-
_ASPD,
|
|
1146
|
-
0,
|
|
1147
|
-
[_PN, _TTSPC],
|
|
1148
|
-
[0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription],
|
|
1149
|
-
];
|
|
1150
|
-
var AutoScalingPolicyUpdate = [
|
|
1151
|
-
3,
|
|
1152
|
-
n0,
|
|
1153
|
-
_ASPU,
|
|
1154
|
-
0,
|
|
1155
|
-
[_PN, _TTSPC],
|
|
1156
|
-
[0, () => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate],
|
|
1157
|
-
];
|
|
1158
|
-
var AutoScalingSettingsDescription = [
|
|
1159
|
-
3,
|
|
1160
|
-
n0,
|
|
1161
|
-
_ASSD,
|
|
1162
|
-
0,
|
|
1163
|
-
[_MU, _MUa, _ASD, _ASRA, _SP],
|
|
1164
|
-
[1, 1, 2, 0, () => AutoScalingPolicyDescriptionList],
|
|
1165
|
-
];
|
|
1166
|
-
var AutoScalingSettingsUpdate = [
|
|
1167
|
-
3,
|
|
1168
|
-
n0,
|
|
1169
|
-
_ASSU,
|
|
1170
|
-
0,
|
|
1171
|
-
[_MU, _MUa, _ASD, _ASRA, _SPU],
|
|
1172
|
-
[1, 1, 2, 0, () => AutoScalingPolicyUpdate],
|
|
1173
|
-
];
|
|
1174
|
-
var AutoScalingTargetTrackingScalingPolicyConfigurationDescription = [
|
|
1175
|
-
3,
|
|
1176
|
-
n0,
|
|
1177
|
-
_ASTTSPCD,
|
|
1178
|
-
0,
|
|
1179
|
-
[_DSI, _SIC, _SOC, _TV],
|
|
1180
|
-
[2, 1, 1, 1],
|
|
1181
|
-
];
|
|
1182
|
-
var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = [
|
|
1183
|
-
3,
|
|
1184
|
-
n0,
|
|
1185
|
-
_ASTTSPCU,
|
|
1186
|
-
0,
|
|
1187
|
-
[_DSI, _SIC, _SOC, _TV],
|
|
1188
|
-
[2, 1, 1, 1],
|
|
1189
|
-
];
|
|
1190
|
-
var BackupDescription = [
|
|
1191
|
-
3,
|
|
1192
|
-
n0,
|
|
1193
|
-
_BD,
|
|
1194
|
-
0,
|
|
1195
|
-
[_BDa, _STD, _STFD],
|
|
1196
|
-
[() => BackupDetails, () => SourceTableDetails, () => SourceTableFeatureDetails],
|
|
1197
|
-
];
|
|
1198
|
-
var BackupDetails = [
|
|
1199
|
-
3,
|
|
1200
|
-
n0,
|
|
1201
|
-
_BDa,
|
|
1202
|
-
0,
|
|
1203
|
-
[_BA, _BN, _BSB, _BS, _BT, _BCDT, _BEDT],
|
|
1204
|
-
[0, 0, 1, 0, 0, 4, 4],
|
|
1205
|
-
];
|
|
1206
|
-
var BackupInUseException = [-3, n0, _BIUE, { [_e]: _c }, [_m], [0]];
|
|
1207
|
-
schema.TypeRegistry.for(n0).registerError(BackupInUseException, BackupInUseException$1);
|
|
1208
|
-
var BackupNotFoundException = [-3, n0, _BNFE, { [_e]: _c }, [_m], [0]];
|
|
1209
|
-
schema.TypeRegistry.for(n0).registerError(BackupNotFoundException, BackupNotFoundException$1);
|
|
1210
|
-
var BackupSummary = [
|
|
1211
|
-
3,
|
|
1212
|
-
n0,
|
|
1213
|
-
_BSa,
|
|
1214
|
-
0,
|
|
1215
|
-
[_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
|
|
1216
|
-
[0, 0, 0, 0, 0, 4, 4, 0, 0, 1],
|
|
1217
|
-
];
|
|
1218
|
-
var BatchExecuteStatementInput = [
|
|
1219
|
-
3,
|
|
1220
|
-
n0,
|
|
1221
|
-
_BESI,
|
|
1222
|
-
0,
|
|
1223
|
-
[_S, _RCC],
|
|
1224
|
-
[() => PartiQLBatchRequest, 0],
|
|
1225
|
-
];
|
|
1226
|
-
var BatchExecuteStatementOutput = [
|
|
1227
|
-
3,
|
|
1228
|
-
n0,
|
|
1229
|
-
_BESO,
|
|
1230
|
-
0,
|
|
1231
|
-
[_R, _CC],
|
|
1232
|
-
[() => PartiQLBatchResponse, () => ConsumedCapacityMultiple],
|
|
1233
|
-
];
|
|
1234
|
-
var BatchGetItemInput = [3, n0, _BGII, 0, [_RI, _RCC], [() => BatchGetRequestMap, 0]];
|
|
1235
|
-
var BatchGetItemOutput = [
|
|
1236
|
-
3,
|
|
1237
|
-
n0,
|
|
1238
|
-
_BGIO,
|
|
1239
|
-
0,
|
|
1240
|
-
[_R, _UK, _CC],
|
|
1241
|
-
[() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple],
|
|
1242
|
-
];
|
|
1243
|
-
var BatchStatementError = [3, n0, _BSE, 0, [_C, _M, _I], [0, 0, () => AttributeMap]];
|
|
1244
|
-
var BatchStatementRequest = [
|
|
1245
|
-
3,
|
|
1246
|
-
n0,
|
|
1247
|
-
_BSR,
|
|
1248
|
-
0,
|
|
1249
|
-
[_St, _P, _CR, _RVOCCF],
|
|
1250
|
-
[0, () => PreparedStatementParameters, 2, 0],
|
|
1251
|
-
];
|
|
1252
|
-
var BatchStatementResponse = [
|
|
1253
|
-
3,
|
|
1254
|
-
n0,
|
|
1255
|
-
_BSRa,
|
|
1256
|
-
0,
|
|
1257
|
-
[_E, _TN, _I],
|
|
1258
|
-
[() => BatchStatementError, 0, () => AttributeMap],
|
|
1259
|
-
];
|
|
1260
|
-
var BatchWriteItemInput = [
|
|
1261
|
-
3,
|
|
1262
|
-
n0,
|
|
1263
|
-
_BWII,
|
|
1264
|
-
0,
|
|
1265
|
-
[_RI, _RCC, _RICM],
|
|
1266
|
-
[() => BatchWriteItemRequestMap, 0, 0],
|
|
1267
|
-
];
|
|
1268
|
-
var BatchWriteItemOutput = [
|
|
1269
|
-
3,
|
|
1270
|
-
n0,
|
|
1271
|
-
_BWIO,
|
|
1272
|
-
0,
|
|
1273
|
-
[_UI, _ICM, _CC],
|
|
1274
|
-
[() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple],
|
|
1275
|
-
];
|
|
1276
|
-
var BillingModeSummary = [3, n0, _BMS, 0, [_BM, _LUTPPRDT], [0, 4]];
|
|
1277
|
-
var CancellationReason = [3, n0, _CRa, 0, [_I, _C, _M], [() => AttributeMap, 0, 0]];
|
|
1278
|
-
var Capacity = [3, n0, _Ca, 0, [_RCU, _WCU, _CU], [1, 1, 1]];
|
|
1279
|
-
var Condition = [3, n0, _Co, 0, [_AVL, _CO], [() => AttributeValueList, 0]];
|
|
1280
|
-
var ConditionalCheckFailedException = [
|
|
1281
|
-
-3,
|
|
1282
|
-
n0,
|
|
1283
|
-
_CCFE,
|
|
1284
|
-
{ [_e]: _c },
|
|
1285
|
-
[_m, _I],
|
|
1286
|
-
[0, () => AttributeMap],
|
|
1287
|
-
];
|
|
1288
|
-
schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, ConditionalCheckFailedException$1);
|
|
1289
|
-
var ConditionCheck = [
|
|
1290
|
-
3,
|
|
1291
|
-
n0,
|
|
1292
|
-
_CCo,
|
|
1293
|
-
0,
|
|
1294
|
-
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1295
|
-
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1296
|
-
];
|
|
1297
|
-
var ConsumedCapacity = [
|
|
1298
|
-
3,
|
|
1299
|
-
n0,
|
|
1300
|
-
_CC,
|
|
1301
|
-
0,
|
|
1302
|
-
[_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
|
|
1303
|
-
[0, 1, 1, 1, () => Capacity, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap],
|
|
1304
|
-
];
|
|
1305
|
-
var ContinuousBackupsDescription = [
|
|
1306
|
-
3,
|
|
1307
|
-
n0,
|
|
1308
|
-
_CBD,
|
|
1309
|
-
0,
|
|
1310
|
-
[_CBS, _PITRD],
|
|
1311
|
-
[0, () => PointInTimeRecoveryDescription],
|
|
1312
|
-
];
|
|
1313
|
-
var ContinuousBackupsUnavailableException = [-3, n0, _CBUE, { [_e]: _c }, [_m], [0]];
|
|
1314
|
-
schema.TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException, ContinuousBackupsUnavailableException$1);
|
|
1315
|
-
var ContributorInsightsSummary = [3, n0, _CIS, 0, [_TN, _IN, _CISo, _CIM], [0, 0, 0, 0]];
|
|
1316
|
-
var CreateBackupInput = [3, n0, _CBI, 0, [_TN, _BN], [0, 0]];
|
|
1317
|
-
var CreateBackupOutput = [3, n0, _CBO, 0, [_BDa], [() => BackupDetails]];
|
|
1318
|
-
var CreateGlobalSecondaryIndexAction = [
|
|
1319
|
-
3,
|
|
1320
|
-
n0,
|
|
1321
|
-
_CGSIA,
|
|
1322
|
-
0,
|
|
1323
|
-
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
1324
|
-
[0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
|
|
1325
|
-
];
|
|
1326
|
-
var CreateGlobalTableInput = [3, n0, _CGTI, 0, [_GTN, _RG], [0, () => ReplicaList]];
|
|
1327
|
-
var CreateGlobalTableOutput = [3, n0, _CGTO, 0, [_GTD], [() => GlobalTableDescription]];
|
|
1328
|
-
var CreateGlobalTableWitnessGroupMemberAction = [3, n0, _CGTWGMA, 0, [_RN], [0]];
|
|
1329
|
-
var CreateReplicaAction = [3, n0, _CRA, 0, [_RN], [0]];
|
|
1330
|
-
var CreateReplicationGroupMemberAction = [
|
|
1331
|
-
3,
|
|
1332
|
-
n0,
|
|
1333
|
-
_CRGMA,
|
|
1334
|
-
0,
|
|
1335
|
-
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
1336
|
-
[
|
|
1337
|
-
0,
|
|
1338
|
-
0,
|
|
1339
|
-
() => ProvisionedThroughputOverride,
|
|
1340
|
-
() => OnDemandThroughputOverride,
|
|
1341
|
-
() => ReplicaGlobalSecondaryIndexList,
|
|
1342
|
-
0,
|
|
1343
|
-
],
|
|
1344
|
-
];
|
|
1345
|
-
var CreateTableInput = [
|
|
1346
|
-
3,
|
|
1347
|
-
n0,
|
|
1348
|
-
_CTI,
|
|
1349
|
-
0,
|
|
1350
|
-
[_ADt, _TN, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT],
|
|
1351
|
-
[
|
|
1352
|
-
() => AttributeDefinitions,
|
|
1353
|
-
0,
|
|
1354
|
-
() => KeySchema,
|
|
1355
|
-
() => LocalSecondaryIndexList,
|
|
1356
|
-
() => GlobalSecondaryIndexList,
|
|
1357
|
-
0,
|
|
1358
|
-
() => ProvisionedThroughput,
|
|
1359
|
-
() => StreamSpecification,
|
|
1360
|
-
() => SSESpecification,
|
|
1361
|
-
() => TagList,
|
|
1362
|
-
0,
|
|
1363
|
-
2,
|
|
1364
|
-
() => WarmThroughput,
|
|
1365
|
-
0,
|
|
1366
|
-
() => OnDemandThroughput,
|
|
1367
|
-
],
|
|
1368
|
-
];
|
|
1369
|
-
var CreateTableOutput = [3, n0, _CTO, 0, [_TD], [() => TableDescription]];
|
|
1370
|
-
var CsvOptions = [3, n0, _COs, 0, [_D, _HL], [0, 64 | 0]];
|
|
1371
|
-
var Delete = [
|
|
1372
|
-
3,
|
|
1373
|
-
n0,
|
|
1374
|
-
_De,
|
|
1375
|
-
0,
|
|
1376
|
-
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1377
|
-
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1378
|
-
];
|
|
1379
|
-
var DeleteBackupInput = [3, n0, _DBI, 0, [_BA], [0]];
|
|
1380
|
-
var DeleteBackupOutput = [3, n0, _DBO, 0, [_BD], [() => BackupDescription]];
|
|
1381
|
-
var DeleteGlobalSecondaryIndexAction = [3, n0, _DGSIA, 0, [_IN], [0]];
|
|
1382
|
-
var DeleteGlobalTableWitnessGroupMemberAction = [3, n0, _DGTWGMA, 0, [_RN], [0]];
|
|
1383
|
-
var DeleteItemInput = [
|
|
1384
|
-
3,
|
|
1385
|
-
n0,
|
|
1386
|
-
_DII,
|
|
1387
|
-
0,
|
|
1388
|
-
[_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
|
|
1389
|
-
[0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1390
|
-
];
|
|
1391
|
-
var DeleteItemOutput = [
|
|
1392
|
-
3,
|
|
1393
|
-
n0,
|
|
1394
|
-
_DIO,
|
|
1395
|
-
0,
|
|
1396
|
-
[_At, _CC, _ICM],
|
|
1397
|
-
[() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
|
|
1398
|
-
];
|
|
1399
|
-
var DeleteReplicaAction = [3, n0, _DRA, 0, [_RN], [0]];
|
|
1400
|
-
var DeleteReplicationGroupMemberAction = [3, n0, _DRGMA, 0, [_RN], [0]];
|
|
1401
|
-
var DeleteRequest = [3, n0, _DR, 0, [_K], [() => Key]];
|
|
1402
|
-
var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_RA, _ERI], [0, 0]];
|
|
1403
|
-
var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [_RIe], [0]];
|
|
1404
|
-
var DeleteTableInput = [3, n0, _DTI, 0, [_TN], [0]];
|
|
1405
|
-
var DeleteTableOutput = [3, n0, _DTO, 0, [_TD], [() => TableDescription]];
|
|
1406
|
-
var DescribeBackupInput = [3, n0, _DBIe, 0, [_BA], [0]];
|
|
1407
|
-
var DescribeBackupOutput = [3, n0, _DBOe, 0, [_BD], [() => BackupDescription]];
|
|
1408
|
-
var DescribeContinuousBackupsInput = [3, n0, _DCBI, 0, [_TN], [0]];
|
|
1409
|
-
var DescribeContinuousBackupsOutput = [
|
|
1410
|
-
3,
|
|
1411
|
-
n0,
|
|
1412
|
-
_DCBO,
|
|
1413
|
-
0,
|
|
1414
|
-
[_CBD],
|
|
1415
|
-
[() => ContinuousBackupsDescription],
|
|
1416
|
-
];
|
|
1417
|
-
var DescribeContributorInsightsInput = [3, n0, _DCII, 0, [_TN, _IN], [0, 0]];
|
|
1418
|
-
var DescribeContributorInsightsOutput = [
|
|
1419
|
-
3,
|
|
1420
|
-
n0,
|
|
1421
|
-
_DCIO,
|
|
1422
|
-
0,
|
|
1423
|
-
[_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
|
|
1424
|
-
[0, 0, 64 | 0, 0, 4, () => FailureException, 0],
|
|
1425
|
-
];
|
|
1426
|
-
var DescribeEndpointsRequest = [3, n0, _DER, 0, [], []];
|
|
1427
|
-
var DescribeEndpointsResponse = [3, n0, _DERe, 0, [_En], [() => Endpoints]];
|
|
1428
|
-
var DescribeExportInput = [3, n0, _DEI, 0, [_EA], [0]];
|
|
1429
|
-
var DescribeExportOutput = [3, n0, _DEO, 0, [_ED], [() => ExportDescription]];
|
|
1430
|
-
var DescribeGlobalTableInput = [3, n0, _DGTI, 0, [_GTN], [0]];
|
|
1431
|
-
var DescribeGlobalTableOutput = [3, n0, _DGTO, 0, [_GTD], [() => GlobalTableDescription]];
|
|
1432
|
-
var DescribeGlobalTableSettingsInput = [3, n0, _DGTSI, 0, [_GTN], [0]];
|
|
1433
|
-
var DescribeGlobalTableSettingsOutput = [
|
|
1434
|
-
3,
|
|
1435
|
-
n0,
|
|
1436
|
-
_DGTSO,
|
|
1437
|
-
0,
|
|
1438
|
-
[_GTN, _RS],
|
|
1439
|
-
[0, () => ReplicaSettingsDescriptionList],
|
|
1440
|
-
];
|
|
1441
|
-
var DescribeImportInput = [3, n0, _DIIe, 0, [_IA], [0]];
|
|
1442
|
-
var DescribeImportOutput = [3, n0, _DIOe, 0, [_ITD], [() => ImportTableDescription]];
|
|
1443
|
-
var DescribeKinesisStreamingDestinationInput = [3, n0, _DKSDI, 0, [_TN], [0]];
|
|
1444
|
-
var DescribeKinesisStreamingDestinationOutput = [
|
|
1445
|
-
3,
|
|
1446
|
-
n0,
|
|
1447
|
-
_DKSDO,
|
|
1448
|
-
0,
|
|
1449
|
-
[_TN, _KDSD],
|
|
1450
|
-
[0, () => KinesisDataStreamDestinations],
|
|
1451
|
-
];
|
|
1452
|
-
var DescribeLimitsInput = [3, n0, _DLI, 0, [], []];
|
|
1453
|
-
var DescribeLimitsOutput = [
|
|
1454
|
-
3,
|
|
1455
|
-
n0,
|
|
1456
|
-
_DLO,
|
|
1457
|
-
0,
|
|
1458
|
-
[_AMRCU, _AMWCU, _TMRCU, _TMWCU],
|
|
1459
|
-
[1, 1, 1, 1],
|
|
1460
|
-
];
|
|
1461
|
-
var DescribeTableInput = [3, n0, _DTIe, 0, [_TN], [0]];
|
|
1462
|
-
var DescribeTableOutput = [3, n0, _DTOe, 0, [_T], [() => TableDescription]];
|
|
1463
|
-
var DescribeTableReplicaAutoScalingInput = [3, n0, _DTRASI, 0, [_TN], [0]];
|
|
1464
|
-
var DescribeTableReplicaAutoScalingOutput = [
|
|
1465
|
-
3,
|
|
1466
|
-
n0,
|
|
1467
|
-
_DTRASO,
|
|
1468
|
-
0,
|
|
1469
|
-
[_TASD],
|
|
1470
|
-
[() => TableAutoScalingDescription],
|
|
1471
|
-
];
|
|
1472
|
-
var DescribeTimeToLiveInput = [3, n0, _DTTLI, 0, [_TN], [0]];
|
|
1473
|
-
var DescribeTimeToLiveOutput = [3, n0, _DTTLO, 0, [_TTLD], [() => TimeToLiveDescription]];
|
|
1474
|
-
var DuplicateItemException = [-3, n0, _DIE, { [_e]: _c }, [_m], [0]];
|
|
1475
|
-
schema.TypeRegistry.for(n0).registerError(DuplicateItemException, DuplicateItemException$1);
|
|
1476
|
-
var EnableKinesisStreamingConfiguration = [3, n0, _EKSC, 0, [_ACDTP], [0]];
|
|
1477
|
-
var Endpoint = [3, n0, _End, 0, [_Ad, _CPIM], [0, 1]];
|
|
1478
|
-
var ExecuteStatementInput = [
|
|
1479
|
-
3,
|
|
1480
|
-
n0,
|
|
1481
|
-
_ESI,
|
|
1482
|
-
0,
|
|
1483
|
-
[_St, _P, _CR, _NT, _RCC, _L, _RVOCCF],
|
|
1484
|
-
[0, () => PreparedStatementParameters, 2, 0, 0, 1, 0],
|
|
1485
|
-
];
|
|
1486
|
-
var ExecuteStatementOutput = [
|
|
1487
|
-
3,
|
|
1488
|
-
n0,
|
|
1489
|
-
_ESO,
|
|
1490
|
-
0,
|
|
1491
|
-
[_It, _NT, _CC, _LEK],
|
|
1492
|
-
[() => ItemList, 0, () => ConsumedCapacity, () => Key],
|
|
1493
|
-
];
|
|
1494
|
-
var ExecuteTransactionInput = [
|
|
1495
|
-
3,
|
|
1496
|
-
n0,
|
|
1497
|
-
_ETI,
|
|
1498
|
-
0,
|
|
1499
|
-
[_TS, _CRT, _RCC],
|
|
1500
|
-
[() => ParameterizedStatements, [0, 4], 0],
|
|
1501
|
-
];
|
|
1502
|
-
var ExecuteTransactionOutput = [
|
|
1503
|
-
3,
|
|
1504
|
-
n0,
|
|
1505
|
-
_ETO,
|
|
1506
|
-
0,
|
|
1507
|
-
[_R, _CC],
|
|
1508
|
-
[() => ItemResponseList, () => ConsumedCapacityMultiple],
|
|
1509
|
-
];
|
|
1510
|
-
var ExpectedAttributeValue = [
|
|
1511
|
-
3,
|
|
1512
|
-
n0,
|
|
1513
|
-
_EAVx,
|
|
1514
|
-
0,
|
|
1515
|
-
[_V, _Exi, _CO, _AVL],
|
|
1516
|
-
[() => AttributeValue, 2, 0, () => AttributeValueList],
|
|
1517
|
-
];
|
|
1518
|
-
var ExportConflictException = [-3, n0, _ECE, { [_e]: _c }, [_m], [0]];
|
|
1519
|
-
schema.TypeRegistry.for(n0).registerError(ExportConflictException, ExportConflictException$1);
|
|
1520
|
-
var ExportDescription = [
|
|
1521
|
-
3,
|
|
1522
|
-
n0,
|
|
1523
|
-
_ED,
|
|
1524
|
-
0,
|
|
1525
|
-
[_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
|
|
1526
|
-
[0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification],
|
|
1527
|
-
];
|
|
1528
|
-
var ExportNotFoundException = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
|
|
1529
|
-
schema.TypeRegistry.for(n0).registerError(ExportNotFoundException, ExportNotFoundException$1);
|
|
1530
|
-
var ExportSummary = [3, n0, _ESx, 0, [_EA, _ES, _ETxp], [0, 0, 0]];
|
|
1531
|
-
var ExportTableToPointInTimeInput = [
|
|
1532
|
-
3,
|
|
1533
|
-
n0,
|
|
1534
|
-
_ETTPITI,
|
|
1535
|
-
0,
|
|
1536
|
-
[_TA, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
|
|
1537
|
-
[0, 4, [0, 4], 0, 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification],
|
|
1538
|
-
];
|
|
1539
|
-
var ExportTableToPointInTimeOutput = [
|
|
1540
|
-
3,
|
|
1541
|
-
n0,
|
|
1542
|
-
_ETTPITO,
|
|
1543
|
-
0,
|
|
1544
|
-
[_ED],
|
|
1545
|
-
[() => ExportDescription],
|
|
1546
|
-
];
|
|
1547
|
-
var FailureException = [3, n0, _FE, 0, [_EN, _EDx], [0, 0]];
|
|
1548
|
-
var Get = [3, n0, _G, 0, [_K, _TN, _PE, _EAN], [() => Key, 0, 0, 128 | 0]];
|
|
1549
|
-
var GetItemInput = [
|
|
1550
|
-
3,
|
|
1551
|
-
n0,
|
|
1552
|
-
_GII,
|
|
1553
|
-
0,
|
|
1554
|
-
[_TN, _K, _ATG, _CR, _RCC, _PE, _EAN],
|
|
1555
|
-
[0, () => Key, 64 | 0, 2, 0, 0, 128 | 0],
|
|
1556
|
-
];
|
|
1557
|
-
var GetItemOutput = [
|
|
1558
|
-
3,
|
|
1559
|
-
n0,
|
|
1560
|
-
_GIO,
|
|
1561
|
-
0,
|
|
1562
|
-
[_I, _CC],
|
|
1563
|
-
[() => AttributeMap, () => ConsumedCapacity],
|
|
1564
|
-
];
|
|
1565
|
-
var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RA], [0]];
|
|
1566
|
-
var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Po, _RIe], [0, 0]];
|
|
1567
|
-
var GlobalSecondaryIndex = [
|
|
1568
|
-
3,
|
|
1569
|
-
n0,
|
|
1570
|
-
_GSIl,
|
|
1571
|
-
0,
|
|
1572
|
-
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
1573
|
-
[0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
|
|
1574
|
-
];
|
|
1575
|
-
var GlobalSecondaryIndexAutoScalingUpdate = [
|
|
1576
|
-
3,
|
|
1577
|
-
n0,
|
|
1578
|
-
_GSIASU,
|
|
1579
|
-
0,
|
|
1580
|
-
[_IN, _PWCASU],
|
|
1581
|
-
[0, () => AutoScalingSettingsUpdate],
|
|
1582
|
-
];
|
|
1583
|
-
var GlobalSecondaryIndexDescription = [
|
|
1584
|
-
3,
|
|
1585
|
-
n0,
|
|
1586
|
-
_GSID,
|
|
1587
|
-
0,
|
|
1588
|
-
[_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
|
|
1589
|
-
[
|
|
1590
|
-
0,
|
|
1591
|
-
() => KeySchema,
|
|
1592
|
-
() => Projection,
|
|
1593
|
-
0,
|
|
1594
|
-
2,
|
|
1595
|
-
() => ProvisionedThroughputDescription,
|
|
1596
|
-
1,
|
|
1597
|
-
1,
|
|
1598
|
-
0,
|
|
1599
|
-
() => OnDemandThroughput,
|
|
1600
|
-
() => GlobalSecondaryIndexWarmThroughputDescription,
|
|
1601
|
-
],
|
|
1602
|
-
];
|
|
1603
|
-
var GlobalSecondaryIndexInfo = [
|
|
1604
|
-
3,
|
|
1605
|
-
n0,
|
|
1606
|
-
_GSII,
|
|
1607
|
-
0,
|
|
1608
|
-
[_IN, _KS, _Pr, _PT, _ODT],
|
|
1609
|
-
[0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput],
|
|
1610
|
-
];
|
|
1611
|
-
var GlobalSecondaryIndexUpdate = [
|
|
1612
|
-
3,
|
|
1613
|
-
n0,
|
|
1614
|
-
_GSIU,
|
|
1615
|
-
0,
|
|
1616
|
-
[_U, _Cr, _De],
|
|
1617
|
-
[
|
|
1618
|
-
() => UpdateGlobalSecondaryIndexAction,
|
|
1619
|
-
() => CreateGlobalSecondaryIndexAction,
|
|
1620
|
-
() => DeleteGlobalSecondaryIndexAction,
|
|
1621
|
-
],
|
|
1622
|
-
];
|
|
1623
|
-
var GlobalSecondaryIndexWarmThroughputDescription = [
|
|
1624
|
-
3,
|
|
1625
|
-
n0,
|
|
1626
|
-
_GSIWTD,
|
|
1627
|
-
0,
|
|
1628
|
-
[_RUPS, _WUPS, _Sta],
|
|
1629
|
-
[1, 1, 0],
|
|
1630
|
-
];
|
|
1631
|
-
var GlobalTable = [3, n0, _GT, 0, [_GTN, _RG], [0, () => ReplicaList]];
|
|
1632
|
-
var GlobalTableAlreadyExistsException = [-3, n0, _GTAEE, { [_e]: _c }, [_m], [0]];
|
|
1633
|
-
schema.TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException, GlobalTableAlreadyExistsException$1);
|
|
1634
|
-
var GlobalTableDescription = [
|
|
1635
|
-
3,
|
|
1636
|
-
n0,
|
|
1637
|
-
_GTD,
|
|
1638
|
-
0,
|
|
1639
|
-
[_RG, _GTA, _CDT, _GTS, _GTN],
|
|
1640
|
-
[() => ReplicaDescriptionList, 0, 4, 0, 0],
|
|
1641
|
-
];
|
|
1642
|
-
var GlobalTableGlobalSecondaryIndexSettingsUpdate = [
|
|
1643
|
-
3,
|
|
1644
|
-
n0,
|
|
1645
|
-
_GTGSISU,
|
|
1646
|
-
0,
|
|
1647
|
-
[_IN, _PWCU, _PWCASSU],
|
|
1648
|
-
[0, 1, () => AutoScalingSettingsUpdate],
|
|
1649
|
-
];
|
|
1650
|
-
var GlobalTableNotFoundException = [-3, n0, _GTNFE, { [_e]: _c }, [_m], [0]];
|
|
1651
|
-
schema.TypeRegistry.for(n0).registerError(GlobalTableNotFoundException, GlobalTableNotFoundException$1);
|
|
1652
|
-
var GlobalTableWitnessDescription = [3, n0, _GTWD, 0, [_RN, _WS], [0, 0]];
|
|
1653
|
-
var GlobalTableWitnessGroupUpdate = [
|
|
1654
|
-
3,
|
|
1655
|
-
n0,
|
|
1656
|
-
_GTWGU,
|
|
1657
|
-
0,
|
|
1658
|
-
[_Cr, _De],
|
|
1659
|
-
[() => CreateGlobalTableWitnessGroupMemberAction, () => DeleteGlobalTableWitnessGroupMemberAction],
|
|
1660
|
-
];
|
|
1661
|
-
var IdempotentParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_M], [0]];
|
|
1662
|
-
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, IdempotentParameterMismatchException$1);
|
|
1663
|
-
var ImportConflictException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
|
|
1664
|
-
schema.TypeRegistry.for(n0).registerError(ImportConflictException, ImportConflictException$1);
|
|
1665
|
-
var ImportNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
|
|
1666
|
-
schema.TypeRegistry.for(n0).registerError(ImportNotFoundException, ImportNotFoundException$1);
|
|
1667
|
-
var ImportSummary = [
|
|
1668
|
-
3,
|
|
1669
|
-
n0,
|
|
1670
|
-
_ISm,
|
|
1671
|
-
0,
|
|
1672
|
-
[_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
|
|
1673
|
-
[0, 0, 0, () => S3BucketSource, 0, 0, 4, 4],
|
|
1674
|
-
];
|
|
1675
|
-
var ImportTableDescription = [
|
|
1676
|
-
3,
|
|
1677
|
-
n0,
|
|
1678
|
-
_ITD,
|
|
1679
|
-
0,
|
|
1680
|
-
[_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
|
|
1681
|
-
[
|
|
1682
|
-
0,
|
|
1683
|
-
0,
|
|
1684
|
-
0,
|
|
1685
|
-
0,
|
|
1686
|
-
0,
|
|
1687
|
-
() => S3BucketSource,
|
|
1688
|
-
1,
|
|
1689
|
-
0,
|
|
1690
|
-
0,
|
|
1691
|
-
() => InputFormatOptions,
|
|
1692
|
-
0,
|
|
1693
|
-
() => TableCreationParameters,
|
|
1694
|
-
4,
|
|
1695
|
-
4,
|
|
1696
|
-
1,
|
|
1697
|
-
1,
|
|
1698
|
-
1,
|
|
1699
|
-
0,
|
|
1700
|
-
0,
|
|
1701
|
-
],
|
|
1702
|
-
];
|
|
1703
|
-
var ImportTableInput = [
|
|
1704
|
-
3,
|
|
1705
|
-
n0,
|
|
1706
|
-
_ITI,
|
|
1707
|
-
0,
|
|
1708
|
-
[_CT, _SBS, _IF, _IFO, _ICT, _TCP],
|
|
1709
|
-
[[0, 4], () => S3BucketSource, 0, () => InputFormatOptions, 0, () => TableCreationParameters],
|
|
1710
|
-
];
|
|
1711
|
-
var ImportTableOutput = [3, n0, _ITO, 0, [_ITD], [() => ImportTableDescription]];
|
|
1712
|
-
var IncrementalExportSpecification = [3, n0, _IES, 0, [_EFT, _ETT, _EVT], [4, 4, 0]];
|
|
1713
|
-
var IndexNotFoundException = [-3, n0, _INFEn, { [_e]: _c }, [_m], [0]];
|
|
1714
|
-
schema.TypeRegistry.for(n0).registerError(IndexNotFoundException, IndexNotFoundException$1);
|
|
1715
|
-
var InputFormatOptions = [3, n0, _IFO, 0, [_Cs], [() => CsvOptions]];
|
|
1716
|
-
var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
|
|
1717
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
|
|
1718
|
-
var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
|
|
1719
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEndpointException, InvalidEndpointException$1);
|
|
1720
|
-
var InvalidExportTimeException = [-3, n0, _IETE, { [_e]: _c }, [_m], [0]];
|
|
1721
|
-
schema.TypeRegistry.for(n0).registerError(InvalidExportTimeException, InvalidExportTimeException$1);
|
|
1722
|
-
var InvalidRestoreTimeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
|
|
1723
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRestoreTimeException, InvalidRestoreTimeException$1);
|
|
1724
|
-
var ItemCollectionMetrics = [
|
|
1725
|
-
3,
|
|
1726
|
-
n0,
|
|
1727
|
-
_ICM,
|
|
1728
|
-
0,
|
|
1729
|
-
[_ICK, _SERGB],
|
|
1730
|
-
[() => ItemCollectionKeyAttributeMap, 64 | 1],
|
|
1731
|
-
];
|
|
1732
|
-
var ItemCollectionSizeLimitExceededException = [-3, n0, _ICSLEE, { [_e]: _c }, [_m], [0]];
|
|
1733
|
-
schema.TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException, ItemCollectionSizeLimitExceededException$1);
|
|
1734
|
-
var ItemResponse = [3, n0, _IR, 0, [_I], [() => AttributeMap]];
|
|
1735
|
-
var KeysAndAttributes = [
|
|
1736
|
-
3,
|
|
1737
|
-
n0,
|
|
1738
|
-
_KAA,
|
|
1739
|
-
0,
|
|
1740
|
-
[_Ke, _ATG, _CR, _PE, _EAN],
|
|
1741
|
-
[() => KeyList, 64 | 0, 2, 0, 128 | 0],
|
|
1742
|
-
];
|
|
1743
|
-
var KeySchemaElement = [3, n0, _KSE, 0, [_AN, _KT], [0, 0]];
|
|
1744
|
-
var KinesisDataStreamDestination = [
|
|
1745
|
-
3,
|
|
1746
|
-
n0,
|
|
1747
|
-
_KDSDi,
|
|
1748
|
-
0,
|
|
1749
|
-
[_SA, _DS, _DSD, _ACDTP],
|
|
1750
|
-
[0, 0, 0, 0],
|
|
1751
|
-
];
|
|
1752
|
-
var KinesisStreamingDestinationInput = [
|
|
1753
|
-
3,
|
|
1754
|
-
n0,
|
|
1755
|
-
_KSDI,
|
|
1756
|
-
0,
|
|
1757
|
-
[_TN, _SA, _EKSC],
|
|
1758
|
-
[0, 0, () => EnableKinesisStreamingConfiguration],
|
|
1759
|
-
];
|
|
1760
|
-
var KinesisStreamingDestinationOutput = [
|
|
1761
|
-
3,
|
|
1762
|
-
n0,
|
|
1763
|
-
_KSDO,
|
|
1764
|
-
0,
|
|
1765
|
-
[_TN, _SA, _DS, _EKSC],
|
|
1766
|
-
[0, 0, 0, () => EnableKinesisStreamingConfiguration],
|
|
1767
|
-
];
|
|
1768
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
1769
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
1770
|
-
var ListBackupsInput = [
|
|
1771
|
-
3,
|
|
1772
|
-
n0,
|
|
1773
|
-
_LBI,
|
|
1774
|
-
0,
|
|
1775
|
-
[_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
|
|
1776
|
-
[0, 1, 4, 4, 0, 0],
|
|
1777
|
-
];
|
|
1778
|
-
var ListBackupsOutput = [3, n0, _LBO, 0, [_BSac, _LEBA], [() => BackupSummaries, 0]];
|
|
1779
|
-
var ListContributorInsightsInput = [3, n0, _LCII, 0, [_TN, _NT, _MR], [0, 0, 1]];
|
|
1780
|
-
var ListContributorInsightsOutput = [
|
|
1781
|
-
3,
|
|
1782
|
-
n0,
|
|
1783
|
-
_LCIO,
|
|
1784
|
-
0,
|
|
1785
|
-
[_CISon, _NT],
|
|
1786
|
-
[() => ContributorInsightsSummaries, 0],
|
|
1787
|
-
];
|
|
1788
|
-
var ListExportsInput = [3, n0, _LEI, 0, [_TA, _MR, _NT], [0, 1, 0]];
|
|
1789
|
-
var ListExportsOutput = [3, n0, _LEO, 0, [_ESxp, _NT], [() => ExportSummaries, 0]];
|
|
1790
|
-
var ListGlobalTablesInput = [3, n0, _LGTI, 0, [_ESGTN, _L, _RN], [0, 1, 0]];
|
|
1791
|
-
var ListGlobalTablesOutput = [
|
|
1792
|
-
3,
|
|
1793
|
-
n0,
|
|
1794
|
-
_LGTO,
|
|
1795
|
-
0,
|
|
1796
|
-
[_GTl, _LEGTN],
|
|
1797
|
-
[() => GlobalTableList, 0],
|
|
1798
|
-
];
|
|
1799
|
-
var ListImportsInput = [3, n0, _LII, 0, [_TA, _PS, _NT], [0, 1, 0]];
|
|
1800
|
-
var ListImportsOutput = [3, n0, _LIO, 0, [_ISL, _NT], [() => ImportSummaryList, 0]];
|
|
1801
|
-
var ListTablesInput = [3, n0, _LTI, 0, [_ESTN, _L], [0, 1]];
|
|
1802
|
-
var ListTablesOutput = [3, n0, _LTO, 0, [_TNa, _LETN], [64 | 0, 0]];
|
|
1803
|
-
var ListTagsOfResourceInput = [3, n0, _LTORI, 0, [_RA, _NT], [0, 0]];
|
|
1804
|
-
var ListTagsOfResourceOutput = [3, n0, _LTORO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1805
|
-
var LocalSecondaryIndex = [
|
|
1806
|
-
3,
|
|
1807
|
-
n0,
|
|
1808
|
-
_LSIo,
|
|
1809
|
-
0,
|
|
1810
|
-
[_IN, _KS, _Pr],
|
|
1811
|
-
[0, () => KeySchema, () => Projection],
|
|
1812
|
-
];
|
|
1813
|
-
var LocalSecondaryIndexDescription = [
|
|
1814
|
-
3,
|
|
1815
|
-
n0,
|
|
1816
|
-
_LSID,
|
|
1817
|
-
0,
|
|
1818
|
-
[_IN, _KS, _Pr, _ISB, _IC, _IAn],
|
|
1819
|
-
[0, () => KeySchema, () => Projection, 1, 1, 0],
|
|
1820
|
-
];
|
|
1821
|
-
var LocalSecondaryIndexInfo = [
|
|
1822
|
-
3,
|
|
1823
|
-
n0,
|
|
1824
|
-
_LSII,
|
|
1825
|
-
0,
|
|
1826
|
-
[_IN, _KS, _Pr],
|
|
1827
|
-
[0, () => KeySchema, () => Projection],
|
|
1828
|
-
];
|
|
1829
|
-
var OnDemandThroughput = [3, n0, _ODT, 0, [_MRRU, _MWRU], [1, 1]];
|
|
1830
|
-
var OnDemandThroughputOverride = [3, n0, _ODTO, 0, [_MRRU], [1]];
|
|
1831
|
-
var ParameterizedStatement = [
|
|
1832
|
-
3,
|
|
1833
|
-
n0,
|
|
1834
|
-
_PSa,
|
|
1835
|
-
0,
|
|
1836
|
-
[_St, _P, _RVOCCF],
|
|
1837
|
-
[0, () => PreparedStatementParameters, 0],
|
|
1838
|
-
];
|
|
1839
|
-
var PointInTimeRecoveryDescription = [
|
|
1840
|
-
3,
|
|
1841
|
-
n0,
|
|
1842
|
-
_PITRD,
|
|
1843
|
-
0,
|
|
1844
|
-
[_PITRS, _RPID, _ERDT, _LRDT],
|
|
1845
|
-
[0, 1, 4, 4],
|
|
1846
|
-
];
|
|
1847
|
-
var PointInTimeRecoverySpecification = [3, n0, _PITRSo, 0, [_PITRE, _RPID], [2, 1]];
|
|
1848
|
-
var PointInTimeRecoveryUnavailableException = [-3, n0, _PITRUE, { [_e]: _c }, [_m], [0]];
|
|
1849
|
-
schema.TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException, PointInTimeRecoveryUnavailableException$1);
|
|
1850
|
-
var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c }, [_m], [0]];
|
|
1851
|
-
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException, PolicyNotFoundException$1);
|
|
1852
|
-
var Projection = [3, n0, _Pr, 0, [_PTr, _NKA], [0, 64 | 0]];
|
|
1853
|
-
var ProvisionedThroughput = [3, n0, _PT, 0, [_RCU, _WCU], [1, 1]];
|
|
1854
|
-
var ProvisionedThroughputDescription = [
|
|
1855
|
-
3,
|
|
1856
|
-
n0,
|
|
1857
|
-
_PTD,
|
|
1858
|
-
0,
|
|
1859
|
-
[_LIDT, _LDDT, _NODT, _RCU, _WCU],
|
|
1860
|
-
[4, 4, 1, 1, 1],
|
|
1861
|
-
];
|
|
1862
|
-
var ProvisionedThroughputExceededException = [
|
|
1863
|
-
-3,
|
|
1864
|
-
n0,
|
|
1865
|
-
_PTEE,
|
|
1866
|
-
{ [_e]: _c },
|
|
1867
|
-
[_m, _TR],
|
|
1868
|
-
[0, () => ThrottlingReasonList],
|
|
1869
|
-
];
|
|
1870
|
-
schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException, ProvisionedThroughputExceededException$1);
|
|
1871
|
-
var ProvisionedThroughputOverride = [3, n0, _PTO, 0, [_RCU], [1]];
|
|
1872
|
-
var Put = [
|
|
1873
|
-
3,
|
|
1874
|
-
n0,
|
|
1875
|
-
_Pu,
|
|
1876
|
-
0,
|
|
1877
|
-
[_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1878
|
-
[() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1879
|
-
];
|
|
1880
|
-
var PutItemInput = [
|
|
1881
|
-
3,
|
|
1882
|
-
n0,
|
|
1883
|
-
_PII,
|
|
1884
|
-
0,
|
|
1885
|
-
[_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
|
|
1886
|
-
[
|
|
1887
|
-
0,
|
|
1888
|
-
() => PutItemInputAttributeMap,
|
|
1889
|
-
() => ExpectedAttributeMap,
|
|
1890
|
-
0,
|
|
1891
|
-
0,
|
|
1892
|
-
0,
|
|
1893
|
-
0,
|
|
1894
|
-
0,
|
|
1895
|
-
128 | 0,
|
|
1896
|
-
() => ExpressionAttributeValueMap,
|
|
1897
|
-
0,
|
|
1898
|
-
],
|
|
1899
|
-
];
|
|
1900
|
-
var PutItemOutput = [
|
|
1901
|
-
3,
|
|
1902
|
-
n0,
|
|
1903
|
-
_PIO,
|
|
1904
|
-
0,
|
|
1905
|
-
[_At, _CC, _ICM],
|
|
1906
|
-
[() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
|
|
1907
|
-
];
|
|
1908
|
-
var PutRequest = [3, n0, _PR, 0, [_I], [() => PutItemInputAttributeMap]];
|
|
1909
|
-
var PutResourcePolicyInput = [
|
|
1910
|
-
3,
|
|
1911
|
-
n0,
|
|
1912
|
-
_PRPI,
|
|
1913
|
-
0,
|
|
1914
|
-
[_RA, _Po, _ERI, _CRSRA],
|
|
1915
|
-
[0, 0, 0, [2, { [_hH]: _xacrsra }]],
|
|
1916
|
-
];
|
|
1917
|
-
var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_RIe], [0]];
|
|
1918
|
-
var QueryInput = [
|
|
1919
|
-
3,
|
|
1920
|
-
n0,
|
|
1921
|
-
_QI,
|
|
1922
|
-
0,
|
|
1923
|
-
[_TN, _IN, _Se, _ATG, _L, _CR, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
|
|
1924
|
-
[
|
|
1925
|
-
0,
|
|
1926
|
-
0,
|
|
1927
|
-
0,
|
|
1928
|
-
64 | 0,
|
|
1929
|
-
1,
|
|
1930
|
-
2,
|
|
1931
|
-
() => KeyConditions,
|
|
1932
|
-
() => FilterConditionMap,
|
|
1933
|
-
0,
|
|
1934
|
-
2,
|
|
1935
|
-
() => Key,
|
|
1936
|
-
0,
|
|
1937
|
-
0,
|
|
1938
|
-
0,
|
|
1939
|
-
0,
|
|
1940
|
-
128 | 0,
|
|
1941
|
-
() => ExpressionAttributeValueMap,
|
|
1942
|
-
],
|
|
1943
|
-
];
|
|
1944
|
-
var QueryOutput = [
|
|
1945
|
-
3,
|
|
1946
|
-
n0,
|
|
1947
|
-
_QO,
|
|
1948
|
-
0,
|
|
1949
|
-
[_It, _Cou, _SC, _LEK, _CC],
|
|
1950
|
-
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
|
|
1951
|
-
];
|
|
1952
|
-
var Replica = [3, n0, _Re, 0, [_RN], [0]];
|
|
1953
|
-
var ReplicaAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1954
|
-
schema.TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException, ReplicaAlreadyExistsException$1);
|
|
1955
|
-
var ReplicaAutoScalingDescription = [
|
|
1956
|
-
3,
|
|
1957
|
-
n0,
|
|
1958
|
-
_RASD,
|
|
1959
|
-
0,
|
|
1960
|
-
[_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
|
|
1961
|
-
[
|
|
1962
|
-
0,
|
|
1963
|
-
() => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList,
|
|
1964
|
-
() => AutoScalingSettingsDescription,
|
|
1965
|
-
() => AutoScalingSettingsDescription,
|
|
1966
|
-
0,
|
|
1967
|
-
],
|
|
1968
|
-
];
|
|
1969
|
-
var ReplicaAutoScalingUpdate = [
|
|
1970
|
-
3,
|
|
1971
|
-
n0,
|
|
1972
|
-
_RASU,
|
|
1973
|
-
0,
|
|
1974
|
-
[_RN, _RGSIU, _RPRCASU],
|
|
1975
|
-
[0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate],
|
|
1976
|
-
];
|
|
1977
|
-
var ReplicaDescription = [
|
|
1978
|
-
3,
|
|
1979
|
-
n0,
|
|
1980
|
-
_RD,
|
|
1981
|
-
0,
|
|
1982
|
-
[_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS],
|
|
1983
|
-
[
|
|
1984
|
-
0,
|
|
1985
|
-
0,
|
|
1986
|
-
0,
|
|
1987
|
-
0,
|
|
1988
|
-
0,
|
|
1989
|
-
() => ProvisionedThroughputOverride,
|
|
1990
|
-
() => OnDemandThroughputOverride,
|
|
1991
|
-
() => TableWarmThroughputDescription,
|
|
1992
|
-
() => ReplicaGlobalSecondaryIndexDescriptionList,
|
|
1993
|
-
4,
|
|
1994
|
-
() => TableClassSummary,
|
|
1995
|
-
],
|
|
1996
|
-
];
|
|
1997
|
-
var ReplicaGlobalSecondaryIndex = [
|
|
1998
|
-
3,
|
|
1999
|
-
n0,
|
|
2000
|
-
_RGSI,
|
|
2001
|
-
0,
|
|
2002
|
-
[_IN, _PTO, _ODTO],
|
|
2003
|
-
[0, () => ProvisionedThroughputOverride, () => OnDemandThroughputOverride],
|
|
2004
|
-
];
|
|
2005
|
-
var ReplicaGlobalSecondaryIndexAutoScalingDescription = [
|
|
2006
|
-
3,
|
|
2007
|
-
n0,
|
|
2008
|
-
_RGSIASD,
|
|
2009
|
-
0,
|
|
2010
|
-
[_IN, _IS, _PRCASS, _PWCASS],
|
|
2011
|
-
[0, 0, () => AutoScalingSettingsDescription, () => AutoScalingSettingsDescription],
|
|
2012
|
-
];
|
|
2013
|
-
var ReplicaGlobalSecondaryIndexAutoScalingUpdate = [
|
|
2014
|
-
3,
|
|
2015
|
-
n0,
|
|
2016
|
-
_RGSIASU,
|
|
2017
|
-
0,
|
|
2018
|
-
[_IN, _PRCASU],
|
|
2019
|
-
[0, () => AutoScalingSettingsUpdate],
|
|
2020
|
-
];
|
|
2021
|
-
var ReplicaGlobalSecondaryIndexDescription = [
|
|
2022
|
-
3,
|
|
2023
|
-
n0,
|
|
2024
|
-
_RGSID,
|
|
2025
|
-
0,
|
|
2026
|
-
[_IN, _PTO, _ODTO, _WT],
|
|
2027
|
-
[
|
|
2028
|
-
0,
|
|
2029
|
-
() => ProvisionedThroughputOverride,
|
|
2030
|
-
() => OnDemandThroughputOverride,
|
|
2031
|
-
() => GlobalSecondaryIndexWarmThroughputDescription,
|
|
2032
|
-
],
|
|
2033
|
-
];
|
|
2034
|
-
var ReplicaGlobalSecondaryIndexSettingsDescription = [
|
|
2035
|
-
3,
|
|
2036
|
-
n0,
|
|
2037
|
-
_RGSISD,
|
|
2038
|
-
0,
|
|
2039
|
-
[_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
|
|
2040
|
-
[0, 0, 1, () => AutoScalingSettingsDescription, 1, () => AutoScalingSettingsDescription],
|
|
2041
|
-
];
|
|
2042
|
-
var ReplicaGlobalSecondaryIndexSettingsUpdate = [
|
|
2043
|
-
3,
|
|
2044
|
-
n0,
|
|
2045
|
-
_RGSISU,
|
|
2046
|
-
0,
|
|
2047
|
-
[_IN, _PRCU, _PRCASSU],
|
|
2048
|
-
[0, 1, () => AutoScalingSettingsUpdate],
|
|
2049
|
-
];
|
|
2050
|
-
var ReplicaNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
2051
|
-
schema.TypeRegistry.for(n0).registerError(ReplicaNotFoundException, ReplicaNotFoundException$1);
|
|
2052
|
-
var ReplicaSettingsDescription = [
|
|
2053
|
-
3,
|
|
2054
|
-
n0,
|
|
2055
|
-
_RSDe,
|
|
2056
|
-
0,
|
|
2057
|
-
[_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
|
|
2058
|
-
[
|
|
2059
|
-
0,
|
|
2060
|
-
0,
|
|
2061
|
-
() => BillingModeSummary,
|
|
2062
|
-
1,
|
|
2063
|
-
() => AutoScalingSettingsDescription,
|
|
2064
|
-
1,
|
|
2065
|
-
() => AutoScalingSettingsDescription,
|
|
2066
|
-
() => ReplicaGlobalSecondaryIndexSettingsDescriptionList,
|
|
2067
|
-
() => TableClassSummary,
|
|
2068
|
-
],
|
|
2069
|
-
];
|
|
2070
|
-
var ReplicaSettingsUpdate = [
|
|
2071
|
-
3,
|
|
2072
|
-
n0,
|
|
2073
|
-
_RSU,
|
|
2074
|
-
0,
|
|
2075
|
-
[_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
|
|
2076
|
-
[0, 1, () => AutoScalingSettingsUpdate, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0],
|
|
2077
|
-
];
|
|
2078
|
-
var ReplicatedWriteConflictException = [-3, n0, _RWCE, { [_e]: _c }, [_m], [0]];
|
|
2079
|
-
schema.TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException, ReplicatedWriteConflictException$1);
|
|
2080
|
-
var ReplicationGroupUpdate = [
|
|
2081
|
-
3,
|
|
2082
|
-
n0,
|
|
2083
|
-
_RGU,
|
|
2084
|
-
0,
|
|
2085
|
-
[_Cr, _U, _De],
|
|
2086
|
-
[
|
|
2087
|
-
() => CreateReplicationGroupMemberAction,
|
|
2088
|
-
() => UpdateReplicationGroupMemberAction,
|
|
2089
|
-
() => DeleteReplicationGroupMemberAction,
|
|
2090
|
-
],
|
|
2091
|
-
];
|
|
2092
|
-
var ReplicaUpdate = [
|
|
2093
|
-
3,
|
|
2094
|
-
n0,
|
|
2095
|
-
_RU,
|
|
2096
|
-
0,
|
|
2097
|
-
[_Cr, _De],
|
|
2098
|
-
[() => CreateReplicaAction, () => DeleteReplicaAction],
|
|
2099
|
-
];
|
|
2100
|
-
var RequestLimitExceeded = [
|
|
2101
|
-
-3,
|
|
2102
|
-
n0,
|
|
2103
|
-
_RLE,
|
|
2104
|
-
{ [_e]: _c },
|
|
2105
|
-
[_m, _TR],
|
|
2106
|
-
[0, () => ThrottlingReasonList],
|
|
2107
|
-
];
|
|
2108
|
-
schema.TypeRegistry.for(n0).registerError(RequestLimitExceeded, RequestLimitExceeded$1);
|
|
2109
|
-
var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
|
|
2110
|
-
schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
|
|
2111
|
-
var ResourceNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
|
|
2112
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
2113
|
-
var RestoreSummary = [3, n0, _RSes, 0, [_SBA, _STA, _RDT, _RIP], [0, 0, 4, 2]];
|
|
2114
|
-
var RestoreTableFromBackupInput = [
|
|
2115
|
-
3,
|
|
2116
|
-
n0,
|
|
2117
|
-
_RTFBI,
|
|
2118
|
-
0,
|
|
2119
|
-
[_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
2120
|
-
[
|
|
2121
|
-
0,
|
|
2122
|
-
0,
|
|
2123
|
-
0,
|
|
2124
|
-
() => GlobalSecondaryIndexList,
|
|
2125
|
-
() => LocalSecondaryIndexList,
|
|
2126
|
-
() => ProvisionedThroughput,
|
|
2127
|
-
() => OnDemandThroughput,
|
|
2128
|
-
() => SSESpecification,
|
|
2129
|
-
],
|
|
2130
|
-
];
|
|
2131
|
-
var RestoreTableFromBackupOutput = [3, n0, _RTFBO, 0, [_TD], [() => TableDescription]];
|
|
2132
|
-
var RestoreTableToPointInTimeInput = [
|
|
2133
|
-
3,
|
|
2134
|
-
n0,
|
|
2135
|
-
_RTTPITI,
|
|
2136
|
-
0,
|
|
2137
|
-
[_STA, _STN, _TTN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
2138
|
-
[
|
|
2139
|
-
0,
|
|
2140
|
-
0,
|
|
2141
|
-
0,
|
|
2142
|
-
2,
|
|
2143
|
-
4,
|
|
2144
|
-
0,
|
|
2145
|
-
() => GlobalSecondaryIndexList,
|
|
2146
|
-
() => LocalSecondaryIndexList,
|
|
2147
|
-
() => ProvisionedThroughput,
|
|
2148
|
-
() => OnDemandThroughput,
|
|
2149
|
-
() => SSESpecification,
|
|
2150
|
-
],
|
|
2151
|
-
];
|
|
2152
|
-
var RestoreTableToPointInTimeOutput = [
|
|
2153
|
-
3,
|
|
2154
|
-
n0,
|
|
2155
|
-
_RTTPITO,
|
|
2156
|
-
0,
|
|
2157
|
-
[_TD],
|
|
2158
|
-
[() => TableDescription],
|
|
2159
|
-
];
|
|
2160
|
-
var S3BucketSource = [3, n0, _SBS, 0, [_SBO, _SB, _SKP], [0, 0, 0]];
|
|
2161
|
-
var ScanInput = [
|
|
2162
|
-
3,
|
|
2163
|
-
n0,
|
|
2164
|
-
_SI,
|
|
2165
|
-
0,
|
|
2166
|
-
[_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CR],
|
|
2167
|
-
[
|
|
2168
|
-
0,
|
|
2169
|
-
0,
|
|
2170
|
-
64 | 0,
|
|
2171
|
-
1,
|
|
2172
|
-
0,
|
|
2173
|
-
() => FilterConditionMap,
|
|
2174
|
-
0,
|
|
2175
|
-
() => Key,
|
|
2176
|
-
0,
|
|
2177
|
-
1,
|
|
2178
|
-
1,
|
|
2179
|
-
0,
|
|
2180
|
-
0,
|
|
2181
|
-
128 | 0,
|
|
2182
|
-
() => ExpressionAttributeValueMap,
|
|
2183
|
-
2,
|
|
2184
|
-
],
|
|
2185
|
-
];
|
|
2186
|
-
var ScanOutput = [
|
|
2187
|
-
3,
|
|
2188
|
-
n0,
|
|
2189
|
-
_SO,
|
|
2190
|
-
0,
|
|
2191
|
-
[_It, _Cou, _SC, _LEK, _CC],
|
|
2192
|
-
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
|
|
2193
|
-
];
|
|
2194
|
-
var SourceTableDetails = [
|
|
2195
|
-
3,
|
|
2196
|
-
n0,
|
|
2197
|
-
_STD,
|
|
2198
|
-
0,
|
|
2199
|
-
[_TN, _TI, _TA, _TSB, _KS, _TCDT, _PT, _ODT, _IC, _BM],
|
|
2200
|
-
[0, 0, 0, 1, () => KeySchema, 4, () => ProvisionedThroughput, () => OnDemandThroughput, 1, 0],
|
|
2201
|
-
];
|
|
2202
|
-
var SourceTableFeatureDetails = [
|
|
2203
|
-
3,
|
|
2204
|
-
n0,
|
|
2205
|
-
_STFD,
|
|
2206
|
-
0,
|
|
2207
|
-
[_LSI, _GSI, _SD, _TTLD, _SSED],
|
|
2208
|
-
[
|
|
2209
|
-
() => LocalSecondaryIndexes,
|
|
2210
|
-
() => GlobalSecondaryIndexes,
|
|
2211
|
-
() => StreamSpecification,
|
|
2212
|
-
() => TimeToLiveDescription,
|
|
2213
|
-
() => SSEDescription,
|
|
2214
|
-
],
|
|
2215
|
-
];
|
|
2216
|
-
var SSEDescription = [3, n0, _SSED, 0, [_Sta, _SSET, _KMSMKA, _IEDT], [0, 0, 0, 4]];
|
|
2217
|
-
var SSESpecification = [3, n0, _SSES, 0, [_Ena, _SSET, _KMSMKI], [2, 0, 0]];
|
|
2218
|
-
var StreamSpecification = [3, n0, _SS, 0, [_SE, _SVT], [2, 0]];
|
|
2219
|
-
var TableAlreadyExistsException = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
|
|
2220
|
-
schema.TypeRegistry.for(n0).registerError(TableAlreadyExistsException, TableAlreadyExistsException$1);
|
|
2221
|
-
var TableAutoScalingDescription = [
|
|
2222
|
-
3,
|
|
2223
|
-
n0,
|
|
2224
|
-
_TASD,
|
|
2225
|
-
0,
|
|
2226
|
-
[_TN, _TSa, _Rep],
|
|
2227
|
-
[0, 0, () => ReplicaAutoScalingDescriptionList],
|
|
2228
|
-
];
|
|
2229
|
-
var TableClassSummary = [3, n0, _TCS, 0, [_TC, _LUDT], [0, 4]];
|
|
2230
|
-
var TableCreationParameters = [
|
|
2231
|
-
3,
|
|
2232
|
-
n0,
|
|
2233
|
-
_TCP,
|
|
2234
|
-
0,
|
|
2235
|
-
[_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
|
|
2236
|
-
[
|
|
2237
|
-
0,
|
|
2238
|
-
() => AttributeDefinitions,
|
|
2239
|
-
() => KeySchema,
|
|
2240
|
-
0,
|
|
2241
|
-
() => ProvisionedThroughput,
|
|
2242
|
-
() => OnDemandThroughput,
|
|
2243
|
-
() => SSESpecification,
|
|
2244
|
-
() => GlobalSecondaryIndexList,
|
|
2245
|
-
],
|
|
2246
|
-
];
|
|
2247
|
-
var TableDescription = [
|
|
2248
|
-
3,
|
|
2249
|
-
n0,
|
|
2250
|
-
_TD,
|
|
2251
|
-
0,
|
|
2252
|
-
[
|
|
2253
|
-
_ADt,
|
|
2254
|
-
_TN,
|
|
2255
|
-
_KS,
|
|
2256
|
-
_TSa,
|
|
2257
|
-
_CDT,
|
|
2258
|
-
_PT,
|
|
2259
|
-
_TSB,
|
|
2260
|
-
_IC,
|
|
2261
|
-
_TA,
|
|
2262
|
-
_TI,
|
|
2263
|
-
_BMS,
|
|
2264
|
-
_LSI,
|
|
2265
|
-
_GSI,
|
|
2266
|
-
_SS,
|
|
2267
|
-
_LSL,
|
|
2268
|
-
_LSA,
|
|
2269
|
-
_GTV,
|
|
2270
|
-
_Rep,
|
|
2271
|
-
_GTW,
|
|
2272
|
-
_RSes,
|
|
2273
|
-
_SSED,
|
|
2274
|
-
_AS,
|
|
2275
|
-
_TCS,
|
|
2276
|
-
_DPE,
|
|
2277
|
-
_ODT,
|
|
2278
|
-
_WT,
|
|
2279
|
-
_MRC,
|
|
2280
|
-
],
|
|
2281
|
-
[
|
|
2282
|
-
() => AttributeDefinitions,
|
|
2283
|
-
0,
|
|
2284
|
-
() => KeySchema,
|
|
2285
|
-
0,
|
|
2286
|
-
4,
|
|
2287
|
-
() => ProvisionedThroughputDescription,
|
|
2288
|
-
1,
|
|
2289
|
-
1,
|
|
2290
|
-
0,
|
|
2291
|
-
0,
|
|
2292
|
-
() => BillingModeSummary,
|
|
2293
|
-
() => LocalSecondaryIndexDescriptionList,
|
|
2294
|
-
() => GlobalSecondaryIndexDescriptionList,
|
|
2295
|
-
() => StreamSpecification,
|
|
2296
|
-
0,
|
|
2297
|
-
0,
|
|
2298
|
-
0,
|
|
2299
|
-
() => ReplicaDescriptionList,
|
|
2300
|
-
() => GlobalTableWitnessDescriptionList,
|
|
2301
|
-
() => RestoreSummary,
|
|
2302
|
-
() => SSEDescription,
|
|
2303
|
-
() => ArchivalSummary,
|
|
2304
|
-
() => TableClassSummary,
|
|
2305
|
-
2,
|
|
2306
|
-
() => OnDemandThroughput,
|
|
2307
|
-
() => TableWarmThroughputDescription,
|
|
2308
|
-
0,
|
|
2309
|
-
],
|
|
2310
|
-
];
|
|
2311
|
-
var TableInUseException = [-3, n0, _TIUE, { [_e]: _c }, [_m], [0]];
|
|
2312
|
-
schema.TypeRegistry.for(n0).registerError(TableInUseException, TableInUseException$1);
|
|
2313
|
-
var TableNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
|
|
2314
|
-
schema.TypeRegistry.for(n0).registerError(TableNotFoundException, TableNotFoundException$1);
|
|
2315
|
-
var TableWarmThroughputDescription = [3, n0, _TWTD, 0, [_RUPS, _WUPS, _Sta], [1, 1, 0]];
|
|
2316
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2317
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
|
|
2318
|
-
var ThrottlingException = [
|
|
2319
|
-
-3,
|
|
2320
|
-
n0,
|
|
2321
|
-
_TE,
|
|
2322
|
-
{ [_e]: _c, [_hE]: 400, [_aQE]: [`Throttling`, 400] },
|
|
2323
|
-
[_m, _tR],
|
|
2324
|
-
[0, () => ThrottlingReasonList],
|
|
2325
|
-
];
|
|
2326
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
2327
|
-
var ThrottlingReason = [3, n0, _TRh, 0, [_r, _re], [0, 0]];
|
|
2328
|
-
var TimeToLiveDescription = [3, n0, _TTLD, 0, [_TTLS, _AN], [0, 0]];
|
|
2329
|
-
var TimeToLiveSpecification = [3, n0, _TTLSi, 0, [_Ena, _AN], [2, 0]];
|
|
2330
|
-
var TransactGetItem = [3, n0, _TGI, 0, [_G], [() => Get]];
|
|
2331
|
-
var TransactGetItemsInput = [
|
|
2332
|
-
3,
|
|
2333
|
-
n0,
|
|
2334
|
-
_TGII,
|
|
2335
|
-
0,
|
|
2336
|
-
[_TIr, _RCC],
|
|
2337
|
-
[() => TransactGetItemList, 0],
|
|
2338
|
-
];
|
|
2339
|
-
var TransactGetItemsOutput = [
|
|
2340
|
-
3,
|
|
2341
|
-
n0,
|
|
2342
|
-
_TGIO,
|
|
2343
|
-
0,
|
|
2344
|
-
[_CC, _R],
|
|
2345
|
-
[() => ConsumedCapacityMultiple, () => ItemResponseList],
|
|
2346
|
-
];
|
|
2347
|
-
var TransactionCanceledException = [
|
|
2348
|
-
-3,
|
|
2349
|
-
n0,
|
|
2350
|
-
_TCE,
|
|
2351
|
-
{ [_e]: _c },
|
|
2352
|
-
[_M, _CRan],
|
|
2353
|
-
[0, () => CancellationReasonList],
|
|
2354
|
-
];
|
|
2355
|
-
schema.TypeRegistry.for(n0).registerError(TransactionCanceledException, TransactionCanceledException$1);
|
|
2356
|
-
var TransactionConflictException = [-3, n0, _TCEr, { [_e]: _c }, [_m], [0]];
|
|
2357
|
-
schema.TypeRegistry.for(n0).registerError(TransactionConflictException, TransactionConflictException$1);
|
|
2358
|
-
var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c }, [_M], [0]];
|
|
2359
|
-
schema.TypeRegistry.for(n0).registerError(TransactionInProgressException, TransactionInProgressException$1);
|
|
2360
|
-
var TransactWriteItem = [
|
|
2361
|
-
3,
|
|
2362
|
-
n0,
|
|
2363
|
-
_TWI,
|
|
2364
|
-
0,
|
|
2365
|
-
[_CCo, _Pu, _De, _U],
|
|
2366
|
-
[() => ConditionCheck, () => Put, () => Delete, () => Update],
|
|
2367
|
-
];
|
|
2368
|
-
var TransactWriteItemsInput = [
|
|
2369
|
-
3,
|
|
2370
|
-
n0,
|
|
2371
|
-
_TWII,
|
|
2372
|
-
0,
|
|
2373
|
-
[_TIr, _RCC, _RICM, _CRT],
|
|
2374
|
-
[() => TransactWriteItemList, 0, 0, [0, 4]],
|
|
2375
|
-
];
|
|
2376
|
-
var TransactWriteItemsOutput = [
|
|
2377
|
-
3,
|
|
2378
|
-
n0,
|
|
2379
|
-
_TWIO,
|
|
2380
|
-
0,
|
|
2381
|
-
[_CC, _ICM],
|
|
2382
|
-
[() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable],
|
|
2383
|
-
];
|
|
2384
|
-
var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
|
|
2385
|
-
var Update = [
|
|
2386
|
-
3,
|
|
2387
|
-
n0,
|
|
2388
|
-
_U,
|
|
2389
|
-
0,
|
|
2390
|
-
[_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
2391
|
-
[() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
2392
|
-
];
|
|
2393
|
-
var UpdateContinuousBackupsInput = [
|
|
2394
|
-
3,
|
|
2395
|
-
n0,
|
|
2396
|
-
_UCBI,
|
|
2397
|
-
0,
|
|
2398
|
-
[_TN, _PITRSo],
|
|
2399
|
-
[0, () => PointInTimeRecoverySpecification],
|
|
2400
|
-
];
|
|
2401
|
-
var UpdateContinuousBackupsOutput = [
|
|
2402
|
-
3,
|
|
2403
|
-
n0,
|
|
2404
|
-
_UCBO,
|
|
2405
|
-
0,
|
|
2406
|
-
[_CBD],
|
|
2407
|
-
[() => ContinuousBackupsDescription],
|
|
2408
|
-
];
|
|
2409
|
-
var UpdateContributorInsightsInput = [
|
|
2410
|
-
3,
|
|
2411
|
-
n0,
|
|
2412
|
-
_UCII,
|
|
2413
|
-
0,
|
|
2414
|
-
[_TN, _IN, _CIA, _CIM],
|
|
2415
|
-
[0, 0, 0, 0],
|
|
2416
|
-
];
|
|
2417
|
-
var UpdateContributorInsightsOutput = [
|
|
2418
|
-
3,
|
|
2419
|
-
n0,
|
|
2420
|
-
_UCIO,
|
|
2421
|
-
0,
|
|
2422
|
-
[_TN, _IN, _CISo, _CIM],
|
|
2423
|
-
[0, 0, 0, 0],
|
|
2424
|
-
];
|
|
2425
|
-
var UpdateGlobalSecondaryIndexAction = [
|
|
2426
|
-
3,
|
|
2427
|
-
n0,
|
|
2428
|
-
_UGSIA,
|
|
2429
|
-
0,
|
|
2430
|
-
[_IN, _PT, _ODT, _WT],
|
|
2431
|
-
[0, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
|
|
2432
|
-
];
|
|
2433
|
-
var UpdateGlobalTableInput = [
|
|
2434
|
-
3,
|
|
2435
|
-
n0,
|
|
2436
|
-
_UGTI,
|
|
2437
|
-
0,
|
|
2438
|
-
[_GTN, _RUe],
|
|
2439
|
-
[0, () => ReplicaUpdateList],
|
|
2440
|
-
];
|
|
2441
|
-
var UpdateGlobalTableOutput = [3, n0, _UGTO, 0, [_GTD], [() => GlobalTableDescription]];
|
|
2442
|
-
var UpdateGlobalTableSettingsInput = [
|
|
2443
|
-
3,
|
|
2444
|
-
n0,
|
|
2445
|
-
_UGTSI,
|
|
2446
|
-
0,
|
|
2447
|
-
[_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
|
|
2448
|
-
[
|
|
2449
|
-
0,
|
|
2450
|
-
0,
|
|
2451
|
-
1,
|
|
2452
|
-
() => AutoScalingSettingsUpdate,
|
|
2453
|
-
() => GlobalTableGlobalSecondaryIndexSettingsUpdateList,
|
|
2454
|
-
() => ReplicaSettingsUpdateList,
|
|
2455
|
-
],
|
|
2456
|
-
];
|
|
2457
|
-
var UpdateGlobalTableSettingsOutput = [
|
|
2458
|
-
3,
|
|
2459
|
-
n0,
|
|
2460
|
-
_UGTSO,
|
|
2461
|
-
0,
|
|
2462
|
-
[_GTN, _RS],
|
|
2463
|
-
[0, () => ReplicaSettingsDescriptionList],
|
|
2464
|
-
];
|
|
2465
|
-
var UpdateItemInput = [
|
|
2466
|
-
3,
|
|
2467
|
-
n0,
|
|
2468
|
-
_UII,
|
|
2469
|
-
0,
|
|
2470
|
-
[_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
|
|
2471
|
-
[
|
|
2472
|
-
0,
|
|
2473
|
-
() => Key,
|
|
2474
|
-
() => AttributeUpdates,
|
|
2475
|
-
() => ExpectedAttributeMap,
|
|
2476
|
-
0,
|
|
2477
|
-
0,
|
|
2478
|
-
0,
|
|
2479
|
-
0,
|
|
2480
|
-
0,
|
|
2481
|
-
0,
|
|
2482
|
-
128 | 0,
|
|
2483
|
-
() => ExpressionAttributeValueMap,
|
|
2484
|
-
0,
|
|
2485
|
-
],
|
|
2486
|
-
];
|
|
2487
|
-
var UpdateItemOutput = [
|
|
2488
|
-
3,
|
|
2489
|
-
n0,
|
|
2490
|
-
_UIO,
|
|
2491
|
-
0,
|
|
2492
|
-
[_At, _CC, _ICM],
|
|
2493
|
-
[() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
|
|
2494
|
-
];
|
|
2495
|
-
var UpdateKinesisStreamingConfiguration = [3, n0, _UKSC, 0, [_ACDTP], [0]];
|
|
2496
|
-
var UpdateKinesisStreamingDestinationInput = [
|
|
2497
|
-
3,
|
|
2498
|
-
n0,
|
|
2499
|
-
_UKSDI,
|
|
2500
|
-
0,
|
|
2501
|
-
[_TN, _SA, _UKSC],
|
|
2502
|
-
[0, 0, () => UpdateKinesisStreamingConfiguration],
|
|
2503
|
-
];
|
|
2504
|
-
var UpdateKinesisStreamingDestinationOutput = [
|
|
2505
|
-
3,
|
|
2506
|
-
n0,
|
|
2507
|
-
_UKSDO,
|
|
2508
|
-
0,
|
|
2509
|
-
[_TN, _SA, _DS, _UKSC],
|
|
2510
|
-
[0, 0, 0, () => UpdateKinesisStreamingConfiguration],
|
|
2511
|
-
];
|
|
2512
|
-
var UpdateReplicationGroupMemberAction = [
|
|
2513
|
-
3,
|
|
2514
|
-
n0,
|
|
2515
|
-
_URGMA,
|
|
2516
|
-
0,
|
|
2517
|
-
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
2518
|
-
[
|
|
2519
|
-
0,
|
|
2520
|
-
0,
|
|
2521
|
-
() => ProvisionedThroughputOverride,
|
|
2522
|
-
() => OnDemandThroughputOverride,
|
|
2523
|
-
() => ReplicaGlobalSecondaryIndexList,
|
|
2524
|
-
0,
|
|
2525
|
-
],
|
|
2526
|
-
];
|
|
2527
|
-
var UpdateTableInput = [
|
|
2528
|
-
3,
|
|
2529
|
-
n0,
|
|
2530
|
-
_UTI,
|
|
2531
|
-
0,
|
|
2532
|
-
[_ADt, _TN, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT],
|
|
2533
|
-
[
|
|
2534
|
-
() => AttributeDefinitions,
|
|
2535
|
-
0,
|
|
2536
|
-
0,
|
|
2537
|
-
() => ProvisionedThroughput,
|
|
2538
|
-
() => GlobalSecondaryIndexUpdateList,
|
|
2539
|
-
() => StreamSpecification,
|
|
2540
|
-
() => SSESpecification,
|
|
2541
|
-
() => ReplicationGroupUpdateList,
|
|
2542
|
-
0,
|
|
2543
|
-
2,
|
|
2544
|
-
0,
|
|
2545
|
-
() => GlobalTableWitnessGroupUpdateList,
|
|
2546
|
-
() => OnDemandThroughput,
|
|
2547
|
-
() => WarmThroughput,
|
|
2548
|
-
],
|
|
2549
|
-
];
|
|
2550
|
-
var UpdateTableOutput = [3, n0, _UTO, 0, [_TD], [() => TableDescription]];
|
|
2551
|
-
var UpdateTableReplicaAutoScalingInput = [
|
|
2552
|
-
3,
|
|
2553
|
-
n0,
|
|
2554
|
-
_UTRASI,
|
|
2555
|
-
0,
|
|
2556
|
-
[_GSIUl, _TN, _PWCASU, _RUe],
|
|
2557
|
-
[
|
|
2558
|
-
() => GlobalSecondaryIndexAutoScalingUpdateList,
|
|
2559
|
-
0,
|
|
2560
|
-
() => AutoScalingSettingsUpdate,
|
|
2561
|
-
() => ReplicaAutoScalingUpdateList,
|
|
2562
|
-
],
|
|
2563
|
-
];
|
|
2564
|
-
var UpdateTableReplicaAutoScalingOutput = [
|
|
2565
|
-
3,
|
|
2566
|
-
n0,
|
|
2567
|
-
_UTRASO,
|
|
2568
|
-
0,
|
|
2569
|
-
[_TASD],
|
|
2570
|
-
[() => TableAutoScalingDescription],
|
|
2571
|
-
];
|
|
2572
|
-
var UpdateTimeToLiveInput = [
|
|
2573
|
-
3,
|
|
2574
|
-
n0,
|
|
2575
|
-
_UTTLI,
|
|
2576
|
-
0,
|
|
2577
|
-
[_TN, _TTLSi],
|
|
2578
|
-
[0, () => TimeToLiveSpecification],
|
|
2579
|
-
];
|
|
2580
|
-
var UpdateTimeToLiveOutput = [
|
|
2581
|
-
3,
|
|
2582
|
-
n0,
|
|
2583
|
-
_UTTLO,
|
|
2584
|
-
0,
|
|
2585
|
-
[_TTLSi],
|
|
2586
|
-
[() => TimeToLiveSpecification],
|
|
2587
|
-
];
|
|
2588
|
-
var WarmThroughput = [3, n0, _WT, 0, [_RUPS, _WUPS], [1, 1]];
|
|
2589
|
-
var WriteRequest = [3, n0, _WR, 0, [_PR, _DR], [() => PutRequest, () => DeleteRequest]];
|
|
2590
|
-
var __Unit = "unit";
|
|
2591
|
-
var DynamoDBServiceException = [-3, _sm, "DynamoDBServiceException", 0, [], []];
|
|
2592
|
-
schema.TypeRegistry.for(_sm).registerError(DynamoDBServiceException, DynamoDBServiceException$1);
|
|
2593
|
-
var AttributeDefinitions = [1, n0, _ADt, 0, () => AttributeDefinition];
|
|
2594
|
-
var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue];
|
|
2595
|
-
var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL, 0, () => AutoScalingPolicyDescription];
|
|
2596
|
-
var BackupSummaries = [1, n0, _BSac, 0, () => BackupSummary];
|
|
2597
|
-
var CancellationReasonList = [1, n0, _CRL, 0, () => CancellationReason];
|
|
2598
|
-
var ConsumedCapacityMultiple = [1, n0, _CCM, 0, () => ConsumedCapacity];
|
|
2599
|
-
var ContributorInsightsSummaries = [1, n0, _CISon, 0, () => ContributorInsightsSummary];
|
|
2600
|
-
var Endpoints = [1, n0, _En, 0, () => Endpoint];
|
|
2601
|
-
var ExportSummaries = [1, n0, _ESxp, 0, () => ExportSummary];
|
|
2602
|
-
var GlobalSecondaryIndexAutoScalingUpdateList = [
|
|
2603
|
-
1,
|
|
2604
|
-
n0,
|
|
2605
|
-
_GSIASUL,
|
|
2606
|
-
0,
|
|
2607
|
-
() => GlobalSecondaryIndexAutoScalingUpdate,
|
|
2608
|
-
];
|
|
2609
|
-
var GlobalSecondaryIndexDescriptionList = [
|
|
2610
|
-
1,
|
|
2611
|
-
n0,
|
|
2612
|
-
_GSIDL,
|
|
2613
|
-
0,
|
|
2614
|
-
() => GlobalSecondaryIndexDescription,
|
|
2615
|
-
];
|
|
2616
|
-
var GlobalSecondaryIndexes = [1, n0, _GSI, 0, () => GlobalSecondaryIndexInfo];
|
|
2617
|
-
var GlobalSecondaryIndexList = [1, n0, _GSIL, 0, () => GlobalSecondaryIndex];
|
|
2618
|
-
var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL, 0, () => GlobalSecondaryIndexUpdate];
|
|
2619
|
-
var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [
|
|
2620
|
-
1,
|
|
2621
|
-
n0,
|
|
2622
|
-
_GTGSISUL,
|
|
2623
|
-
0,
|
|
2624
|
-
() => GlobalTableGlobalSecondaryIndexSettingsUpdate,
|
|
2625
|
-
];
|
|
2626
|
-
var GlobalTableList = [1, n0, _GTL, 0, () => GlobalTable];
|
|
2627
|
-
var GlobalTableWitnessDescriptionList = [
|
|
2628
|
-
1,
|
|
2629
|
-
n0,
|
|
2630
|
-
_GTWDL,
|
|
2631
|
-
0,
|
|
2632
|
-
() => GlobalTableWitnessDescription,
|
|
2633
|
-
];
|
|
2634
|
-
var GlobalTableWitnessGroupUpdateList = [
|
|
2635
|
-
1,
|
|
2636
|
-
n0,
|
|
2637
|
-
_GTWGUL,
|
|
2638
|
-
0,
|
|
2639
|
-
() => GlobalTableWitnessGroupUpdate,
|
|
2640
|
-
];
|
|
2641
|
-
var ImportSummaryList = [1, n0, _ISL, 0, () => ImportSummary];
|
|
2642
|
-
var ItemCollectionMetricsMultiple = [1, n0, _ICMM, 0, () => ItemCollectionMetrics];
|
|
2643
|
-
var ItemList = [1, n0, _IL, 0, () => AttributeMap];
|
|
2644
|
-
var ItemResponseList = [1, n0, _IRL, 0, () => ItemResponse];
|
|
2645
|
-
var KeyList = [1, n0, _KL, 0, () => Key];
|
|
2646
|
-
var KeySchema = [1, n0, _KS, 0, () => KeySchemaElement];
|
|
2647
|
-
var KinesisDataStreamDestinations = [1, n0, _KDSD, 0, () => KinesisDataStreamDestination];
|
|
2648
|
-
var ListAttributeValue = [1, n0, _LAV, 0, () => AttributeValue];
|
|
2649
|
-
var LocalSecondaryIndexDescriptionList = [
|
|
2650
|
-
1,
|
|
2651
|
-
n0,
|
|
2652
|
-
_LSIDL,
|
|
2653
|
-
0,
|
|
2654
|
-
() => LocalSecondaryIndexDescription,
|
|
2655
|
-
];
|
|
2656
|
-
var LocalSecondaryIndexes = [1, n0, _LSI, 0, () => LocalSecondaryIndexInfo];
|
|
2657
|
-
var LocalSecondaryIndexList = [1, n0, _LSIL, 0, () => LocalSecondaryIndex];
|
|
2658
|
-
var ParameterizedStatements = [1, n0, _PSar, 0, () => ParameterizedStatement];
|
|
2659
|
-
var PartiQLBatchRequest = [1, n0, _PQLBR, 0, () => BatchStatementRequest];
|
|
2660
|
-
var PartiQLBatchResponse = [1, n0, _PQLBRa, 0, () => BatchStatementResponse];
|
|
2661
|
-
var PreparedStatementParameters = [1, n0, _PSP, 0, () => AttributeValue];
|
|
2662
|
-
var ReplicaAutoScalingDescriptionList = [
|
|
2663
|
-
1,
|
|
2664
|
-
n0,
|
|
2665
|
-
_RASDL,
|
|
2666
|
-
0,
|
|
2667
|
-
() => ReplicaAutoScalingDescription,
|
|
2668
|
-
];
|
|
2669
|
-
var ReplicaAutoScalingUpdateList = [1, n0, _RASUL, 0, () => ReplicaAutoScalingUpdate];
|
|
2670
|
-
var ReplicaDescriptionList = [1, n0, _RDL, 0, () => ReplicaDescription];
|
|
2671
|
-
var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [
|
|
2672
|
-
1,
|
|
2673
|
-
n0,
|
|
2674
|
-
_RGSIASDL,
|
|
2675
|
-
0,
|
|
2676
|
-
() => ReplicaGlobalSecondaryIndexAutoScalingDescription,
|
|
2677
|
-
];
|
|
2678
|
-
var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [
|
|
2679
|
-
1,
|
|
2680
|
-
n0,
|
|
2681
|
-
_RGSIASUL,
|
|
2682
|
-
0,
|
|
2683
|
-
() => ReplicaGlobalSecondaryIndexAutoScalingUpdate,
|
|
2684
|
-
];
|
|
2685
|
-
var ReplicaGlobalSecondaryIndexDescriptionList = [
|
|
2686
|
-
1,
|
|
2687
|
-
n0,
|
|
2688
|
-
_RGSIDL,
|
|
2689
|
-
0,
|
|
2690
|
-
() => ReplicaGlobalSecondaryIndexDescription,
|
|
2691
|
-
];
|
|
2692
|
-
var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL, 0, () => ReplicaGlobalSecondaryIndex];
|
|
2693
|
-
var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [
|
|
2694
|
-
1,
|
|
2695
|
-
n0,
|
|
2696
|
-
_RGSISDL,
|
|
2697
|
-
0,
|
|
2698
|
-
() => ReplicaGlobalSecondaryIndexSettingsDescription,
|
|
2699
|
-
];
|
|
2700
|
-
var ReplicaGlobalSecondaryIndexSettingsUpdateList = [
|
|
2701
|
-
1,
|
|
2702
|
-
n0,
|
|
2703
|
-
_RGSISUL,
|
|
2704
|
-
0,
|
|
2705
|
-
() => ReplicaGlobalSecondaryIndexSettingsUpdate,
|
|
2706
|
-
];
|
|
2707
|
-
var ReplicaList = [1, n0, _RL, 0, () => Replica];
|
|
2708
|
-
var ReplicaSettingsDescriptionList = [1, n0, _RSDL, 0, () => ReplicaSettingsDescription];
|
|
2709
|
-
var ReplicaSettingsUpdateList = [1, n0, _RSUL, 0, () => ReplicaSettingsUpdate];
|
|
2710
|
-
var ReplicationGroupUpdateList = [1, n0, _RGUL, 0, () => ReplicationGroupUpdate];
|
|
2711
|
-
var ReplicaUpdateList = [1, n0, _RUL, 0, () => ReplicaUpdate];
|
|
2712
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
2713
|
-
var ThrottlingReasonList = [1, n0, _TRL, 0, () => ThrottlingReason];
|
|
2714
|
-
var TransactGetItemList = [1, n0, _TGIL, 0, () => TransactGetItem];
|
|
2715
|
-
var TransactWriteItemList = [1, n0, _TWIL, 0, () => TransactWriteItem];
|
|
2716
|
-
var WriteRequests = [1, n0, _WRr, 0, () => WriteRequest];
|
|
2717
|
-
var AttributeMap = [2, n0, _AM, 0, 0, () => AttributeValue];
|
|
2718
|
-
var AttributeUpdates = [2, n0, _AU, 0, 0, () => AttributeValueUpdate];
|
|
2719
|
-
var BatchGetRequestMap = [2, n0, _BGRMa, 0, 0, () => KeysAndAttributes];
|
|
2720
|
-
var BatchGetResponseMap = [2, n0, _BGRM, 0, 0, () => ItemList];
|
|
2721
|
-
var BatchWriteItemRequestMap = [2, n0, _BWIRM, 0, 0, () => WriteRequests];
|
|
2722
|
-
var ExpectedAttributeMap = [2, n0, _EAM, 0, 0, () => ExpectedAttributeValue];
|
|
2723
|
-
var ExpressionAttributeValueMap = [2, n0, _EAVM, 0, 0, () => AttributeValue];
|
|
2724
|
-
var FilterConditionMap = [2, n0, _FCM, 0, 0, () => Condition];
|
|
2725
|
-
var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM, 0, 0, () => AttributeValue];
|
|
2726
|
-
var ItemCollectionMetricsPerTable = [2, n0, _ICMPT, 0, 0, () => ItemCollectionMetricsMultiple];
|
|
2727
|
-
var Key = [2, n0, _K, 0, 0, () => AttributeValue];
|
|
2728
|
-
var KeyConditions = [2, n0, _KC, 0, 0, () => Condition];
|
|
2729
|
-
var MapAttributeValue = [2, n0, _MAV, 0, 0, () => AttributeValue];
|
|
2730
|
-
var PutItemInputAttributeMap = [2, n0, _PIIAM, 0, 0, () => AttributeValue];
|
|
2731
|
-
var SecondaryIndexesCapacityMap = [2, n0, _SICM, 0, 0, () => Capacity];
|
|
2732
|
-
var AttributeValue = [
|
|
2733
|
-
3,
|
|
2734
|
-
n0,
|
|
2735
|
-
_AV,
|
|
2736
|
-
0,
|
|
2737
|
-
[_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
|
|
2738
|
-
[0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2],
|
|
2739
|
-
];
|
|
2740
|
-
var BatchExecuteStatement = [
|
|
2741
|
-
9,
|
|
2742
|
-
n0,
|
|
2743
|
-
_BES,
|
|
2744
|
-
0,
|
|
2745
|
-
() => BatchExecuteStatementInput,
|
|
2746
|
-
() => BatchExecuteStatementOutput,
|
|
2747
|
-
];
|
|
2748
|
-
var BatchGetItem = [9, n0, _BGI, 0, () => BatchGetItemInput, () => BatchGetItemOutput];
|
|
2749
|
-
var BatchWriteItem = [
|
|
2750
|
-
9,
|
|
2751
|
-
n0,
|
|
2752
|
-
_BWI,
|
|
2753
|
-
0,
|
|
2754
|
-
() => BatchWriteItemInput,
|
|
2755
|
-
() => BatchWriteItemOutput,
|
|
2756
|
-
];
|
|
2757
|
-
var CreateBackup = [9, n0, _CB, 0, () => CreateBackupInput, () => CreateBackupOutput];
|
|
2758
|
-
var CreateGlobalTable = [
|
|
2759
|
-
9,
|
|
2760
|
-
n0,
|
|
2761
|
-
_CGT,
|
|
2762
|
-
0,
|
|
2763
|
-
() => CreateGlobalTableInput,
|
|
2764
|
-
() => CreateGlobalTableOutput,
|
|
2765
|
-
];
|
|
2766
|
-
var CreateTable = [9, n0, _CTr, 0, () => CreateTableInput, () => CreateTableOutput];
|
|
2767
|
-
var DeleteBackup = [9, n0, _DB, 0, () => DeleteBackupInput, () => DeleteBackupOutput];
|
|
2768
|
-
var DeleteItem = [9, n0, _DI, 0, () => DeleteItemInput, () => DeleteItemOutput];
|
|
2769
|
-
var DeleteResourcePolicy = [
|
|
2770
|
-
9,
|
|
2771
|
-
n0,
|
|
2772
|
-
_DRP,
|
|
2773
|
-
0,
|
|
2774
|
-
() => DeleteResourcePolicyInput,
|
|
2775
|
-
() => DeleteResourcePolicyOutput,
|
|
2776
|
-
];
|
|
2777
|
-
var DeleteTable = [9, n0, _DT, 0, () => DeleteTableInput, () => DeleteTableOutput];
|
|
2778
|
-
var DescribeBackup = [
|
|
2779
|
-
9,
|
|
2780
|
-
n0,
|
|
2781
|
-
_DBe,
|
|
2782
|
-
0,
|
|
2783
|
-
() => DescribeBackupInput,
|
|
2784
|
-
() => DescribeBackupOutput,
|
|
2785
|
-
];
|
|
2786
|
-
var DescribeContinuousBackups = [
|
|
2787
|
-
9,
|
|
2788
|
-
n0,
|
|
2789
|
-
_DCB,
|
|
2790
|
-
0,
|
|
2791
|
-
() => DescribeContinuousBackupsInput,
|
|
2792
|
-
() => DescribeContinuousBackupsOutput,
|
|
2793
|
-
];
|
|
2794
|
-
var DescribeContributorInsights = [
|
|
2795
|
-
9,
|
|
2796
|
-
n0,
|
|
2797
|
-
_DCI,
|
|
2798
|
-
0,
|
|
2799
|
-
() => DescribeContributorInsightsInput,
|
|
2800
|
-
() => DescribeContributorInsightsOutput,
|
|
2801
|
-
];
|
|
2802
|
-
var DescribeEndpoints = [
|
|
2803
|
-
9,
|
|
2804
|
-
n0,
|
|
2805
|
-
_DE,
|
|
2806
|
-
0,
|
|
2807
|
-
() => DescribeEndpointsRequest,
|
|
2808
|
-
() => DescribeEndpointsResponse,
|
|
2809
|
-
];
|
|
2810
|
-
var DescribeExport = [
|
|
2811
|
-
9,
|
|
2812
|
-
n0,
|
|
2813
|
-
_DEe,
|
|
2814
|
-
0,
|
|
2815
|
-
() => DescribeExportInput,
|
|
2816
|
-
() => DescribeExportOutput,
|
|
2817
|
-
];
|
|
2818
|
-
var DescribeGlobalTable = [
|
|
2819
|
-
9,
|
|
2820
|
-
n0,
|
|
2821
|
-
_DGT,
|
|
2822
|
-
0,
|
|
2823
|
-
() => DescribeGlobalTableInput,
|
|
2824
|
-
() => DescribeGlobalTableOutput,
|
|
2825
|
-
];
|
|
2826
|
-
var DescribeGlobalTableSettings = [
|
|
2827
|
-
9,
|
|
2828
|
-
n0,
|
|
2829
|
-
_DGTS,
|
|
2830
|
-
0,
|
|
2831
|
-
() => DescribeGlobalTableSettingsInput,
|
|
2832
|
-
() => DescribeGlobalTableSettingsOutput,
|
|
2833
|
-
];
|
|
2834
|
-
var DescribeImport = [
|
|
2835
|
-
9,
|
|
2836
|
-
n0,
|
|
2837
|
-
_DIe,
|
|
2838
|
-
0,
|
|
2839
|
-
() => DescribeImportInput,
|
|
2840
|
-
() => DescribeImportOutput,
|
|
2841
|
-
];
|
|
2842
|
-
var DescribeKinesisStreamingDestination = [
|
|
2843
|
-
9,
|
|
2844
|
-
n0,
|
|
2845
|
-
_DKSD,
|
|
2846
|
-
0,
|
|
2847
|
-
() => DescribeKinesisStreamingDestinationInput,
|
|
2848
|
-
() => DescribeKinesisStreamingDestinationOutput,
|
|
2849
|
-
];
|
|
2850
|
-
var DescribeLimits = [
|
|
2851
|
-
9,
|
|
2852
|
-
n0,
|
|
2853
|
-
_DL,
|
|
2854
|
-
0,
|
|
2855
|
-
() => DescribeLimitsInput,
|
|
2856
|
-
() => DescribeLimitsOutput,
|
|
2857
|
-
];
|
|
2858
|
-
var DescribeTable = [9, n0, _DTe, 0, () => DescribeTableInput, () => DescribeTableOutput];
|
|
2859
|
-
var DescribeTableReplicaAutoScaling = [
|
|
2860
|
-
9,
|
|
2861
|
-
n0,
|
|
2862
|
-
_DTRAS,
|
|
2863
|
-
0,
|
|
2864
|
-
() => DescribeTableReplicaAutoScalingInput,
|
|
2865
|
-
() => DescribeTableReplicaAutoScalingOutput,
|
|
2866
|
-
];
|
|
2867
|
-
var DescribeTimeToLive = [
|
|
2868
|
-
9,
|
|
2869
|
-
n0,
|
|
2870
|
-
_DTTL,
|
|
2871
|
-
0,
|
|
2872
|
-
() => DescribeTimeToLiveInput,
|
|
2873
|
-
() => DescribeTimeToLiveOutput,
|
|
2874
|
-
];
|
|
2875
|
-
var DisableKinesisStreamingDestination = [
|
|
2876
|
-
9,
|
|
2877
|
-
n0,
|
|
2878
|
-
_DKSDi,
|
|
2879
|
-
0,
|
|
2880
|
-
() => KinesisStreamingDestinationInput,
|
|
2881
|
-
() => KinesisStreamingDestinationOutput,
|
|
2882
|
-
];
|
|
2883
|
-
var EnableKinesisStreamingDestination = [
|
|
2884
|
-
9,
|
|
2885
|
-
n0,
|
|
2886
|
-
_EKSD,
|
|
2887
|
-
0,
|
|
2888
|
-
() => KinesisStreamingDestinationInput,
|
|
2889
|
-
() => KinesisStreamingDestinationOutput,
|
|
2890
|
-
];
|
|
2891
|
-
var ExecuteStatement = [
|
|
2892
|
-
9,
|
|
2893
|
-
n0,
|
|
2894
|
-
_ESxe,
|
|
2895
|
-
0,
|
|
2896
|
-
() => ExecuteStatementInput,
|
|
2897
|
-
() => ExecuteStatementOutput,
|
|
2898
|
-
];
|
|
2899
|
-
var ExecuteTransaction = [
|
|
2900
|
-
9,
|
|
2901
|
-
n0,
|
|
2902
|
-
_ETxe,
|
|
2903
|
-
0,
|
|
2904
|
-
() => ExecuteTransactionInput,
|
|
2905
|
-
() => ExecuteTransactionOutput,
|
|
2906
|
-
];
|
|
2907
|
-
var ExportTableToPointInTime = [
|
|
2908
|
-
9,
|
|
2909
|
-
n0,
|
|
2910
|
-
_ETTPIT,
|
|
2911
|
-
0,
|
|
2912
|
-
() => ExportTableToPointInTimeInput,
|
|
2913
|
-
() => ExportTableToPointInTimeOutput,
|
|
2914
|
-
];
|
|
2915
|
-
var GetItem = [9, n0, _GI, 0, () => GetItemInput, () => GetItemOutput];
|
|
2916
|
-
var GetResourcePolicy = [
|
|
2917
|
-
9,
|
|
2918
|
-
n0,
|
|
2919
|
-
_GRP,
|
|
2920
|
-
0,
|
|
2921
|
-
() => GetResourcePolicyInput,
|
|
2922
|
-
() => GetResourcePolicyOutput,
|
|
2923
|
-
];
|
|
2924
|
-
var ImportTable = [9, n0, _IT, 0, () => ImportTableInput, () => ImportTableOutput];
|
|
2925
|
-
var ListBackups = [9, n0, _LB, 0, () => ListBackupsInput, () => ListBackupsOutput];
|
|
2926
|
-
var ListContributorInsights = [
|
|
2927
|
-
9,
|
|
2928
|
-
n0,
|
|
2929
|
-
_LCI,
|
|
2930
|
-
0,
|
|
2931
|
-
() => ListContributorInsightsInput,
|
|
2932
|
-
() => ListContributorInsightsOutput,
|
|
2933
|
-
];
|
|
2934
|
-
var ListExports = [9, n0, _LE, 0, () => ListExportsInput, () => ListExportsOutput];
|
|
2935
|
-
var ListGlobalTables = [
|
|
2936
|
-
9,
|
|
2937
|
-
n0,
|
|
2938
|
-
_LGT,
|
|
2939
|
-
0,
|
|
2940
|
-
() => ListGlobalTablesInput,
|
|
2941
|
-
() => ListGlobalTablesOutput,
|
|
2942
|
-
];
|
|
2943
|
-
var ListImports = [9, n0, _LI, 0, () => ListImportsInput, () => ListImportsOutput];
|
|
2944
|
-
var ListTables = [9, n0, _LT, 0, () => ListTablesInput, () => ListTablesOutput];
|
|
2945
|
-
var ListTagsOfResource = [
|
|
2946
|
-
9,
|
|
2947
|
-
n0,
|
|
2948
|
-
_LTOR,
|
|
2949
|
-
0,
|
|
2950
|
-
() => ListTagsOfResourceInput,
|
|
2951
|
-
() => ListTagsOfResourceOutput,
|
|
2952
|
-
];
|
|
2953
|
-
var PutItem = [9, n0, _PI, 0, () => PutItemInput, () => PutItemOutput];
|
|
2954
|
-
var PutResourcePolicy = [
|
|
2955
|
-
9,
|
|
2956
|
-
n0,
|
|
2957
|
-
_PRP,
|
|
2958
|
-
0,
|
|
2959
|
-
() => PutResourcePolicyInput,
|
|
2960
|
-
() => PutResourcePolicyOutput,
|
|
2961
|
-
];
|
|
2962
|
-
var Query = [9, n0, _Q, 0, () => QueryInput, () => QueryOutput];
|
|
2963
|
-
var RestoreTableFromBackup = [
|
|
2964
|
-
9,
|
|
2965
|
-
n0,
|
|
2966
|
-
_RTFB,
|
|
2967
|
-
0,
|
|
2968
|
-
() => RestoreTableFromBackupInput,
|
|
2969
|
-
() => RestoreTableFromBackupOutput,
|
|
2970
|
-
];
|
|
2971
|
-
var RestoreTableToPointInTime = [
|
|
2972
|
-
9,
|
|
2973
|
-
n0,
|
|
2974
|
-
_RTTPIT,
|
|
2975
|
-
0,
|
|
2976
|
-
() => RestoreTableToPointInTimeInput,
|
|
2977
|
-
() => RestoreTableToPointInTimeOutput,
|
|
2978
|
-
];
|
|
2979
|
-
var Scan = [9, n0, _Sc, 0, () => ScanInput, () => ScanOutput];
|
|
2980
|
-
var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => __Unit];
|
|
2981
|
-
var TransactGetItems = [
|
|
2982
|
-
9,
|
|
2983
|
-
n0,
|
|
2984
|
-
_TGIr,
|
|
2985
|
-
0,
|
|
2986
|
-
() => TransactGetItemsInput,
|
|
2987
|
-
() => TransactGetItemsOutput,
|
|
2988
|
-
];
|
|
2989
|
-
var TransactWriteItems = [
|
|
2990
|
-
9,
|
|
2991
|
-
n0,
|
|
2992
|
-
_TWIr,
|
|
2993
|
-
0,
|
|
2994
|
-
() => TransactWriteItemsInput,
|
|
2995
|
-
() => TransactWriteItemsOutput,
|
|
2996
|
-
];
|
|
2997
|
-
var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
|
|
2998
|
-
var UpdateContinuousBackups = [
|
|
2999
|
-
9,
|
|
3000
|
-
n0,
|
|
3001
|
-
_UCB,
|
|
3002
|
-
0,
|
|
3003
|
-
() => UpdateContinuousBackupsInput,
|
|
3004
|
-
() => UpdateContinuousBackupsOutput,
|
|
3005
|
-
];
|
|
3006
|
-
var UpdateContributorInsights = [
|
|
3007
|
-
9,
|
|
3008
|
-
n0,
|
|
3009
|
-
_UCI,
|
|
3010
|
-
0,
|
|
3011
|
-
() => UpdateContributorInsightsInput,
|
|
3012
|
-
() => UpdateContributorInsightsOutput,
|
|
3013
|
-
];
|
|
3014
|
-
var UpdateGlobalTable = [
|
|
3015
|
-
9,
|
|
3016
|
-
n0,
|
|
3017
|
-
_UGT,
|
|
3018
|
-
0,
|
|
3019
|
-
() => UpdateGlobalTableInput,
|
|
3020
|
-
() => UpdateGlobalTableOutput,
|
|
3021
|
-
];
|
|
3022
|
-
var UpdateGlobalTableSettings = [
|
|
3023
|
-
9,
|
|
3024
|
-
n0,
|
|
3025
|
-
_UGTS,
|
|
3026
|
-
0,
|
|
3027
|
-
() => UpdateGlobalTableSettingsInput,
|
|
3028
|
-
() => UpdateGlobalTableSettingsOutput,
|
|
3029
|
-
];
|
|
3030
|
-
var UpdateItem = [9, n0, _UIp, 0, () => UpdateItemInput, () => UpdateItemOutput];
|
|
3031
|
-
var UpdateKinesisStreamingDestination = [
|
|
3032
|
-
9,
|
|
3033
|
-
n0,
|
|
3034
|
-
_UKSD,
|
|
3035
|
-
0,
|
|
3036
|
-
() => UpdateKinesisStreamingDestinationInput,
|
|
3037
|
-
() => UpdateKinesisStreamingDestinationOutput,
|
|
3038
|
-
];
|
|
3039
|
-
var UpdateTable = [9, n0, _UT, 0, () => UpdateTableInput, () => UpdateTableOutput];
|
|
3040
|
-
var UpdateTableReplicaAutoScaling = [
|
|
3041
|
-
9,
|
|
3042
|
-
n0,
|
|
3043
|
-
_UTRAS,
|
|
3044
|
-
0,
|
|
3045
|
-
() => UpdateTableReplicaAutoScalingInput,
|
|
3046
|
-
() => UpdateTableReplicaAutoScalingOutput,
|
|
3047
|
-
];
|
|
3048
|
-
var UpdateTimeToLive = [
|
|
3049
|
-
9,
|
|
3050
|
-
n0,
|
|
3051
|
-
_UTTL,
|
|
3052
|
-
0,
|
|
3053
|
-
() => UpdateTimeToLiveInput,
|
|
3054
|
-
() => UpdateTimeToLiveOutput,
|
|
3055
|
-
];
|
|
3056
|
-
|
|
3057
41
|
class DescribeEndpointsCommand extends smithyClient.Command
|
|
3058
42
|
.classBuilder()
|
|
3059
43
|
.ep(commonParams)
|
|
@@ -3062,7 +46,7 @@ class DescribeEndpointsCommand extends smithyClient.Command
|
|
|
3062
46
|
})
|
|
3063
47
|
.s("DynamoDB_20120810", "DescribeEndpoints", {})
|
|
3064
48
|
.n("DynamoDBClient", "DescribeEndpointsCommand")
|
|
3065
|
-
.sc(DescribeEndpoints)
|
|
49
|
+
.sc(schemas_0.DescribeEndpoints$)
|
|
3066
50
|
.build() {
|
|
3067
51
|
}
|
|
3068
52
|
|
|
@@ -3125,9 +109,7 @@ class DynamoDBClient extends smithyClient.Client {
|
|
|
3125
109
|
const _config_6 = middlewareHostHeader.resolveHostHeaderConfig(_config_5);
|
|
3126
110
|
const _config_7 = middlewareEndpoint.resolveEndpointConfig(_config_6);
|
|
3127
111
|
const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
|
|
3128
|
-
const _config_9 = middlewareEndpointDiscovery.resolveEndpointDiscoveryConfig(_config_8, {
|
|
3129
|
-
endpointDiscoveryCommandCtor: DescribeEndpointsCommand,
|
|
3130
|
-
});
|
|
112
|
+
const _config_9 = middlewareEndpointDiscovery.resolveEndpointDiscoveryConfig(_config_8, { endpointDiscoveryCommandCtor: DescribeEndpointsCommand });
|
|
3131
113
|
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
3132
114
|
this.config = _config_10;
|
|
3133
115
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
@@ -3158,7 +140,7 @@ class BatchExecuteStatementCommand extends smithyClient.Command
|
|
|
3158
140
|
})
|
|
3159
141
|
.s("DynamoDB_20120810", "BatchExecuteStatement", {})
|
|
3160
142
|
.n("DynamoDBClient", "BatchExecuteStatementCommand")
|
|
3161
|
-
.sc(BatchExecuteStatement)
|
|
143
|
+
.sc(schemas_0.BatchExecuteStatement$)
|
|
3162
144
|
.build() {
|
|
3163
145
|
}
|
|
3164
146
|
|
|
@@ -3173,7 +155,7 @@ class BatchGetItemCommand extends smithyClient.Command
|
|
|
3173
155
|
})
|
|
3174
156
|
.s("DynamoDB_20120810", "BatchGetItem", {})
|
|
3175
157
|
.n("DynamoDBClient", "BatchGetItemCommand")
|
|
3176
|
-
.sc(BatchGetItem)
|
|
158
|
+
.sc(schemas_0.BatchGetItem$)
|
|
3177
159
|
.build() {
|
|
3178
160
|
}
|
|
3179
161
|
|
|
@@ -3188,7 +170,7 @@ class BatchWriteItemCommand extends smithyClient.Command
|
|
|
3188
170
|
})
|
|
3189
171
|
.s("DynamoDB_20120810", "BatchWriteItem", {})
|
|
3190
172
|
.n("DynamoDBClient", "BatchWriteItemCommand")
|
|
3191
|
-
.sc(BatchWriteItem)
|
|
173
|
+
.sc(schemas_0.BatchWriteItem$)
|
|
3192
174
|
.build() {
|
|
3193
175
|
}
|
|
3194
176
|
|
|
@@ -3203,7 +185,7 @@ class CreateBackupCommand extends smithyClient.Command
|
|
|
3203
185
|
})
|
|
3204
186
|
.s("DynamoDB_20120810", "CreateBackup", {})
|
|
3205
187
|
.n("DynamoDBClient", "CreateBackupCommand")
|
|
3206
|
-
.sc(CreateBackup)
|
|
188
|
+
.sc(schemas_0.CreateBackup$)
|
|
3207
189
|
.build() {
|
|
3208
190
|
}
|
|
3209
191
|
|
|
@@ -3218,7 +200,7 @@ class CreateGlobalTableCommand extends smithyClient.Command
|
|
|
3218
200
|
})
|
|
3219
201
|
.s("DynamoDB_20120810", "CreateGlobalTable", {})
|
|
3220
202
|
.n("DynamoDBClient", "CreateGlobalTableCommand")
|
|
3221
|
-
.sc(CreateGlobalTable)
|
|
203
|
+
.sc(schemas_0.CreateGlobalTable$)
|
|
3222
204
|
.build() {
|
|
3223
205
|
}
|
|
3224
206
|
|
|
@@ -3233,7 +215,7 @@ class CreateTableCommand extends smithyClient.Command
|
|
|
3233
215
|
})
|
|
3234
216
|
.s("DynamoDB_20120810", "CreateTable", {})
|
|
3235
217
|
.n("DynamoDBClient", "CreateTableCommand")
|
|
3236
|
-
.sc(CreateTable)
|
|
218
|
+
.sc(schemas_0.CreateTable$)
|
|
3237
219
|
.build() {
|
|
3238
220
|
}
|
|
3239
221
|
|
|
@@ -3248,7 +230,7 @@ class DeleteBackupCommand extends smithyClient.Command
|
|
|
3248
230
|
})
|
|
3249
231
|
.s("DynamoDB_20120810", "DeleteBackup", {})
|
|
3250
232
|
.n("DynamoDBClient", "DeleteBackupCommand")
|
|
3251
|
-
.sc(DeleteBackup)
|
|
233
|
+
.sc(schemas_0.DeleteBackup$)
|
|
3252
234
|
.build() {
|
|
3253
235
|
}
|
|
3254
236
|
|
|
@@ -3263,7 +245,7 @@ class DeleteItemCommand extends smithyClient.Command
|
|
|
3263
245
|
})
|
|
3264
246
|
.s("DynamoDB_20120810", "DeleteItem", {})
|
|
3265
247
|
.n("DynamoDBClient", "DeleteItemCommand")
|
|
3266
|
-
.sc(DeleteItem)
|
|
248
|
+
.sc(schemas_0.DeleteItem$)
|
|
3267
249
|
.build() {
|
|
3268
250
|
}
|
|
3269
251
|
|
|
@@ -3278,7 +260,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
3278
260
|
})
|
|
3279
261
|
.s("DynamoDB_20120810", "DeleteResourcePolicy", {})
|
|
3280
262
|
.n("DynamoDBClient", "DeleteResourcePolicyCommand")
|
|
3281
|
-
.sc(DeleteResourcePolicy)
|
|
263
|
+
.sc(schemas_0.DeleteResourcePolicy$)
|
|
3282
264
|
.build() {
|
|
3283
265
|
}
|
|
3284
266
|
|
|
@@ -3293,7 +275,7 @@ class DeleteTableCommand extends smithyClient.Command
|
|
|
3293
275
|
})
|
|
3294
276
|
.s("DynamoDB_20120810", "DeleteTable", {})
|
|
3295
277
|
.n("DynamoDBClient", "DeleteTableCommand")
|
|
3296
|
-
.sc(DeleteTable)
|
|
278
|
+
.sc(schemas_0.DeleteTable$)
|
|
3297
279
|
.build() {
|
|
3298
280
|
}
|
|
3299
281
|
|
|
@@ -3308,7 +290,7 @@ class DescribeBackupCommand extends smithyClient.Command
|
|
|
3308
290
|
})
|
|
3309
291
|
.s("DynamoDB_20120810", "DescribeBackup", {})
|
|
3310
292
|
.n("DynamoDBClient", "DescribeBackupCommand")
|
|
3311
|
-
.sc(DescribeBackup)
|
|
293
|
+
.sc(schemas_0.DescribeBackup$)
|
|
3312
294
|
.build() {
|
|
3313
295
|
}
|
|
3314
296
|
|
|
@@ -3323,7 +305,7 @@ class DescribeContinuousBackupsCommand extends smithyClient.Command
|
|
|
3323
305
|
})
|
|
3324
306
|
.s("DynamoDB_20120810", "DescribeContinuousBackups", {})
|
|
3325
307
|
.n("DynamoDBClient", "DescribeContinuousBackupsCommand")
|
|
3326
|
-
.sc(DescribeContinuousBackups)
|
|
308
|
+
.sc(schemas_0.DescribeContinuousBackups$)
|
|
3327
309
|
.build() {
|
|
3328
310
|
}
|
|
3329
311
|
|
|
@@ -3338,7 +320,7 @@ class DescribeContributorInsightsCommand extends smithyClient.Command
|
|
|
3338
320
|
})
|
|
3339
321
|
.s("DynamoDB_20120810", "DescribeContributorInsights", {})
|
|
3340
322
|
.n("DynamoDBClient", "DescribeContributorInsightsCommand")
|
|
3341
|
-
.sc(DescribeContributorInsights)
|
|
323
|
+
.sc(schemas_0.DescribeContributorInsights$)
|
|
3342
324
|
.build() {
|
|
3343
325
|
}
|
|
3344
326
|
|
|
@@ -3353,7 +335,7 @@ class DescribeExportCommand extends smithyClient.Command
|
|
|
3353
335
|
})
|
|
3354
336
|
.s("DynamoDB_20120810", "DescribeExport", {})
|
|
3355
337
|
.n("DynamoDBClient", "DescribeExportCommand")
|
|
3356
|
-
.sc(DescribeExport)
|
|
338
|
+
.sc(schemas_0.DescribeExport$)
|
|
3357
339
|
.build() {
|
|
3358
340
|
}
|
|
3359
341
|
|
|
@@ -3368,7 +350,7 @@ class DescribeGlobalTableCommand extends smithyClient.Command
|
|
|
3368
350
|
})
|
|
3369
351
|
.s("DynamoDB_20120810", "DescribeGlobalTable", {})
|
|
3370
352
|
.n("DynamoDBClient", "DescribeGlobalTableCommand")
|
|
3371
|
-
.sc(DescribeGlobalTable)
|
|
353
|
+
.sc(schemas_0.DescribeGlobalTable$)
|
|
3372
354
|
.build() {
|
|
3373
355
|
}
|
|
3374
356
|
|
|
@@ -3383,7 +365,7 @@ class DescribeGlobalTableSettingsCommand extends smithyClient.Command
|
|
|
3383
365
|
})
|
|
3384
366
|
.s("DynamoDB_20120810", "DescribeGlobalTableSettings", {})
|
|
3385
367
|
.n("DynamoDBClient", "DescribeGlobalTableSettingsCommand")
|
|
3386
|
-
.sc(DescribeGlobalTableSettings)
|
|
368
|
+
.sc(schemas_0.DescribeGlobalTableSettings$)
|
|
3387
369
|
.build() {
|
|
3388
370
|
}
|
|
3389
371
|
|
|
@@ -3398,7 +380,7 @@ class DescribeImportCommand extends smithyClient.Command
|
|
|
3398
380
|
})
|
|
3399
381
|
.s("DynamoDB_20120810", "DescribeImport", {})
|
|
3400
382
|
.n("DynamoDBClient", "DescribeImportCommand")
|
|
3401
|
-
.sc(DescribeImport)
|
|
383
|
+
.sc(schemas_0.DescribeImport$)
|
|
3402
384
|
.build() {
|
|
3403
385
|
}
|
|
3404
386
|
|
|
@@ -3413,7 +395,7 @@ class DescribeKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
|
3413
395
|
})
|
|
3414
396
|
.s("DynamoDB_20120810", "DescribeKinesisStreamingDestination", {})
|
|
3415
397
|
.n("DynamoDBClient", "DescribeKinesisStreamingDestinationCommand")
|
|
3416
|
-
.sc(DescribeKinesisStreamingDestination)
|
|
398
|
+
.sc(schemas_0.DescribeKinesisStreamingDestination$)
|
|
3417
399
|
.build() {
|
|
3418
400
|
}
|
|
3419
401
|
|
|
@@ -3425,7 +407,7 @@ class DescribeLimitsCommand extends smithyClient.Command
|
|
|
3425
407
|
})
|
|
3426
408
|
.s("DynamoDB_20120810", "DescribeLimits", {})
|
|
3427
409
|
.n("DynamoDBClient", "DescribeLimitsCommand")
|
|
3428
|
-
.sc(DescribeLimits)
|
|
410
|
+
.sc(schemas_0.DescribeLimits$)
|
|
3429
411
|
.build() {
|
|
3430
412
|
}
|
|
3431
413
|
|
|
@@ -3440,7 +422,7 @@ class DescribeTableCommand extends smithyClient.Command
|
|
|
3440
422
|
})
|
|
3441
423
|
.s("DynamoDB_20120810", "DescribeTable", {})
|
|
3442
424
|
.n("DynamoDBClient", "DescribeTableCommand")
|
|
3443
|
-
.sc(DescribeTable)
|
|
425
|
+
.sc(schemas_0.DescribeTable$)
|
|
3444
426
|
.build() {
|
|
3445
427
|
}
|
|
3446
428
|
|
|
@@ -3455,7 +437,7 @@ class DescribeTableReplicaAutoScalingCommand extends smithyClient.Command
|
|
|
3455
437
|
})
|
|
3456
438
|
.s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {})
|
|
3457
439
|
.n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand")
|
|
3458
|
-
.sc(DescribeTableReplicaAutoScaling)
|
|
440
|
+
.sc(schemas_0.DescribeTableReplicaAutoScaling$)
|
|
3459
441
|
.build() {
|
|
3460
442
|
}
|
|
3461
443
|
|
|
@@ -3470,7 +452,7 @@ class DescribeTimeToLiveCommand extends smithyClient.Command
|
|
|
3470
452
|
})
|
|
3471
453
|
.s("DynamoDB_20120810", "DescribeTimeToLive", {})
|
|
3472
454
|
.n("DynamoDBClient", "DescribeTimeToLiveCommand")
|
|
3473
|
-
.sc(DescribeTimeToLive)
|
|
455
|
+
.sc(schemas_0.DescribeTimeToLive$)
|
|
3474
456
|
.build() {
|
|
3475
457
|
}
|
|
3476
458
|
|
|
@@ -3485,7 +467,7 @@ class DisableKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
|
3485
467
|
})
|
|
3486
468
|
.s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {})
|
|
3487
469
|
.n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand")
|
|
3488
|
-
.sc(DisableKinesisStreamingDestination)
|
|
470
|
+
.sc(schemas_0.DisableKinesisStreamingDestination$)
|
|
3489
471
|
.build() {
|
|
3490
472
|
}
|
|
3491
473
|
|
|
@@ -3500,7 +482,7 @@ class EnableKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
|
3500
482
|
})
|
|
3501
483
|
.s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {})
|
|
3502
484
|
.n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand")
|
|
3503
|
-
.sc(EnableKinesisStreamingDestination)
|
|
485
|
+
.sc(schemas_0.EnableKinesisStreamingDestination$)
|
|
3504
486
|
.build() {
|
|
3505
487
|
}
|
|
3506
488
|
|
|
@@ -3512,7 +494,7 @@ class ExecuteStatementCommand extends smithyClient.Command
|
|
|
3512
494
|
})
|
|
3513
495
|
.s("DynamoDB_20120810", "ExecuteStatement", {})
|
|
3514
496
|
.n("DynamoDBClient", "ExecuteStatementCommand")
|
|
3515
|
-
.sc(ExecuteStatement)
|
|
497
|
+
.sc(schemas_0.ExecuteStatement$)
|
|
3516
498
|
.build() {
|
|
3517
499
|
}
|
|
3518
500
|
|
|
@@ -3524,7 +506,7 @@ class ExecuteTransactionCommand extends smithyClient.Command
|
|
|
3524
506
|
})
|
|
3525
507
|
.s("DynamoDB_20120810", "ExecuteTransaction", {})
|
|
3526
508
|
.n("DynamoDBClient", "ExecuteTransactionCommand")
|
|
3527
|
-
.sc(ExecuteTransaction)
|
|
509
|
+
.sc(schemas_0.ExecuteTransaction$)
|
|
3528
510
|
.build() {
|
|
3529
511
|
}
|
|
3530
512
|
|
|
@@ -3539,7 +521,7 @@ class ExportTableToPointInTimeCommand extends smithyClient.Command
|
|
|
3539
521
|
})
|
|
3540
522
|
.s("DynamoDB_20120810", "ExportTableToPointInTime", {})
|
|
3541
523
|
.n("DynamoDBClient", "ExportTableToPointInTimeCommand")
|
|
3542
|
-
.sc(ExportTableToPointInTime)
|
|
524
|
+
.sc(schemas_0.ExportTableToPointInTime$)
|
|
3543
525
|
.build() {
|
|
3544
526
|
}
|
|
3545
527
|
|
|
@@ -3554,7 +536,7 @@ class GetItemCommand extends smithyClient.Command
|
|
|
3554
536
|
})
|
|
3555
537
|
.s("DynamoDB_20120810", "GetItem", {})
|
|
3556
538
|
.n("DynamoDBClient", "GetItemCommand")
|
|
3557
|
-
.sc(GetItem)
|
|
539
|
+
.sc(schemas_0.GetItem$)
|
|
3558
540
|
.build() {
|
|
3559
541
|
}
|
|
3560
542
|
|
|
@@ -3569,7 +551,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
3569
551
|
})
|
|
3570
552
|
.s("DynamoDB_20120810", "GetResourcePolicy", {})
|
|
3571
553
|
.n("DynamoDBClient", "GetResourcePolicyCommand")
|
|
3572
|
-
.sc(GetResourcePolicy)
|
|
554
|
+
.sc(schemas_0.GetResourcePolicy$)
|
|
3573
555
|
.build() {
|
|
3574
556
|
}
|
|
3575
557
|
|
|
@@ -3584,7 +566,7 @@ class ImportTableCommand extends smithyClient.Command
|
|
|
3584
566
|
})
|
|
3585
567
|
.s("DynamoDB_20120810", "ImportTable", {})
|
|
3586
568
|
.n("DynamoDBClient", "ImportTableCommand")
|
|
3587
|
-
.sc(ImportTable)
|
|
569
|
+
.sc(schemas_0.ImportTable$)
|
|
3588
570
|
.build() {
|
|
3589
571
|
}
|
|
3590
572
|
|
|
@@ -3599,7 +581,7 @@ class ListBackupsCommand extends smithyClient.Command
|
|
|
3599
581
|
})
|
|
3600
582
|
.s("DynamoDB_20120810", "ListBackups", {})
|
|
3601
583
|
.n("DynamoDBClient", "ListBackupsCommand")
|
|
3602
|
-
.sc(ListBackups)
|
|
584
|
+
.sc(schemas_0.ListBackups$)
|
|
3603
585
|
.build() {
|
|
3604
586
|
}
|
|
3605
587
|
|
|
@@ -3614,7 +596,7 @@ class ListContributorInsightsCommand extends smithyClient.Command
|
|
|
3614
596
|
})
|
|
3615
597
|
.s("DynamoDB_20120810", "ListContributorInsights", {})
|
|
3616
598
|
.n("DynamoDBClient", "ListContributorInsightsCommand")
|
|
3617
|
-
.sc(ListContributorInsights)
|
|
599
|
+
.sc(schemas_0.ListContributorInsights$)
|
|
3618
600
|
.build() {
|
|
3619
601
|
}
|
|
3620
602
|
|
|
@@ -3629,7 +611,7 @@ class ListExportsCommand extends smithyClient.Command
|
|
|
3629
611
|
})
|
|
3630
612
|
.s("DynamoDB_20120810", "ListExports", {})
|
|
3631
613
|
.n("DynamoDBClient", "ListExportsCommand")
|
|
3632
|
-
.sc(ListExports)
|
|
614
|
+
.sc(schemas_0.ListExports$)
|
|
3633
615
|
.build() {
|
|
3634
616
|
}
|
|
3635
617
|
|
|
@@ -3641,7 +623,7 @@ class ListGlobalTablesCommand extends smithyClient.Command
|
|
|
3641
623
|
})
|
|
3642
624
|
.s("DynamoDB_20120810", "ListGlobalTables", {})
|
|
3643
625
|
.n("DynamoDBClient", "ListGlobalTablesCommand")
|
|
3644
|
-
.sc(ListGlobalTables)
|
|
626
|
+
.sc(schemas_0.ListGlobalTables$)
|
|
3645
627
|
.build() {
|
|
3646
628
|
}
|
|
3647
629
|
|
|
@@ -3656,7 +638,7 @@ class ListImportsCommand extends smithyClient.Command
|
|
|
3656
638
|
})
|
|
3657
639
|
.s("DynamoDB_20120810", "ListImports", {})
|
|
3658
640
|
.n("DynamoDBClient", "ListImportsCommand")
|
|
3659
|
-
.sc(ListImports)
|
|
641
|
+
.sc(schemas_0.ListImports$)
|
|
3660
642
|
.build() {
|
|
3661
643
|
}
|
|
3662
644
|
|
|
@@ -3668,7 +650,7 @@ class ListTablesCommand extends smithyClient.Command
|
|
|
3668
650
|
})
|
|
3669
651
|
.s("DynamoDB_20120810", "ListTables", {})
|
|
3670
652
|
.n("DynamoDBClient", "ListTablesCommand")
|
|
3671
|
-
.sc(ListTables)
|
|
653
|
+
.sc(schemas_0.ListTables$)
|
|
3672
654
|
.build() {
|
|
3673
655
|
}
|
|
3674
656
|
|
|
@@ -3683,7 +665,7 @@ class ListTagsOfResourceCommand extends smithyClient.Command
|
|
|
3683
665
|
})
|
|
3684
666
|
.s("DynamoDB_20120810", "ListTagsOfResource", {})
|
|
3685
667
|
.n("DynamoDBClient", "ListTagsOfResourceCommand")
|
|
3686
|
-
.sc(ListTagsOfResource)
|
|
668
|
+
.sc(schemas_0.ListTagsOfResource$)
|
|
3687
669
|
.build() {
|
|
3688
670
|
}
|
|
3689
671
|
|
|
@@ -3698,7 +680,7 @@ class PutItemCommand extends smithyClient.Command
|
|
|
3698
680
|
})
|
|
3699
681
|
.s("DynamoDB_20120810", "PutItem", {})
|
|
3700
682
|
.n("DynamoDBClient", "PutItemCommand")
|
|
3701
|
-
.sc(PutItem)
|
|
683
|
+
.sc(schemas_0.PutItem$)
|
|
3702
684
|
.build() {
|
|
3703
685
|
}
|
|
3704
686
|
|
|
@@ -3713,7 +695,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
3713
695
|
})
|
|
3714
696
|
.s("DynamoDB_20120810", "PutResourcePolicy", {})
|
|
3715
697
|
.n("DynamoDBClient", "PutResourcePolicyCommand")
|
|
3716
|
-
.sc(PutResourcePolicy)
|
|
698
|
+
.sc(schemas_0.PutResourcePolicy$)
|
|
3717
699
|
.build() {
|
|
3718
700
|
}
|
|
3719
701
|
|
|
@@ -3728,7 +710,7 @@ class QueryCommand extends smithyClient.Command
|
|
|
3728
710
|
})
|
|
3729
711
|
.s("DynamoDB_20120810", "Query", {})
|
|
3730
712
|
.n("DynamoDBClient", "QueryCommand")
|
|
3731
|
-
.sc(Query)
|
|
713
|
+
.sc(schemas_0.Query$)
|
|
3732
714
|
.build() {
|
|
3733
715
|
}
|
|
3734
716
|
|
|
@@ -3743,7 +725,7 @@ class RestoreTableFromBackupCommand extends smithyClient.Command
|
|
|
3743
725
|
})
|
|
3744
726
|
.s("DynamoDB_20120810", "RestoreTableFromBackup", {})
|
|
3745
727
|
.n("DynamoDBClient", "RestoreTableFromBackupCommand")
|
|
3746
|
-
.sc(RestoreTableFromBackup)
|
|
728
|
+
.sc(schemas_0.RestoreTableFromBackup$)
|
|
3747
729
|
.build() {
|
|
3748
730
|
}
|
|
3749
731
|
|
|
@@ -3758,7 +740,7 @@ class RestoreTableToPointInTimeCommand extends smithyClient.Command
|
|
|
3758
740
|
})
|
|
3759
741
|
.s("DynamoDB_20120810", "RestoreTableToPointInTime", {})
|
|
3760
742
|
.n("DynamoDBClient", "RestoreTableToPointInTimeCommand")
|
|
3761
|
-
.sc(RestoreTableToPointInTime)
|
|
743
|
+
.sc(schemas_0.RestoreTableToPointInTime$)
|
|
3762
744
|
.build() {
|
|
3763
745
|
}
|
|
3764
746
|
|
|
@@ -3773,7 +755,7 @@ class ScanCommand extends smithyClient.Command
|
|
|
3773
755
|
})
|
|
3774
756
|
.s("DynamoDB_20120810", "Scan", {})
|
|
3775
757
|
.n("DynamoDBClient", "ScanCommand")
|
|
3776
|
-
.sc(Scan)
|
|
758
|
+
.sc(schemas_0.Scan$)
|
|
3777
759
|
.build() {
|
|
3778
760
|
}
|
|
3779
761
|
|
|
@@ -3788,7 +770,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3788
770
|
})
|
|
3789
771
|
.s("DynamoDB_20120810", "TagResource", {})
|
|
3790
772
|
.n("DynamoDBClient", "TagResourceCommand")
|
|
3791
|
-
.sc(TagResource)
|
|
773
|
+
.sc(schemas_0.TagResource$)
|
|
3792
774
|
.build() {
|
|
3793
775
|
}
|
|
3794
776
|
|
|
@@ -3796,17 +778,14 @@ class TransactGetItemsCommand extends smithyClient.Command
|
|
|
3796
778
|
.classBuilder()
|
|
3797
779
|
.ep({
|
|
3798
780
|
...commonParams,
|
|
3799
|
-
ResourceArnList: {
|
|
3800
|
-
type: "operationContextParams",
|
|
3801
|
-
get: (input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName),
|
|
3802
|
-
},
|
|
781
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName) },
|
|
3803
782
|
})
|
|
3804
783
|
.m(function (Command, cs, config, o) {
|
|
3805
784
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3806
785
|
})
|
|
3807
786
|
.s("DynamoDB_20120810", "TransactGetItems", {})
|
|
3808
787
|
.n("DynamoDBClient", "TransactGetItemsCommand")
|
|
3809
|
-
.sc(TransactGetItems)
|
|
788
|
+
.sc(schemas_0.TransactGetItems$)
|
|
3810
789
|
.build() {
|
|
3811
790
|
}
|
|
3812
791
|
|
|
@@ -3814,17 +793,14 @@ class TransactWriteItemsCommand extends smithyClient.Command
|
|
|
3814
793
|
.classBuilder()
|
|
3815
794
|
.ep({
|
|
3816
795
|
...commonParams,
|
|
3817
|
-
ResourceArnList: {
|
|
3818
|
-
type: "operationContextParams",
|
|
3819
|
-
get: (input) => input?.TransactItems?.map((obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter((i) => i)).flat(),
|
|
3820
|
-
},
|
|
796
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter((i) => i)).flat() },
|
|
3821
797
|
})
|
|
3822
798
|
.m(function (Command, cs, config, o) {
|
|
3823
799
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3824
800
|
})
|
|
3825
801
|
.s("DynamoDB_20120810", "TransactWriteItems", {})
|
|
3826
802
|
.n("DynamoDBClient", "TransactWriteItemsCommand")
|
|
3827
|
-
.sc(TransactWriteItems)
|
|
803
|
+
.sc(schemas_0.TransactWriteItems$)
|
|
3828
804
|
.build() {
|
|
3829
805
|
}
|
|
3830
806
|
|
|
@@ -3839,7 +815,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3839
815
|
})
|
|
3840
816
|
.s("DynamoDB_20120810", "UntagResource", {})
|
|
3841
817
|
.n("DynamoDBClient", "UntagResourceCommand")
|
|
3842
|
-
.sc(UntagResource)
|
|
818
|
+
.sc(schemas_0.UntagResource$)
|
|
3843
819
|
.build() {
|
|
3844
820
|
}
|
|
3845
821
|
|
|
@@ -3854,7 +830,7 @@ class UpdateContinuousBackupsCommand extends smithyClient.Command
|
|
|
3854
830
|
})
|
|
3855
831
|
.s("DynamoDB_20120810", "UpdateContinuousBackups", {})
|
|
3856
832
|
.n("DynamoDBClient", "UpdateContinuousBackupsCommand")
|
|
3857
|
-
.sc(UpdateContinuousBackups)
|
|
833
|
+
.sc(schemas_0.UpdateContinuousBackups$)
|
|
3858
834
|
.build() {
|
|
3859
835
|
}
|
|
3860
836
|
|
|
@@ -3869,7 +845,7 @@ class UpdateContributorInsightsCommand extends smithyClient.Command
|
|
|
3869
845
|
})
|
|
3870
846
|
.s("DynamoDB_20120810", "UpdateContributorInsights", {})
|
|
3871
847
|
.n("DynamoDBClient", "UpdateContributorInsightsCommand")
|
|
3872
|
-
.sc(UpdateContributorInsights)
|
|
848
|
+
.sc(schemas_0.UpdateContributorInsights$)
|
|
3873
849
|
.build() {
|
|
3874
850
|
}
|
|
3875
851
|
|
|
@@ -3884,7 +860,7 @@ class UpdateGlobalTableCommand extends smithyClient.Command
|
|
|
3884
860
|
})
|
|
3885
861
|
.s("DynamoDB_20120810", "UpdateGlobalTable", {})
|
|
3886
862
|
.n("DynamoDBClient", "UpdateGlobalTableCommand")
|
|
3887
|
-
.sc(UpdateGlobalTable)
|
|
863
|
+
.sc(schemas_0.UpdateGlobalTable$)
|
|
3888
864
|
.build() {
|
|
3889
865
|
}
|
|
3890
866
|
|
|
@@ -3899,7 +875,7 @@ class UpdateGlobalTableSettingsCommand extends smithyClient.Command
|
|
|
3899
875
|
})
|
|
3900
876
|
.s("DynamoDB_20120810", "UpdateGlobalTableSettings", {})
|
|
3901
877
|
.n("DynamoDBClient", "UpdateGlobalTableSettingsCommand")
|
|
3902
|
-
.sc(UpdateGlobalTableSettings)
|
|
878
|
+
.sc(schemas_0.UpdateGlobalTableSettings$)
|
|
3903
879
|
.build() {
|
|
3904
880
|
}
|
|
3905
881
|
|
|
@@ -3914,7 +890,7 @@ class UpdateItemCommand extends smithyClient.Command
|
|
|
3914
890
|
})
|
|
3915
891
|
.s("DynamoDB_20120810", "UpdateItem", {})
|
|
3916
892
|
.n("DynamoDBClient", "UpdateItemCommand")
|
|
3917
|
-
.sc(UpdateItem)
|
|
893
|
+
.sc(schemas_0.UpdateItem$)
|
|
3918
894
|
.build() {
|
|
3919
895
|
}
|
|
3920
896
|
|
|
@@ -3929,7 +905,7 @@ class UpdateKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
|
3929
905
|
})
|
|
3930
906
|
.s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {})
|
|
3931
907
|
.n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand")
|
|
3932
|
-
.sc(UpdateKinesisStreamingDestination)
|
|
908
|
+
.sc(schemas_0.UpdateKinesisStreamingDestination$)
|
|
3933
909
|
.build() {
|
|
3934
910
|
}
|
|
3935
911
|
|
|
@@ -3944,7 +920,7 @@ class UpdateTableCommand extends smithyClient.Command
|
|
|
3944
920
|
})
|
|
3945
921
|
.s("DynamoDB_20120810", "UpdateTable", {})
|
|
3946
922
|
.n("DynamoDBClient", "UpdateTableCommand")
|
|
3947
|
-
.sc(UpdateTable)
|
|
923
|
+
.sc(schemas_0.UpdateTable$)
|
|
3948
924
|
.build() {
|
|
3949
925
|
}
|
|
3950
926
|
|
|
@@ -3959,7 +935,7 @@ class UpdateTableReplicaAutoScalingCommand extends smithyClient.Command
|
|
|
3959
935
|
})
|
|
3960
936
|
.s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {})
|
|
3961
937
|
.n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand")
|
|
3962
|
-
.sc(UpdateTableReplicaAutoScaling)
|
|
938
|
+
.sc(schemas_0.UpdateTableReplicaAutoScaling$)
|
|
3963
939
|
.build() {
|
|
3964
940
|
}
|
|
3965
941
|
|
|
@@ -3974,73 +950,10 @@ class UpdateTimeToLiveCommand extends smithyClient.Command
|
|
|
3974
950
|
})
|
|
3975
951
|
.s("DynamoDB_20120810", "UpdateTimeToLive", {})
|
|
3976
952
|
.n("DynamoDBClient", "UpdateTimeToLiveCommand")
|
|
3977
|
-
.sc(UpdateTimeToLive)
|
|
953
|
+
.sc(schemas_0.UpdateTimeToLive$)
|
|
3978
954
|
.build() {
|
|
3979
955
|
}
|
|
3980
956
|
|
|
3981
|
-
const commands = {
|
|
3982
|
-
BatchExecuteStatementCommand,
|
|
3983
|
-
BatchGetItemCommand,
|
|
3984
|
-
BatchWriteItemCommand,
|
|
3985
|
-
CreateBackupCommand,
|
|
3986
|
-
CreateGlobalTableCommand,
|
|
3987
|
-
CreateTableCommand,
|
|
3988
|
-
DeleteBackupCommand,
|
|
3989
|
-
DeleteItemCommand,
|
|
3990
|
-
DeleteResourcePolicyCommand,
|
|
3991
|
-
DeleteTableCommand,
|
|
3992
|
-
DescribeBackupCommand,
|
|
3993
|
-
DescribeContinuousBackupsCommand,
|
|
3994
|
-
DescribeContributorInsightsCommand,
|
|
3995
|
-
DescribeEndpointsCommand,
|
|
3996
|
-
DescribeExportCommand,
|
|
3997
|
-
DescribeGlobalTableCommand,
|
|
3998
|
-
DescribeGlobalTableSettingsCommand,
|
|
3999
|
-
DescribeImportCommand,
|
|
4000
|
-
DescribeKinesisStreamingDestinationCommand,
|
|
4001
|
-
DescribeLimitsCommand,
|
|
4002
|
-
DescribeTableCommand,
|
|
4003
|
-
DescribeTableReplicaAutoScalingCommand,
|
|
4004
|
-
DescribeTimeToLiveCommand,
|
|
4005
|
-
DisableKinesisStreamingDestinationCommand,
|
|
4006
|
-
EnableKinesisStreamingDestinationCommand,
|
|
4007
|
-
ExecuteStatementCommand,
|
|
4008
|
-
ExecuteTransactionCommand,
|
|
4009
|
-
ExportTableToPointInTimeCommand,
|
|
4010
|
-
GetItemCommand,
|
|
4011
|
-
GetResourcePolicyCommand,
|
|
4012
|
-
ImportTableCommand,
|
|
4013
|
-
ListBackupsCommand,
|
|
4014
|
-
ListContributorInsightsCommand,
|
|
4015
|
-
ListExportsCommand,
|
|
4016
|
-
ListGlobalTablesCommand,
|
|
4017
|
-
ListImportsCommand,
|
|
4018
|
-
ListTablesCommand,
|
|
4019
|
-
ListTagsOfResourceCommand,
|
|
4020
|
-
PutItemCommand,
|
|
4021
|
-
PutResourcePolicyCommand,
|
|
4022
|
-
QueryCommand,
|
|
4023
|
-
RestoreTableFromBackupCommand,
|
|
4024
|
-
RestoreTableToPointInTimeCommand,
|
|
4025
|
-
ScanCommand,
|
|
4026
|
-
TagResourceCommand,
|
|
4027
|
-
TransactGetItemsCommand,
|
|
4028
|
-
TransactWriteItemsCommand,
|
|
4029
|
-
UntagResourceCommand,
|
|
4030
|
-
UpdateContinuousBackupsCommand,
|
|
4031
|
-
UpdateContributorInsightsCommand,
|
|
4032
|
-
UpdateGlobalTableCommand,
|
|
4033
|
-
UpdateGlobalTableSettingsCommand,
|
|
4034
|
-
UpdateItemCommand,
|
|
4035
|
-
UpdateKinesisStreamingDestinationCommand,
|
|
4036
|
-
UpdateTableCommand,
|
|
4037
|
-
UpdateTableReplicaAutoScalingCommand,
|
|
4038
|
-
UpdateTimeToLiveCommand,
|
|
4039
|
-
};
|
|
4040
|
-
class DynamoDB extends DynamoDBClient {
|
|
4041
|
-
}
|
|
4042
|
-
smithyClient.createAggregatedClient(commands, DynamoDB);
|
|
4043
|
-
|
|
4044
957
|
const paginateListContributorInsights = core.createPaginator(DynamoDBClient, ListContributorInsightsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4045
958
|
|
|
4046
959
|
const paginateListExports = core.createPaginator(DynamoDBClient, ListExportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4053,10 +966,184 @@ const paginateQuery = core.createPaginator(DynamoDBClient, QueryCommand, "Exclus
|
|
|
4053
966
|
|
|
4054
967
|
const paginateScan = core.createPaginator(DynamoDBClient, ScanCommand, "ExclusiveStartKey", "LastEvaluatedKey", "Limit");
|
|
4055
968
|
|
|
969
|
+
const checkState$5 = async (client, input) => {
|
|
970
|
+
let reason;
|
|
971
|
+
try {
|
|
972
|
+
let result = await client.send(new DescribeContributorInsightsCommand(input));
|
|
973
|
+
reason = result;
|
|
974
|
+
try {
|
|
975
|
+
const returnComparator = () => {
|
|
976
|
+
return result.ContributorInsightsStatus;
|
|
977
|
+
};
|
|
978
|
+
if (returnComparator() === "ENABLED") {
|
|
979
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
catch (e) { }
|
|
983
|
+
try {
|
|
984
|
+
const returnComparator = () => {
|
|
985
|
+
return result.ContributorInsightsStatus;
|
|
986
|
+
};
|
|
987
|
+
if (returnComparator() === "FAILED") {
|
|
988
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
catch (e) { }
|
|
992
|
+
}
|
|
993
|
+
catch (exception) {
|
|
994
|
+
reason = exception;
|
|
995
|
+
}
|
|
996
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
997
|
+
};
|
|
998
|
+
const waitForContributorInsightsEnabled = async (params, input) => {
|
|
999
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1000
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1001
|
+
};
|
|
1002
|
+
const waitUntilContributorInsightsEnabled = async (params, input) => {
|
|
1003
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1004
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1005
|
+
return utilWaiter.checkExceptions(result);
|
|
1006
|
+
};
|
|
1007
|
+
|
|
1008
|
+
const checkState$4 = async (client, input) => {
|
|
1009
|
+
let reason;
|
|
1010
|
+
try {
|
|
1011
|
+
let result = await client.send(new DescribeExportCommand(input));
|
|
1012
|
+
reason = result;
|
|
1013
|
+
try {
|
|
1014
|
+
const returnComparator = () => {
|
|
1015
|
+
return result.ExportDescription.ExportStatus;
|
|
1016
|
+
};
|
|
1017
|
+
if (returnComparator() === "COMPLETED") {
|
|
1018
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
catch (e) { }
|
|
1022
|
+
try {
|
|
1023
|
+
const returnComparator = () => {
|
|
1024
|
+
return result.ExportDescription.ExportStatus;
|
|
1025
|
+
};
|
|
1026
|
+
if (returnComparator() === "FAILED") {
|
|
1027
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
catch (e) { }
|
|
1031
|
+
}
|
|
1032
|
+
catch (exception) {
|
|
1033
|
+
reason = exception;
|
|
1034
|
+
}
|
|
1035
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1036
|
+
};
|
|
1037
|
+
const waitForExportCompleted = async (params, input) => {
|
|
1038
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1039
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1040
|
+
};
|
|
1041
|
+
const waitUntilExportCompleted = async (params, input) => {
|
|
1042
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1043
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1044
|
+
return utilWaiter.checkExceptions(result);
|
|
1045
|
+
};
|
|
1046
|
+
|
|
1047
|
+
const checkState$3 = async (client, input) => {
|
|
1048
|
+
let reason;
|
|
1049
|
+
try {
|
|
1050
|
+
let result = await client.send(new DescribeImportCommand(input));
|
|
1051
|
+
reason = result;
|
|
1052
|
+
try {
|
|
1053
|
+
const returnComparator = () => {
|
|
1054
|
+
return result.ImportTableDescription.ImportStatus;
|
|
1055
|
+
};
|
|
1056
|
+
if (returnComparator() === "COMPLETED") {
|
|
1057
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
catch (e) { }
|
|
1061
|
+
try {
|
|
1062
|
+
const returnComparator = () => {
|
|
1063
|
+
return result.ImportTableDescription.ImportStatus;
|
|
1064
|
+
};
|
|
1065
|
+
if (returnComparator() === "FAILED") {
|
|
1066
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
catch (e) { }
|
|
1070
|
+
try {
|
|
1071
|
+
const returnComparator = () => {
|
|
1072
|
+
return result.ImportTableDescription.ImportStatus;
|
|
1073
|
+
};
|
|
1074
|
+
if (returnComparator() === "CANCELLED") {
|
|
1075
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
catch (e) { }
|
|
1079
|
+
}
|
|
1080
|
+
catch (exception) {
|
|
1081
|
+
reason = exception;
|
|
1082
|
+
}
|
|
1083
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1084
|
+
};
|
|
1085
|
+
const waitForImportCompleted = async (params, input) => {
|
|
1086
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1087
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1088
|
+
};
|
|
1089
|
+
const waitUntilImportCompleted = async (params, input) => {
|
|
1090
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1091
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1092
|
+
return utilWaiter.checkExceptions(result);
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
const checkState$2 = async (client, input) => {
|
|
1096
|
+
let reason;
|
|
1097
|
+
try {
|
|
1098
|
+
let result = await client.send(new DescribeKinesisStreamingDestinationCommand(input));
|
|
1099
|
+
reason = result;
|
|
1100
|
+
try {
|
|
1101
|
+
const returnComparator = () => {
|
|
1102
|
+
let flat_1 = [].concat(...result.KinesisDataStreamDestinations);
|
|
1103
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
1104
|
+
return element_2.DestinationStatus;
|
|
1105
|
+
});
|
|
1106
|
+
return projection_3;
|
|
1107
|
+
};
|
|
1108
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
1109
|
+
if (anyStringEq_4 == "ACTIVE") {
|
|
1110
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
catch (e) { }
|
|
1115
|
+
try {
|
|
1116
|
+
const returnComparator = () => {
|
|
1117
|
+
let filterRes_2 = result.KinesisDataStreamDestinations.filter((element_1) => {
|
|
1118
|
+
return (((element_1.DestinationStatus == "DISABLED") || (element_1.DestinationStatus == "ENABLE_FAILED")) && ((element_1.DestinationStatus == "ENABLE_FAILED") || (element_1.DestinationStatus == "DISABLED")));
|
|
1119
|
+
});
|
|
1120
|
+
return ((result.KinesisDataStreamDestinations.length > 0) && (filterRes_2.length == result.KinesisDataStreamDestinations.length));
|
|
1121
|
+
};
|
|
1122
|
+
if (returnComparator() == true) {
|
|
1123
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
catch (e) { }
|
|
1127
|
+
}
|
|
1128
|
+
catch (exception) {
|
|
1129
|
+
reason = exception;
|
|
1130
|
+
}
|
|
1131
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1132
|
+
};
|
|
1133
|
+
const waitForKinesisStreamingDestinationActive = async (params, input) => {
|
|
1134
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1135
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1136
|
+
};
|
|
1137
|
+
const waitUntilKinesisStreamingDestinationActive = async (params, input) => {
|
|
1138
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
1139
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1140
|
+
return utilWaiter.checkExceptions(result);
|
|
1141
|
+
};
|
|
1142
|
+
|
|
4056
1143
|
const checkState$1 = async (client, input) => {
|
|
4057
1144
|
let reason;
|
|
4058
1145
|
try {
|
|
4059
|
-
|
|
1146
|
+
let result = await client.send(new DescribeTableCommand(input));
|
|
4060
1147
|
reason = result;
|
|
4061
1148
|
try {
|
|
4062
1149
|
const returnComparator = () => {
|
|
@@ -4089,7 +1176,7 @@ const waitUntilTableExists = async (params, input) => {
|
|
|
4089
1176
|
const checkState = async (client, input) => {
|
|
4090
1177
|
let reason;
|
|
4091
1178
|
try {
|
|
4092
|
-
|
|
1179
|
+
let result = await client.send(new DescribeTableCommand(input));
|
|
4093
1180
|
reason = result;
|
|
4094
1181
|
}
|
|
4095
1182
|
catch (exception) {
|
|
@@ -4110,6 +1197,85 @@ const waitUntilTableNotExists = async (params, input) => {
|
|
|
4110
1197
|
return utilWaiter.checkExceptions(result);
|
|
4111
1198
|
};
|
|
4112
1199
|
|
|
1200
|
+
const commands = {
|
|
1201
|
+
BatchExecuteStatementCommand,
|
|
1202
|
+
BatchGetItemCommand,
|
|
1203
|
+
BatchWriteItemCommand,
|
|
1204
|
+
CreateBackupCommand,
|
|
1205
|
+
CreateGlobalTableCommand,
|
|
1206
|
+
CreateTableCommand,
|
|
1207
|
+
DeleteBackupCommand,
|
|
1208
|
+
DeleteItemCommand,
|
|
1209
|
+
DeleteResourcePolicyCommand,
|
|
1210
|
+
DeleteTableCommand,
|
|
1211
|
+
DescribeBackupCommand,
|
|
1212
|
+
DescribeContinuousBackupsCommand,
|
|
1213
|
+
DescribeContributorInsightsCommand,
|
|
1214
|
+
DescribeEndpointsCommand,
|
|
1215
|
+
DescribeExportCommand,
|
|
1216
|
+
DescribeGlobalTableCommand,
|
|
1217
|
+
DescribeGlobalTableSettingsCommand,
|
|
1218
|
+
DescribeImportCommand,
|
|
1219
|
+
DescribeKinesisStreamingDestinationCommand,
|
|
1220
|
+
DescribeLimitsCommand,
|
|
1221
|
+
DescribeTableCommand,
|
|
1222
|
+
DescribeTableReplicaAutoScalingCommand,
|
|
1223
|
+
DescribeTimeToLiveCommand,
|
|
1224
|
+
DisableKinesisStreamingDestinationCommand,
|
|
1225
|
+
EnableKinesisStreamingDestinationCommand,
|
|
1226
|
+
ExecuteStatementCommand,
|
|
1227
|
+
ExecuteTransactionCommand,
|
|
1228
|
+
ExportTableToPointInTimeCommand,
|
|
1229
|
+
GetItemCommand,
|
|
1230
|
+
GetResourcePolicyCommand,
|
|
1231
|
+
ImportTableCommand,
|
|
1232
|
+
ListBackupsCommand,
|
|
1233
|
+
ListContributorInsightsCommand,
|
|
1234
|
+
ListExportsCommand,
|
|
1235
|
+
ListGlobalTablesCommand,
|
|
1236
|
+
ListImportsCommand,
|
|
1237
|
+
ListTablesCommand,
|
|
1238
|
+
ListTagsOfResourceCommand,
|
|
1239
|
+
PutItemCommand,
|
|
1240
|
+
PutResourcePolicyCommand,
|
|
1241
|
+
QueryCommand,
|
|
1242
|
+
RestoreTableFromBackupCommand,
|
|
1243
|
+
RestoreTableToPointInTimeCommand,
|
|
1244
|
+
ScanCommand,
|
|
1245
|
+
TagResourceCommand,
|
|
1246
|
+
TransactGetItemsCommand,
|
|
1247
|
+
TransactWriteItemsCommand,
|
|
1248
|
+
UntagResourceCommand,
|
|
1249
|
+
UpdateContinuousBackupsCommand,
|
|
1250
|
+
UpdateContributorInsightsCommand,
|
|
1251
|
+
UpdateGlobalTableCommand,
|
|
1252
|
+
UpdateGlobalTableSettingsCommand,
|
|
1253
|
+
UpdateItemCommand,
|
|
1254
|
+
UpdateKinesisStreamingDestinationCommand,
|
|
1255
|
+
UpdateTableCommand,
|
|
1256
|
+
UpdateTableReplicaAutoScalingCommand,
|
|
1257
|
+
UpdateTimeToLiveCommand,
|
|
1258
|
+
};
|
|
1259
|
+
const paginators = {
|
|
1260
|
+
paginateListContributorInsights,
|
|
1261
|
+
paginateListExports,
|
|
1262
|
+
paginateListImports,
|
|
1263
|
+
paginateListTables,
|
|
1264
|
+
paginateQuery,
|
|
1265
|
+
paginateScan,
|
|
1266
|
+
};
|
|
1267
|
+
const waiters = {
|
|
1268
|
+
waitUntilContributorInsightsEnabled,
|
|
1269
|
+
waitUntilExportCompleted,
|
|
1270
|
+
waitUntilImportCompleted,
|
|
1271
|
+
waitUntilKinesisStreamingDestinationActive,
|
|
1272
|
+
waitUntilTableExists,
|
|
1273
|
+
waitUntilTableNotExists,
|
|
1274
|
+
};
|
|
1275
|
+
class DynamoDB extends DynamoDBClient {
|
|
1276
|
+
}
|
|
1277
|
+
smithyClient.createAggregatedClient(commands, DynamoDB, { paginators, waiters });
|
|
1278
|
+
|
|
4113
1279
|
const ApproximateCreationDateTimePrecision = {
|
|
4114
1280
|
MICROSECOND: "MICROSECOND",
|
|
4115
1281
|
MILLISECOND: "MILLISECOND",
|
|
@@ -4256,6 +1422,11 @@ const IndexStatus = {
|
|
|
4256
1422
|
DELETING: "DELETING",
|
|
4257
1423
|
UPDATING: "UPDATING",
|
|
4258
1424
|
};
|
|
1425
|
+
const GlobalTableSettingsReplicationMode = {
|
|
1426
|
+
DISABLED: "DISABLED",
|
|
1427
|
+
ENABLED: "ENABLED",
|
|
1428
|
+
ENABLED_WITH_OVERRIDES: "ENABLED_WITH_OVERRIDES",
|
|
1429
|
+
};
|
|
4259
1430
|
const ReplicaStatus = {
|
|
4260
1431
|
ACTIVE: "ACTIVE",
|
|
4261
1432
|
ARCHIVED: "ARCHIVED",
|
|
@@ -4351,18 +1522,11 @@ const Select = {
|
|
|
4351
1522
|
SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES",
|
|
4352
1523
|
};
|
|
4353
1524
|
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
});
|
|
4358
|
-
Object.defineProperty(exports, "__Client", {
|
|
4359
|
-
enumerable: true,
|
|
4360
|
-
get: function () { return smithyClient.Client; }
|
|
4361
|
-
});
|
|
1525
|
+
exports.$Command = smithyClient.Command;
|
|
1526
|
+
exports.__Client = smithyClient.Client;
|
|
1527
|
+
exports.DynamoDBServiceException = DynamoDBServiceException.DynamoDBServiceException;
|
|
4362
1528
|
exports.ApproximateCreationDateTimePrecision = ApproximateCreationDateTimePrecision;
|
|
4363
1529
|
exports.AttributeAction = AttributeAction;
|
|
4364
|
-
exports.BackupInUseException = BackupInUseException$1;
|
|
4365
|
-
exports.BackupNotFoundException = BackupNotFoundException$1;
|
|
4366
1530
|
exports.BackupStatus = BackupStatus;
|
|
4367
1531
|
exports.BackupType = BackupType;
|
|
4368
1532
|
exports.BackupTypeFilter = BackupTypeFilter;
|
|
@@ -4372,10 +1536,8 @@ exports.BatchStatementErrorCodeEnum = BatchStatementErrorCodeEnum;
|
|
|
4372
1536
|
exports.BatchWriteItemCommand = BatchWriteItemCommand;
|
|
4373
1537
|
exports.BillingMode = BillingMode;
|
|
4374
1538
|
exports.ComparisonOperator = ComparisonOperator;
|
|
4375
|
-
exports.ConditionalCheckFailedException = ConditionalCheckFailedException$1;
|
|
4376
1539
|
exports.ConditionalOperator = ConditionalOperator;
|
|
4377
1540
|
exports.ContinuousBackupsStatus = ContinuousBackupsStatus;
|
|
4378
|
-
exports.ContinuousBackupsUnavailableException = ContinuousBackupsUnavailableException$1;
|
|
4379
1541
|
exports.ContributorInsightsAction = ContributorInsightsAction;
|
|
4380
1542
|
exports.ContributorInsightsMode = ContributorInsightsMode;
|
|
4381
1543
|
exports.ContributorInsightsStatus = ContributorInsightsStatus;
|
|
@@ -4401,41 +1563,26 @@ exports.DescribeTableReplicaAutoScalingCommand = DescribeTableReplicaAutoScaling
|
|
|
4401
1563
|
exports.DescribeTimeToLiveCommand = DescribeTimeToLiveCommand;
|
|
4402
1564
|
exports.DestinationStatus = DestinationStatus;
|
|
4403
1565
|
exports.DisableKinesisStreamingDestinationCommand = DisableKinesisStreamingDestinationCommand;
|
|
4404
|
-
exports.DuplicateItemException = DuplicateItemException$1;
|
|
4405
1566
|
exports.DynamoDB = DynamoDB;
|
|
4406
1567
|
exports.DynamoDBClient = DynamoDBClient;
|
|
4407
|
-
exports.DynamoDBServiceException = DynamoDBServiceException$1;
|
|
4408
1568
|
exports.EnableKinesisStreamingDestinationCommand = EnableKinesisStreamingDestinationCommand;
|
|
4409
1569
|
exports.ExecuteStatementCommand = ExecuteStatementCommand;
|
|
4410
1570
|
exports.ExecuteTransactionCommand = ExecuteTransactionCommand;
|
|
4411
|
-
exports.ExportConflictException = ExportConflictException$1;
|
|
4412
1571
|
exports.ExportFormat = ExportFormat;
|
|
4413
|
-
exports.ExportNotFoundException = ExportNotFoundException$1;
|
|
4414
1572
|
exports.ExportStatus = ExportStatus;
|
|
4415
1573
|
exports.ExportTableToPointInTimeCommand = ExportTableToPointInTimeCommand;
|
|
4416
1574
|
exports.ExportType = ExportType;
|
|
4417
1575
|
exports.ExportViewType = ExportViewType;
|
|
4418
1576
|
exports.GetItemCommand = GetItemCommand;
|
|
4419
1577
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
4420
|
-
exports.
|
|
4421
|
-
exports.GlobalTableNotFoundException = GlobalTableNotFoundException$1;
|
|
1578
|
+
exports.GlobalTableSettingsReplicationMode = GlobalTableSettingsReplicationMode;
|
|
4422
1579
|
exports.GlobalTableStatus = GlobalTableStatus;
|
|
4423
|
-
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException$1;
|
|
4424
|
-
exports.ImportConflictException = ImportConflictException$1;
|
|
4425
|
-
exports.ImportNotFoundException = ImportNotFoundException$1;
|
|
4426
1580
|
exports.ImportStatus = ImportStatus;
|
|
4427
1581
|
exports.ImportTableCommand = ImportTableCommand;
|
|
4428
|
-
exports.IndexNotFoundException = IndexNotFoundException$1;
|
|
4429
1582
|
exports.IndexStatus = IndexStatus;
|
|
4430
1583
|
exports.InputCompressionType = InputCompressionType;
|
|
4431
1584
|
exports.InputFormat = InputFormat;
|
|
4432
|
-
exports.InternalServerError = InternalServerError$1;
|
|
4433
|
-
exports.InvalidEndpointException = InvalidEndpointException$1;
|
|
4434
|
-
exports.InvalidExportTimeException = InvalidExportTimeException$1;
|
|
4435
|
-
exports.InvalidRestoreTimeException = InvalidRestoreTimeException$1;
|
|
4436
|
-
exports.ItemCollectionSizeLimitExceededException = ItemCollectionSizeLimitExceededException$1;
|
|
4437
1585
|
exports.KeyType = KeyType;
|
|
4438
|
-
exports.LimitExceededException = LimitExceededException$1;
|
|
4439
1586
|
exports.ListBackupsCommand = ListBackupsCommand;
|
|
4440
1587
|
exports.ListContributorInsightsCommand = ListContributorInsightsCommand;
|
|
4441
1588
|
exports.ListExportsCommand = ListExportsCommand;
|
|
@@ -4445,20 +1592,11 @@ exports.ListTablesCommand = ListTablesCommand;
|
|
|
4445
1592
|
exports.ListTagsOfResourceCommand = ListTagsOfResourceCommand;
|
|
4446
1593
|
exports.MultiRegionConsistency = MultiRegionConsistency;
|
|
4447
1594
|
exports.PointInTimeRecoveryStatus = PointInTimeRecoveryStatus;
|
|
4448
|
-
exports.PointInTimeRecoveryUnavailableException = PointInTimeRecoveryUnavailableException$1;
|
|
4449
|
-
exports.PolicyNotFoundException = PolicyNotFoundException$1;
|
|
4450
1595
|
exports.ProjectionType = ProjectionType;
|
|
4451
|
-
exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException$1;
|
|
4452
1596
|
exports.PutItemCommand = PutItemCommand;
|
|
4453
1597
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
4454
1598
|
exports.QueryCommand = QueryCommand;
|
|
4455
|
-
exports.ReplicaAlreadyExistsException = ReplicaAlreadyExistsException$1;
|
|
4456
|
-
exports.ReplicaNotFoundException = ReplicaNotFoundException$1;
|
|
4457
1599
|
exports.ReplicaStatus = ReplicaStatus;
|
|
4458
|
-
exports.ReplicatedWriteConflictException = ReplicatedWriteConflictException$1;
|
|
4459
|
-
exports.RequestLimitExceeded = RequestLimitExceeded$1;
|
|
4460
|
-
exports.ResourceInUseException = ResourceInUseException$1;
|
|
4461
|
-
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
4462
1600
|
exports.RestoreTableFromBackupCommand = RestoreTableFromBackupCommand;
|
|
4463
1601
|
exports.RestoreTableToPointInTimeCommand = RestoreTableToPointInTimeCommand;
|
|
4464
1602
|
exports.ReturnConsumedCapacity = ReturnConsumedCapacity;
|
|
@@ -4472,19 +1610,12 @@ exports.ScalarAttributeType = ScalarAttributeType;
|
|
|
4472
1610
|
exports.ScanCommand = ScanCommand;
|
|
4473
1611
|
exports.Select = Select;
|
|
4474
1612
|
exports.StreamViewType = StreamViewType;
|
|
4475
|
-
exports.TableAlreadyExistsException = TableAlreadyExistsException$1;
|
|
4476
1613
|
exports.TableClass = TableClass;
|
|
4477
|
-
exports.TableInUseException = TableInUseException$1;
|
|
4478
|
-
exports.TableNotFoundException = TableNotFoundException$1;
|
|
4479
1614
|
exports.TableStatus = TableStatus;
|
|
4480
1615
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4481
|
-
exports.ThrottlingException = ThrottlingException$1;
|
|
4482
1616
|
exports.TimeToLiveStatus = TimeToLiveStatus;
|
|
4483
1617
|
exports.TransactGetItemsCommand = TransactGetItemsCommand;
|
|
4484
1618
|
exports.TransactWriteItemsCommand = TransactWriteItemsCommand;
|
|
4485
|
-
exports.TransactionCanceledException = TransactionCanceledException$1;
|
|
4486
|
-
exports.TransactionConflictException = TransactionConflictException$1;
|
|
4487
|
-
exports.TransactionInProgressException = TransactionInProgressException$1;
|
|
4488
1619
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4489
1620
|
exports.UpdateContinuousBackupsCommand = UpdateContinuousBackupsCommand;
|
|
4490
1621
|
exports.UpdateContributorInsightsCommand = UpdateContributorInsightsCommand;
|
|
@@ -4502,7 +1633,35 @@ exports.paginateListImports = paginateListImports;
|
|
|
4502
1633
|
exports.paginateListTables = paginateListTables;
|
|
4503
1634
|
exports.paginateQuery = paginateQuery;
|
|
4504
1635
|
exports.paginateScan = paginateScan;
|
|
1636
|
+
exports.waitForContributorInsightsEnabled = waitForContributorInsightsEnabled;
|
|
1637
|
+
exports.waitForExportCompleted = waitForExportCompleted;
|
|
1638
|
+
exports.waitForImportCompleted = waitForImportCompleted;
|
|
1639
|
+
exports.waitForKinesisStreamingDestinationActive = waitForKinesisStreamingDestinationActive;
|
|
4505
1640
|
exports.waitForTableExists = waitForTableExists;
|
|
4506
1641
|
exports.waitForTableNotExists = waitForTableNotExists;
|
|
1642
|
+
exports.waitUntilContributorInsightsEnabled = waitUntilContributorInsightsEnabled;
|
|
1643
|
+
exports.waitUntilExportCompleted = waitUntilExportCompleted;
|
|
1644
|
+
exports.waitUntilImportCompleted = waitUntilImportCompleted;
|
|
1645
|
+
exports.waitUntilKinesisStreamingDestinationActive = waitUntilKinesisStreamingDestinationActive;
|
|
4507
1646
|
exports.waitUntilTableExists = waitUntilTableExists;
|
|
4508
1647
|
exports.waitUntilTableNotExists = waitUntilTableNotExists;
|
|
1648
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
1649
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1650
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1651
|
+
enumerable: true,
|
|
1652
|
+
value: schemas_0['__proto__']
|
|
1653
|
+
});
|
|
1654
|
+
|
|
1655
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1656
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
1657
|
+
});
|
|
1658
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
1659
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1660
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1661
|
+
enumerable: true,
|
|
1662
|
+
value: errors['__proto__']
|
|
1663
|
+
});
|
|
1664
|
+
|
|
1665
|
+
Object.keys(errors).forEach(function (k) {
|
|
1666
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
1667
|
+
});
|