@gemeentenijmegen/webapp 1.1.13 → 1.1.14
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 +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- 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 +2 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
- 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 +3 -4
- 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/endpoint/ruleset.js +1 -1
- 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 +4 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1430 -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 +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +2 -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 +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -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 +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -1
- 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 +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +86 -12
- 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 +1 -5
- 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 +16 -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/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 +8 -9
- 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 +492 -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 +4 -8
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +9 -5
- 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 +23 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
- 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 +6 -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 +6 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +9 -5
- 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 +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
- 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/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/GetBucketTaggingCommand.d.ts +0 -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/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/PutObjectCommand.d.ts +25 -15
- 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/UploadPartCopyCommand.d.ts +5 -4
- 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 +3 -2
- 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 +16 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
- 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 +7 -2
- 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 +6 -4
- 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 +9 -8
- 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/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 +3 -4
- 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 +2 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +8 -6
- 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 +9 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- 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 +4 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +8 -6
- 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 +22 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +2 -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 +0 -4
- 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 +3 -4
- 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 +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +9 -6
- 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 +107 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- 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 +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +9 -6
- 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 +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -10
- 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 +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
- 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 +0 -4
- 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 +2 -0
- 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/package.json +48 -46
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +183 -71
- 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 +174 -70
- 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 +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- 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/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 +1 -1
- 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 +11 -0
- 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 +1 -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/index.d.ts +2 -0
- 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 +4 -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/XmlShapeSerializer.d.ts +1 -1
- 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/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -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/package.json +23 -23
- package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
- 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/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
- 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/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/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/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/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/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/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/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 +76 -53
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
- 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/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 +2 -3
- 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-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/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/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 +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
- 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/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
- 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/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.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- 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 +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- 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/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.shared.js +8 -1
- 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/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.shared.js +9 -6
- 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/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- 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/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
- 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/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- 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 +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
- 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/nested-clients/dist-es/submodules/sso/index.js +7 -0
- 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 +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- 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/SSOOIDCClient.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 +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
- 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/STSClient.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 +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +9 -6
- 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 +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -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 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -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 +2 -1
- 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 +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- 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/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- 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 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -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 +2 -1
- 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 +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- 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 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -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 +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- 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 +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- 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 +5 -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/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- 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/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- 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/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- 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/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- 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/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- 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 +5 -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 +1 -1
- 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 +9 -5
- 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 +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- 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/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/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/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -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 +52 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- 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 +96 -13
- 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/package.json +9 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
- 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/util.js +1 -26
- 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 +315 -293
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
- 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-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/@aws-solutions-constructs/core/.jsii +15390 -0
- package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
- package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
- package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
- package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
- package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
- package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
- package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
- package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
- package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
- package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
- package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
- package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
- package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
- package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
- package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
- package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
- package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
- package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
- package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
- package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
- package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
- package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
- package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
- package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
- package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
- package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
- package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
- package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
- package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
- package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
- package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
- package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
- package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
- 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/abort-controller/package.json +7 -7
- 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/package.json +11 -11
- 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 +50 -5
- 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 +30 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- 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 +5 -0
- 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 +5 -0
- 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/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/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/package.json +13 -13
- 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/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/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/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/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/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/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 +584 -447
- package/node_modules/axios/dist/axios.js +873 -881
- 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 +1142 -812
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1143 -813
- 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 +1816 -1415
- 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 +138 -92
- package/node_modules/axios/lib/adapters/http.js +615 -561
- 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 -43
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
- 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 +18 -19
- 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 +57 -70
- 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/constructs/.jsii +1471 -0
- package/node_modules/constructs/API.md +1295 -0
- package/node_modules/constructs/README.md +32 -0
- package/node_modules/constructs/lib/construct.d.ts +376 -0
- package/node_modules/constructs/lib/construct.js +526 -0
- package/node_modules/constructs/lib/dependency.d.ts +69 -0
- package/node_modules/constructs/lib/dependency.js +88 -0
- package/node_modules/constructs/lib/index.d.ts +4 -0
- package/node_modules/constructs/lib/index.js +19 -0
- package/node_modules/constructs/lib/mixin.d.ts +15 -0
- package/node_modules/constructs/lib/mixin.js +3 -0
- package/node_modules/constructs/package.json +154 -0
- 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 +635 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -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 +414 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +85 -59
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/tests/strnum_test.js +172 -0
- package/package.json +22 -22
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
- 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.d.ts +0 -295
- 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/cloud-assembly/context-queries.d.ts +0 -451
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
- package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- 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-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -42
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.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/index.js +0 -6
- 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/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -209
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- 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/index.d.ts +0 -30
- 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/runtimeConfig.browser.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -33
- 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/SSOClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- 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/index.d.ts +0 -10
- 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/runtimeConfig.browser.d.ts +0 -116
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -120
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -53
- 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/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
- 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/node_modules/@aws-solutions-constructs/core/.jsii +0 -10107
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -79
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -96
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -75
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -279
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- 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-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.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/bowser/CHANGELOG.md +0 -218
- package/node_modules/strnum/strnum.test.js +0 -173
- package/node_modules/strnum/test.js +0 -9
- /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}/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/httpAuthSchemeProvider.d.ts +0 -0
- /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-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.d.ts → core/test/s3-bucket-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.d.ts → core/test/s3-bucket.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.d.ts → core/test/sagemaker-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/security-group-helper.test.d.ts → core/test/secretsmanager-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.d.ts → core/test/security-group-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.d.ts → core/test/sns-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/ssm-string-parameter-helper.test.d.ts → core/test/sqs-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.d.ts → core/test/ssm-string-parameter-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.d.ts → core/test/step-function-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/translate-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/validation.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.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
|
@@ -91,14 +91,14 @@ const _CO = "ComparisonOperator";
|
|
|
91
91
|
const _COo = "ConditionalOperator";
|
|
92
92
|
const _COs = "CsvOptions";
|
|
93
93
|
const _CPIM = "CachePeriodInMinutes";
|
|
94
|
-
const _CR = "
|
|
94
|
+
const _CR = "CancellationReasons";
|
|
95
95
|
const _CRA = "CreateReplicaAction";
|
|
96
96
|
const _CRGMA = "CreateReplicationGroupMemberAction";
|
|
97
97
|
const _CRL = "CancellationReasonList";
|
|
98
98
|
const _CRSRA = "ConfirmRemoveSelfResourceAccess";
|
|
99
99
|
const _CRT = "ClientRequestToken";
|
|
100
100
|
const _CRa = "CancellationReason";
|
|
101
|
-
const
|
|
101
|
+
const _CRo = "ConsistentRead";
|
|
102
102
|
const _CT = "ClientToken";
|
|
103
103
|
const _CTI = "CreateTableInput";
|
|
104
104
|
const _CTO = "CreateTableOutput";
|
|
@@ -258,6 +258,8 @@ const _GTNFE = "GlobalTableNotFoundException";
|
|
|
258
258
|
const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
|
|
259
259
|
const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
|
|
260
260
|
const _GTS = "GlobalTableStatus";
|
|
261
|
+
const _GTSA = "GlobalTableSourceArn";
|
|
262
|
+
const _GTSRM = "GlobalTableSettingsReplicationMode";
|
|
261
263
|
const _GTV = "GlobalTableVersion";
|
|
262
264
|
const _GTW = "GlobalTableWitnesses";
|
|
263
265
|
const _GTWD = "GlobalTableWitnessDescription";
|
|
@@ -647,1939 +649,1733 @@ const _hH = "httpHeader";
|
|
|
647
649
|
const _m = "message";
|
|
648
650
|
const _r = "reason";
|
|
649
651
|
const _re = "resource";
|
|
650
|
-
const _s = "
|
|
651
|
-
const
|
|
652
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
|
|
653
|
+
const _se = "server";
|
|
652
654
|
const _tR = "throttlingReasons";
|
|
653
655
|
const _xacrsra = "x-amz-confirm-remove-self-resource-access";
|
|
654
656
|
const n0 = "com.amazonaws.dynamodb";
|
|
655
657
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
656
|
-
import { DynamoDBServiceException
|
|
657
|
-
import { BackupInUseException
|
|
658
|
-
|
|
659
|
-
export var
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
658
|
+
import { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
659
|
+
import { BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, ReplicatedWriteConflictException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, ThrottlingException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/errors";
|
|
660
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
661
|
+
export var DynamoDBServiceException$ = [-3, _s, "DynamoDBServiceException", 0, [], []];
|
|
662
|
+
_s_registry.registerError(DynamoDBServiceException$, DynamoDBServiceException);
|
|
663
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
664
|
+
export var BackupInUseException$ = [-3, n0, _BIUE,
|
|
665
|
+
{ [_e]: _c },
|
|
666
|
+
[_m],
|
|
667
|
+
[0]
|
|
668
|
+
];
|
|
669
|
+
n0_registry.registerError(BackupInUseException$, BackupInUseException);
|
|
670
|
+
export var BackupNotFoundException$ = [-3, n0, _BNFE,
|
|
671
|
+
{ [_e]: _c },
|
|
672
|
+
[_m],
|
|
673
|
+
[0]
|
|
674
|
+
];
|
|
675
|
+
n0_registry.registerError(BackupNotFoundException$, BackupNotFoundException);
|
|
676
|
+
export var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
677
|
+
{ [_e]: _c },
|
|
678
|
+
[_m, _I],
|
|
679
|
+
[0, () => AttributeMap]
|
|
680
|
+
];
|
|
681
|
+
n0_registry.registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
682
|
+
export var ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
|
|
683
|
+
{ [_e]: _c },
|
|
684
|
+
[_m],
|
|
685
|
+
[0]
|
|
686
|
+
];
|
|
687
|
+
n0_registry.registerError(ContinuousBackupsUnavailableException$, ContinuousBackupsUnavailableException);
|
|
688
|
+
export var DuplicateItemException$ = [-3, n0, _DIE,
|
|
689
|
+
{ [_e]: _c },
|
|
690
|
+
[_m],
|
|
691
|
+
[0]
|
|
692
|
+
];
|
|
693
|
+
n0_registry.registerError(DuplicateItemException$, DuplicateItemException);
|
|
694
|
+
export var ExportConflictException$ = [-3, n0, _ECE,
|
|
695
|
+
{ [_e]: _c },
|
|
696
|
+
[_m],
|
|
697
|
+
[0]
|
|
698
|
+
];
|
|
699
|
+
n0_registry.registerError(ExportConflictException$, ExportConflictException);
|
|
700
|
+
export var ExportNotFoundException$ = [-3, n0, _ENFE,
|
|
701
|
+
{ [_e]: _c },
|
|
702
|
+
[_m],
|
|
703
|
+
[0]
|
|
704
|
+
];
|
|
705
|
+
n0_registry.registerError(ExportNotFoundException$, ExportNotFoundException);
|
|
706
|
+
export var GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
|
|
707
|
+
{ [_e]: _c },
|
|
708
|
+
[_m],
|
|
709
|
+
[0]
|
|
710
|
+
];
|
|
711
|
+
n0_registry.registerError(GlobalTableAlreadyExistsException$, GlobalTableAlreadyExistsException);
|
|
712
|
+
export var GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
|
|
713
|
+
{ [_e]: _c },
|
|
714
|
+
[_m],
|
|
715
|
+
[0]
|
|
716
|
+
];
|
|
717
|
+
n0_registry.registerError(GlobalTableNotFoundException$, GlobalTableNotFoundException);
|
|
718
|
+
export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
719
|
+
{ [_e]: _c },
|
|
720
|
+
[_M],
|
|
721
|
+
[0]
|
|
722
|
+
];
|
|
723
|
+
n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
724
|
+
export var ImportConflictException$ = [-3, n0, _ICE,
|
|
725
|
+
{ [_e]: _c },
|
|
726
|
+
[_m],
|
|
727
|
+
[0]
|
|
728
|
+
];
|
|
729
|
+
n0_registry.registerError(ImportConflictException$, ImportConflictException);
|
|
730
|
+
export var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
731
|
+
{ [_e]: _c },
|
|
732
|
+
[_m],
|
|
733
|
+
[0]
|
|
734
|
+
];
|
|
735
|
+
n0_registry.registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
736
|
+
export var IndexNotFoundException$ = [-3, n0, _INFEn,
|
|
737
|
+
{ [_e]: _c },
|
|
738
|
+
[_m],
|
|
739
|
+
[0]
|
|
740
|
+
];
|
|
741
|
+
n0_registry.registerError(IndexNotFoundException$, IndexNotFoundException);
|
|
742
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
743
|
+
{ [_e]: _se },
|
|
744
|
+
[_m],
|
|
745
|
+
[0]
|
|
746
|
+
];
|
|
747
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
748
|
+
export var InvalidEndpointException$ = [-3, n0, _IEE,
|
|
749
|
+
{ [_e]: _c, [_hE]: 421 },
|
|
750
|
+
[_M],
|
|
751
|
+
[0]
|
|
752
|
+
];
|
|
753
|
+
n0_registry.registerError(InvalidEndpointException$, InvalidEndpointException);
|
|
754
|
+
export var InvalidExportTimeException$ = [-3, n0, _IETE,
|
|
755
|
+
{ [_e]: _c },
|
|
756
|
+
[_m],
|
|
757
|
+
[0]
|
|
758
|
+
];
|
|
759
|
+
n0_registry.registerError(InvalidExportTimeException$, InvalidExportTimeException);
|
|
760
|
+
export var InvalidRestoreTimeException$ = [-3, n0, _IRTE,
|
|
761
|
+
{ [_e]: _c },
|
|
762
|
+
[_m],
|
|
763
|
+
[0]
|
|
764
|
+
];
|
|
765
|
+
n0_registry.registerError(InvalidRestoreTimeException$, InvalidRestoreTimeException);
|
|
766
|
+
export var ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
|
|
767
|
+
{ [_e]: _c },
|
|
768
|
+
[_m],
|
|
769
|
+
[0]
|
|
770
|
+
];
|
|
771
|
+
n0_registry.registerError(ItemCollectionSizeLimitExceededException$, ItemCollectionSizeLimitExceededException);
|
|
772
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
773
|
+
{ [_e]: _c },
|
|
774
|
+
[_m],
|
|
775
|
+
[0]
|
|
776
|
+
];
|
|
777
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
778
|
+
export var PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
|
|
779
|
+
{ [_e]: _c },
|
|
780
|
+
[_m],
|
|
781
|
+
[0]
|
|
782
|
+
];
|
|
783
|
+
n0_registry.registerError(PointInTimeRecoveryUnavailableException$, PointInTimeRecoveryUnavailableException);
|
|
784
|
+
export var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
785
|
+
{ [_e]: _c },
|
|
786
|
+
[_m],
|
|
787
|
+
[0]
|
|
788
|
+
];
|
|
789
|
+
n0_registry.registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
790
|
+
export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
791
|
+
{ [_e]: _c },
|
|
792
|
+
[_m, _TR],
|
|
793
|
+
[0, () => ThrottlingReasonList]
|
|
794
|
+
];
|
|
795
|
+
n0_registry.registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
796
|
+
export var ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
797
|
+
{ [_e]: _c },
|
|
798
|
+
[_m],
|
|
799
|
+
[0]
|
|
800
|
+
];
|
|
801
|
+
n0_registry.registerError(ReplicaAlreadyExistsException$, ReplicaAlreadyExistsException);
|
|
802
|
+
export var ReplicaNotFoundException$ = [-3, n0, _RNFE,
|
|
803
|
+
{ [_e]: _c },
|
|
804
|
+
[_m],
|
|
805
|
+
[0]
|
|
806
|
+
];
|
|
807
|
+
n0_registry.registerError(ReplicaNotFoundException$, ReplicaNotFoundException);
|
|
808
|
+
export var ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
|
|
809
|
+
{ [_e]: _c },
|
|
810
|
+
[_m],
|
|
811
|
+
[0]
|
|
812
|
+
];
|
|
813
|
+
n0_registry.registerError(ReplicatedWriteConflictException$, ReplicatedWriteConflictException);
|
|
814
|
+
export var RequestLimitExceeded$ = [-3, n0, _RLE,
|
|
815
|
+
{ [_e]: _c },
|
|
816
|
+
[_m, _TR],
|
|
817
|
+
[0, () => ThrottlingReasonList]
|
|
818
|
+
];
|
|
819
|
+
n0_registry.registerError(RequestLimitExceeded$, RequestLimitExceeded);
|
|
820
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
821
|
+
{ [_e]: _c },
|
|
822
|
+
[_m],
|
|
823
|
+
[0]
|
|
824
|
+
];
|
|
825
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
826
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFEe,
|
|
827
|
+
{ [_e]: _c },
|
|
828
|
+
[_m],
|
|
829
|
+
[0]
|
|
830
|
+
];
|
|
831
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
832
|
+
export var TableAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
833
|
+
{ [_e]: _c },
|
|
834
|
+
[_m],
|
|
835
|
+
[0]
|
|
836
|
+
];
|
|
837
|
+
n0_registry.registerError(TableAlreadyExistsException$, TableAlreadyExistsException);
|
|
838
|
+
export var TableInUseException$ = [-3, n0, _TIUE,
|
|
839
|
+
{ [_e]: _c },
|
|
840
|
+
[_m],
|
|
841
|
+
[0]
|
|
842
|
+
];
|
|
843
|
+
n0_registry.registerError(TableInUseException$, TableInUseException);
|
|
844
|
+
export var TableNotFoundException$ = [-3, n0, _TNFE,
|
|
845
|
+
{ [_e]: _c },
|
|
846
|
+
[_m],
|
|
847
|
+
[0]
|
|
848
|
+
];
|
|
849
|
+
n0_registry.registerError(TableNotFoundException$, TableNotFoundException);
|
|
850
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
851
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
852
|
+
[_m, _tR],
|
|
853
|
+
[0, () => ThrottlingReasonList]
|
|
854
|
+
];
|
|
855
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
856
|
+
export var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
857
|
+
{ [_e]: _c },
|
|
858
|
+
[_M, _CR],
|
|
859
|
+
[0, () => CancellationReasonList]
|
|
860
|
+
];
|
|
861
|
+
n0_registry.registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
862
|
+
export var TransactionConflictException$ = [-3, n0, _TCEr,
|
|
863
|
+
{ [_e]: _c },
|
|
864
|
+
[_m],
|
|
865
|
+
[0]
|
|
866
|
+
];
|
|
867
|
+
n0_registry.registerError(TransactionConflictException$, TransactionConflictException);
|
|
868
|
+
export var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
869
|
+
{ [_e]: _c },
|
|
870
|
+
[_M],
|
|
871
|
+
[0]
|
|
872
|
+
];
|
|
873
|
+
n0_registry.registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
874
|
+
export const errorTypeRegistries = [
|
|
875
|
+
_s_registry,
|
|
876
|
+
n0_registry,
|
|
877
|
+
];
|
|
878
|
+
export var ArchivalSummary$ = [3, n0, _AS,
|
|
665
879
|
0,
|
|
666
|
-
[
|
|
667
|
-
[0,
|
|
880
|
+
[_ADT, _AR, _ABA],
|
|
881
|
+
[4, 0, 0]
|
|
668
882
|
];
|
|
669
|
-
export var
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
883
|
+
export var AttributeDefinition$ = [3, n0, _AD,
|
|
884
|
+
0,
|
|
885
|
+
[_AN, _AT],
|
|
886
|
+
[0, 0], 2
|
|
887
|
+
];
|
|
888
|
+
export var AttributeValueUpdate$ = [3, n0, _AVU,
|
|
889
|
+
0,
|
|
890
|
+
[_V, _A],
|
|
891
|
+
[() => AttributeValue$, 0]
|
|
892
|
+
];
|
|
893
|
+
export var AutoScalingPolicyDescription$ = [3, n0, _ASPD,
|
|
673
894
|
0,
|
|
674
895
|
[_PN, _TTSPC],
|
|
675
|
-
[0, () =>
|
|
896
|
+
[0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription$]
|
|
897
|
+
];
|
|
898
|
+
export var AutoScalingPolicyUpdate$ = [3, n0, _ASPU,
|
|
899
|
+
0,
|
|
900
|
+
[_TTSPC, _PN],
|
|
901
|
+
[() => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$, 0], 1
|
|
676
902
|
];
|
|
677
|
-
export var AutoScalingSettingsDescription = [
|
|
678
|
-
3,
|
|
679
|
-
n0,
|
|
680
|
-
_ASSD,
|
|
903
|
+
export var AutoScalingSettingsDescription$ = [3, n0, _ASSD,
|
|
681
904
|
0,
|
|
682
905
|
[_MU, _MUa, _ASD, _ASRA, _SP],
|
|
683
|
-
[1, 1, 2, 0, () => AutoScalingPolicyDescriptionList]
|
|
906
|
+
[1, 1, 2, 0, () => AutoScalingPolicyDescriptionList]
|
|
684
907
|
];
|
|
685
|
-
export var AutoScalingSettingsUpdate = [
|
|
686
|
-
3,
|
|
687
|
-
n0,
|
|
688
|
-
_ASSU,
|
|
908
|
+
export var AutoScalingSettingsUpdate$ = [3, n0, _ASSU,
|
|
689
909
|
0,
|
|
690
910
|
[_MU, _MUa, _ASD, _ASRA, _SPU],
|
|
691
|
-
[1, 1, 2, 0, () => AutoScalingPolicyUpdate]
|
|
911
|
+
[1, 1, 2, 0, () => AutoScalingPolicyUpdate$]
|
|
692
912
|
];
|
|
693
|
-
export var AutoScalingTargetTrackingScalingPolicyConfigurationDescription = [
|
|
694
|
-
3,
|
|
695
|
-
n0,
|
|
696
|
-
_ASTTSPCD,
|
|
913
|
+
export var AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = [3, n0, _ASTTSPCD,
|
|
697
914
|
0,
|
|
698
|
-
[_DSI, _SIC, _SOC
|
|
699
|
-
[2, 1, 1, 1
|
|
915
|
+
[_TV, _DSI, _SIC, _SOC],
|
|
916
|
+
[1, 2, 1, 1], 1
|
|
700
917
|
];
|
|
701
|
-
export var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = [
|
|
702
|
-
3,
|
|
703
|
-
n0,
|
|
704
|
-
_ASTTSPCU,
|
|
918
|
+
export var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = [3, n0, _ASTTSPCU,
|
|
705
919
|
0,
|
|
706
|
-
[_DSI, _SIC, _SOC
|
|
707
|
-
[2, 1, 1, 1
|
|
920
|
+
[_TV, _DSI, _SIC, _SOC],
|
|
921
|
+
[1, 2, 1, 1], 1
|
|
708
922
|
];
|
|
709
|
-
export var BackupDescription = [
|
|
710
|
-
3,
|
|
711
|
-
n0,
|
|
712
|
-
_BD,
|
|
923
|
+
export var BackupDescription$ = [3, n0, _BD,
|
|
713
924
|
0,
|
|
714
925
|
[_BDa, _STD, _STFD],
|
|
715
|
-
[() => BackupDetails
|
|
926
|
+
[() => BackupDetails$, () => SourceTableDetails$, () => SourceTableFeatureDetails$]
|
|
716
927
|
];
|
|
717
|
-
export var BackupDetails = [
|
|
718
|
-
3,
|
|
719
|
-
n0,
|
|
720
|
-
_BDa,
|
|
928
|
+
export var BackupDetails$ = [3, n0, _BDa,
|
|
721
929
|
0,
|
|
722
|
-
[_BA, _BN,
|
|
723
|
-
[0, 0,
|
|
930
|
+
[_BA, _BN, _BS, _BT, _BCDT, _BSB, _BEDT],
|
|
931
|
+
[0, 0, 0, 0, 4, 1, 4], 5
|
|
724
932
|
];
|
|
725
|
-
export var
|
|
726
|
-
TypeRegistry.for(n0).registerError(BackupInUseException, __BackupInUseException);
|
|
727
|
-
export var BackupNotFoundException = [-3, n0, _BNFE, { [_e]: _c }, [_m], [0]];
|
|
728
|
-
TypeRegistry.for(n0).registerError(BackupNotFoundException, __BackupNotFoundException);
|
|
729
|
-
export var BackupSummary = [
|
|
730
|
-
3,
|
|
731
|
-
n0,
|
|
732
|
-
_BSa,
|
|
933
|
+
export var BackupSummary$ = [3, n0, _BSa,
|
|
733
934
|
0,
|
|
734
935
|
[_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
|
|
735
|
-
[0, 0, 0, 0, 0, 4, 4, 0, 0, 1]
|
|
936
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, 1]
|
|
736
937
|
];
|
|
737
|
-
export var BatchExecuteStatementInput = [
|
|
738
|
-
3,
|
|
739
|
-
n0,
|
|
740
|
-
_BESI,
|
|
938
|
+
export var BatchExecuteStatementInput$ = [3, n0, _BESI,
|
|
741
939
|
0,
|
|
742
940
|
[_S, _RCC],
|
|
743
|
-
[() => PartiQLBatchRequest, 0],
|
|
941
|
+
[() => PartiQLBatchRequest, 0], 1
|
|
744
942
|
];
|
|
745
|
-
export var BatchExecuteStatementOutput = [
|
|
746
|
-
3,
|
|
747
|
-
n0,
|
|
748
|
-
_BESO,
|
|
943
|
+
export var BatchExecuteStatementOutput$ = [3, n0, _BESO,
|
|
749
944
|
0,
|
|
750
945
|
[_R, _CC],
|
|
751
|
-
[() => PartiQLBatchResponse, () => ConsumedCapacityMultiple]
|
|
946
|
+
[() => PartiQLBatchResponse, () => ConsumedCapacityMultiple]
|
|
752
947
|
];
|
|
753
|
-
export var BatchGetItemInput = [3, n0, _BGII,
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
948
|
+
export var BatchGetItemInput$ = [3, n0, _BGII,
|
|
949
|
+
0,
|
|
950
|
+
[_RI, _RCC],
|
|
951
|
+
[() => BatchGetRequestMap, 0], 1
|
|
952
|
+
];
|
|
953
|
+
export var BatchGetItemOutput$ = [3, n0, _BGIO,
|
|
758
954
|
0,
|
|
759
955
|
[_R, _UK, _CC],
|
|
760
|
-
[() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple]
|
|
956
|
+
[() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple]
|
|
957
|
+
];
|
|
958
|
+
export var BatchStatementError$ = [3, n0, _BSE,
|
|
959
|
+
0,
|
|
960
|
+
[_C, _M, _I],
|
|
961
|
+
[0, 0, () => AttributeMap]
|
|
761
962
|
];
|
|
762
|
-
export var
|
|
763
|
-
export var BatchStatementRequest = [
|
|
764
|
-
3,
|
|
765
|
-
n0,
|
|
766
|
-
_BSR,
|
|
963
|
+
export var BatchStatementRequest$ = [3, n0, _BSR,
|
|
767
964
|
0,
|
|
768
|
-
[_St, _P,
|
|
769
|
-
[0, () => PreparedStatementParameters, 2, 0],
|
|
965
|
+
[_St, _P, _CRo, _RVOCCF],
|
|
966
|
+
[0, () => PreparedStatementParameters, 2, 0], 1
|
|
770
967
|
];
|
|
771
|
-
export var BatchStatementResponse = [
|
|
772
|
-
3,
|
|
773
|
-
n0,
|
|
774
|
-
_BSRa,
|
|
968
|
+
export var BatchStatementResponse$ = [3, n0, _BSRa,
|
|
775
969
|
0,
|
|
776
970
|
[_E, _TN, _I],
|
|
777
|
-
[() => BatchStatementError
|
|
971
|
+
[() => BatchStatementError$, 0, () => AttributeMap]
|
|
778
972
|
];
|
|
779
|
-
export var BatchWriteItemInput = [
|
|
780
|
-
3,
|
|
781
|
-
n0,
|
|
782
|
-
_BWII,
|
|
973
|
+
export var BatchWriteItemInput$ = [3, n0, _BWII,
|
|
783
974
|
0,
|
|
784
975
|
[_RI, _RCC, _RICM],
|
|
785
|
-
[() => BatchWriteItemRequestMap, 0, 0],
|
|
976
|
+
[() => BatchWriteItemRequestMap, 0, 0], 1
|
|
786
977
|
];
|
|
787
|
-
export var BatchWriteItemOutput = [
|
|
788
|
-
3,
|
|
789
|
-
n0,
|
|
790
|
-
_BWIO,
|
|
978
|
+
export var BatchWriteItemOutput$ = [3, n0, _BWIO,
|
|
791
979
|
0,
|
|
792
980
|
[_UI, _ICM, _CC],
|
|
793
|
-
[() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple]
|
|
794
|
-
];
|
|
795
|
-
export var BillingModeSummary = [3, n0, _BMS,
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
export var ConditionalCheckFailedException = [
|
|
800
|
-
-3,
|
|
801
|
-
n0,
|
|
802
|
-
_CCFE,
|
|
803
|
-
{ [_e]: _c },
|
|
804
|
-
[_m, _I],
|
|
805
|
-
[0, () => AttributeMap],
|
|
981
|
+
[() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple]
|
|
982
|
+
];
|
|
983
|
+
export var BillingModeSummary$ = [3, n0, _BMS,
|
|
984
|
+
0,
|
|
985
|
+
[_BM, _LUTPPRDT],
|
|
986
|
+
[0, 4]
|
|
806
987
|
];
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
988
|
+
export var CancellationReason$ = [3, n0, _CRa,
|
|
989
|
+
0,
|
|
990
|
+
[_I, _C, _M],
|
|
991
|
+
[() => AttributeMap, 0, 0]
|
|
992
|
+
];
|
|
993
|
+
export var Capacity$ = [3, n0, _Ca,
|
|
994
|
+
0,
|
|
995
|
+
[_RCU, _WCU, _CU],
|
|
996
|
+
[1, 1, 1]
|
|
997
|
+
];
|
|
998
|
+
export var Condition$ = [3, n0, _Co,
|
|
999
|
+
0,
|
|
1000
|
+
[_CO, _AVL],
|
|
1001
|
+
[0, () => AttributeValueList], 1
|
|
1002
|
+
];
|
|
1003
|
+
export var ConditionCheck$ = [3, n0, _CCo,
|
|
812
1004
|
0,
|
|
813
1005
|
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
814
|
-
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1006
|
+
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
|
|
815
1007
|
];
|
|
816
|
-
export var ConsumedCapacity = [
|
|
817
|
-
3,
|
|
818
|
-
n0,
|
|
819
|
-
_CC,
|
|
1008
|
+
export var ConsumedCapacity$ = [3, n0, _CC,
|
|
820
1009
|
0,
|
|
821
1010
|
[_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
|
|
822
|
-
[0, 1, 1, 1, () => Capacity
|
|
1011
|
+
[0, 1, 1, 1, () => Capacity$, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap]
|
|
823
1012
|
];
|
|
824
|
-
export var ContinuousBackupsDescription = [
|
|
825
|
-
3,
|
|
826
|
-
n0,
|
|
827
|
-
_CBD,
|
|
1013
|
+
export var ContinuousBackupsDescription$ = [3, n0, _CBD,
|
|
828
1014
|
0,
|
|
829
1015
|
[_CBS, _PITRD],
|
|
830
|
-
[0, () => PointInTimeRecoveryDescription],
|
|
831
|
-
];
|
|
832
|
-
export var
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
export var
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
1016
|
+
[0, () => PointInTimeRecoveryDescription$], 1
|
|
1017
|
+
];
|
|
1018
|
+
export var ContributorInsightsSummary$ = [3, n0, _CIS,
|
|
1019
|
+
0,
|
|
1020
|
+
[_TN, _IN, _CISo, _CIM],
|
|
1021
|
+
[0, 0, 0, 0]
|
|
1022
|
+
];
|
|
1023
|
+
export var CreateBackupInput$ = [3, n0, _CBI,
|
|
1024
|
+
0,
|
|
1025
|
+
[_TN, _BN],
|
|
1026
|
+
[0, 0], 2
|
|
1027
|
+
];
|
|
1028
|
+
export var CreateBackupOutput$ = [3, n0, _CBO,
|
|
1029
|
+
0,
|
|
1030
|
+
[_BDa],
|
|
1031
|
+
[() => BackupDetails$]
|
|
1032
|
+
];
|
|
1033
|
+
export var CreateGlobalSecondaryIndexAction$ = [3, n0, _CGSIA,
|
|
841
1034
|
0,
|
|
842
1035
|
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
843
|
-
[0, () => KeySchema, () => Projection
|
|
1036
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 3
|
|
1037
|
+
];
|
|
1038
|
+
export var CreateGlobalTableInput$ = [3, n0, _CGTI,
|
|
1039
|
+
0,
|
|
1040
|
+
[_GTN, _RG],
|
|
1041
|
+
[0, () => ReplicaList], 2
|
|
1042
|
+
];
|
|
1043
|
+
export var CreateGlobalTableOutput$ = [3, n0, _CGTO,
|
|
1044
|
+
0,
|
|
1045
|
+
[_GTD],
|
|
1046
|
+
[() => GlobalTableDescription$]
|
|
1047
|
+
];
|
|
1048
|
+
export var CreateGlobalTableWitnessGroupMemberAction$ = [3, n0, _CGTWGMA,
|
|
1049
|
+
0,
|
|
1050
|
+
[_RN],
|
|
1051
|
+
[0], 1
|
|
844
1052
|
];
|
|
845
|
-
export var
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
n0,
|
|
852
|
-
_CRGMA,
|
|
1053
|
+
export var CreateReplicaAction$ = [3, n0, _CRA,
|
|
1054
|
+
0,
|
|
1055
|
+
[_RN],
|
|
1056
|
+
[0], 1
|
|
1057
|
+
];
|
|
1058
|
+
export var CreateReplicationGroupMemberAction$ = [3, n0, _CRGMA,
|
|
853
1059
|
0,
|
|
854
1060
|
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
855
|
-
[
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
0,
|
|
869
|
-
[
|
|
870
|
-
[
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
() => KeySchema,
|
|
874
|
-
() => LocalSecondaryIndexList,
|
|
875
|
-
() => GlobalSecondaryIndexList,
|
|
876
|
-
0,
|
|
877
|
-
() => ProvisionedThroughput,
|
|
878
|
-
() => StreamSpecification,
|
|
879
|
-
() => SSESpecification,
|
|
880
|
-
() => TagList,
|
|
881
|
-
0,
|
|
882
|
-
2,
|
|
883
|
-
() => WarmThroughput,
|
|
884
|
-
0,
|
|
885
|
-
() => OnDemandThroughput,
|
|
886
|
-
],
|
|
887
|
-
];
|
|
888
|
-
export var CreateTableOutput = [3, n0, _CTO, 0, [_TD], [() => TableDescription]];
|
|
889
|
-
export var CsvOptions = [3, n0, _COs, 0, [_D, _HL], [0, 64 | 0]];
|
|
890
|
-
export var Delete = [
|
|
891
|
-
3,
|
|
892
|
-
n0,
|
|
893
|
-
_De,
|
|
1061
|
+
[0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
|
|
1062
|
+
];
|
|
1063
|
+
export var CreateTableInput$ = [3, n0, _CTI,
|
|
1064
|
+
0,
|
|
1065
|
+
[_TN, _ADt, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT, _GTSA, _GTSRM],
|
|
1066
|
+
[0, () => AttributeDefinitions, () => KeySchema, () => LocalSecondaryIndexList, () => GlobalSecondaryIndexList, 0, () => ProvisionedThroughput$, () => StreamSpecification$, () => SSESpecification$, () => TagList, 0, 2, () => WarmThroughput$, 0, () => OnDemandThroughput$, 0, 0], 1
|
|
1067
|
+
];
|
|
1068
|
+
export var CreateTableOutput$ = [3, n0, _CTO,
|
|
1069
|
+
0,
|
|
1070
|
+
[_TD],
|
|
1071
|
+
[() => TableDescription$]
|
|
1072
|
+
];
|
|
1073
|
+
export var CsvOptions$ = [3, n0, _COs,
|
|
1074
|
+
0,
|
|
1075
|
+
[_D, _HL],
|
|
1076
|
+
[0, 64 | 0]
|
|
1077
|
+
];
|
|
1078
|
+
export var Delete$ = [3, n0, _De,
|
|
894
1079
|
0,
|
|
895
1080
|
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
896
|
-
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1081
|
+
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
|
|
897
1082
|
];
|
|
898
|
-
export var DeleteBackupInput = [3, n0, _DBI,
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
1083
|
+
export var DeleteBackupInput$ = [3, n0, _DBI,
|
|
1084
|
+
0,
|
|
1085
|
+
[_BA],
|
|
1086
|
+
[0], 1
|
|
1087
|
+
];
|
|
1088
|
+
export var DeleteBackupOutput$ = [3, n0, _DBO,
|
|
1089
|
+
0,
|
|
1090
|
+
[_BD],
|
|
1091
|
+
[() => BackupDescription$]
|
|
1092
|
+
];
|
|
1093
|
+
export var DeleteGlobalSecondaryIndexAction$ = [3, n0, _DGSIA,
|
|
1094
|
+
0,
|
|
1095
|
+
[_IN],
|
|
1096
|
+
[0], 1
|
|
1097
|
+
];
|
|
1098
|
+
export var DeleteGlobalTableWitnessGroupMemberAction$ = [3, n0, _DGTWGMA,
|
|
1099
|
+
0,
|
|
1100
|
+
[_RN],
|
|
1101
|
+
[0], 1
|
|
1102
|
+
];
|
|
1103
|
+
export var DeleteItemInput$ = [3, n0, _DII,
|
|
906
1104
|
0,
|
|
907
1105
|
[_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
|
|
908
|
-
[0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1106
|
+
[0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
|
|
909
1107
|
];
|
|
910
|
-
export var DeleteItemOutput = [
|
|
911
|
-
3,
|
|
912
|
-
n0,
|
|
913
|
-
_DIO,
|
|
1108
|
+
export var DeleteItemOutput$ = [3, n0, _DIO,
|
|
914
1109
|
0,
|
|
915
1110
|
[_At, _CC, _ICM],
|
|
916
|
-
[() => AttributeMap, () => ConsumedCapacity
|
|
917
|
-
];
|
|
918
|
-
export var DeleteReplicaAction = [3, n0, _DRA,
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export var
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
export var
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1111
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
1112
|
+
];
|
|
1113
|
+
export var DeleteReplicaAction$ = [3, n0, _DRA,
|
|
1114
|
+
0,
|
|
1115
|
+
[_RN],
|
|
1116
|
+
[0], 1
|
|
1117
|
+
];
|
|
1118
|
+
export var DeleteReplicationGroupMemberAction$ = [3, n0, _DRGMA,
|
|
1119
|
+
0,
|
|
1120
|
+
[_RN],
|
|
1121
|
+
[0], 1
|
|
1122
|
+
];
|
|
1123
|
+
export var DeleteRequest$ = [3, n0, _DR,
|
|
1124
|
+
0,
|
|
1125
|
+
[_K],
|
|
1126
|
+
[() => Key], 1
|
|
1127
|
+
];
|
|
1128
|
+
export var DeleteResourcePolicyInput$ = [3, n0, _DRPI,
|
|
1129
|
+
0,
|
|
1130
|
+
[_RA, _ERI],
|
|
1131
|
+
[0, 0], 1
|
|
1132
|
+
];
|
|
1133
|
+
export var DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
|
|
1134
|
+
0,
|
|
1135
|
+
[_RIe],
|
|
1136
|
+
[0]
|
|
1137
|
+
];
|
|
1138
|
+
export var DeleteTableInput$ = [3, n0, _DTI,
|
|
1139
|
+
0,
|
|
1140
|
+
[_TN],
|
|
1141
|
+
[0], 1
|
|
1142
|
+
];
|
|
1143
|
+
export var DeleteTableOutput$ = [3, n0, _DTO,
|
|
1144
|
+
0,
|
|
1145
|
+
[_TD],
|
|
1146
|
+
[() => TableDescription$]
|
|
1147
|
+
];
|
|
1148
|
+
export var DescribeBackupInput$ = [3, n0, _DBIe,
|
|
1149
|
+
0,
|
|
1150
|
+
[_BA],
|
|
1151
|
+
[0], 1
|
|
1152
|
+
];
|
|
1153
|
+
export var DescribeBackupOutput$ = [3, n0, _DBOe,
|
|
1154
|
+
0,
|
|
1155
|
+
[_BD],
|
|
1156
|
+
[() => BackupDescription$]
|
|
1157
|
+
];
|
|
1158
|
+
export var DescribeContinuousBackupsInput$ = [3, n0, _DCBI,
|
|
1159
|
+
0,
|
|
1160
|
+
[_TN],
|
|
1161
|
+
[0], 1
|
|
1162
|
+
];
|
|
1163
|
+
export var DescribeContinuousBackupsOutput$ = [3, n0, _DCBO,
|
|
932
1164
|
0,
|
|
933
1165
|
[_CBD],
|
|
934
|
-
[() => ContinuousBackupsDescription]
|
|
1166
|
+
[() => ContinuousBackupsDescription$]
|
|
935
1167
|
];
|
|
936
|
-
export var DescribeContributorInsightsInput = [3, n0, _DCII,
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
1168
|
+
export var DescribeContributorInsightsInput$ = [3, n0, _DCII,
|
|
1169
|
+
0,
|
|
1170
|
+
[_TN, _IN],
|
|
1171
|
+
[0, 0], 1
|
|
1172
|
+
];
|
|
1173
|
+
export var DescribeContributorInsightsOutput$ = [3, n0, _DCIO,
|
|
941
1174
|
0,
|
|
942
1175
|
[_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
|
|
943
|
-
[0, 0, 64 | 0, 0, 4, () => FailureException
|
|
944
|
-
];
|
|
945
|
-
export var DescribeEndpointsRequest = [3, n0, _DER,
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export var
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1176
|
+
[0, 0, 64 | 0, 0, 4, () => FailureException$, 0]
|
|
1177
|
+
];
|
|
1178
|
+
export var DescribeEndpointsRequest$ = [3, n0, _DER,
|
|
1179
|
+
0,
|
|
1180
|
+
[],
|
|
1181
|
+
[]
|
|
1182
|
+
];
|
|
1183
|
+
export var DescribeEndpointsResponse$ = [3, n0, _DERe,
|
|
1184
|
+
0,
|
|
1185
|
+
[_En],
|
|
1186
|
+
[() => Endpoints], 1
|
|
1187
|
+
];
|
|
1188
|
+
export var DescribeExportInput$ = [3, n0, _DEI,
|
|
1189
|
+
0,
|
|
1190
|
+
[_EA],
|
|
1191
|
+
[0], 1
|
|
1192
|
+
];
|
|
1193
|
+
export var DescribeExportOutput$ = [3, n0, _DEO,
|
|
1194
|
+
0,
|
|
1195
|
+
[_ED],
|
|
1196
|
+
[() => ExportDescription$]
|
|
1197
|
+
];
|
|
1198
|
+
export var DescribeGlobalTableInput$ = [3, n0, _DGTI,
|
|
1199
|
+
0,
|
|
1200
|
+
[_GTN],
|
|
1201
|
+
[0], 1
|
|
1202
|
+
];
|
|
1203
|
+
export var DescribeGlobalTableOutput$ = [3, n0, _DGTO,
|
|
1204
|
+
0,
|
|
1205
|
+
[_GTD],
|
|
1206
|
+
[() => GlobalTableDescription$]
|
|
1207
|
+
];
|
|
1208
|
+
export var DescribeGlobalTableSettingsInput$ = [3, n0, _DGTSI,
|
|
1209
|
+
0,
|
|
1210
|
+
[_GTN],
|
|
1211
|
+
[0], 1
|
|
1212
|
+
];
|
|
1213
|
+
export var DescribeGlobalTableSettingsOutput$ = [3, n0, _DGTSO,
|
|
956
1214
|
0,
|
|
957
1215
|
[_GTN, _RS],
|
|
958
|
-
[0, () => ReplicaSettingsDescriptionList]
|
|
1216
|
+
[0, () => ReplicaSettingsDescriptionList]
|
|
1217
|
+
];
|
|
1218
|
+
export var DescribeImportInput$ = [3, n0, _DIIe,
|
|
1219
|
+
0,
|
|
1220
|
+
[_IA],
|
|
1221
|
+
[0], 1
|
|
1222
|
+
];
|
|
1223
|
+
export var DescribeImportOutput$ = [3, n0, _DIOe,
|
|
1224
|
+
0,
|
|
1225
|
+
[_ITD],
|
|
1226
|
+
[() => ImportTableDescription$], 1
|
|
1227
|
+
];
|
|
1228
|
+
export var DescribeKinesisStreamingDestinationInput$ = [3, n0, _DKSDI,
|
|
1229
|
+
0,
|
|
1230
|
+
[_TN],
|
|
1231
|
+
[0], 1
|
|
959
1232
|
];
|
|
960
|
-
export var
|
|
961
|
-
export var DescribeImportOutput = [3, n0, _DIOe, 0, [_ITD], [() => ImportTableDescription]];
|
|
962
|
-
export var DescribeKinesisStreamingDestinationInput = [3, n0, _DKSDI, 0, [_TN], [0]];
|
|
963
|
-
export var DescribeKinesisStreamingDestinationOutput = [
|
|
964
|
-
3,
|
|
965
|
-
n0,
|
|
966
|
-
_DKSDO,
|
|
1233
|
+
export var DescribeKinesisStreamingDestinationOutput$ = [3, n0, _DKSDO,
|
|
967
1234
|
0,
|
|
968
1235
|
[_TN, _KDSD],
|
|
969
|
-
[0, () => KinesisDataStreamDestinations]
|
|
1236
|
+
[0, () => KinesisDataStreamDestinations]
|
|
970
1237
|
];
|
|
971
|
-
export var DescribeLimitsInput = [3, n0, _DLI,
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
1238
|
+
export var DescribeLimitsInput$ = [3, n0, _DLI,
|
|
1239
|
+
0,
|
|
1240
|
+
[],
|
|
1241
|
+
[]
|
|
1242
|
+
];
|
|
1243
|
+
export var DescribeLimitsOutput$ = [3, n0, _DLO,
|
|
976
1244
|
0,
|
|
977
1245
|
[_AMRCU, _AMWCU, _TMRCU, _TMWCU],
|
|
978
|
-
[1, 1, 1, 1]
|
|
1246
|
+
[1, 1, 1, 1]
|
|
1247
|
+
];
|
|
1248
|
+
export var DescribeTableInput$ = [3, n0, _DTIe,
|
|
1249
|
+
0,
|
|
1250
|
+
[_TN],
|
|
1251
|
+
[0], 1
|
|
979
1252
|
];
|
|
980
|
-
export var
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
1253
|
+
export var DescribeTableOutput$ = [3, n0, _DTOe,
|
|
1254
|
+
0,
|
|
1255
|
+
[_T],
|
|
1256
|
+
[() => TableDescription$]
|
|
1257
|
+
];
|
|
1258
|
+
export var DescribeTableReplicaAutoScalingInput$ = [3, n0, _DTRASI,
|
|
1259
|
+
0,
|
|
1260
|
+
[_TN],
|
|
1261
|
+
[0], 1
|
|
1262
|
+
];
|
|
1263
|
+
export var DescribeTableReplicaAutoScalingOutput$ = [3, n0, _DTRASO,
|
|
987
1264
|
0,
|
|
988
1265
|
[_TASD],
|
|
989
|
-
[() => TableAutoScalingDescription]
|
|
990
|
-
];
|
|
991
|
-
export var DescribeTimeToLiveInput = [3, n0, _DTTLI,
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
export var
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
[
|
|
1004
|
-
]
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1266
|
+
[() => TableAutoScalingDescription$]
|
|
1267
|
+
];
|
|
1268
|
+
export var DescribeTimeToLiveInput$ = [3, n0, _DTTLI,
|
|
1269
|
+
0,
|
|
1270
|
+
[_TN],
|
|
1271
|
+
[0], 1
|
|
1272
|
+
];
|
|
1273
|
+
export var DescribeTimeToLiveOutput$ = [3, n0, _DTTLO,
|
|
1274
|
+
0,
|
|
1275
|
+
[_TTLD],
|
|
1276
|
+
[() => TimeToLiveDescription$]
|
|
1277
|
+
];
|
|
1278
|
+
export var EnableKinesisStreamingConfiguration$ = [3, n0, _EKSC,
|
|
1279
|
+
0,
|
|
1280
|
+
[_ACDTP],
|
|
1281
|
+
[0]
|
|
1282
|
+
];
|
|
1283
|
+
export var Endpoint$ = [3, n0, _End,
|
|
1284
|
+
0,
|
|
1285
|
+
[_Ad, _CPIM],
|
|
1286
|
+
[0, 1], 2
|
|
1287
|
+
];
|
|
1288
|
+
export var ExecuteStatementInput$ = [3, n0, _ESI,
|
|
1289
|
+
0,
|
|
1290
|
+
[_St, _P, _CRo, _NT, _RCC, _L, _RVOCCF],
|
|
1291
|
+
[0, () => PreparedStatementParameters, 2, 0, 0, 1, 0], 1
|
|
1292
|
+
];
|
|
1293
|
+
export var ExecuteStatementOutput$ = [3, n0, _ESO,
|
|
1009
1294
|
0,
|
|
1010
1295
|
[_It, _NT, _CC, _LEK],
|
|
1011
|
-
[() => ItemList, 0, () => ConsumedCapacity
|
|
1296
|
+
[() => ItemList, 0, () => ConsumedCapacity$, () => Key]
|
|
1012
1297
|
];
|
|
1013
|
-
export var ExecuteTransactionInput = [
|
|
1014
|
-
3,
|
|
1015
|
-
n0,
|
|
1016
|
-
_ETI,
|
|
1298
|
+
export var ExecuteTransactionInput$ = [3, n0, _ETI,
|
|
1017
1299
|
0,
|
|
1018
1300
|
[_TS, _CRT, _RCC],
|
|
1019
|
-
[() => ParameterizedStatements, [0, 4], 0],
|
|
1301
|
+
[() => ParameterizedStatements, [0, 4], 0], 1
|
|
1020
1302
|
];
|
|
1021
|
-
export var ExecuteTransactionOutput = [
|
|
1022
|
-
3,
|
|
1023
|
-
n0,
|
|
1024
|
-
_ETO,
|
|
1303
|
+
export var ExecuteTransactionOutput$ = [3, n0, _ETO,
|
|
1025
1304
|
0,
|
|
1026
1305
|
[_R, _CC],
|
|
1027
|
-
[() => ItemResponseList, () => ConsumedCapacityMultiple]
|
|
1306
|
+
[() => ItemResponseList, () => ConsumedCapacityMultiple]
|
|
1028
1307
|
];
|
|
1029
|
-
export var ExpectedAttributeValue = [
|
|
1030
|
-
3,
|
|
1031
|
-
n0,
|
|
1032
|
-
_EAVx,
|
|
1308
|
+
export var ExpectedAttributeValue$ = [3, n0, _EAVx,
|
|
1033
1309
|
0,
|
|
1034
1310
|
[_V, _Exi, _CO, _AVL],
|
|
1035
|
-
[() => AttributeValue
|
|
1311
|
+
[() => AttributeValue$, 2, 0, () => AttributeValueList]
|
|
1036
1312
|
];
|
|
1037
|
-
export var
|
|
1038
|
-
TypeRegistry.for(n0).registerError(ExportConflictException, __ExportConflictException);
|
|
1039
|
-
export var ExportDescription = [
|
|
1040
|
-
3,
|
|
1041
|
-
n0,
|
|
1042
|
-
_ED,
|
|
1313
|
+
export var ExportDescription$ = [3, n0, _ED,
|
|
1043
1314
|
0,
|
|
1044
1315
|
[_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
|
|
1045
|
-
[0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification]
|
|
1316
|
+
[0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification$]
|
|
1046
1317
|
];
|
|
1047
|
-
export var
|
|
1048
|
-
TypeRegistry.for(n0).registerError(ExportNotFoundException, __ExportNotFoundException);
|
|
1049
|
-
export var ExportSummary = [3, n0, _ESx, 0, [_EA, _ES, _ETxp], [0, 0, 0]];
|
|
1050
|
-
export var ExportTableToPointInTimeInput = [
|
|
1051
|
-
3,
|
|
1052
|
-
n0,
|
|
1053
|
-
_ETTPITI,
|
|
1318
|
+
export var ExportSummary$ = [3, n0, _ESx,
|
|
1054
1319
|
0,
|
|
1055
|
-
[
|
|
1056
|
-
[0,
|
|
1320
|
+
[_EA, _ES, _ETxp],
|
|
1321
|
+
[0, 0, 0]
|
|
1057
1322
|
];
|
|
1058
|
-
export var
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1323
|
+
export var ExportTableToPointInTimeInput$ = [3, n0, _ETTPITI,
|
|
1324
|
+
0,
|
|
1325
|
+
[_TA, _SB, _ETx, _CT, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
|
|
1326
|
+
[0, 0, 4, [0, 4], 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification$], 2
|
|
1327
|
+
];
|
|
1328
|
+
export var ExportTableToPointInTimeOutput$ = [3, n0, _ETTPITO,
|
|
1062
1329
|
0,
|
|
1063
1330
|
[_ED],
|
|
1064
|
-
[() => ExportDescription]
|
|
1331
|
+
[() => ExportDescription$]
|
|
1332
|
+
];
|
|
1333
|
+
export var FailureException$ = [3, n0, _FE,
|
|
1334
|
+
0,
|
|
1335
|
+
[_EN, _EDx],
|
|
1336
|
+
[0, 0]
|
|
1065
1337
|
];
|
|
1066
|
-
export var
|
|
1067
|
-
export var Get = [3, n0, _G, 0, [_K, _TN, _PE, _EAN], [() => Key, 0, 0, 128 | 0]];
|
|
1068
|
-
export var GetItemInput = [
|
|
1069
|
-
3,
|
|
1070
|
-
n0,
|
|
1071
|
-
_GII,
|
|
1338
|
+
export var Get$ = [3, n0, _G,
|
|
1072
1339
|
0,
|
|
1073
|
-
[
|
|
1074
|
-
[
|
|
1340
|
+
[_K, _TN, _PE, _EAN],
|
|
1341
|
+
[() => Key, 0, 0, 128 | 0], 2
|
|
1075
1342
|
];
|
|
1076
|
-
export var
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1343
|
+
export var GetItemInput$ = [3, n0, _GII,
|
|
1344
|
+
0,
|
|
1345
|
+
[_TN, _K, _ATG, _CRo, _RCC, _PE, _EAN],
|
|
1346
|
+
[0, () => Key, 64 | 0, 2, 0, 0, 128 | 0], 2
|
|
1347
|
+
];
|
|
1348
|
+
export var GetItemOutput$ = [3, n0, _GIO,
|
|
1080
1349
|
0,
|
|
1081
1350
|
[_I, _CC],
|
|
1082
|
-
[() => AttributeMap, () => ConsumedCapacity]
|
|
1351
|
+
[() => AttributeMap, () => ConsumedCapacity$]
|
|
1352
|
+
];
|
|
1353
|
+
export var GetResourcePolicyInput$ = [3, n0, _GRPI,
|
|
1354
|
+
0,
|
|
1355
|
+
[_RA],
|
|
1356
|
+
[0], 1
|
|
1357
|
+
];
|
|
1358
|
+
export var GetResourcePolicyOutput$ = [3, n0, _GRPO,
|
|
1359
|
+
0,
|
|
1360
|
+
[_Po, _RIe],
|
|
1361
|
+
[0, 0]
|
|
1083
1362
|
];
|
|
1084
|
-
export var
|
|
1085
|
-
export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Po, _RIe], [0, 0]];
|
|
1086
|
-
export var GlobalSecondaryIndex = [
|
|
1087
|
-
3,
|
|
1088
|
-
n0,
|
|
1089
|
-
_GSIl,
|
|
1363
|
+
export var GlobalSecondaryIndex$ = [3, n0, _GSIl,
|
|
1090
1364
|
0,
|
|
1091
1365
|
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
1092
|
-
[0, () => KeySchema, () => Projection
|
|
1366
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 3
|
|
1093
1367
|
];
|
|
1094
|
-
export var GlobalSecondaryIndexAutoScalingUpdate = [
|
|
1095
|
-
3,
|
|
1096
|
-
n0,
|
|
1097
|
-
_GSIASU,
|
|
1368
|
+
export var GlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _GSIASU,
|
|
1098
1369
|
0,
|
|
1099
1370
|
[_IN, _PWCASU],
|
|
1100
|
-
[0, () => AutoScalingSettingsUpdate]
|
|
1371
|
+
[0, () => AutoScalingSettingsUpdate$]
|
|
1101
1372
|
];
|
|
1102
|
-
export var GlobalSecondaryIndexDescription = [
|
|
1103
|
-
3,
|
|
1104
|
-
n0,
|
|
1105
|
-
_GSID,
|
|
1373
|
+
export var GlobalSecondaryIndexDescription$ = [3, n0, _GSID,
|
|
1106
1374
|
0,
|
|
1107
1375
|
[_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
|
|
1108
|
-
[
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
() => Projection,
|
|
1112
|
-
0,
|
|
1113
|
-
2,
|
|
1114
|
-
() => ProvisionedThroughputDescription,
|
|
1115
|
-
1,
|
|
1116
|
-
1,
|
|
1117
|
-
0,
|
|
1118
|
-
() => OnDemandThroughput,
|
|
1119
|
-
() => GlobalSecondaryIndexWarmThroughputDescription,
|
|
1120
|
-
],
|
|
1121
|
-
];
|
|
1122
|
-
export var GlobalSecondaryIndexInfo = [
|
|
1123
|
-
3,
|
|
1124
|
-
n0,
|
|
1125
|
-
_GSII,
|
|
1376
|
+
[0, () => KeySchema, () => Projection$, 0, 2, () => ProvisionedThroughputDescription$, 1, 1, 0, () => OnDemandThroughput$, () => GlobalSecondaryIndexWarmThroughputDescription$]
|
|
1377
|
+
];
|
|
1378
|
+
export var GlobalSecondaryIndexInfo$ = [3, n0, _GSII,
|
|
1126
1379
|
0,
|
|
1127
1380
|
[_IN, _KS, _Pr, _PT, _ODT],
|
|
1128
|
-
[0, () => KeySchema, () => Projection
|
|
1381
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$]
|
|
1129
1382
|
];
|
|
1130
|
-
export var GlobalSecondaryIndexUpdate = [
|
|
1131
|
-
3,
|
|
1132
|
-
n0,
|
|
1133
|
-
_GSIU,
|
|
1383
|
+
export var GlobalSecondaryIndexUpdate$ = [3, n0, _GSIU,
|
|
1134
1384
|
0,
|
|
1135
1385
|
[_U, _Cr, _De],
|
|
1136
|
-
[
|
|
1137
|
-
() => UpdateGlobalSecondaryIndexAction,
|
|
1138
|
-
() => CreateGlobalSecondaryIndexAction,
|
|
1139
|
-
() => DeleteGlobalSecondaryIndexAction,
|
|
1140
|
-
],
|
|
1386
|
+
[() => UpdateGlobalSecondaryIndexAction$, () => CreateGlobalSecondaryIndexAction$, () => DeleteGlobalSecondaryIndexAction$]
|
|
1141
1387
|
];
|
|
1142
|
-
export var GlobalSecondaryIndexWarmThroughputDescription = [
|
|
1143
|
-
3,
|
|
1144
|
-
n0,
|
|
1145
|
-
_GSIWTD,
|
|
1388
|
+
export var GlobalSecondaryIndexWarmThroughputDescription$ = [3, n0, _GSIWTD,
|
|
1146
1389
|
0,
|
|
1147
1390
|
[_RUPS, _WUPS, _Sta],
|
|
1148
|
-
[1, 1, 0]
|
|
1391
|
+
[1, 1, 0]
|
|
1149
1392
|
];
|
|
1150
|
-
export var GlobalTable = [3, n0, _GT,
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
_GTD,
|
|
1393
|
+
export var GlobalTable$ = [3, n0, _GT,
|
|
1394
|
+
0,
|
|
1395
|
+
[_GTN, _RG],
|
|
1396
|
+
[0, () => ReplicaList]
|
|
1397
|
+
];
|
|
1398
|
+
export var GlobalTableDescription$ = [3, n0, _GTD,
|
|
1157
1399
|
0,
|
|
1158
1400
|
[_RG, _GTA, _CDT, _GTS, _GTN],
|
|
1159
|
-
[() => ReplicaDescriptionList, 0, 4, 0, 0]
|
|
1401
|
+
[() => ReplicaDescriptionList, 0, 4, 0, 0]
|
|
1160
1402
|
];
|
|
1161
|
-
export var GlobalTableGlobalSecondaryIndexSettingsUpdate = [
|
|
1162
|
-
3,
|
|
1163
|
-
n0,
|
|
1164
|
-
_GTGSISU,
|
|
1403
|
+
export var GlobalTableGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _GTGSISU,
|
|
1165
1404
|
0,
|
|
1166
1405
|
[_IN, _PWCU, _PWCASSU],
|
|
1167
|
-
[0, 1, () => AutoScalingSettingsUpdate],
|
|
1406
|
+
[0, 1, () => AutoScalingSettingsUpdate$], 1
|
|
1168
1407
|
];
|
|
1169
|
-
export var
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
_GTWGU,
|
|
1408
|
+
export var GlobalTableWitnessDescription$ = [3, n0, _GTWD,
|
|
1409
|
+
0,
|
|
1410
|
+
[_RN, _WS],
|
|
1411
|
+
[0, 0]
|
|
1412
|
+
];
|
|
1413
|
+
export var GlobalTableWitnessGroupUpdate$ = [3, n0, _GTWGU,
|
|
1176
1414
|
0,
|
|
1177
1415
|
[_Cr, _De],
|
|
1178
|
-
[() => CreateGlobalTableWitnessGroupMemberAction
|
|
1179
|
-
];
|
|
1180
|
-
export var
|
|
1181
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, __IdempotentParameterMismatchException);
|
|
1182
|
-
export var ImportConflictException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
|
|
1183
|
-
TypeRegistry.for(n0).registerError(ImportConflictException, __ImportConflictException);
|
|
1184
|
-
export var ImportNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
|
|
1185
|
-
TypeRegistry.for(n0).registerError(ImportNotFoundException, __ImportNotFoundException);
|
|
1186
|
-
export var ImportSummary = [
|
|
1187
|
-
3,
|
|
1188
|
-
n0,
|
|
1189
|
-
_ISm,
|
|
1416
|
+
[() => CreateGlobalTableWitnessGroupMemberAction$, () => DeleteGlobalTableWitnessGroupMemberAction$]
|
|
1417
|
+
];
|
|
1418
|
+
export var ImportSummary$ = [3, n0, _ISm,
|
|
1190
1419
|
0,
|
|
1191
1420
|
[_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
|
|
1192
|
-
[0, 0, 0, () => S3BucketSource
|
|
1421
|
+
[0, 0, 0, () => S3BucketSource$, 0, 0, 4, 4]
|
|
1193
1422
|
];
|
|
1194
|
-
export var ImportTableDescription = [
|
|
1195
|
-
3,
|
|
1196
|
-
n0,
|
|
1197
|
-
_ITD,
|
|
1423
|
+
export var ImportTableDescription$ = [3, n0, _ITD,
|
|
1198
1424
|
0,
|
|
1199
1425
|
[_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
|
|
1200
|
-
[
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
]
|
|
1221
|
-
];
|
|
1222
|
-
export var
|
|
1223
|
-
3,
|
|
1224
|
-
n0,
|
|
1225
|
-
_ITI,
|
|
1226
|
-
0,
|
|
1227
|
-
[_CT, _SBS, _IF, _IFO, _ICT, _TCP],
|
|
1228
|
-
[[0, 4], () => S3BucketSource, 0, () => InputFormatOptions, 0, () => TableCreationParameters],
|
|
1229
|
-
];
|
|
1230
|
-
export var ImportTableOutput = [3, n0, _ITO, 0, [_ITD], [() => ImportTableDescription]];
|
|
1231
|
-
export var IncrementalExportSpecification = [3, n0, _IES, 0, [_EFT, _ETT, _EVT], [4, 4, 0]];
|
|
1232
|
-
export var IndexNotFoundException = [-3, n0, _INFEn, { [_e]: _c }, [_m], [0]];
|
|
1233
|
-
TypeRegistry.for(n0).registerError(IndexNotFoundException, __IndexNotFoundException);
|
|
1234
|
-
export var InputFormatOptions = [3, n0, _IFO, 0, [_Cs], [() => CsvOptions]];
|
|
1235
|
-
export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
|
|
1236
|
-
TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
|
|
1237
|
-
export var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
|
|
1238
|
-
TypeRegistry.for(n0).registerError(InvalidEndpointException, __InvalidEndpointException);
|
|
1239
|
-
export var InvalidExportTimeException = [-3, n0, _IETE, { [_e]: _c }, [_m], [0]];
|
|
1240
|
-
TypeRegistry.for(n0).registerError(InvalidExportTimeException, __InvalidExportTimeException);
|
|
1241
|
-
export var InvalidRestoreTimeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
|
|
1242
|
-
TypeRegistry.for(n0).registerError(InvalidRestoreTimeException, __InvalidRestoreTimeException);
|
|
1243
|
-
export var ItemCollectionMetrics = [
|
|
1244
|
-
3,
|
|
1245
|
-
n0,
|
|
1246
|
-
_ICM,
|
|
1426
|
+
[0, 0, 0, 0, 0, () => S3BucketSource$, 1, 0, 0, () => InputFormatOptions$, 0, () => TableCreationParameters$, 4, 4, 1, 1, 1, 0, 0]
|
|
1427
|
+
];
|
|
1428
|
+
export var ImportTableInput$ = [3, n0, _ITI,
|
|
1429
|
+
0,
|
|
1430
|
+
[_SBS, _IF, _TCP, _CT, _IFO, _ICT],
|
|
1431
|
+
[() => S3BucketSource$, 0, () => TableCreationParameters$, [0, 4], () => InputFormatOptions$, 0], 3
|
|
1432
|
+
];
|
|
1433
|
+
export var ImportTableOutput$ = [3, n0, _ITO,
|
|
1434
|
+
0,
|
|
1435
|
+
[_ITD],
|
|
1436
|
+
[() => ImportTableDescription$], 1
|
|
1437
|
+
];
|
|
1438
|
+
export var IncrementalExportSpecification$ = [3, n0, _IES,
|
|
1439
|
+
0,
|
|
1440
|
+
[_EFT, _ETT, _EVT],
|
|
1441
|
+
[4, 4, 0]
|
|
1442
|
+
];
|
|
1443
|
+
export var InputFormatOptions$ = [3, n0, _IFO,
|
|
1444
|
+
0,
|
|
1445
|
+
[_Cs],
|
|
1446
|
+
[() => CsvOptions$]
|
|
1447
|
+
];
|
|
1448
|
+
export var ItemCollectionMetrics$ = [3, n0, _ICM,
|
|
1247
1449
|
0,
|
|
1248
1450
|
[_ICK, _SERGB],
|
|
1249
|
-
[() => ItemCollectionKeyAttributeMap, 64 | 1]
|
|
1451
|
+
[() => ItemCollectionKeyAttributeMap, 64 | 1]
|
|
1452
|
+
];
|
|
1453
|
+
export var ItemResponse$ = [3, n0, _IR,
|
|
1454
|
+
0,
|
|
1455
|
+
[_I],
|
|
1456
|
+
[() => AttributeMap]
|
|
1457
|
+
];
|
|
1458
|
+
export var KeysAndAttributes$ = [3, n0, _KAA,
|
|
1459
|
+
0,
|
|
1460
|
+
[_Ke, _ATG, _CRo, _PE, _EAN],
|
|
1461
|
+
[() => KeyList, 64 | 0, 2, 0, 128 | 0], 1
|
|
1250
1462
|
];
|
|
1251
|
-
export var
|
|
1252
|
-
TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException, __ItemCollectionSizeLimitExceededException);
|
|
1253
|
-
export var ItemResponse = [3, n0, _IR, 0, [_I], [() => AttributeMap]];
|
|
1254
|
-
export var KeysAndAttributes = [
|
|
1255
|
-
3,
|
|
1256
|
-
n0,
|
|
1257
|
-
_KAA,
|
|
1463
|
+
export var KeySchemaElement$ = [3, n0, _KSE,
|
|
1258
1464
|
0,
|
|
1259
|
-
[
|
|
1260
|
-
[
|
|
1465
|
+
[_AN, _KT],
|
|
1466
|
+
[0, 0], 2
|
|
1261
1467
|
];
|
|
1262
|
-
export var
|
|
1263
|
-
export var KinesisDataStreamDestination = [
|
|
1264
|
-
3,
|
|
1265
|
-
n0,
|
|
1266
|
-
_KDSDi,
|
|
1468
|
+
export var KinesisDataStreamDestination$ = [3, n0, _KDSDi,
|
|
1267
1469
|
0,
|
|
1268
1470
|
[_SA, _DS, _DSD, _ACDTP],
|
|
1269
|
-
[0, 0, 0, 0]
|
|
1471
|
+
[0, 0, 0, 0]
|
|
1270
1472
|
];
|
|
1271
|
-
export var KinesisStreamingDestinationInput = [
|
|
1272
|
-
3,
|
|
1273
|
-
n0,
|
|
1274
|
-
_KSDI,
|
|
1473
|
+
export var KinesisStreamingDestinationInput$ = [3, n0, _KSDI,
|
|
1275
1474
|
0,
|
|
1276
1475
|
[_TN, _SA, _EKSC],
|
|
1277
|
-
[0, 0, () => EnableKinesisStreamingConfiguration],
|
|
1476
|
+
[0, 0, () => EnableKinesisStreamingConfiguration$], 2
|
|
1278
1477
|
];
|
|
1279
|
-
export var KinesisStreamingDestinationOutput = [
|
|
1280
|
-
3,
|
|
1281
|
-
n0,
|
|
1282
|
-
_KSDO,
|
|
1478
|
+
export var KinesisStreamingDestinationOutput$ = [3, n0, _KSDO,
|
|
1283
1479
|
0,
|
|
1284
1480
|
[_TN, _SA, _DS, _EKSC],
|
|
1285
|
-
[0, 0, 0, () => EnableKinesisStreamingConfiguration]
|
|
1481
|
+
[0, 0, 0, () => EnableKinesisStreamingConfiguration$]
|
|
1286
1482
|
];
|
|
1287
|
-
export var
|
|
1288
|
-
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1289
|
-
export var ListBackupsInput = [
|
|
1290
|
-
3,
|
|
1291
|
-
n0,
|
|
1292
|
-
_LBI,
|
|
1483
|
+
export var ListBackupsInput$ = [3, n0, _LBI,
|
|
1293
1484
|
0,
|
|
1294
1485
|
[_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
|
|
1295
|
-
[0, 1, 4, 4, 0, 0]
|
|
1486
|
+
[0, 1, 4, 4, 0, 0]
|
|
1487
|
+
];
|
|
1488
|
+
export var ListBackupsOutput$ = [3, n0, _LBO,
|
|
1489
|
+
0,
|
|
1490
|
+
[_BSac, _LEBA],
|
|
1491
|
+
[() => BackupSummaries, 0]
|
|
1296
1492
|
];
|
|
1297
|
-
export var
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1493
|
+
export var ListContributorInsightsInput$ = [3, n0, _LCII,
|
|
1494
|
+
0,
|
|
1495
|
+
[_TN, _NT, _MR],
|
|
1496
|
+
[0, 0, 1]
|
|
1497
|
+
];
|
|
1498
|
+
export var ListContributorInsightsOutput$ = [3, n0, _LCIO,
|
|
1303
1499
|
0,
|
|
1304
1500
|
[_CISon, _NT],
|
|
1305
|
-
[() => ContributorInsightsSummaries, 0]
|
|
1501
|
+
[() => ContributorInsightsSummaries, 0]
|
|
1502
|
+
];
|
|
1503
|
+
export var ListExportsInput$ = [3, n0, _LEI,
|
|
1504
|
+
0,
|
|
1505
|
+
[_TA, _MR, _NT],
|
|
1506
|
+
[0, 1, 0]
|
|
1306
1507
|
];
|
|
1307
|
-
export var
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1508
|
+
export var ListExportsOutput$ = [3, n0, _LEO,
|
|
1509
|
+
0,
|
|
1510
|
+
[_ESxp, _NT],
|
|
1511
|
+
[() => ExportSummaries, 0]
|
|
1512
|
+
];
|
|
1513
|
+
export var ListGlobalTablesInput$ = [3, n0, _LGTI,
|
|
1514
|
+
0,
|
|
1515
|
+
[_ESGTN, _L, _RN],
|
|
1516
|
+
[0, 1, 0]
|
|
1517
|
+
];
|
|
1518
|
+
export var ListGlobalTablesOutput$ = [3, n0, _LGTO,
|
|
1314
1519
|
0,
|
|
1315
1520
|
[_GTl, _LEGTN],
|
|
1316
|
-
[() => GlobalTableList, 0]
|
|
1317
|
-
];
|
|
1318
|
-
export var ListImportsInput = [3, n0, _LII,
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
export var
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1521
|
+
[() => GlobalTableList, 0]
|
|
1522
|
+
];
|
|
1523
|
+
export var ListImportsInput$ = [3, n0, _LII,
|
|
1524
|
+
0,
|
|
1525
|
+
[_TA, _PS, _NT],
|
|
1526
|
+
[0, 1, 0]
|
|
1527
|
+
];
|
|
1528
|
+
export var ListImportsOutput$ = [3, n0, _LIO,
|
|
1529
|
+
0,
|
|
1530
|
+
[_ISL, _NT],
|
|
1531
|
+
[() => ImportSummaryList, 0]
|
|
1532
|
+
];
|
|
1533
|
+
export var ListTablesInput$ = [3, n0, _LTI,
|
|
1534
|
+
0,
|
|
1535
|
+
[_ESTN, _L],
|
|
1536
|
+
[0, 1]
|
|
1537
|
+
];
|
|
1538
|
+
export var ListTablesOutput$ = [3, n0, _LTO,
|
|
1539
|
+
0,
|
|
1540
|
+
[_TNa, _LETN],
|
|
1541
|
+
[64 | 0, 0]
|
|
1542
|
+
];
|
|
1543
|
+
export var ListTagsOfResourceInput$ = [3, n0, _LTORI,
|
|
1544
|
+
0,
|
|
1545
|
+
[_RA, _NT],
|
|
1546
|
+
[0, 0], 1
|
|
1547
|
+
];
|
|
1548
|
+
export var ListTagsOfResourceOutput$ = [3, n0, _LTORO,
|
|
1549
|
+
0,
|
|
1550
|
+
[_Ta, _NT],
|
|
1551
|
+
[() => TagList, 0]
|
|
1552
|
+
];
|
|
1553
|
+
export var LocalSecondaryIndex$ = [3, n0, _LSIo,
|
|
1328
1554
|
0,
|
|
1329
1555
|
[_IN, _KS, _Pr],
|
|
1330
|
-
[0, () => KeySchema, () => Projection],
|
|
1556
|
+
[0, () => KeySchema, () => Projection$], 3
|
|
1331
1557
|
];
|
|
1332
|
-
export var LocalSecondaryIndexDescription = [
|
|
1333
|
-
3,
|
|
1334
|
-
n0,
|
|
1335
|
-
_LSID,
|
|
1558
|
+
export var LocalSecondaryIndexDescription$ = [3, n0, _LSID,
|
|
1336
1559
|
0,
|
|
1337
1560
|
[_IN, _KS, _Pr, _ISB, _IC, _IAn],
|
|
1338
|
-
[0, () => KeySchema, () => Projection
|
|
1561
|
+
[0, () => KeySchema, () => Projection$, 1, 1, 0]
|
|
1339
1562
|
];
|
|
1340
|
-
export var LocalSecondaryIndexInfo = [
|
|
1341
|
-
3,
|
|
1342
|
-
n0,
|
|
1343
|
-
_LSII,
|
|
1563
|
+
export var LocalSecondaryIndexInfo$ = [3, n0, _LSII,
|
|
1344
1564
|
0,
|
|
1345
1565
|
[_IN, _KS, _Pr],
|
|
1346
|
-
[0, () => KeySchema, () => Projection]
|
|
1566
|
+
[0, () => KeySchema, () => Projection$]
|
|
1567
|
+
];
|
|
1568
|
+
export var OnDemandThroughput$ = [3, n0, _ODT,
|
|
1569
|
+
0,
|
|
1570
|
+
[_MRRU, _MWRU],
|
|
1571
|
+
[1, 1]
|
|
1347
1572
|
];
|
|
1348
|
-
export var
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1573
|
+
export var OnDemandThroughputOverride$ = [3, n0, _ODTO,
|
|
1574
|
+
0,
|
|
1575
|
+
[_MRRU],
|
|
1576
|
+
[1]
|
|
1577
|
+
];
|
|
1578
|
+
export var ParameterizedStatement$ = [3, n0, _PSa,
|
|
1354
1579
|
0,
|
|
1355
1580
|
[_St, _P, _RVOCCF],
|
|
1356
|
-
[0, () => PreparedStatementParameters, 0],
|
|
1581
|
+
[0, () => PreparedStatementParameters, 0], 1
|
|
1357
1582
|
];
|
|
1358
|
-
export var PointInTimeRecoveryDescription = [
|
|
1359
|
-
3,
|
|
1360
|
-
n0,
|
|
1361
|
-
_PITRD,
|
|
1583
|
+
export var PointInTimeRecoveryDescription$ = [3, n0, _PITRD,
|
|
1362
1584
|
0,
|
|
1363
1585
|
[_PITRS, _RPID, _ERDT, _LRDT],
|
|
1364
|
-
[0, 1, 4, 4]
|
|
1365
|
-
];
|
|
1366
|
-
export var PointInTimeRecoverySpecification = [3, n0, _PITRSo,
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
export var Projection = [3, n0, _Pr,
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1586
|
+
[0, 1, 4, 4]
|
|
1587
|
+
];
|
|
1588
|
+
export var PointInTimeRecoverySpecification$ = [3, n0, _PITRSo,
|
|
1589
|
+
0,
|
|
1590
|
+
[_PITRE, _RPID],
|
|
1591
|
+
[2, 1], 1
|
|
1592
|
+
];
|
|
1593
|
+
export var Projection$ = [3, n0, _Pr,
|
|
1594
|
+
0,
|
|
1595
|
+
[_PTr, _NKA],
|
|
1596
|
+
[0, 64 | 0]
|
|
1597
|
+
];
|
|
1598
|
+
export var ProvisionedThroughput$ = [3, n0, _PT,
|
|
1599
|
+
0,
|
|
1600
|
+
[_RCU, _WCU],
|
|
1601
|
+
[1, 1], 2
|
|
1602
|
+
];
|
|
1603
|
+
export var ProvisionedThroughputDescription$ = [3, n0, _PTD,
|
|
1377
1604
|
0,
|
|
1378
1605
|
[_LIDT, _LDDT, _NODT, _RCU, _WCU],
|
|
1379
|
-
[4, 4, 1, 1, 1]
|
|
1606
|
+
[4, 4, 1, 1, 1]
|
|
1380
1607
|
];
|
|
1381
|
-
export var
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
{ [_e]: _c },
|
|
1386
|
-
[_m, _TR],
|
|
1387
|
-
[0, () => ThrottlingReasonList],
|
|
1608
|
+
export var ProvisionedThroughputOverride$ = [3, n0, _PTO,
|
|
1609
|
+
0,
|
|
1610
|
+
[_RCU],
|
|
1611
|
+
[1]
|
|
1388
1612
|
];
|
|
1389
|
-
|
|
1390
|
-
export var ProvisionedThroughputOverride = [3, n0, _PTO, 0, [_RCU], [1]];
|
|
1391
|
-
export var Put = [
|
|
1392
|
-
3,
|
|
1393
|
-
n0,
|
|
1394
|
-
_Pu,
|
|
1613
|
+
export var Put$ = [3, n0, _Pu,
|
|
1395
1614
|
0,
|
|
1396
1615
|
[_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1397
|
-
[() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1616
|
+
[() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
|
|
1398
1617
|
];
|
|
1399
|
-
export var PutItemInput = [
|
|
1400
|
-
3,
|
|
1401
|
-
n0,
|
|
1402
|
-
_PII,
|
|
1618
|
+
export var PutItemInput$ = [3, n0, _PII,
|
|
1403
1619
|
0,
|
|
1404
1620
|
[_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
|
|
1405
|
-
[
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
() => ExpectedAttributeMap,
|
|
1409
|
-
0,
|
|
1410
|
-
0,
|
|
1411
|
-
0,
|
|
1412
|
-
0,
|
|
1413
|
-
0,
|
|
1414
|
-
128 | 0,
|
|
1415
|
-
() => ExpressionAttributeValueMap,
|
|
1416
|
-
0,
|
|
1417
|
-
],
|
|
1418
|
-
];
|
|
1419
|
-
export var PutItemOutput = [
|
|
1420
|
-
3,
|
|
1421
|
-
n0,
|
|
1422
|
-
_PIO,
|
|
1621
|
+
[0, () => PutItemInputAttributeMap, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
|
|
1622
|
+
];
|
|
1623
|
+
export var PutItemOutput$ = [3, n0, _PIO,
|
|
1423
1624
|
0,
|
|
1424
1625
|
[_At, _CC, _ICM],
|
|
1425
|
-
[() => AttributeMap, () => ConsumedCapacity
|
|
1626
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
1426
1627
|
];
|
|
1427
|
-
export var PutRequest = [3, n0, _PR,
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1628
|
+
export var PutRequest$ = [3, n0, _PR,
|
|
1629
|
+
0,
|
|
1630
|
+
[_I],
|
|
1631
|
+
[() => PutItemInputAttributeMap], 1
|
|
1632
|
+
];
|
|
1633
|
+
export var PutResourcePolicyInput$ = [3, n0, _PRPI,
|
|
1432
1634
|
0,
|
|
1433
1635
|
[_RA, _Po, _ERI, _CRSRA],
|
|
1434
|
-
[0, 0, 0, [2, { [_hH]: _xacrsra }]],
|
|
1435
|
-
];
|
|
1436
|
-
export var PutResourcePolicyOutput = [3, n0, _PRPO,
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
[
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
64 | 0,
|
|
1448
|
-
1,
|
|
1449
|
-
2,
|
|
1450
|
-
() => KeyConditions,
|
|
1451
|
-
() => FilterConditionMap,
|
|
1452
|
-
0,
|
|
1453
|
-
2,
|
|
1454
|
-
() => Key,
|
|
1455
|
-
0,
|
|
1456
|
-
0,
|
|
1457
|
-
0,
|
|
1458
|
-
0,
|
|
1459
|
-
128 | 0,
|
|
1460
|
-
() => ExpressionAttributeValueMap,
|
|
1461
|
-
],
|
|
1462
|
-
];
|
|
1463
|
-
export var QueryOutput = [
|
|
1464
|
-
3,
|
|
1465
|
-
n0,
|
|
1466
|
-
_QO,
|
|
1636
|
+
[0, 0, 0, [2, { [_hH]: _xacrsra }]], 2
|
|
1637
|
+
];
|
|
1638
|
+
export var PutResourcePolicyOutput$ = [3, n0, _PRPO,
|
|
1639
|
+
0,
|
|
1640
|
+
[_RIe],
|
|
1641
|
+
[0]
|
|
1642
|
+
];
|
|
1643
|
+
export var QueryInput$ = [3, n0, _QI,
|
|
1644
|
+
0,
|
|
1645
|
+
[_TN, _IN, _Se, _ATG, _L, _CRo, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
|
|
1646
|
+
[0, 0, 0, 64 | 0, 1, 2, () => KeyConditions, () => FilterConditionMap, 0, 2, () => Key, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap], 1
|
|
1647
|
+
];
|
|
1648
|
+
export var QueryOutput$ = [3, n0, _QO,
|
|
1467
1649
|
0,
|
|
1468
1650
|
[_It, _Cou, _SC, _LEK, _CC],
|
|
1469
|
-
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity]
|
|
1651
|
+
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
|
|
1652
|
+
];
|
|
1653
|
+
export var Replica$ = [3, n0, _Re,
|
|
1654
|
+
0,
|
|
1655
|
+
[_RN],
|
|
1656
|
+
[0]
|
|
1470
1657
|
];
|
|
1471
|
-
export var
|
|
1472
|
-
export var ReplicaAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1473
|
-
TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException, __ReplicaAlreadyExistsException);
|
|
1474
|
-
export var ReplicaAutoScalingDescription = [
|
|
1475
|
-
3,
|
|
1476
|
-
n0,
|
|
1477
|
-
_RASD,
|
|
1658
|
+
export var ReplicaAutoScalingDescription$ = [3, n0, _RASD,
|
|
1478
1659
|
0,
|
|
1479
1660
|
[_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
|
|
1480
|
-
[
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
() => AutoScalingSettingsDescription,
|
|
1484
|
-
() => AutoScalingSettingsDescription,
|
|
1485
|
-
0,
|
|
1486
|
-
],
|
|
1487
|
-
];
|
|
1488
|
-
export var ReplicaAutoScalingUpdate = [
|
|
1489
|
-
3,
|
|
1490
|
-
n0,
|
|
1491
|
-
_RASU,
|
|
1661
|
+
[0, () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$, 0]
|
|
1662
|
+
];
|
|
1663
|
+
export var ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
|
|
1492
1664
|
0,
|
|
1493
1665
|
[_RN, _RGSIU, _RPRCASU],
|
|
1494
|
-
[0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate],
|
|
1495
|
-
];
|
|
1496
|
-
export var ReplicaDescription = [
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
[
|
|
1503
|
-
0,
|
|
1504
|
-
0,
|
|
1505
|
-
0,
|
|
1506
|
-
0,
|
|
1507
|
-
0,
|
|
1508
|
-
() => ProvisionedThroughputOverride,
|
|
1509
|
-
() => OnDemandThroughputOverride,
|
|
1510
|
-
() => TableWarmThroughputDescription,
|
|
1511
|
-
() => ReplicaGlobalSecondaryIndexDescriptionList,
|
|
1512
|
-
4,
|
|
1513
|
-
() => TableClassSummary,
|
|
1514
|
-
],
|
|
1515
|
-
];
|
|
1516
|
-
export var ReplicaGlobalSecondaryIndex = [
|
|
1517
|
-
3,
|
|
1518
|
-
n0,
|
|
1519
|
-
_RGSI,
|
|
1666
|
+
[0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate$], 1
|
|
1667
|
+
];
|
|
1668
|
+
export var ReplicaDescription$ = [3, n0, _RD,
|
|
1669
|
+
0,
|
|
1670
|
+
[_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
|
|
1671
|
+
[0, 0, 0, 0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => TableClassSummary$, 0]
|
|
1672
|
+
];
|
|
1673
|
+
export var ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
|
|
1520
1674
|
0,
|
|
1521
1675
|
[_IN, _PTO, _ODTO],
|
|
1522
|
-
[0, () => ProvisionedThroughputOverride
|
|
1676
|
+
[0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$], 1
|
|
1523
1677
|
];
|
|
1524
|
-
export var ReplicaGlobalSecondaryIndexAutoScalingDescription = [
|
|
1525
|
-
3,
|
|
1526
|
-
n0,
|
|
1527
|
-
_RGSIASD,
|
|
1678
|
+
export var ReplicaGlobalSecondaryIndexAutoScalingDescription$ = [3, n0, _RGSIASD,
|
|
1528
1679
|
0,
|
|
1529
1680
|
[_IN, _IS, _PRCASS, _PWCASS],
|
|
1530
|
-
[0, 0, () => AutoScalingSettingsDescription
|
|
1681
|
+
[0, 0, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$]
|
|
1531
1682
|
];
|
|
1532
|
-
export var ReplicaGlobalSecondaryIndexAutoScalingUpdate = [
|
|
1533
|
-
3,
|
|
1534
|
-
n0,
|
|
1535
|
-
_RGSIASU,
|
|
1683
|
+
export var ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _RGSIASU,
|
|
1536
1684
|
0,
|
|
1537
1685
|
[_IN, _PRCASU],
|
|
1538
|
-
[0, () => AutoScalingSettingsUpdate]
|
|
1686
|
+
[0, () => AutoScalingSettingsUpdate$]
|
|
1539
1687
|
];
|
|
1540
|
-
export var ReplicaGlobalSecondaryIndexDescription = [
|
|
1541
|
-
3,
|
|
1542
|
-
n0,
|
|
1543
|
-
_RGSID,
|
|
1688
|
+
export var ReplicaGlobalSecondaryIndexDescription$ = [3, n0, _RGSID,
|
|
1544
1689
|
0,
|
|
1545
1690
|
[_IN, _PTO, _ODTO, _WT],
|
|
1546
|
-
[
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
() => OnDemandThroughputOverride,
|
|
1550
|
-
() => GlobalSecondaryIndexWarmThroughputDescription,
|
|
1551
|
-
],
|
|
1552
|
-
];
|
|
1553
|
-
export var ReplicaGlobalSecondaryIndexSettingsDescription = [
|
|
1554
|
-
3,
|
|
1555
|
-
n0,
|
|
1556
|
-
_RGSISD,
|
|
1691
|
+
[0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => GlobalSecondaryIndexWarmThroughputDescription$]
|
|
1692
|
+
];
|
|
1693
|
+
export var ReplicaGlobalSecondaryIndexSettingsDescription$ = [3, n0, _RGSISD,
|
|
1557
1694
|
0,
|
|
1558
1695
|
[_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
|
|
1559
|
-
[0, 0, 1, () => AutoScalingSettingsDescription
|
|
1696
|
+
[0, 0, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$], 1
|
|
1560
1697
|
];
|
|
1561
|
-
export var ReplicaGlobalSecondaryIndexSettingsUpdate = [
|
|
1562
|
-
3,
|
|
1563
|
-
n0,
|
|
1564
|
-
_RGSISU,
|
|
1698
|
+
export var ReplicaGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _RGSISU,
|
|
1565
1699
|
0,
|
|
1566
1700
|
[_IN, _PRCU, _PRCASSU],
|
|
1567
|
-
[0, 1, () => AutoScalingSettingsUpdate],
|
|
1701
|
+
[0, 1, () => AutoScalingSettingsUpdate$], 1
|
|
1568
1702
|
];
|
|
1569
|
-
export var
|
|
1570
|
-
TypeRegistry.for(n0).registerError(ReplicaNotFoundException, __ReplicaNotFoundException);
|
|
1571
|
-
export var ReplicaSettingsDescription = [
|
|
1572
|
-
3,
|
|
1573
|
-
n0,
|
|
1574
|
-
_RSDe,
|
|
1703
|
+
export var ReplicaSettingsDescription$ = [3, n0, _RSDe,
|
|
1575
1704
|
0,
|
|
1576
1705
|
[_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
|
|
1577
|
-
[
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
() => BillingModeSummary,
|
|
1581
|
-
1,
|
|
1582
|
-
() => AutoScalingSettingsDescription,
|
|
1583
|
-
1,
|
|
1584
|
-
() => AutoScalingSettingsDescription,
|
|
1585
|
-
() => ReplicaGlobalSecondaryIndexSettingsDescriptionList,
|
|
1586
|
-
() => TableClassSummary,
|
|
1587
|
-
],
|
|
1588
|
-
];
|
|
1589
|
-
export var ReplicaSettingsUpdate = [
|
|
1590
|
-
3,
|
|
1591
|
-
n0,
|
|
1592
|
-
_RSU,
|
|
1706
|
+
[0, 0, () => BillingModeSummary$, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$, () => ReplicaGlobalSecondaryIndexSettingsDescriptionList, () => TableClassSummary$], 1
|
|
1707
|
+
];
|
|
1708
|
+
export var ReplicaSettingsUpdate$ = [3, n0, _RSU,
|
|
1593
1709
|
0,
|
|
1594
1710
|
[_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
|
|
1595
|
-
[0, 1, () => AutoScalingSettingsUpdate
|
|
1711
|
+
[0, 1, () => AutoScalingSettingsUpdate$, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0], 1
|
|
1596
1712
|
];
|
|
1597
|
-
export var
|
|
1598
|
-
TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException, __ReplicatedWriteConflictException);
|
|
1599
|
-
export var ReplicationGroupUpdate = [
|
|
1600
|
-
3,
|
|
1601
|
-
n0,
|
|
1602
|
-
_RGU,
|
|
1713
|
+
export var ReplicationGroupUpdate$ = [3, n0, _RGU,
|
|
1603
1714
|
0,
|
|
1604
1715
|
[_Cr, _U, _De],
|
|
1605
|
-
[
|
|
1606
|
-
() => CreateReplicationGroupMemberAction,
|
|
1607
|
-
() => UpdateReplicationGroupMemberAction,
|
|
1608
|
-
() => DeleteReplicationGroupMemberAction,
|
|
1609
|
-
],
|
|
1716
|
+
[() => CreateReplicationGroupMemberAction$, () => UpdateReplicationGroupMemberAction$, () => DeleteReplicationGroupMemberAction$]
|
|
1610
1717
|
];
|
|
1611
|
-
export var ReplicaUpdate = [
|
|
1612
|
-
3,
|
|
1613
|
-
n0,
|
|
1614
|
-
_RU,
|
|
1718
|
+
export var ReplicaUpdate$ = [3, n0, _RU,
|
|
1615
1719
|
0,
|
|
1616
1720
|
[_Cr, _De],
|
|
1617
|
-
[() => CreateReplicaAction
|
|
1721
|
+
[() => CreateReplicaAction$, () => DeleteReplicaAction$]
|
|
1618
1722
|
];
|
|
1619
|
-
export var
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
[0, () => ThrottlingReasonList],
|
|
1626
|
-
];
|
|
1627
|
-
TypeRegistry.for(n0).registerError(RequestLimitExceeded, __RequestLimitExceeded);
|
|
1628
|
-
export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
|
|
1629
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
1630
|
-
export var ResourceNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
|
|
1631
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1632
|
-
export var RestoreSummary = [3, n0, _RSes, 0, [_SBA, _STA, _RDT, _RIP], [0, 0, 4, 2]];
|
|
1633
|
-
export var RestoreTableFromBackupInput = [
|
|
1634
|
-
3,
|
|
1635
|
-
n0,
|
|
1636
|
-
_RTFBI,
|
|
1723
|
+
export var RestoreSummary$ = [3, n0, _RSes,
|
|
1724
|
+
0,
|
|
1725
|
+
[_RDT, _RIP, _SBA, _STA],
|
|
1726
|
+
[4, 2, 0, 0], 2
|
|
1727
|
+
];
|
|
1728
|
+
export var RestoreTableFromBackupInput$ = [3, n0, _RTFBI,
|
|
1637
1729
|
0,
|
|
1638
1730
|
[_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
1639
|
-
[
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
0,
|
|
1643
|
-
() => GlobalSecondaryIndexList,
|
|
1644
|
-
() => LocalSecondaryIndexList,
|
|
1645
|
-
() => ProvisionedThroughput,
|
|
1646
|
-
() => OnDemandThroughput,
|
|
1647
|
-
() => SSESpecification,
|
|
1648
|
-
],
|
|
1649
|
-
];
|
|
1650
|
-
export var RestoreTableFromBackupOutput = [3, n0, _RTFBO, 0, [_TD], [() => TableDescription]];
|
|
1651
|
-
export var RestoreTableToPointInTimeInput = [
|
|
1652
|
-
3,
|
|
1653
|
-
n0,
|
|
1654
|
-
_RTTPITI,
|
|
1655
|
-
0,
|
|
1656
|
-
[_STA, _STN, _TTN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
1657
|
-
[
|
|
1658
|
-
0,
|
|
1659
|
-
0,
|
|
1660
|
-
0,
|
|
1661
|
-
2,
|
|
1662
|
-
4,
|
|
1663
|
-
0,
|
|
1664
|
-
() => GlobalSecondaryIndexList,
|
|
1665
|
-
() => LocalSecondaryIndexList,
|
|
1666
|
-
() => ProvisionedThroughput,
|
|
1667
|
-
() => OnDemandThroughput,
|
|
1668
|
-
() => SSESpecification,
|
|
1669
|
-
],
|
|
1670
|
-
];
|
|
1671
|
-
export var RestoreTableToPointInTimeOutput = [
|
|
1672
|
-
3,
|
|
1673
|
-
n0,
|
|
1674
|
-
_RTTPITO,
|
|
1731
|
+
[0, 0, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$], 2
|
|
1732
|
+
];
|
|
1733
|
+
export var RestoreTableFromBackupOutput$ = [3, n0, _RTFBO,
|
|
1675
1734
|
0,
|
|
1676
1735
|
[_TD],
|
|
1677
|
-
[() => TableDescription]
|
|
1678
|
-
];
|
|
1679
|
-
export var
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
[
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
128 | 0,
|
|
1701
|
-
() => ExpressionAttributeValueMap,
|
|
1702
|
-
2,
|
|
1703
|
-
],
|
|
1704
|
-
];
|
|
1705
|
-
export var ScanOutput = [
|
|
1706
|
-
3,
|
|
1707
|
-
n0,
|
|
1708
|
-
_SO,
|
|
1736
|
+
[() => TableDescription$]
|
|
1737
|
+
];
|
|
1738
|
+
export var RestoreTableToPointInTimeInput$ = [3, n0, _RTTPITI,
|
|
1739
|
+
0,
|
|
1740
|
+
[_TTN, _STA, _STN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
1741
|
+
[0, 0, 0, 2, 4, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$], 1
|
|
1742
|
+
];
|
|
1743
|
+
export var RestoreTableToPointInTimeOutput$ = [3, n0, _RTTPITO,
|
|
1744
|
+
0,
|
|
1745
|
+
[_TD],
|
|
1746
|
+
[() => TableDescription$]
|
|
1747
|
+
];
|
|
1748
|
+
export var S3BucketSource$ = [3, n0, _SBS,
|
|
1749
|
+
0,
|
|
1750
|
+
[_SB, _SBO, _SKP],
|
|
1751
|
+
[0, 0, 0], 1
|
|
1752
|
+
];
|
|
1753
|
+
export var ScanInput$ = [3, n0, _SI,
|
|
1754
|
+
0,
|
|
1755
|
+
[_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CRo],
|
|
1756
|
+
[0, 0, 64 | 0, 1, 0, () => FilterConditionMap, 0, () => Key, 0, 1, 1, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 2], 1
|
|
1757
|
+
];
|
|
1758
|
+
export var ScanOutput$ = [3, n0, _SO,
|
|
1709
1759
|
0,
|
|
1710
1760
|
[_It, _Cou, _SC, _LEK, _CC],
|
|
1711
|
-
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity]
|
|
1761
|
+
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
|
|
1712
1762
|
];
|
|
1713
|
-
export var SourceTableDetails = [
|
|
1714
|
-
3,
|
|
1715
|
-
n0,
|
|
1716
|
-
_STD,
|
|
1763
|
+
export var SourceTableDetails$ = [3, n0, _STD,
|
|
1717
1764
|
0,
|
|
1718
|
-
[_TN, _TI,
|
|
1719
|
-
[0, 0,
|
|
1765
|
+
[_TN, _TI, _KS, _TCDT, _PT, _TA, _TSB, _ODT, _IC, _BM],
|
|
1766
|
+
[0, 0, () => KeySchema, 4, () => ProvisionedThroughput$, 0, 1, () => OnDemandThroughput$, 1, 0], 5
|
|
1720
1767
|
];
|
|
1721
|
-
export var SourceTableFeatureDetails = [
|
|
1722
|
-
3,
|
|
1723
|
-
n0,
|
|
1724
|
-
_STFD,
|
|
1768
|
+
export var SourceTableFeatureDetails$ = [3, n0, _STFD,
|
|
1725
1769
|
0,
|
|
1726
1770
|
[_LSI, _GSI, _SD, _TTLD, _SSED],
|
|
1727
|
-
[
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1771
|
+
[() => LocalSecondaryIndexes, () => GlobalSecondaryIndexes, () => StreamSpecification$, () => TimeToLiveDescription$, () => SSEDescription$]
|
|
1772
|
+
];
|
|
1773
|
+
export var SSEDescription$ = [3, n0, _SSED,
|
|
1774
|
+
0,
|
|
1775
|
+
[_Sta, _SSET, _KMSMKA, _IEDT],
|
|
1776
|
+
[0, 0, 0, 4]
|
|
1777
|
+
];
|
|
1778
|
+
export var SSESpecification$ = [3, n0, _SSES,
|
|
1779
|
+
0,
|
|
1780
|
+
[_Ena, _SSET, _KMSMKI],
|
|
1781
|
+
[2, 0, 0]
|
|
1782
|
+
];
|
|
1783
|
+
export var StreamSpecification$ = [3, n0, _SS,
|
|
1784
|
+
0,
|
|
1785
|
+
[_SE, _SVT],
|
|
1786
|
+
[2, 0], 1
|
|
1787
|
+
];
|
|
1788
|
+
export var TableAutoScalingDescription$ = [3, n0, _TASD,
|
|
1744
1789
|
0,
|
|
1745
1790
|
[_TN, _TSa, _Rep],
|
|
1746
|
-
[0, 0, () => ReplicaAutoScalingDescriptionList]
|
|
1791
|
+
[0, 0, () => ReplicaAutoScalingDescriptionList]
|
|
1747
1792
|
];
|
|
1748
|
-
export var TableClassSummary = [3, n0, _TCS,
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1793
|
+
export var TableClassSummary$ = [3, n0, _TCS,
|
|
1794
|
+
0,
|
|
1795
|
+
[_TC, _LUDT],
|
|
1796
|
+
[0, 4]
|
|
1797
|
+
];
|
|
1798
|
+
export var TableCreationParameters$ = [3, n0, _TCP,
|
|
1753
1799
|
0,
|
|
1754
1800
|
[_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
|
|
1755
|
-
[
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
],
|
|
1765
|
-
]
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
0,
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
_MRC,
|
|
1799
|
-
],
|
|
1800
|
-
[
|
|
1801
|
-
() => AttributeDefinitions,
|
|
1802
|
-
0,
|
|
1803
|
-
() => KeySchema,
|
|
1804
|
-
0,
|
|
1805
|
-
4,
|
|
1806
|
-
() => ProvisionedThroughputDescription,
|
|
1807
|
-
1,
|
|
1808
|
-
1,
|
|
1809
|
-
0,
|
|
1810
|
-
0,
|
|
1811
|
-
() => BillingModeSummary,
|
|
1812
|
-
() => LocalSecondaryIndexDescriptionList,
|
|
1813
|
-
() => GlobalSecondaryIndexDescriptionList,
|
|
1814
|
-
() => StreamSpecification,
|
|
1815
|
-
0,
|
|
1816
|
-
0,
|
|
1817
|
-
0,
|
|
1818
|
-
() => ReplicaDescriptionList,
|
|
1819
|
-
() => GlobalTableWitnessDescriptionList,
|
|
1820
|
-
() => RestoreSummary,
|
|
1821
|
-
() => SSEDescription,
|
|
1822
|
-
() => ArchivalSummary,
|
|
1823
|
-
() => TableClassSummary,
|
|
1824
|
-
2,
|
|
1825
|
-
() => OnDemandThroughput,
|
|
1826
|
-
() => TableWarmThroughputDescription,
|
|
1827
|
-
0,
|
|
1828
|
-
],
|
|
1829
|
-
];
|
|
1830
|
-
export var TableInUseException = [-3, n0, _TIUE, { [_e]: _c }, [_m], [0]];
|
|
1831
|
-
TypeRegistry.for(n0).registerError(TableInUseException, __TableInUseException);
|
|
1832
|
-
export var TableNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
|
|
1833
|
-
TypeRegistry.for(n0).registerError(TableNotFoundException, __TableNotFoundException);
|
|
1834
|
-
export var TableWarmThroughputDescription = [3, n0, _TWTD, 0, [_RUPS, _WUPS, _Sta], [1, 1, 0]];
|
|
1835
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1836
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1837
|
-
export var ThrottlingException = [
|
|
1838
|
-
-3,
|
|
1839
|
-
n0,
|
|
1840
|
-
_TE,
|
|
1841
|
-
{ [_e]: _c, [_hE]: 400, [_aQE]: [`Throttling`, 400] },
|
|
1842
|
-
[_m, _tR],
|
|
1843
|
-
[0, () => ThrottlingReasonList],
|
|
1844
|
-
];
|
|
1845
|
-
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1846
|
-
export var ThrottlingReason = [3, n0, _TRh, 0, [_r, _re], [0, 0]];
|
|
1847
|
-
export var TimeToLiveDescription = [3, n0, _TTLD, 0, [_TTLS, _AN], [0, 0]];
|
|
1848
|
-
export var TimeToLiveSpecification = [3, n0, _TTLSi, 0, [_Ena, _AN], [2, 0]];
|
|
1849
|
-
export var TransactGetItem = [3, n0, _TGI, 0, [_G], [() => Get]];
|
|
1850
|
-
export var TransactGetItemsInput = [
|
|
1851
|
-
3,
|
|
1852
|
-
n0,
|
|
1853
|
-
_TGII,
|
|
1801
|
+
[0, () => AttributeDefinitions, () => KeySchema, 0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$, () => GlobalSecondaryIndexList], 3
|
|
1802
|
+
];
|
|
1803
|
+
export var TableDescription$ = [3, n0, _TD,
|
|
1804
|
+
0,
|
|
1805
|
+
[_ADt, _TN, _KS, _TSa, _CDT, _PT, _TSB, _IC, _TA, _TI, _BMS, _LSI, _GSI, _SS, _LSL, _LSA, _GTV, _Rep, _GTW, _GTSRM, _RSes, _SSED, _AS, _TCS, _DPE, _ODT, _WT, _MRC],
|
|
1806
|
+
[() => AttributeDefinitions, 0, () => KeySchema, 0, 4, () => ProvisionedThroughputDescription$, 1, 1, 0, 0, () => BillingModeSummary$, () => LocalSecondaryIndexDescriptionList, () => GlobalSecondaryIndexDescriptionList, () => StreamSpecification$, 0, 0, 0, () => ReplicaDescriptionList, () => GlobalTableWitnessDescriptionList, 0, () => RestoreSummary$, () => SSEDescription$, () => ArchivalSummary$, () => TableClassSummary$, 2, () => OnDemandThroughput$, () => TableWarmThroughputDescription$, 0]
|
|
1807
|
+
];
|
|
1808
|
+
export var TableWarmThroughputDescription$ = [3, n0, _TWTD,
|
|
1809
|
+
0,
|
|
1810
|
+
[_RUPS, _WUPS, _Sta],
|
|
1811
|
+
[1, 1, 0]
|
|
1812
|
+
];
|
|
1813
|
+
export var Tag$ = [3, n0, _Tag,
|
|
1814
|
+
0,
|
|
1815
|
+
[_K, _V],
|
|
1816
|
+
[0, 0], 2
|
|
1817
|
+
];
|
|
1818
|
+
export var TagResourceInput$ = [3, n0, _TRI,
|
|
1819
|
+
0,
|
|
1820
|
+
[_RA, _Ta],
|
|
1821
|
+
[0, () => TagList], 2
|
|
1822
|
+
];
|
|
1823
|
+
export var ThrottlingReason$ = [3, n0, _TRh,
|
|
1824
|
+
0,
|
|
1825
|
+
[_r, _re],
|
|
1826
|
+
[0, 0]
|
|
1827
|
+
];
|
|
1828
|
+
export var TimeToLiveDescription$ = [3, n0, _TTLD,
|
|
1829
|
+
0,
|
|
1830
|
+
[_TTLS, _AN],
|
|
1831
|
+
[0, 0]
|
|
1832
|
+
];
|
|
1833
|
+
export var TimeToLiveSpecification$ = [3, n0, _TTLSi,
|
|
1834
|
+
0,
|
|
1835
|
+
[_Ena, _AN],
|
|
1836
|
+
[2, 0], 2
|
|
1837
|
+
];
|
|
1838
|
+
export var TransactGetItem$ = [3, n0, _TGI,
|
|
1839
|
+
0,
|
|
1840
|
+
[_G],
|
|
1841
|
+
[() => Get$], 1
|
|
1842
|
+
];
|
|
1843
|
+
export var TransactGetItemsInput$ = [3, n0, _TGII,
|
|
1854
1844
|
0,
|
|
1855
1845
|
[_TIr, _RCC],
|
|
1856
|
-
[() => TransactGetItemList, 0],
|
|
1846
|
+
[() => TransactGetItemList, 0], 1
|
|
1857
1847
|
];
|
|
1858
|
-
export var TransactGetItemsOutput = [
|
|
1859
|
-
3,
|
|
1860
|
-
n0,
|
|
1861
|
-
_TGIO,
|
|
1848
|
+
export var TransactGetItemsOutput$ = [3, n0, _TGIO,
|
|
1862
1849
|
0,
|
|
1863
1850
|
[_CC, _R],
|
|
1864
|
-
[() => ConsumedCapacityMultiple, () => ItemResponseList]
|
|
1851
|
+
[() => ConsumedCapacityMultiple, () => ItemResponseList]
|
|
1865
1852
|
];
|
|
1866
|
-
export var
|
|
1867
|
-
-3,
|
|
1868
|
-
n0,
|
|
1869
|
-
_TCE,
|
|
1870
|
-
{ [_e]: _c },
|
|
1871
|
-
[_M, _CRan],
|
|
1872
|
-
[0, () => CancellationReasonList],
|
|
1873
|
-
];
|
|
1874
|
-
TypeRegistry.for(n0).registerError(TransactionCanceledException, __TransactionCanceledException);
|
|
1875
|
-
export var TransactionConflictException = [-3, n0, _TCEr, { [_e]: _c }, [_m], [0]];
|
|
1876
|
-
TypeRegistry.for(n0).registerError(TransactionConflictException, __TransactionConflictException);
|
|
1877
|
-
export var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c }, [_M], [0]];
|
|
1878
|
-
TypeRegistry.for(n0).registerError(TransactionInProgressException, __TransactionInProgressException);
|
|
1879
|
-
export var TransactWriteItem = [
|
|
1880
|
-
3,
|
|
1881
|
-
n0,
|
|
1882
|
-
_TWI,
|
|
1853
|
+
export var TransactWriteItem$ = [3, n0, _TWI,
|
|
1883
1854
|
0,
|
|
1884
1855
|
[_CCo, _Pu, _De, _U],
|
|
1885
|
-
[() => ConditionCheck
|
|
1856
|
+
[() => ConditionCheck$, () => Put$, () => Delete$, () => Update$]
|
|
1886
1857
|
];
|
|
1887
|
-
export var TransactWriteItemsInput = [
|
|
1888
|
-
3,
|
|
1889
|
-
n0,
|
|
1890
|
-
_TWII,
|
|
1858
|
+
export var TransactWriteItemsInput$ = [3, n0, _TWII,
|
|
1891
1859
|
0,
|
|
1892
1860
|
[_TIr, _RCC, _RICM, _CRT],
|
|
1893
|
-
[() => TransactWriteItemList, 0, 0, [0, 4]],
|
|
1861
|
+
[() => TransactWriteItemList, 0, 0, [0, 4]], 1
|
|
1894
1862
|
];
|
|
1895
|
-
export var TransactWriteItemsOutput = [
|
|
1896
|
-
3,
|
|
1897
|
-
n0,
|
|
1898
|
-
_TWIO,
|
|
1863
|
+
export var TransactWriteItemsOutput$ = [3, n0, _TWIO,
|
|
1899
1864
|
0,
|
|
1900
1865
|
[_CC, _ICM],
|
|
1901
|
-
[() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable]
|
|
1866
|
+
[() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable]
|
|
1902
1867
|
];
|
|
1903
|
-
export var UntagResourceInput = [3, n0, _URI,
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1868
|
+
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1869
|
+
0,
|
|
1870
|
+
[_RA, _TK],
|
|
1871
|
+
[0, 64 | 0], 2
|
|
1872
|
+
];
|
|
1873
|
+
export var Update$ = [3, n0, _U,
|
|
1908
1874
|
0,
|
|
1909
1875
|
[_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1910
|
-
[() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
|
|
1876
|
+
[() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
|
|
1911
1877
|
];
|
|
1912
|
-
export var UpdateContinuousBackupsInput = [
|
|
1913
|
-
3,
|
|
1914
|
-
n0,
|
|
1915
|
-
_UCBI,
|
|
1878
|
+
export var UpdateContinuousBackupsInput$ = [3, n0, _UCBI,
|
|
1916
1879
|
0,
|
|
1917
1880
|
[_TN, _PITRSo],
|
|
1918
|
-
[0, () => PointInTimeRecoverySpecification],
|
|
1881
|
+
[0, () => PointInTimeRecoverySpecification$], 2
|
|
1919
1882
|
];
|
|
1920
|
-
export var UpdateContinuousBackupsOutput = [
|
|
1921
|
-
3,
|
|
1922
|
-
n0,
|
|
1923
|
-
_UCBO,
|
|
1883
|
+
export var UpdateContinuousBackupsOutput$ = [3, n0, _UCBO,
|
|
1924
1884
|
0,
|
|
1925
1885
|
[_CBD],
|
|
1926
|
-
[() => ContinuousBackupsDescription]
|
|
1886
|
+
[() => ContinuousBackupsDescription$]
|
|
1927
1887
|
];
|
|
1928
|
-
export var UpdateContributorInsightsInput = [
|
|
1929
|
-
3,
|
|
1930
|
-
n0,
|
|
1931
|
-
_UCII,
|
|
1888
|
+
export var UpdateContributorInsightsInput$ = [3, n0, _UCII,
|
|
1932
1889
|
0,
|
|
1933
|
-
[_TN,
|
|
1934
|
-
[0, 0, 0, 0],
|
|
1890
|
+
[_TN, _CIA, _IN, _CIM],
|
|
1891
|
+
[0, 0, 0, 0], 2
|
|
1935
1892
|
];
|
|
1936
|
-
export var UpdateContributorInsightsOutput = [
|
|
1937
|
-
3,
|
|
1938
|
-
n0,
|
|
1939
|
-
_UCIO,
|
|
1893
|
+
export var UpdateContributorInsightsOutput$ = [3, n0, _UCIO,
|
|
1940
1894
|
0,
|
|
1941
1895
|
[_TN, _IN, _CISo, _CIM],
|
|
1942
|
-
[0, 0, 0, 0]
|
|
1896
|
+
[0, 0, 0, 0]
|
|
1943
1897
|
];
|
|
1944
|
-
export var UpdateGlobalSecondaryIndexAction = [
|
|
1945
|
-
3,
|
|
1946
|
-
n0,
|
|
1947
|
-
_UGSIA,
|
|
1898
|
+
export var UpdateGlobalSecondaryIndexAction$ = [3, n0, _UGSIA,
|
|
1948
1899
|
0,
|
|
1949
1900
|
[_IN, _PT, _ODT, _WT],
|
|
1950
|
-
[0, () => ProvisionedThroughput
|
|
1901
|
+
[0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 1
|
|
1951
1902
|
];
|
|
1952
|
-
export var UpdateGlobalTableInput = [
|
|
1953
|
-
3,
|
|
1954
|
-
n0,
|
|
1955
|
-
_UGTI,
|
|
1903
|
+
export var UpdateGlobalTableInput$ = [3, n0, _UGTI,
|
|
1956
1904
|
0,
|
|
1957
1905
|
[_GTN, _RUe],
|
|
1958
|
-
[0, () => ReplicaUpdateList],
|
|
1906
|
+
[0, () => ReplicaUpdateList], 2
|
|
1959
1907
|
];
|
|
1960
|
-
export var UpdateGlobalTableOutput = [3, n0, _UGTO,
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1908
|
+
export var UpdateGlobalTableOutput$ = [3, n0, _UGTO,
|
|
1909
|
+
0,
|
|
1910
|
+
[_GTD],
|
|
1911
|
+
[() => GlobalTableDescription$]
|
|
1912
|
+
];
|
|
1913
|
+
export var UpdateGlobalTableSettingsInput$ = [3, n0, _UGTSI,
|
|
1965
1914
|
0,
|
|
1966
1915
|
[_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
|
|
1967
|
-
[
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
1,
|
|
1971
|
-
() => AutoScalingSettingsUpdate,
|
|
1972
|
-
() => GlobalTableGlobalSecondaryIndexSettingsUpdateList,
|
|
1973
|
-
() => ReplicaSettingsUpdateList,
|
|
1974
|
-
],
|
|
1975
|
-
];
|
|
1976
|
-
export var UpdateGlobalTableSettingsOutput = [
|
|
1977
|
-
3,
|
|
1978
|
-
n0,
|
|
1979
|
-
_UGTSO,
|
|
1916
|
+
[0, 0, 1, () => AutoScalingSettingsUpdate$, () => GlobalTableGlobalSecondaryIndexSettingsUpdateList, () => ReplicaSettingsUpdateList], 1
|
|
1917
|
+
];
|
|
1918
|
+
export var UpdateGlobalTableSettingsOutput$ = [3, n0, _UGTSO,
|
|
1980
1919
|
0,
|
|
1981
1920
|
[_GTN, _RS],
|
|
1982
|
-
[0, () => ReplicaSettingsDescriptionList]
|
|
1921
|
+
[0, () => ReplicaSettingsDescriptionList]
|
|
1983
1922
|
];
|
|
1984
|
-
export var UpdateItemInput = [
|
|
1985
|
-
3,
|
|
1986
|
-
n0,
|
|
1987
|
-
_UII,
|
|
1923
|
+
export var UpdateItemInput$ = [3, n0, _UII,
|
|
1988
1924
|
0,
|
|
1989
1925
|
[_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
|
|
1990
|
-
[
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
() => AttributeUpdates,
|
|
1994
|
-
() => ExpectedAttributeMap,
|
|
1995
|
-
0,
|
|
1996
|
-
0,
|
|
1997
|
-
0,
|
|
1998
|
-
0,
|
|
1999
|
-
0,
|
|
2000
|
-
0,
|
|
2001
|
-
128 | 0,
|
|
2002
|
-
() => ExpressionAttributeValueMap,
|
|
2003
|
-
0,
|
|
2004
|
-
],
|
|
2005
|
-
];
|
|
2006
|
-
export var UpdateItemOutput = [
|
|
2007
|
-
3,
|
|
2008
|
-
n0,
|
|
2009
|
-
_UIO,
|
|
1926
|
+
[0, () => Key, () => AttributeUpdates, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
|
|
1927
|
+
];
|
|
1928
|
+
export var UpdateItemOutput$ = [3, n0, _UIO,
|
|
2010
1929
|
0,
|
|
2011
1930
|
[_At, _CC, _ICM],
|
|
2012
|
-
[() => AttributeMap, () => ConsumedCapacity
|
|
1931
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
2013
1932
|
];
|
|
2014
|
-
export var UpdateKinesisStreamingConfiguration = [3, n0, _UKSC,
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
1933
|
+
export var UpdateKinesisStreamingConfiguration$ = [3, n0, _UKSC,
|
|
1934
|
+
0,
|
|
1935
|
+
[_ACDTP],
|
|
1936
|
+
[0]
|
|
1937
|
+
];
|
|
1938
|
+
export var UpdateKinesisStreamingDestinationInput$ = [3, n0, _UKSDI,
|
|
2019
1939
|
0,
|
|
2020
1940
|
[_TN, _SA, _UKSC],
|
|
2021
|
-
[0, 0, () => UpdateKinesisStreamingConfiguration],
|
|
1941
|
+
[0, 0, () => UpdateKinesisStreamingConfiguration$], 2
|
|
2022
1942
|
];
|
|
2023
|
-
export var UpdateKinesisStreamingDestinationOutput = [
|
|
2024
|
-
3,
|
|
2025
|
-
n0,
|
|
2026
|
-
_UKSDO,
|
|
1943
|
+
export var UpdateKinesisStreamingDestinationOutput$ = [3, n0, _UKSDO,
|
|
2027
1944
|
0,
|
|
2028
1945
|
[_TN, _SA, _DS, _UKSC],
|
|
2029
|
-
[0, 0, 0, () => UpdateKinesisStreamingConfiguration]
|
|
1946
|
+
[0, 0, 0, () => UpdateKinesisStreamingConfiguration$]
|
|
2030
1947
|
];
|
|
2031
|
-
export var UpdateReplicationGroupMemberAction = [
|
|
2032
|
-
3,
|
|
2033
|
-
n0,
|
|
2034
|
-
_URGMA,
|
|
1948
|
+
export var UpdateReplicationGroupMemberAction$ = [3, n0, _URGMA,
|
|
2035
1949
|
0,
|
|
2036
1950
|
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
2037
|
-
[
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
0,
|
|
2051
|
-
[
|
|
2052
|
-
[
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
0,
|
|
2056
|
-
() => ProvisionedThroughput,
|
|
2057
|
-
() => GlobalSecondaryIndexUpdateList,
|
|
2058
|
-
() => StreamSpecification,
|
|
2059
|
-
() => SSESpecification,
|
|
2060
|
-
() => ReplicationGroupUpdateList,
|
|
2061
|
-
0,
|
|
2062
|
-
2,
|
|
2063
|
-
0,
|
|
2064
|
-
() => GlobalTableWitnessGroupUpdateList,
|
|
2065
|
-
() => OnDemandThroughput,
|
|
2066
|
-
() => WarmThroughput,
|
|
2067
|
-
],
|
|
2068
|
-
];
|
|
2069
|
-
export var UpdateTableOutput = [3, n0, _UTO, 0, [_TD], [() => TableDescription]];
|
|
2070
|
-
export var UpdateTableReplicaAutoScalingInput = [
|
|
2071
|
-
3,
|
|
2072
|
-
n0,
|
|
2073
|
-
_UTRASI,
|
|
2074
|
-
0,
|
|
2075
|
-
[_GSIUl, _TN, _PWCASU, _RUe],
|
|
2076
|
-
[
|
|
2077
|
-
() => GlobalSecondaryIndexAutoScalingUpdateList,
|
|
2078
|
-
0,
|
|
2079
|
-
() => AutoScalingSettingsUpdate,
|
|
2080
|
-
() => ReplicaAutoScalingUpdateList,
|
|
2081
|
-
],
|
|
2082
|
-
];
|
|
2083
|
-
export var UpdateTableReplicaAutoScalingOutput = [
|
|
2084
|
-
3,
|
|
2085
|
-
n0,
|
|
2086
|
-
_UTRASO,
|
|
1951
|
+
[0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
|
|
1952
|
+
];
|
|
1953
|
+
export var UpdateTableInput$ = [3, n0, _UTI,
|
|
1954
|
+
0,
|
|
1955
|
+
[_TN, _ADt, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT, _GTSRM],
|
|
1956
|
+
[0, () => AttributeDefinitions, 0, () => ProvisionedThroughput$, () => GlobalSecondaryIndexUpdateList, () => StreamSpecification$, () => SSESpecification$, () => ReplicationGroupUpdateList, 0, 2, 0, () => GlobalTableWitnessGroupUpdateList, () => OnDemandThroughput$, () => WarmThroughput$, 0], 1
|
|
1957
|
+
];
|
|
1958
|
+
export var UpdateTableOutput$ = [3, n0, _UTO,
|
|
1959
|
+
0,
|
|
1960
|
+
[_TD],
|
|
1961
|
+
[() => TableDescription$]
|
|
1962
|
+
];
|
|
1963
|
+
export var UpdateTableReplicaAutoScalingInput$ = [3, n0, _UTRASI,
|
|
1964
|
+
0,
|
|
1965
|
+
[_TN, _GSIUl, _PWCASU, _RUe],
|
|
1966
|
+
[0, () => GlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate$, () => ReplicaAutoScalingUpdateList], 1
|
|
1967
|
+
];
|
|
1968
|
+
export var UpdateTableReplicaAutoScalingOutput$ = [3, n0, _UTRASO,
|
|
2087
1969
|
0,
|
|
2088
1970
|
[_TASD],
|
|
2089
|
-
[() => TableAutoScalingDescription]
|
|
1971
|
+
[() => TableAutoScalingDescription$]
|
|
2090
1972
|
];
|
|
2091
|
-
export var UpdateTimeToLiveInput = [
|
|
2092
|
-
3,
|
|
2093
|
-
n0,
|
|
2094
|
-
_UTTLI,
|
|
1973
|
+
export var UpdateTimeToLiveInput$ = [3, n0, _UTTLI,
|
|
2095
1974
|
0,
|
|
2096
1975
|
[_TN, _TTLSi],
|
|
2097
|
-
[0, () => TimeToLiveSpecification],
|
|
1976
|
+
[0, () => TimeToLiveSpecification$], 2
|
|
2098
1977
|
];
|
|
2099
|
-
export var UpdateTimeToLiveOutput = [
|
|
2100
|
-
3,
|
|
2101
|
-
n0,
|
|
2102
|
-
_UTTLO,
|
|
1978
|
+
export var UpdateTimeToLiveOutput$ = [3, n0, _UTTLO,
|
|
2103
1979
|
0,
|
|
2104
1980
|
[_TTLSi],
|
|
2105
|
-
[() => TimeToLiveSpecification]
|
|
2106
|
-
];
|
|
2107
|
-
export var WarmThroughput = [3, n0, _WT,
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
export var
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
0,
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
0,
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
() =>
|
|
2148
|
-
];
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
() =>
|
|
2163
|
-
];
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
0,
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
() =>
|
|
2194
|
-
];
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
() =>
|
|
2203
|
-
];
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
0,
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
() =>
|
|
2217
|
-
];
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
() =>
|
|
2232
|
-
];
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
1981
|
+
[() => TimeToLiveSpecification$]
|
|
1982
|
+
];
|
|
1983
|
+
export var WarmThroughput$ = [3, n0, _WT,
|
|
1984
|
+
0,
|
|
1985
|
+
[_RUPS, _WUPS],
|
|
1986
|
+
[1, 1]
|
|
1987
|
+
];
|
|
1988
|
+
export var WriteRequest$ = [3, n0, _WR,
|
|
1989
|
+
0,
|
|
1990
|
+
[_PR, _DR],
|
|
1991
|
+
[() => PutRequest$, () => DeleteRequest$]
|
|
1992
|
+
];
|
|
1993
|
+
var __Unit = "unit";
|
|
1994
|
+
var AttributeDefinitions = [1, n0, _ADt,
|
|
1995
|
+
0, () => AttributeDefinition$
|
|
1996
|
+
];
|
|
1997
|
+
var AttributeNameList = 64 | 0;
|
|
1998
|
+
var AttributeValueList = [1, n0, _AVL,
|
|
1999
|
+
0, () => AttributeValue$
|
|
2000
|
+
];
|
|
2001
|
+
var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL,
|
|
2002
|
+
0, () => AutoScalingPolicyDescription$
|
|
2003
|
+
];
|
|
2004
|
+
var BackupSummaries = [1, n0, _BSac,
|
|
2005
|
+
0, () => BackupSummary$
|
|
2006
|
+
];
|
|
2007
|
+
var BinarySetAttributeValue = 64 | 21;
|
|
2008
|
+
var CancellationReasonList = [1, n0, _CRL,
|
|
2009
|
+
0, () => CancellationReason$
|
|
2010
|
+
];
|
|
2011
|
+
var ConsumedCapacityMultiple = [1, n0, _CCM,
|
|
2012
|
+
0, () => ConsumedCapacity$
|
|
2013
|
+
];
|
|
2014
|
+
var ContributorInsightsRuleList = 64 | 0;
|
|
2015
|
+
var ContributorInsightsSummaries = [1, n0, _CISon,
|
|
2016
|
+
0, () => ContributorInsightsSummary$
|
|
2017
|
+
];
|
|
2018
|
+
var CsvHeaderList = 64 | 0;
|
|
2019
|
+
var Endpoints = [1, n0, _En,
|
|
2020
|
+
0, () => Endpoint$
|
|
2021
|
+
];
|
|
2022
|
+
var ExportSummaries = [1, n0, _ESxp,
|
|
2023
|
+
0, () => ExportSummary$
|
|
2024
|
+
];
|
|
2025
|
+
var GlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _GSIASUL,
|
|
2026
|
+
0, () => GlobalSecondaryIndexAutoScalingUpdate$
|
|
2027
|
+
];
|
|
2028
|
+
var GlobalSecondaryIndexDescriptionList = [1, n0, _GSIDL,
|
|
2029
|
+
0, () => GlobalSecondaryIndexDescription$
|
|
2030
|
+
];
|
|
2031
|
+
var GlobalSecondaryIndexes = [1, n0, _GSI,
|
|
2032
|
+
0, () => GlobalSecondaryIndexInfo$
|
|
2033
|
+
];
|
|
2034
|
+
var GlobalSecondaryIndexList = [1, n0, _GSIL,
|
|
2035
|
+
0, () => GlobalSecondaryIndex$
|
|
2036
|
+
];
|
|
2037
|
+
var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL,
|
|
2038
|
+
0, () => GlobalSecondaryIndexUpdate$
|
|
2039
|
+
];
|
|
2040
|
+
var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [1, n0, _GTGSISUL,
|
|
2041
|
+
0, () => GlobalTableGlobalSecondaryIndexSettingsUpdate$
|
|
2042
|
+
];
|
|
2043
|
+
var GlobalTableList = [1, n0, _GTL,
|
|
2044
|
+
0, () => GlobalTable$
|
|
2045
|
+
];
|
|
2046
|
+
var GlobalTableWitnessDescriptionList = [1, n0, _GTWDL,
|
|
2047
|
+
0, () => GlobalTableWitnessDescription$
|
|
2048
|
+
];
|
|
2049
|
+
var GlobalTableWitnessGroupUpdateList = [1, n0, _GTWGUL,
|
|
2050
|
+
0, () => GlobalTableWitnessGroupUpdate$
|
|
2051
|
+
];
|
|
2052
|
+
var ImportSummaryList = [1, n0, _ISL,
|
|
2053
|
+
0, () => ImportSummary$
|
|
2054
|
+
];
|
|
2055
|
+
var ItemCollectionMetricsMultiple = [1, n0, _ICMM,
|
|
2056
|
+
0, () => ItemCollectionMetrics$
|
|
2057
|
+
];
|
|
2058
|
+
var ItemCollectionSizeEstimateRange = 64 | 1;
|
|
2059
|
+
var ItemList = [1, n0, _IL,
|
|
2060
|
+
0, () => AttributeMap
|
|
2061
|
+
];
|
|
2062
|
+
var ItemResponseList = [1, n0, _IRL,
|
|
2063
|
+
0, () => ItemResponse$
|
|
2064
|
+
];
|
|
2065
|
+
var KeyList = [1, n0, _KL,
|
|
2066
|
+
0, () => Key
|
|
2067
|
+
];
|
|
2068
|
+
var KeySchema = [1, n0, _KS,
|
|
2069
|
+
0, () => KeySchemaElement$
|
|
2070
|
+
];
|
|
2071
|
+
var KinesisDataStreamDestinations = [1, n0, _KDSD,
|
|
2072
|
+
0, () => KinesisDataStreamDestination$
|
|
2073
|
+
];
|
|
2074
|
+
var ListAttributeValue = [1, n0, _LAV,
|
|
2075
|
+
0, () => AttributeValue$
|
|
2076
|
+
];
|
|
2077
|
+
var LocalSecondaryIndexDescriptionList = [1, n0, _LSIDL,
|
|
2078
|
+
0, () => LocalSecondaryIndexDescription$
|
|
2079
|
+
];
|
|
2080
|
+
var LocalSecondaryIndexes = [1, n0, _LSI,
|
|
2081
|
+
0, () => LocalSecondaryIndexInfo$
|
|
2082
|
+
];
|
|
2083
|
+
var LocalSecondaryIndexList = [1, n0, _LSIL,
|
|
2084
|
+
0, () => LocalSecondaryIndex$
|
|
2085
|
+
];
|
|
2086
|
+
var NonKeyAttributeNameList = 64 | 0;
|
|
2087
|
+
var NumberSetAttributeValue = 64 | 0;
|
|
2088
|
+
var ParameterizedStatements = [1, n0, _PSar,
|
|
2089
|
+
0, () => ParameterizedStatement$
|
|
2090
|
+
];
|
|
2091
|
+
var PartiQLBatchRequest = [1, n0, _PQLBR,
|
|
2092
|
+
0, () => BatchStatementRequest$
|
|
2093
|
+
];
|
|
2094
|
+
var PartiQLBatchResponse = [1, n0, _PQLBRa,
|
|
2095
|
+
0, () => BatchStatementResponse$
|
|
2096
|
+
];
|
|
2097
|
+
var PreparedStatementParameters = [1, n0, _PSP,
|
|
2098
|
+
0, () => AttributeValue$
|
|
2099
|
+
];
|
|
2100
|
+
var ReplicaAutoScalingDescriptionList = [1, n0, _RASDL,
|
|
2101
|
+
0, () => ReplicaAutoScalingDescription$
|
|
2102
|
+
];
|
|
2103
|
+
var ReplicaAutoScalingUpdateList = [1, n0, _RASUL,
|
|
2104
|
+
0, () => ReplicaAutoScalingUpdate$
|
|
2105
|
+
];
|
|
2106
|
+
var ReplicaDescriptionList = [1, n0, _RDL,
|
|
2107
|
+
0, () => ReplicaDescription$
|
|
2108
|
+
];
|
|
2109
|
+
var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [1, n0, _RGSIASDL,
|
|
2110
|
+
0, () => ReplicaGlobalSecondaryIndexAutoScalingDescription$
|
|
2111
|
+
];
|
|
2112
|
+
var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _RGSIASUL,
|
|
2113
|
+
0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdate$
|
|
2114
|
+
];
|
|
2115
|
+
var ReplicaGlobalSecondaryIndexDescriptionList = [1, n0, _RGSIDL,
|
|
2116
|
+
0, () => ReplicaGlobalSecondaryIndexDescription$
|
|
2117
|
+
];
|
|
2118
|
+
var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL,
|
|
2119
|
+
0, () => ReplicaGlobalSecondaryIndex$
|
|
2120
|
+
];
|
|
2121
|
+
var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [1, n0, _RGSISDL,
|
|
2122
|
+
0, () => ReplicaGlobalSecondaryIndexSettingsDescription$
|
|
2123
|
+
];
|
|
2124
|
+
var ReplicaGlobalSecondaryIndexSettingsUpdateList = [1, n0, _RGSISUL,
|
|
2125
|
+
0, () => ReplicaGlobalSecondaryIndexSettingsUpdate$
|
|
2126
|
+
];
|
|
2127
|
+
var ReplicaList = [1, n0, _RL,
|
|
2128
|
+
0, () => Replica$
|
|
2129
|
+
];
|
|
2130
|
+
var ReplicaSettingsDescriptionList = [1, n0, _RSDL,
|
|
2131
|
+
0, () => ReplicaSettingsDescription$
|
|
2132
|
+
];
|
|
2133
|
+
var ReplicaSettingsUpdateList = [1, n0, _RSUL,
|
|
2134
|
+
0, () => ReplicaSettingsUpdate$
|
|
2135
|
+
];
|
|
2136
|
+
var ReplicationGroupUpdateList = [1, n0, _RGUL,
|
|
2137
|
+
0, () => ReplicationGroupUpdate$
|
|
2138
|
+
];
|
|
2139
|
+
var ReplicaUpdateList = [1, n0, _RUL,
|
|
2140
|
+
0, () => ReplicaUpdate$
|
|
2141
|
+
];
|
|
2142
|
+
var StringSetAttributeValue = 64 | 0;
|
|
2143
|
+
var TableNameList = 64 | 0;
|
|
2144
|
+
var TagKeyList = 64 | 0;
|
|
2145
|
+
var TagList = [1, n0, _TL,
|
|
2146
|
+
0, () => Tag$
|
|
2147
|
+
];
|
|
2148
|
+
var ThrottlingReasonList = [1, n0, _TRL,
|
|
2149
|
+
0, () => ThrottlingReason$
|
|
2150
|
+
];
|
|
2151
|
+
var TransactGetItemList = [1, n0, _TGIL,
|
|
2152
|
+
0, () => TransactGetItem$
|
|
2153
|
+
];
|
|
2154
|
+
var TransactWriteItemList = [1, n0, _TWIL,
|
|
2155
|
+
0, () => TransactWriteItem$
|
|
2156
|
+
];
|
|
2157
|
+
var WriteRequests = [1, n0, _WRr,
|
|
2158
|
+
0, () => WriteRequest$
|
|
2159
|
+
];
|
|
2160
|
+
var AttributeMap = [2, n0, _AM,
|
|
2161
|
+
0, 0, () => AttributeValue$
|
|
2162
|
+
];
|
|
2163
|
+
var AttributeUpdates = [2, n0, _AU,
|
|
2164
|
+
0, 0, () => AttributeValueUpdate$
|
|
2165
|
+
];
|
|
2166
|
+
var BatchGetRequestMap = [2, n0, _BGRMa,
|
|
2167
|
+
0, 0, () => KeysAndAttributes$
|
|
2168
|
+
];
|
|
2169
|
+
var BatchGetResponseMap = [2, n0, _BGRM,
|
|
2170
|
+
0, 0, () => ItemList
|
|
2171
|
+
];
|
|
2172
|
+
var BatchWriteItemRequestMap = [2, n0, _BWIRM,
|
|
2173
|
+
0, 0, () => WriteRequests
|
|
2174
|
+
];
|
|
2175
|
+
var ExpectedAttributeMap = [2, n0, _EAM,
|
|
2176
|
+
0, 0, () => ExpectedAttributeValue$
|
|
2177
|
+
];
|
|
2178
|
+
var ExpressionAttributeNameMap = 128 | 0;
|
|
2179
|
+
var ExpressionAttributeValueMap = [2, n0, _EAVM,
|
|
2180
|
+
0, 0, () => AttributeValue$
|
|
2181
|
+
];
|
|
2182
|
+
var FilterConditionMap = [2, n0, _FCM,
|
|
2183
|
+
0, 0, () => Condition$
|
|
2184
|
+
];
|
|
2185
|
+
var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM,
|
|
2186
|
+
0, 0, () => AttributeValue$
|
|
2187
|
+
];
|
|
2188
|
+
var ItemCollectionMetricsPerTable = [2, n0, _ICMPT,
|
|
2189
|
+
0, 0, () => ItemCollectionMetricsMultiple
|
|
2190
|
+
];
|
|
2191
|
+
var Key = [2, n0, _K,
|
|
2192
|
+
0, 0, () => AttributeValue$
|
|
2193
|
+
];
|
|
2194
|
+
var KeyConditions = [2, n0, _KC,
|
|
2195
|
+
0, 0, () => Condition$
|
|
2196
|
+
];
|
|
2197
|
+
var MapAttributeValue = [2, n0, _MAV,
|
|
2198
|
+
0, 0, () => AttributeValue$
|
|
2199
|
+
];
|
|
2200
|
+
var PutItemInputAttributeMap = [2, n0, _PIIAM,
|
|
2201
|
+
0, 0, () => AttributeValue$
|
|
2202
|
+
];
|
|
2203
|
+
var SecondaryIndexesCapacityMap = [2, n0, _SICM,
|
|
2204
|
+
0, 0, () => Capacity$
|
|
2205
|
+
];
|
|
2206
|
+
export var AttributeValue$ = [4, n0, _AV,
|
|
2266
2207
|
0,
|
|
2267
2208
|
[_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
|
|
2268
|
-
[0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
|
|
2269
|
-
];
|
|
2270
|
-
export var BatchExecuteStatement = [
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
0,
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
export var
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
0,
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
export var
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
0,
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
export var
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
() =>
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
() =>
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
() =>
|
|
2323
|
-
];
|
|
2324
|
-
export var
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
0,
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
() =>
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
() =>
|
|
2347
|
-
];
|
|
2348
|
-
export var
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
0,
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
() =>
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
() =>
|
|
2371
|
-
];
|
|
2372
|
-
export var
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
0,
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
() =>
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
() =>
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
() =>
|
|
2404
|
-
];
|
|
2405
|
-
export var
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
0,
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
() =>
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
() =>
|
|
2428
|
-
];
|
|
2429
|
-
export var
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
0,
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
_ETTPIT,
|
|
2441
|
-
0,
|
|
2442
|
-
() => ExportTableToPointInTimeInput,
|
|
2443
|
-
() => ExportTableToPointInTimeOutput,
|
|
2444
|
-
];
|
|
2445
|
-
export var GetItem = [9, n0, _GI, 0, () => GetItemInput, () => GetItemOutput];
|
|
2446
|
-
export var GetResourcePolicy = [
|
|
2447
|
-
9,
|
|
2448
|
-
n0,
|
|
2449
|
-
_GRP,
|
|
2450
|
-
0,
|
|
2451
|
-
() => GetResourcePolicyInput,
|
|
2452
|
-
() => GetResourcePolicyOutput,
|
|
2453
|
-
];
|
|
2454
|
-
export var ImportTable = [9, n0, _IT, 0, () => ImportTableInput, () => ImportTableOutput];
|
|
2455
|
-
export var ListBackups = [9, n0, _LB, 0, () => ListBackupsInput, () => ListBackupsOutput];
|
|
2456
|
-
export var ListContributorInsights = [
|
|
2457
|
-
9,
|
|
2458
|
-
n0,
|
|
2459
|
-
_LCI,
|
|
2460
|
-
0,
|
|
2461
|
-
() => ListContributorInsightsInput,
|
|
2462
|
-
() => ListContributorInsightsOutput,
|
|
2463
|
-
];
|
|
2464
|
-
export var ListExports = [9, n0, _LE, 0, () => ListExportsInput, () => ListExportsOutput];
|
|
2465
|
-
export var ListGlobalTables = [
|
|
2466
|
-
9,
|
|
2467
|
-
n0,
|
|
2468
|
-
_LGT,
|
|
2469
|
-
0,
|
|
2470
|
-
() => ListGlobalTablesInput,
|
|
2471
|
-
() => ListGlobalTablesOutput,
|
|
2472
|
-
];
|
|
2473
|
-
export var ListImports = [9, n0, _LI, 0, () => ListImportsInput, () => ListImportsOutput];
|
|
2474
|
-
export var ListTables = [9, n0, _LT, 0, () => ListTablesInput, () => ListTablesOutput];
|
|
2475
|
-
export var ListTagsOfResource = [
|
|
2476
|
-
9,
|
|
2477
|
-
n0,
|
|
2478
|
-
_LTOR,
|
|
2479
|
-
0,
|
|
2480
|
-
() => ListTagsOfResourceInput,
|
|
2481
|
-
() => ListTagsOfResourceOutput,
|
|
2482
|
-
];
|
|
2483
|
-
export var PutItem = [9, n0, _PI, 0, () => PutItemInput, () => PutItemOutput];
|
|
2484
|
-
export var PutResourcePolicy = [
|
|
2485
|
-
9,
|
|
2486
|
-
n0,
|
|
2487
|
-
_PRP,
|
|
2488
|
-
0,
|
|
2489
|
-
() => PutResourcePolicyInput,
|
|
2490
|
-
() => PutResourcePolicyOutput,
|
|
2491
|
-
];
|
|
2492
|
-
export var Query = [9, n0, _Q, 0, () => QueryInput, () => QueryOutput];
|
|
2493
|
-
export var RestoreTableFromBackup = [
|
|
2494
|
-
9,
|
|
2495
|
-
n0,
|
|
2496
|
-
_RTFB,
|
|
2497
|
-
0,
|
|
2498
|
-
() => RestoreTableFromBackupInput,
|
|
2499
|
-
() => RestoreTableFromBackupOutput,
|
|
2500
|
-
];
|
|
2501
|
-
export var RestoreTableToPointInTime = [
|
|
2502
|
-
9,
|
|
2503
|
-
n0,
|
|
2504
|
-
_RTTPIT,
|
|
2505
|
-
0,
|
|
2506
|
-
() => RestoreTableToPointInTimeInput,
|
|
2507
|
-
() => RestoreTableToPointInTimeOutput,
|
|
2508
|
-
];
|
|
2509
|
-
export var Scan = [9, n0, _Sc, 0, () => ScanInput, () => ScanOutput];
|
|
2510
|
-
export var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => __Unit];
|
|
2511
|
-
export var TransactGetItems = [
|
|
2512
|
-
9,
|
|
2513
|
-
n0,
|
|
2514
|
-
_TGIr,
|
|
2515
|
-
0,
|
|
2516
|
-
() => TransactGetItemsInput,
|
|
2517
|
-
() => TransactGetItemsOutput,
|
|
2518
|
-
];
|
|
2519
|
-
export var TransactWriteItems = [
|
|
2520
|
-
9,
|
|
2521
|
-
n0,
|
|
2522
|
-
_TWIr,
|
|
2523
|
-
0,
|
|
2524
|
-
() => TransactWriteItemsInput,
|
|
2525
|
-
() => TransactWriteItemsOutput,
|
|
2526
|
-
];
|
|
2527
|
-
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
|
|
2528
|
-
export var UpdateContinuousBackups = [
|
|
2529
|
-
9,
|
|
2530
|
-
n0,
|
|
2531
|
-
_UCB,
|
|
2532
|
-
0,
|
|
2533
|
-
() => UpdateContinuousBackupsInput,
|
|
2534
|
-
() => UpdateContinuousBackupsOutput,
|
|
2535
|
-
];
|
|
2536
|
-
export var UpdateContributorInsights = [
|
|
2537
|
-
9,
|
|
2538
|
-
n0,
|
|
2539
|
-
_UCI,
|
|
2540
|
-
0,
|
|
2541
|
-
() => UpdateContributorInsightsInput,
|
|
2542
|
-
() => UpdateContributorInsightsOutput,
|
|
2543
|
-
];
|
|
2544
|
-
export var UpdateGlobalTable = [
|
|
2545
|
-
9,
|
|
2546
|
-
n0,
|
|
2547
|
-
_UGT,
|
|
2548
|
-
0,
|
|
2549
|
-
() => UpdateGlobalTableInput,
|
|
2550
|
-
() => UpdateGlobalTableOutput,
|
|
2551
|
-
];
|
|
2552
|
-
export var UpdateGlobalTableSettings = [
|
|
2553
|
-
9,
|
|
2554
|
-
n0,
|
|
2555
|
-
_UGTS,
|
|
2556
|
-
0,
|
|
2557
|
-
() => UpdateGlobalTableSettingsInput,
|
|
2558
|
-
() => UpdateGlobalTableSettingsOutput,
|
|
2559
|
-
];
|
|
2560
|
-
export var UpdateItem = [9, n0, _UIp, 0, () => UpdateItemInput, () => UpdateItemOutput];
|
|
2561
|
-
export var UpdateKinesisStreamingDestination = [
|
|
2562
|
-
9,
|
|
2563
|
-
n0,
|
|
2564
|
-
_UKSD,
|
|
2565
|
-
0,
|
|
2566
|
-
() => UpdateKinesisStreamingDestinationInput,
|
|
2567
|
-
() => UpdateKinesisStreamingDestinationOutput,
|
|
2568
|
-
];
|
|
2569
|
-
export var UpdateTable = [9, n0, _UT, 0, () => UpdateTableInput, () => UpdateTableOutput];
|
|
2570
|
-
export var UpdateTableReplicaAutoScaling = [
|
|
2571
|
-
9,
|
|
2572
|
-
n0,
|
|
2573
|
-
_UTRAS,
|
|
2574
|
-
0,
|
|
2575
|
-
() => UpdateTableReplicaAutoScalingInput,
|
|
2576
|
-
() => UpdateTableReplicaAutoScalingOutput,
|
|
2577
|
-
];
|
|
2578
|
-
export var UpdateTimeToLive = [
|
|
2579
|
-
9,
|
|
2580
|
-
n0,
|
|
2581
|
-
_UTTL,
|
|
2582
|
-
0,
|
|
2583
|
-
() => UpdateTimeToLiveInput,
|
|
2584
|
-
() => UpdateTimeToLiveOutput,
|
|
2209
|
+
[0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
|
|
2210
|
+
];
|
|
2211
|
+
export var BatchExecuteStatement$ = [9, n0, _BES,
|
|
2212
|
+
0, () => BatchExecuteStatementInput$, () => BatchExecuteStatementOutput$
|
|
2213
|
+
];
|
|
2214
|
+
export var BatchGetItem$ = [9, n0, _BGI,
|
|
2215
|
+
0, () => BatchGetItemInput$, () => BatchGetItemOutput$
|
|
2216
|
+
];
|
|
2217
|
+
export var BatchWriteItem$ = [9, n0, _BWI,
|
|
2218
|
+
0, () => BatchWriteItemInput$, () => BatchWriteItemOutput$
|
|
2219
|
+
];
|
|
2220
|
+
export var CreateBackup$ = [9, n0, _CB,
|
|
2221
|
+
0, () => CreateBackupInput$, () => CreateBackupOutput$
|
|
2222
|
+
];
|
|
2223
|
+
export var CreateGlobalTable$ = [9, n0, _CGT,
|
|
2224
|
+
0, () => CreateGlobalTableInput$, () => CreateGlobalTableOutput$
|
|
2225
|
+
];
|
|
2226
|
+
export var CreateTable$ = [9, n0, _CTr,
|
|
2227
|
+
0, () => CreateTableInput$, () => CreateTableOutput$
|
|
2228
|
+
];
|
|
2229
|
+
export var DeleteBackup$ = [9, n0, _DB,
|
|
2230
|
+
0, () => DeleteBackupInput$, () => DeleteBackupOutput$
|
|
2231
|
+
];
|
|
2232
|
+
export var DeleteItem$ = [9, n0, _DI,
|
|
2233
|
+
0, () => DeleteItemInput$, () => DeleteItemOutput$
|
|
2234
|
+
];
|
|
2235
|
+
export var DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
2236
|
+
0, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
|
|
2237
|
+
];
|
|
2238
|
+
export var DeleteTable$ = [9, n0, _DT,
|
|
2239
|
+
0, () => DeleteTableInput$, () => DeleteTableOutput$
|
|
2240
|
+
];
|
|
2241
|
+
export var DescribeBackup$ = [9, n0, _DBe,
|
|
2242
|
+
0, () => DescribeBackupInput$, () => DescribeBackupOutput$
|
|
2243
|
+
];
|
|
2244
|
+
export var DescribeContinuousBackups$ = [9, n0, _DCB,
|
|
2245
|
+
0, () => DescribeContinuousBackupsInput$, () => DescribeContinuousBackupsOutput$
|
|
2246
|
+
];
|
|
2247
|
+
export var DescribeContributorInsights$ = [9, n0, _DCI,
|
|
2248
|
+
0, () => DescribeContributorInsightsInput$, () => DescribeContributorInsightsOutput$
|
|
2249
|
+
];
|
|
2250
|
+
export var DescribeEndpoints$ = [9, n0, _DE,
|
|
2251
|
+
0, () => DescribeEndpointsRequest$, () => DescribeEndpointsResponse$
|
|
2252
|
+
];
|
|
2253
|
+
export var DescribeExport$ = [9, n0, _DEe,
|
|
2254
|
+
0, () => DescribeExportInput$, () => DescribeExportOutput$
|
|
2255
|
+
];
|
|
2256
|
+
export var DescribeGlobalTable$ = [9, n0, _DGT,
|
|
2257
|
+
0, () => DescribeGlobalTableInput$, () => DescribeGlobalTableOutput$
|
|
2258
|
+
];
|
|
2259
|
+
export var DescribeGlobalTableSettings$ = [9, n0, _DGTS,
|
|
2260
|
+
0, () => DescribeGlobalTableSettingsInput$, () => DescribeGlobalTableSettingsOutput$
|
|
2261
|
+
];
|
|
2262
|
+
export var DescribeImport$ = [9, n0, _DIe,
|
|
2263
|
+
0, () => DescribeImportInput$, () => DescribeImportOutput$
|
|
2264
|
+
];
|
|
2265
|
+
export var DescribeKinesisStreamingDestination$ = [9, n0, _DKSD,
|
|
2266
|
+
0, () => DescribeKinesisStreamingDestinationInput$, () => DescribeKinesisStreamingDestinationOutput$
|
|
2267
|
+
];
|
|
2268
|
+
export var DescribeLimits$ = [9, n0, _DL,
|
|
2269
|
+
0, () => DescribeLimitsInput$, () => DescribeLimitsOutput$
|
|
2270
|
+
];
|
|
2271
|
+
export var DescribeTable$ = [9, n0, _DTe,
|
|
2272
|
+
0, () => DescribeTableInput$, () => DescribeTableOutput$
|
|
2273
|
+
];
|
|
2274
|
+
export var DescribeTableReplicaAutoScaling$ = [9, n0, _DTRAS,
|
|
2275
|
+
0, () => DescribeTableReplicaAutoScalingInput$, () => DescribeTableReplicaAutoScalingOutput$
|
|
2276
|
+
];
|
|
2277
|
+
export var DescribeTimeToLive$ = [9, n0, _DTTL,
|
|
2278
|
+
0, () => DescribeTimeToLiveInput$, () => DescribeTimeToLiveOutput$
|
|
2279
|
+
];
|
|
2280
|
+
export var DisableKinesisStreamingDestination$ = [9, n0, _DKSDi,
|
|
2281
|
+
0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
|
|
2282
|
+
];
|
|
2283
|
+
export var EnableKinesisStreamingDestination$ = [9, n0, _EKSD,
|
|
2284
|
+
0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
|
|
2285
|
+
];
|
|
2286
|
+
export var ExecuteStatement$ = [9, n0, _ESxe,
|
|
2287
|
+
0, () => ExecuteStatementInput$, () => ExecuteStatementOutput$
|
|
2288
|
+
];
|
|
2289
|
+
export var ExecuteTransaction$ = [9, n0, _ETxe,
|
|
2290
|
+
0, () => ExecuteTransactionInput$, () => ExecuteTransactionOutput$
|
|
2291
|
+
];
|
|
2292
|
+
export var ExportTableToPointInTime$ = [9, n0, _ETTPIT,
|
|
2293
|
+
0, () => ExportTableToPointInTimeInput$, () => ExportTableToPointInTimeOutput$
|
|
2294
|
+
];
|
|
2295
|
+
export var GetItem$ = [9, n0, _GI,
|
|
2296
|
+
0, () => GetItemInput$, () => GetItemOutput$
|
|
2297
|
+
];
|
|
2298
|
+
export var GetResourcePolicy$ = [9, n0, _GRP,
|
|
2299
|
+
0, () => GetResourcePolicyInput$, () => GetResourcePolicyOutput$
|
|
2300
|
+
];
|
|
2301
|
+
export var ImportTable$ = [9, n0, _IT,
|
|
2302
|
+
0, () => ImportTableInput$, () => ImportTableOutput$
|
|
2303
|
+
];
|
|
2304
|
+
export var ListBackups$ = [9, n0, _LB,
|
|
2305
|
+
0, () => ListBackupsInput$, () => ListBackupsOutput$
|
|
2306
|
+
];
|
|
2307
|
+
export var ListContributorInsights$ = [9, n0, _LCI,
|
|
2308
|
+
0, () => ListContributorInsightsInput$, () => ListContributorInsightsOutput$
|
|
2309
|
+
];
|
|
2310
|
+
export var ListExports$ = [9, n0, _LE,
|
|
2311
|
+
0, () => ListExportsInput$, () => ListExportsOutput$
|
|
2312
|
+
];
|
|
2313
|
+
export var ListGlobalTables$ = [9, n0, _LGT,
|
|
2314
|
+
0, () => ListGlobalTablesInput$, () => ListGlobalTablesOutput$
|
|
2315
|
+
];
|
|
2316
|
+
export var ListImports$ = [9, n0, _LI,
|
|
2317
|
+
0, () => ListImportsInput$, () => ListImportsOutput$
|
|
2318
|
+
];
|
|
2319
|
+
export var ListTables$ = [9, n0, _LT,
|
|
2320
|
+
0, () => ListTablesInput$, () => ListTablesOutput$
|
|
2321
|
+
];
|
|
2322
|
+
export var ListTagsOfResource$ = [9, n0, _LTOR,
|
|
2323
|
+
0, () => ListTagsOfResourceInput$, () => ListTagsOfResourceOutput$
|
|
2324
|
+
];
|
|
2325
|
+
export var PutItem$ = [9, n0, _PI,
|
|
2326
|
+
0, () => PutItemInput$, () => PutItemOutput$
|
|
2327
|
+
];
|
|
2328
|
+
export var PutResourcePolicy$ = [9, n0, _PRP,
|
|
2329
|
+
0, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
|
|
2330
|
+
];
|
|
2331
|
+
export var Query$ = [9, n0, _Q,
|
|
2332
|
+
0, () => QueryInput$, () => QueryOutput$
|
|
2333
|
+
];
|
|
2334
|
+
export var RestoreTableFromBackup$ = [9, n0, _RTFB,
|
|
2335
|
+
0, () => RestoreTableFromBackupInput$, () => RestoreTableFromBackupOutput$
|
|
2336
|
+
];
|
|
2337
|
+
export var RestoreTableToPointInTime$ = [9, n0, _RTTPIT,
|
|
2338
|
+
0, () => RestoreTableToPointInTimeInput$, () => RestoreTableToPointInTimeOutput$
|
|
2339
|
+
];
|
|
2340
|
+
export var Scan$ = [9, n0, _Sc,
|
|
2341
|
+
0, () => ScanInput$, () => ScanOutput$
|
|
2342
|
+
];
|
|
2343
|
+
export var TagResource$ = [9, n0, _TRa,
|
|
2344
|
+
0, () => TagResourceInput$, () => __Unit
|
|
2345
|
+
];
|
|
2346
|
+
export var TransactGetItems$ = [9, n0, _TGIr,
|
|
2347
|
+
0, () => TransactGetItemsInput$, () => TransactGetItemsOutput$
|
|
2348
|
+
];
|
|
2349
|
+
export var TransactWriteItems$ = [9, n0, _TWIr,
|
|
2350
|
+
0, () => TransactWriteItemsInput$, () => TransactWriteItemsOutput$
|
|
2351
|
+
];
|
|
2352
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
2353
|
+
0, () => UntagResourceInput$, () => __Unit
|
|
2354
|
+
];
|
|
2355
|
+
export var UpdateContinuousBackups$ = [9, n0, _UCB,
|
|
2356
|
+
0, () => UpdateContinuousBackupsInput$, () => UpdateContinuousBackupsOutput$
|
|
2357
|
+
];
|
|
2358
|
+
export var UpdateContributorInsights$ = [9, n0, _UCI,
|
|
2359
|
+
0, () => UpdateContributorInsightsInput$, () => UpdateContributorInsightsOutput$
|
|
2360
|
+
];
|
|
2361
|
+
export var UpdateGlobalTable$ = [9, n0, _UGT,
|
|
2362
|
+
0, () => UpdateGlobalTableInput$, () => UpdateGlobalTableOutput$
|
|
2363
|
+
];
|
|
2364
|
+
export var UpdateGlobalTableSettings$ = [9, n0, _UGTS,
|
|
2365
|
+
0, () => UpdateGlobalTableSettingsInput$, () => UpdateGlobalTableSettingsOutput$
|
|
2366
|
+
];
|
|
2367
|
+
export var UpdateItem$ = [9, n0, _UIp,
|
|
2368
|
+
0, () => UpdateItemInput$, () => UpdateItemOutput$
|
|
2369
|
+
];
|
|
2370
|
+
export var UpdateKinesisStreamingDestination$ = [9, n0, _UKSD,
|
|
2371
|
+
0, () => UpdateKinesisStreamingDestinationInput$, () => UpdateKinesisStreamingDestinationOutput$
|
|
2372
|
+
];
|
|
2373
|
+
export var UpdateTable$ = [9, n0, _UT,
|
|
2374
|
+
0, () => UpdateTableInput$, () => UpdateTableOutput$
|
|
2375
|
+
];
|
|
2376
|
+
export var UpdateTableReplicaAutoScaling$ = [9, n0, _UTRAS,
|
|
2377
|
+
0, () => UpdateTableReplicaAutoScalingInput$, () => UpdateTableReplicaAutoScalingOutput$
|
|
2378
|
+
];
|
|
2379
|
+
export var UpdateTimeToLive$ = [9, n0, _UTTL,
|
|
2380
|
+
0, () => UpdateTimeToLiveInput$, () => UpdateTimeToLiveOutput$
|
|
2585
2381
|
];
|