@gemeentenijmegen/webapp 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +12 -12
- package/assets/webapp/auth/auth.lambda/index.js +6 -0
- package/assets/webapp/login/login.lambda/index.js +6 -0
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +10 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +449 -310
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +27 -27
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +32 -29
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +1 -0
- 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 +1 -70
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +1 -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/DescribeGlobalTableSettingsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -47
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +24 -24
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +1 -0
- 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/UpdateGlobalTableSettingsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +28 -28
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -52
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +64 -77
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -19
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +25 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +13 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +21 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +38 -40
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +29 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +44 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +25 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +16 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +61 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +26 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +23 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +25 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +25 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +19 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +20 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +15 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +79 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +28 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +246 -213
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +94 -90
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +47 -48
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +24 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +1 -19
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +1 -48
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +14 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +16 -17
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +25 -27
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +21 -23
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +225 -220
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +5 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -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/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +6 -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/ListAssociationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +1 -52
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +1 -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/UpdateDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +58 -33
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +70 -78
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +106 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +23 -22
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +11 -9
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +30 -28
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +26 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +41 -33
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +61 -68
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +47 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +16 -8
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +45 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +464 -138
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.d.ts +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +11 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.d.ts +10 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +59 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +30 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +87 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +3 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.d.ts +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +9 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.d.ts +5 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +10 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +14 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +1 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +11 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +7 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +84 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-api-gateway-helper.test.js +11 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +467 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-table-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-analytics.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-defaults.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-event-source.test.js +10 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/openapi/apiDefinition.json +57 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +25 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +11 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- 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 +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +25 -19
- 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 +197 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -415
- 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 +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +35 -7
- 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 +476 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1386
- 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 +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +33 -7
- 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 +404 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -968
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +25 -19
- 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 +183 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -386
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +25 -19
- 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 +185 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -389
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +25 -19
- 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 +183 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -386
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +2 -2
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
- package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +4 -4
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/hash-stream-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@smithy/md5-js/package.json +5 -5
- package/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +5 -5
- package/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +9 -7
- package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/util-stream/package.json +10 -7
- package/node_modules/@smithy/util-waiter/package.json +6 -6
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
- package/node_modules/axios/CHANGELOG.md +97 -0
- package/node_modules/axios/README.md +35 -13
- package/node_modules/axios/dist/axios.js +14 -25
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +14 -28
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +14 -28
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +44 -31
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +1 -0
- package/node_modules/axios/index.d.ts +1 -0
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/core/Axios.js +10 -1
- package/node_modules/axios/lib/core/buildFullPath.js +3 -2
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/platform/node/index.js +26 -0
- package/node_modules/axios/lib/utils.js +0 -22
- package/node_modules/axios/package.json +4 -4
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/node_modules/es-set-tostringtag/README.md +53 -0
- package/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/node_modules/es-set-tostringtag/index.js +35 -0
- package/node_modules/es-set-tostringtag/package.json +78 -0
- package/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/node_modules/form-data/lib/form_data.js +24 -22
- package/node_modules/form-data/package.json +17 -14
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +378 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +5 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +8 -0
- package/node_modules/has-tostringtag/package.json +108 -0
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +8 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/node_modules/has-tostringtag/test/tests.js +15 -0
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/oidc-token-hash/README.md +6 -0
- package/node_modules/oidc-token-hash/lib/index.js +8 -0
- package/node_modules/oidc-token-hash/package.json +4 -4
- package/node_modules/strnum/CHANGELOG.md +22 -0
- package/node_modules/strnum/README.md +14 -3
- package/node_modules/strnum/package.json +8 -2
- package/node_modules/strnum/strnum.js +43 -56
- package/node_modules/strnum/strnum.test.js +21 -6
- package/package.json +20 -20
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.eslintignore +0 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.eslintignore +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/axios/SECURITY.md +0 -6
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/LICENSE.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-base.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-group.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-stream.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/bin.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/LICENSE-MIT.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/text.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/text.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/LICENSE.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/base-theme.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/error.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/has-color.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/plumbing.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/process.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/progress-bar.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/render-template.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-immediate.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-interval.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/spin.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/template-item.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/theme-set.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/themes.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/wide-truncate.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/LICENSE.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/LICENSE.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/align.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/package.json +0 -0
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ApproximateCreationDateTimePrecision: () => ApproximateCreationDateTimePrecision,
|
|
25
25
|
AttributeAction: () => AttributeAction,
|
|
26
26
|
AttributeValue: () => AttributeValue,
|
|
@@ -168,7 +168,7 @@ __export(src_exports, {
|
|
|
168
168
|
waitUntilTableExists: () => waitUntilTableExists,
|
|
169
169
|
waitUntilTableNotExists: () => waitUntilTableNotExists
|
|
170
170
|
});
|
|
171
|
-
module.exports = __toCommonJS(
|
|
171
|
+
module.exports = __toCommonJS(index_exports);
|
|
172
172
|
|
|
173
173
|
// src/DynamoDBClient.ts
|
|
174
174
|
var import_account_id_endpoint = require("@aws-sdk/core/account-id-endpoint");
|
|
@@ -192,12 +192,11 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
192
192
|
|
|
193
193
|
// src/endpoint/EndpointParameters.ts
|
|
194
194
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
195
|
-
return {
|
|
196
|
-
...options,
|
|
195
|
+
return Object.assign(options, {
|
|
197
196
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
198
197
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
199
198
|
defaultSigningName: "dynamodb"
|
|
200
|
-
};
|
|
199
|
+
});
|
|
201
200
|
}, "resolveClientEndpointParameters");
|
|
202
201
|
var commonParams = {
|
|
203
202
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -1042,26 +1041,16 @@ var IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServi
|
|
|
1042
1041
|
var AttributeValue;
|
|
1043
1042
|
((AttributeValue2) => {
|
|
1044
1043
|
AttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1045
|
-
if (value.S !== void 0)
|
|
1046
|
-
|
|
1047
|
-
if (value.
|
|
1048
|
-
|
|
1049
|
-
if (value.
|
|
1050
|
-
|
|
1051
|
-
if (value.
|
|
1052
|
-
|
|
1053
|
-
if (value.
|
|
1054
|
-
|
|
1055
|
-
if (value.BS !== void 0)
|
|
1056
|
-
return visitor.BS(value.BS);
|
|
1057
|
-
if (value.M !== void 0)
|
|
1058
|
-
return visitor.M(value.M);
|
|
1059
|
-
if (value.L !== void 0)
|
|
1060
|
-
return visitor.L(value.L);
|
|
1061
|
-
if (value.NULL !== void 0)
|
|
1062
|
-
return visitor.NULL(value.NULL);
|
|
1063
|
-
if (value.BOOL !== void 0)
|
|
1064
|
-
return visitor.BOOL(value.BOOL);
|
|
1044
|
+
if (value.S !== void 0) return visitor.S(value.S);
|
|
1045
|
+
if (value.N !== void 0) return visitor.N(value.N);
|
|
1046
|
+
if (value.B !== void 0) return visitor.B(value.B);
|
|
1047
|
+
if (value.SS !== void 0) return visitor.SS(value.SS);
|
|
1048
|
+
if (value.NS !== void 0) return visitor.NS(value.NS);
|
|
1049
|
+
if (value.BS !== void 0) return visitor.BS(value.BS);
|
|
1050
|
+
if (value.M !== void 0) return visitor.M(value.M);
|
|
1051
|
+
if (value.L !== void 0) return visitor.L(value.L);
|
|
1052
|
+
if (value.NULL !== void 0) return visitor.NULL(value.NULL);
|
|
1053
|
+
if (value.BOOL !== void 0) return visitor.BOOL(value.BOOL);
|
|
1065
1054
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1066
1055
|
}, "visit");
|
|
1067
1056
|
})(AttributeValue || (AttributeValue = {}));
|
|
@@ -2629,17 +2618,17 @@ var se_AttributeUpdates = /* @__PURE__ */ __name((input, context) => {
|
|
|
2629
2618
|
}, "se_AttributeUpdates");
|
|
2630
2619
|
var se_AttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
2631
2620
|
return AttributeValue.visit(input, {
|
|
2632
|
-
B: (value) => ({ B: context.base64Encoder(value) }),
|
|
2633
|
-
BOOL: (value) => ({ BOOL: value }),
|
|
2634
|
-
BS: (value) => ({ BS: se_BinarySetAttributeValue(value, context) }),
|
|
2635
|
-
L: (value) => ({ L: se_ListAttributeValue(value, context) }),
|
|
2636
|
-
M: (value) => ({ M: se_MapAttributeValue(value, context) }),
|
|
2637
|
-
N: (value) => ({ N: value }),
|
|
2638
|
-
NS: (value) => ({ NS: (0, import_smithy_client._json)(value) }),
|
|
2639
|
-
NULL: (value) => ({ NULL: value }),
|
|
2640
|
-
S: (value) => ({ S: value }),
|
|
2641
|
-
SS: (value) => ({ SS: (0, import_smithy_client._json)(value) }),
|
|
2642
|
-
_: (name, value) => ({ name: value })
|
|
2621
|
+
B: /* @__PURE__ */ __name((value) => ({ B: context.base64Encoder(value) }), "B"),
|
|
2622
|
+
BOOL: /* @__PURE__ */ __name((value) => ({ BOOL: value }), "BOOL"),
|
|
2623
|
+
BS: /* @__PURE__ */ __name((value) => ({ BS: se_BinarySetAttributeValue(value, context) }), "BS"),
|
|
2624
|
+
L: /* @__PURE__ */ __name((value) => ({ L: se_ListAttributeValue(value, context) }), "L"),
|
|
2625
|
+
M: /* @__PURE__ */ __name((value) => ({ M: se_MapAttributeValue(value, context) }), "M"),
|
|
2626
|
+
N: /* @__PURE__ */ __name((value) => ({ N: value }), "N"),
|
|
2627
|
+
NS: /* @__PURE__ */ __name((value) => ({ NS: (0, import_smithy_client._json)(value) }), "NS"),
|
|
2628
|
+
NULL: /* @__PURE__ */ __name((value) => ({ NULL: value }), "NULL"),
|
|
2629
|
+
S: /* @__PURE__ */ __name((value) => ({ S: value }), "S"),
|
|
2630
|
+
SS: /* @__PURE__ */ __name((value) => ({ SS: (0, import_smithy_client._json)(value) }), "SS"),
|
|
2631
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2643
2632
|
});
|
|
2644
2633
|
}, "se_AttributeValue");
|
|
2645
2634
|
var se_AttributeValueList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2650,13 +2639,13 @@ var se_AttributeValueList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2650
2639
|
var se_AttributeValueUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2651
2640
|
return (0, import_smithy_client.take)(input, {
|
|
2652
2641
|
Action: [],
|
|
2653
|
-
Value: (_) => se_AttributeValue(_, context)
|
|
2642
|
+
Value: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "Value")
|
|
2654
2643
|
});
|
|
2655
2644
|
}, "se_AttributeValueUpdate");
|
|
2656
2645
|
var se_AutoScalingPolicyUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2657
2646
|
return (0, import_smithy_client.take)(input, {
|
|
2658
2647
|
PolicyName: [],
|
|
2659
|
-
TargetTrackingScalingPolicyConfiguration: (_) => se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate(_, context)
|
|
2648
|
+
TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate(_, context), "TargetTrackingScalingPolicyConfiguration")
|
|
2660
2649
|
});
|
|
2661
2650
|
}, "se_AutoScalingPolicyUpdate");
|
|
2662
2651
|
var se_AutoScalingSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2665,7 +2654,7 @@ var se_AutoScalingSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
|
2665
2654
|
AutoScalingRoleArn: [],
|
|
2666
2655
|
MaximumUnits: [],
|
|
2667
2656
|
MinimumUnits: [],
|
|
2668
|
-
ScalingPolicyUpdate: (_) => se_AutoScalingPolicyUpdate(_, context)
|
|
2657
|
+
ScalingPolicyUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingPolicyUpdate(_, context), "ScalingPolicyUpdate")
|
|
2669
2658
|
});
|
|
2670
2659
|
}, "se_AutoScalingSettingsUpdate");
|
|
2671
2660
|
var se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2679,12 +2668,12 @@ var se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = /* @__PURE__
|
|
|
2679
2668
|
var se_BatchExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
|
|
2680
2669
|
return (0, import_smithy_client.take)(input, {
|
|
2681
2670
|
ReturnConsumedCapacity: [],
|
|
2682
|
-
Statements: (_) => se_PartiQLBatchRequest(_, context)
|
|
2671
|
+
Statements: /* @__PURE__ */ __name((_) => se_PartiQLBatchRequest(_, context), "Statements")
|
|
2683
2672
|
});
|
|
2684
2673
|
}, "se_BatchExecuteStatementInput");
|
|
2685
2674
|
var se_BatchGetItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
2686
2675
|
return (0, import_smithy_client.take)(input, {
|
|
2687
|
-
RequestItems: (_) => se_BatchGetRequestMap(_, context),
|
|
2676
|
+
RequestItems: /* @__PURE__ */ __name((_) => se_BatchGetRequestMap(_, context), "RequestItems"),
|
|
2688
2677
|
ReturnConsumedCapacity: []
|
|
2689
2678
|
});
|
|
2690
2679
|
}, "se_BatchGetItemInput");
|
|
@@ -2700,14 +2689,14 @@ var se_BatchGetRequestMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
2700
2689
|
var se_BatchStatementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2701
2690
|
return (0, import_smithy_client.take)(input, {
|
|
2702
2691
|
ConsistentRead: [],
|
|
2703
|
-
Parameters: (_) => se_PreparedStatementParameters(_, context),
|
|
2692
|
+
Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
|
|
2704
2693
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2705
2694
|
Statement: []
|
|
2706
2695
|
});
|
|
2707
2696
|
}, "se_BatchStatementRequest");
|
|
2708
2697
|
var se_BatchWriteItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
2709
2698
|
return (0, import_smithy_client.take)(input, {
|
|
2710
|
-
RequestItems: (_) => se_BatchWriteItemRequestMap(_, context),
|
|
2699
|
+
RequestItems: /* @__PURE__ */ __name((_) => se_BatchWriteItemRequestMap(_, context), "RequestItems"),
|
|
2711
2700
|
ReturnConsumedCapacity: [],
|
|
2712
2701
|
ReturnItemCollectionMetrics: []
|
|
2713
2702
|
});
|
|
@@ -2728,7 +2717,7 @@ var se_BinarySetAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
2728
2717
|
}, "se_BinarySetAttributeValue");
|
|
2729
2718
|
var se_Condition = /* @__PURE__ */ __name((input, context) => {
|
|
2730
2719
|
return (0, import_smithy_client.take)(input, {
|
|
2731
|
-
AttributeValueList: (_) => se_AttributeValueList(_, context),
|
|
2720
|
+
AttributeValueList: /* @__PURE__ */ __name((_) => se_AttributeValueList(_, context), "AttributeValueList"),
|
|
2732
2721
|
ComparisonOperator: []
|
|
2733
2722
|
});
|
|
2734
2723
|
}, "se_Condition");
|
|
@@ -2736,8 +2725,8 @@ var se_ConditionCheck = /* @__PURE__ */ __name((input, context) => {
|
|
|
2736
2725
|
return (0, import_smithy_client.take)(input, {
|
|
2737
2726
|
ConditionExpression: [],
|
|
2738
2727
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2739
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
2740
|
-
Key: (_) => se_Key(_, context),
|
|
2728
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
2729
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
2741
2730
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2742
2731
|
TableName: []
|
|
2743
2732
|
});
|
|
@@ -2746,8 +2735,8 @@ var se_Delete = /* @__PURE__ */ __name((input, context) => {
|
|
|
2746
2735
|
return (0, import_smithy_client.take)(input, {
|
|
2747
2736
|
ConditionExpression: [],
|
|
2748
2737
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2749
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
2750
|
-
Key: (_) => se_Key(_, context),
|
|
2738
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
2739
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
2751
2740
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2752
2741
|
TableName: []
|
|
2753
2742
|
});
|
|
@@ -2756,10 +2745,10 @@ var se_DeleteItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2756
2745
|
return (0, import_smithy_client.take)(input, {
|
|
2757
2746
|
ConditionExpression: [],
|
|
2758
2747
|
ConditionalOperator: [],
|
|
2759
|
-
Expected: (_) => se_ExpectedAttributeMap(_, context),
|
|
2748
|
+
Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
|
|
2760
2749
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2761
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
2762
|
-
Key: (_) => se_Key(_, context),
|
|
2750
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
2751
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
2763
2752
|
ReturnConsumedCapacity: [],
|
|
2764
2753
|
ReturnItemCollectionMetrics: [],
|
|
2765
2754
|
ReturnValues: [],
|
|
@@ -2769,7 +2758,7 @@ var se_DeleteItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2769
2758
|
}, "se_DeleteItemInput");
|
|
2770
2759
|
var se_DeleteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2771
2760
|
return (0, import_smithy_client.take)(input, {
|
|
2772
|
-
Key: (_) => se_Key(_, context)
|
|
2761
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key")
|
|
2773
2762
|
});
|
|
2774
2763
|
}, "se_DeleteRequest");
|
|
2775
2764
|
var se_ExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2777,7 +2766,7 @@ var se_ExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2777
2766
|
ConsistentRead: [],
|
|
2778
2767
|
Limit: [],
|
|
2779
2768
|
NextToken: [],
|
|
2780
|
-
Parameters: (_) => se_PreparedStatementParameters(_, context),
|
|
2769
|
+
Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
|
|
2781
2770
|
ReturnConsumedCapacity: [],
|
|
2782
2771
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2783
2772
|
Statement: []
|
|
@@ -2787,7 +2776,7 @@ var se_ExecuteTransactionInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2787
2776
|
return (0, import_smithy_client.take)(input, {
|
|
2788
2777
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2789
2778
|
ReturnConsumedCapacity: [],
|
|
2790
|
-
TransactStatements: (_) => se_ParameterizedStatements(_, context)
|
|
2779
|
+
TransactStatements: /* @__PURE__ */ __name((_) => se_ParameterizedStatements(_, context), "TransactStatements")
|
|
2791
2780
|
});
|
|
2792
2781
|
}, "se_ExecuteTransactionInput");
|
|
2793
2782
|
var se_ExpectedAttributeMap = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2801,19 +2790,19 @@ var se_ExpectedAttributeMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
2801
2790
|
}, "se_ExpectedAttributeMap");
|
|
2802
2791
|
var se_ExpectedAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
2803
2792
|
return (0, import_smithy_client.take)(input, {
|
|
2804
|
-
AttributeValueList: (_) => se_AttributeValueList(_, context),
|
|
2793
|
+
AttributeValueList: /* @__PURE__ */ __name((_) => se_AttributeValueList(_, context), "AttributeValueList"),
|
|
2805
2794
|
ComparisonOperator: [],
|
|
2806
2795
|
Exists: [],
|
|
2807
|
-
Value: (_) => se_AttributeValue(_, context)
|
|
2796
|
+
Value: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "Value")
|
|
2808
2797
|
});
|
|
2809
2798
|
}, "se_ExpectedAttributeValue");
|
|
2810
2799
|
var se_ExportTableToPointInTimeInput = /* @__PURE__ */ __name((input, context) => {
|
|
2811
2800
|
return (0, import_smithy_client.take)(input, {
|
|
2812
2801
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2813
2802
|
ExportFormat: [],
|
|
2814
|
-
ExportTime: (_) => _.getTime() / 1e3,
|
|
2803
|
+
ExportTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportTime"),
|
|
2815
2804
|
ExportType: [],
|
|
2816
|
-
IncrementalExportSpecification: (_) => se_IncrementalExportSpecification(_, context),
|
|
2805
|
+
IncrementalExportSpecification: /* @__PURE__ */ __name((_) => se_IncrementalExportSpecification(_, context), "IncrementalExportSpecification"),
|
|
2817
2806
|
S3Bucket: [],
|
|
2818
2807
|
S3BucketOwner: [],
|
|
2819
2808
|
S3Prefix: [],
|
|
@@ -2843,7 +2832,7 @@ var se_FilterConditionMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
2843
2832
|
var se_Get = /* @__PURE__ */ __name((input, context) => {
|
|
2844
2833
|
return (0, import_smithy_client.take)(input, {
|
|
2845
2834
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2846
|
-
Key: (_) => se_Key(_, context),
|
|
2835
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
2847
2836
|
ProjectionExpression: [],
|
|
2848
2837
|
TableName: []
|
|
2849
2838
|
});
|
|
@@ -2853,7 +2842,7 @@ var se_GetItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2853
2842
|
AttributesToGet: import_smithy_client._json,
|
|
2854
2843
|
ConsistentRead: [],
|
|
2855
2844
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2856
|
-
Key: (_) => se_Key(_, context),
|
|
2845
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
2857
2846
|
ProjectionExpression: [],
|
|
2858
2847
|
ReturnConsumedCapacity: [],
|
|
2859
2848
|
TableName: []
|
|
@@ -2862,7 +2851,7 @@ var se_GetItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2862
2851
|
var se_GlobalSecondaryIndexAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2863
2852
|
return (0, import_smithy_client.take)(input, {
|
|
2864
2853
|
IndexName: [],
|
|
2865
|
-
ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
|
|
2854
|
+
ProvisionedWriteCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingUpdate")
|
|
2866
2855
|
});
|
|
2867
2856
|
}, "se_GlobalSecondaryIndexAutoScalingUpdate");
|
|
2868
2857
|
var se_GlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2873,7 +2862,7 @@ var se_GlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input
|
|
|
2873
2862
|
var se_GlobalTableGlobalSecondaryIndexSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2874
2863
|
return (0, import_smithy_client.take)(input, {
|
|
2875
2864
|
IndexName: [],
|
|
2876
|
-
ProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
|
|
2865
|
+
ProvisionedWriteCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingSettingsUpdate"),
|
|
2877
2866
|
ProvisionedWriteCapacityUnits: []
|
|
2878
2867
|
});
|
|
2879
2868
|
}, "se_GlobalTableGlobalSecondaryIndexSettingsUpdate");
|
|
@@ -2894,8 +2883,8 @@ var se_ImportTableInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2894
2883
|
}, "se_ImportTableInput");
|
|
2895
2884
|
var se_IncrementalExportSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
2896
2885
|
return (0, import_smithy_client.take)(input, {
|
|
2897
|
-
ExportFromTime: (_) => _.getTime() / 1e3,
|
|
2898
|
-
ExportToTime: (_) => _.getTime() / 1e3,
|
|
2886
|
+
ExportFromTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportFromTime"),
|
|
2887
|
+
ExportToTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportToTime"),
|
|
2899
2888
|
ExportViewType: []
|
|
2900
2889
|
});
|
|
2901
2890
|
}, "se_IncrementalExportSpecification");
|
|
@@ -2927,7 +2916,7 @@ var se_KeysAndAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
|
2927
2916
|
AttributesToGet: import_smithy_client._json,
|
|
2928
2917
|
ConsistentRead: [],
|
|
2929
2918
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2930
|
-
Keys: (_) => se_KeyList(_, context),
|
|
2919
|
+
Keys: /* @__PURE__ */ __name((_) => se_KeyList(_, context), "Keys"),
|
|
2931
2920
|
ProjectionExpression: []
|
|
2932
2921
|
});
|
|
2933
2922
|
}, "se_KeysAndAttributes");
|
|
@@ -2942,8 +2931,8 @@ var se_ListBackupsInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2942
2931
|
ExclusiveStartBackupArn: [],
|
|
2943
2932
|
Limit: [],
|
|
2944
2933
|
TableName: [],
|
|
2945
|
-
TimeRangeLowerBound: (_) => _.getTime() / 1e3,
|
|
2946
|
-
TimeRangeUpperBound: (_) => _.getTime() / 1e3
|
|
2934
|
+
TimeRangeLowerBound: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "TimeRangeLowerBound"),
|
|
2935
|
+
TimeRangeUpperBound: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "TimeRangeUpperBound")
|
|
2947
2936
|
});
|
|
2948
2937
|
}, "se_ListBackupsInput");
|
|
2949
2938
|
var se_MapAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2957,7 +2946,7 @@ var se_MapAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
2957
2946
|
}, "se_MapAttributeValue");
|
|
2958
2947
|
var se_ParameterizedStatement = /* @__PURE__ */ __name((input, context) => {
|
|
2959
2948
|
return (0, import_smithy_client.take)(input, {
|
|
2960
|
-
Parameters: (_) => se_PreparedStatementParameters(_, context),
|
|
2949
|
+
Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
|
|
2961
2950
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2962
2951
|
Statement: []
|
|
2963
2952
|
});
|
|
@@ -2981,8 +2970,8 @@ var se_Put = /* @__PURE__ */ __name((input, context) => {
|
|
|
2981
2970
|
return (0, import_smithy_client.take)(input, {
|
|
2982
2971
|
ConditionExpression: [],
|
|
2983
2972
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2984
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
2985
|
-
Item: (_) => se_PutItemInputAttributeMap(_, context),
|
|
2973
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
2974
|
+
Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item"),
|
|
2986
2975
|
ReturnValuesOnConditionCheckFailure: [],
|
|
2987
2976
|
TableName: []
|
|
2988
2977
|
});
|
|
@@ -2991,10 +2980,10 @@ var se_PutItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2991
2980
|
return (0, import_smithy_client.take)(input, {
|
|
2992
2981
|
ConditionExpression: [],
|
|
2993
2982
|
ConditionalOperator: [],
|
|
2994
|
-
Expected: (_) => se_ExpectedAttributeMap(_, context),
|
|
2983
|
+
Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
|
|
2995
2984
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
2996
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
2997
|
-
Item: (_) => se_PutItemInputAttributeMap(_, context),
|
|
2985
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
2986
|
+
Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item"),
|
|
2998
2987
|
ReturnConsumedCapacity: [],
|
|
2999
2988
|
ReturnItemCollectionMetrics: [],
|
|
3000
2989
|
ReturnValues: [],
|
|
@@ -3013,7 +3002,7 @@ var se_PutItemInputAttributeMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
3013
3002
|
}, "se_PutItemInputAttributeMap");
|
|
3014
3003
|
var se_PutRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3015
3004
|
return (0, import_smithy_client.take)(input, {
|
|
3016
|
-
Item: (_) => se_PutItemInputAttributeMap(_, context)
|
|
3005
|
+
Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item")
|
|
3017
3006
|
});
|
|
3018
3007
|
}, "se_PutRequest");
|
|
3019
3008
|
var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3021,16 +3010,16 @@ var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3021
3010
|
AttributesToGet: import_smithy_client._json,
|
|
3022
3011
|
ConditionalOperator: [],
|
|
3023
3012
|
ConsistentRead: [],
|
|
3024
|
-
ExclusiveStartKey: (_) => se_Key(_, context),
|
|
3013
|
+
ExclusiveStartKey: /* @__PURE__ */ __name((_) => se_Key(_, context), "ExclusiveStartKey"),
|
|
3025
3014
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
3026
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
3015
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
3027
3016
|
FilterExpression: [],
|
|
3028
3017
|
IndexName: [],
|
|
3029
3018
|
KeyConditionExpression: [],
|
|
3030
|
-
KeyConditions: (_) => se_KeyConditions(_, context),
|
|
3019
|
+
KeyConditions: /* @__PURE__ */ __name((_) => se_KeyConditions(_, context), "KeyConditions"),
|
|
3031
3020
|
Limit: [],
|
|
3032
3021
|
ProjectionExpression: [],
|
|
3033
|
-
QueryFilter: (_) => se_FilterConditionMap(_, context),
|
|
3022
|
+
QueryFilter: /* @__PURE__ */ __name((_) => se_FilterConditionMap(_, context), "QueryFilter"),
|
|
3034
3023
|
ReturnConsumedCapacity: [],
|
|
3035
3024
|
ScanIndexForward: [],
|
|
3036
3025
|
Select: [],
|
|
@@ -3040,8 +3029,8 @@ var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3040
3029
|
var se_ReplicaAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3041
3030
|
return (0, import_smithy_client.take)(input, {
|
|
3042
3031
|
RegionName: [],
|
|
3043
|
-
ReplicaGlobalSecondaryIndexUpdates: (_) => se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList(_, context),
|
|
3044
|
-
ReplicaProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
|
|
3032
|
+
ReplicaGlobalSecondaryIndexUpdates: /* @__PURE__ */ __name((_) => se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList(_, context), "ReplicaGlobalSecondaryIndexUpdates"),
|
|
3033
|
+
ReplicaProvisionedReadCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ReplicaProvisionedReadCapacityAutoScalingUpdate")
|
|
3045
3034
|
});
|
|
3046
3035
|
}, "se_ReplicaAutoScalingUpdate");
|
|
3047
3036
|
var se_ReplicaAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3052,7 +3041,7 @@ var se_ReplicaAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) =>
|
|
|
3052
3041
|
var se_ReplicaGlobalSecondaryIndexAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3053
3042
|
return (0, import_smithy_client.take)(input, {
|
|
3054
3043
|
IndexName: [],
|
|
3055
|
-
ProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
|
|
3044
|
+
ProvisionedReadCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedReadCapacityAutoScalingUpdate")
|
|
3056
3045
|
});
|
|
3057
3046
|
}, "se_ReplicaGlobalSecondaryIndexAutoScalingUpdate");
|
|
3058
3047
|
var se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3063,7 +3052,7 @@ var se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name
|
|
|
3063
3052
|
var se_ReplicaGlobalSecondaryIndexSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3064
3053
|
return (0, import_smithy_client.take)(input, {
|
|
3065
3054
|
IndexName: [],
|
|
3066
|
-
ProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
|
|
3055
|
+
ProvisionedReadCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedReadCapacityAutoScalingSettingsUpdate"),
|
|
3067
3056
|
ProvisionedReadCapacityUnits: []
|
|
3068
3057
|
});
|
|
3069
3058
|
}, "se_ReplicaGlobalSecondaryIndexSettingsUpdate");
|
|
@@ -3075,8 +3064,8 @@ var se_ReplicaGlobalSecondaryIndexSettingsUpdateList = /* @__PURE__ */ __name((i
|
|
|
3075
3064
|
var se_ReplicaSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3076
3065
|
return (0, import_smithy_client.take)(input, {
|
|
3077
3066
|
RegionName: [],
|
|
3078
|
-
ReplicaGlobalSecondaryIndexSettingsUpdate: (_) => se_ReplicaGlobalSecondaryIndexSettingsUpdateList(_, context),
|
|
3079
|
-
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
|
|
3067
|
+
ReplicaGlobalSecondaryIndexSettingsUpdate: /* @__PURE__ */ __name((_) => se_ReplicaGlobalSecondaryIndexSettingsUpdateList(_, context), "ReplicaGlobalSecondaryIndexSettingsUpdate"),
|
|
3068
|
+
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate"),
|
|
3080
3069
|
ReplicaProvisionedReadCapacityUnits: [],
|
|
3081
3070
|
ReplicaTableClass: []
|
|
3082
3071
|
});
|
|
@@ -3093,7 +3082,7 @@ var se_RestoreTableToPointInTimeInput = /* @__PURE__ */ __name((input, context)
|
|
|
3093
3082
|
LocalSecondaryIndexOverride: import_smithy_client._json,
|
|
3094
3083
|
OnDemandThroughputOverride: import_smithy_client._json,
|
|
3095
3084
|
ProvisionedThroughputOverride: import_smithy_client._json,
|
|
3096
|
-
RestoreDateTime: (_) => _.getTime() / 1e3,
|
|
3085
|
+
RestoreDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "RestoreDateTime"),
|
|
3097
3086
|
SSESpecificationOverride: import_smithy_client._json,
|
|
3098
3087
|
SourceTableArn: [],
|
|
3099
3088
|
SourceTableName: [],
|
|
@@ -3106,15 +3095,15 @@ var se_ScanInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3106
3095
|
AttributesToGet: import_smithy_client._json,
|
|
3107
3096
|
ConditionalOperator: [],
|
|
3108
3097
|
ConsistentRead: [],
|
|
3109
|
-
ExclusiveStartKey: (_) => se_Key(_, context),
|
|
3098
|
+
ExclusiveStartKey: /* @__PURE__ */ __name((_) => se_Key(_, context), "ExclusiveStartKey"),
|
|
3110
3099
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
3111
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
3100
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
3112
3101
|
FilterExpression: [],
|
|
3113
3102
|
IndexName: [],
|
|
3114
3103
|
Limit: [],
|
|
3115
3104
|
ProjectionExpression: [],
|
|
3116
3105
|
ReturnConsumedCapacity: [],
|
|
3117
|
-
ScanFilter: (_) => se_FilterConditionMap(_, context),
|
|
3106
|
+
ScanFilter: /* @__PURE__ */ __name((_) => se_FilterConditionMap(_, context), "ScanFilter"),
|
|
3118
3107
|
Segment: [],
|
|
3119
3108
|
Select: [],
|
|
3120
3109
|
TableName: [],
|
|
@@ -3123,7 +3112,7 @@ var se_ScanInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3123
3112
|
}, "se_ScanInput");
|
|
3124
3113
|
var se_TransactGetItem = /* @__PURE__ */ __name((input, context) => {
|
|
3125
3114
|
return (0, import_smithy_client.take)(input, {
|
|
3126
|
-
Get: (_) => se_Get(_, context)
|
|
3115
|
+
Get: /* @__PURE__ */ __name((_) => se_Get(_, context), "Get")
|
|
3127
3116
|
});
|
|
3128
3117
|
}, "se_TransactGetItem");
|
|
3129
3118
|
var se_TransactGetItemList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3134,15 +3123,15 @@ var se_TransactGetItemList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3134
3123
|
var se_TransactGetItemsInput = /* @__PURE__ */ __name((input, context) => {
|
|
3135
3124
|
return (0, import_smithy_client.take)(input, {
|
|
3136
3125
|
ReturnConsumedCapacity: [],
|
|
3137
|
-
TransactItems: (_) => se_TransactGetItemList(_, context)
|
|
3126
|
+
TransactItems: /* @__PURE__ */ __name((_) => se_TransactGetItemList(_, context), "TransactItems")
|
|
3138
3127
|
});
|
|
3139
3128
|
}, "se_TransactGetItemsInput");
|
|
3140
3129
|
var se_TransactWriteItem = /* @__PURE__ */ __name((input, context) => {
|
|
3141
3130
|
return (0, import_smithy_client.take)(input, {
|
|
3142
|
-
ConditionCheck: (_) => se_ConditionCheck(_, context),
|
|
3143
|
-
Delete: (_) => se_Delete(_, context),
|
|
3144
|
-
Put: (_) => se_Put(_, context),
|
|
3145
|
-
Update: (_) => se_Update(_, context)
|
|
3131
|
+
ConditionCheck: /* @__PURE__ */ __name((_) => se_ConditionCheck(_, context), "ConditionCheck"),
|
|
3132
|
+
Delete: /* @__PURE__ */ __name((_) => se_Delete(_, context), "Delete"),
|
|
3133
|
+
Put: /* @__PURE__ */ __name((_) => se_Put(_, context), "Put"),
|
|
3134
|
+
Update: /* @__PURE__ */ __name((_) => se_Update(_, context), "Update")
|
|
3146
3135
|
});
|
|
3147
3136
|
}, "se_TransactWriteItem");
|
|
3148
3137
|
var se_TransactWriteItemList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3155,15 +3144,15 @@ var se_TransactWriteItemsInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3155
3144
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3156
3145
|
ReturnConsumedCapacity: [],
|
|
3157
3146
|
ReturnItemCollectionMetrics: [],
|
|
3158
|
-
TransactItems: (_) => se_TransactWriteItemList(_, context)
|
|
3147
|
+
TransactItems: /* @__PURE__ */ __name((_) => se_TransactWriteItemList(_, context), "TransactItems")
|
|
3159
3148
|
});
|
|
3160
3149
|
}, "se_TransactWriteItemsInput");
|
|
3161
3150
|
var se_Update = /* @__PURE__ */ __name((input, context) => {
|
|
3162
3151
|
return (0, import_smithy_client.take)(input, {
|
|
3163
3152
|
ConditionExpression: [],
|
|
3164
3153
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
3165
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
3166
|
-
Key: (_) => se_Key(_, context),
|
|
3154
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
3155
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
3167
3156
|
ReturnValuesOnConditionCheckFailure: [],
|
|
3168
3157
|
TableName: [],
|
|
3169
3158
|
UpdateExpression: []
|
|
@@ -3172,22 +3161,22 @@ var se_Update = /* @__PURE__ */ __name((input, context) => {
|
|
|
3172
3161
|
var se_UpdateGlobalTableSettingsInput = /* @__PURE__ */ __name((input, context) => {
|
|
3173
3162
|
return (0, import_smithy_client.take)(input, {
|
|
3174
3163
|
GlobalTableBillingMode: [],
|
|
3175
|
-
GlobalTableGlobalSecondaryIndexSettingsUpdate: (_) => se_GlobalTableGlobalSecondaryIndexSettingsUpdateList(_, context),
|
|
3164
|
+
GlobalTableGlobalSecondaryIndexSettingsUpdate: /* @__PURE__ */ __name((_) => se_GlobalTableGlobalSecondaryIndexSettingsUpdateList(_, context), "GlobalTableGlobalSecondaryIndexSettingsUpdate"),
|
|
3176
3165
|
GlobalTableName: [],
|
|
3177
|
-
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
|
|
3166
|
+
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate"),
|
|
3178
3167
|
GlobalTableProvisionedWriteCapacityUnits: [],
|
|
3179
|
-
ReplicaSettingsUpdate: (_) => se_ReplicaSettingsUpdateList(_, context)
|
|
3168
|
+
ReplicaSettingsUpdate: /* @__PURE__ */ __name((_) => se_ReplicaSettingsUpdateList(_, context), "ReplicaSettingsUpdate")
|
|
3180
3169
|
});
|
|
3181
3170
|
}, "se_UpdateGlobalTableSettingsInput");
|
|
3182
3171
|
var se_UpdateItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
3183
3172
|
return (0, import_smithy_client.take)(input, {
|
|
3184
|
-
AttributeUpdates: (_) => se_AttributeUpdates(_, context),
|
|
3173
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_AttributeUpdates(_, context), "AttributeUpdates"),
|
|
3185
3174
|
ConditionExpression: [],
|
|
3186
3175
|
ConditionalOperator: [],
|
|
3187
|
-
Expected: (_) => se_ExpectedAttributeMap(_, context),
|
|
3176
|
+
Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
|
|
3188
3177
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
3189
|
-
ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
|
|
3190
|
-
Key: (_) => se_Key(_, context),
|
|
3178
|
+
ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
|
|
3179
|
+
Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
|
|
3191
3180
|
ReturnConsumedCapacity: [],
|
|
3192
3181
|
ReturnItemCollectionMetrics: [],
|
|
3193
3182
|
ReturnValues: [],
|
|
@@ -3198,16 +3187,16 @@ var se_UpdateItemInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3198
3187
|
}, "se_UpdateItemInput");
|
|
3199
3188
|
var se_UpdateTableReplicaAutoScalingInput = /* @__PURE__ */ __name((input, context) => {
|
|
3200
3189
|
return (0, import_smithy_client.take)(input, {
|
|
3201
|
-
GlobalSecondaryIndexUpdates: (_) => se_GlobalSecondaryIndexAutoScalingUpdateList(_, context),
|
|
3202
|
-
ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
|
|
3203
|
-
ReplicaUpdates: (_) => se_ReplicaAutoScalingUpdateList(_, context),
|
|
3190
|
+
GlobalSecondaryIndexUpdates: /* @__PURE__ */ __name((_) => se_GlobalSecondaryIndexAutoScalingUpdateList(_, context), "GlobalSecondaryIndexUpdates"),
|
|
3191
|
+
ProvisionedWriteCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingUpdate"),
|
|
3192
|
+
ReplicaUpdates: /* @__PURE__ */ __name((_) => se_ReplicaAutoScalingUpdateList(_, context), "ReplicaUpdates"),
|
|
3204
3193
|
TableName: []
|
|
3205
3194
|
});
|
|
3206
3195
|
}, "se_UpdateTableReplicaAutoScalingInput");
|
|
3207
3196
|
var se_WriteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3208
3197
|
return (0, import_smithy_client.take)(input, {
|
|
3209
|
-
DeleteRequest: (_) => se_DeleteRequest(_, context),
|
|
3210
|
-
PutRequest: (_) => se_PutRequest(_, context)
|
|
3198
|
+
DeleteRequest: /* @__PURE__ */ __name((_) => se_DeleteRequest(_, context), "DeleteRequest"),
|
|
3199
|
+
PutRequest: /* @__PURE__ */ __name((_) => se_PutRequest(_, context), "PutRequest")
|
|
3211
3200
|
});
|
|
3212
3201
|
}, "se_WriteRequest");
|
|
3213
3202
|
var se_WriteRequests = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3218,7 +3207,7 @@ var se_WriteRequests = /* @__PURE__ */ __name((input, context) => {
|
|
|
3218
3207
|
var de_ArchivalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3219
3208
|
return (0, import_smithy_client.take)(output, {
|
|
3220
3209
|
ArchivalBackupArn: import_smithy_client.expectString,
|
|
3221
|
-
ArchivalDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3210
|
+
ArchivalDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ArchivalDateTime"),
|
|
3222
3211
|
ArchivalReason: import_smithy_client.expectString
|
|
3223
3212
|
});
|
|
3224
3213
|
}, "de_ArchivalSummary");
|
|
@@ -3279,7 +3268,7 @@ var de_AttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
3279
3268
|
var de_AutoScalingPolicyDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3280
3269
|
return (0, import_smithy_client.take)(output, {
|
|
3281
3270
|
PolicyName: import_smithy_client.expectString,
|
|
3282
|
-
TargetTrackingScalingPolicyConfiguration: (_) => de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription(_, context)
|
|
3271
|
+
TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription(_, context), "TargetTrackingScalingPolicyConfiguration")
|
|
3283
3272
|
});
|
|
3284
3273
|
}, "de_AutoScalingPolicyDescription");
|
|
3285
3274
|
var de_AutoScalingPolicyDescriptionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3294,7 +3283,7 @@ var de_AutoScalingSettingsDescription = /* @__PURE__ */ __name((output, context)
|
|
|
3294
3283
|
AutoScalingRoleArn: import_smithy_client.expectString,
|
|
3295
3284
|
MaximumUnits: import_smithy_client.expectLong,
|
|
3296
3285
|
MinimumUnits: import_smithy_client.expectLong,
|
|
3297
|
-
ScalingPolicies: (_) => de_AutoScalingPolicyDescriptionList(_, context)
|
|
3286
|
+
ScalingPolicies: /* @__PURE__ */ __name((_) => de_AutoScalingPolicyDescriptionList(_, context), "ScalingPolicies")
|
|
3298
3287
|
});
|
|
3299
3288
|
}, "de_AutoScalingSettingsDescription");
|
|
3300
3289
|
var de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3307,16 +3296,16 @@ var de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription = /* @__PU
|
|
|
3307
3296
|
}, "de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription");
|
|
3308
3297
|
var de_BackupDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3309
3298
|
return (0, import_smithy_client.take)(output, {
|
|
3310
|
-
BackupDetails: (_) => de_BackupDetails(_, context),
|
|
3311
|
-
SourceTableDetails: (_) => de_SourceTableDetails(_, context),
|
|
3312
|
-
SourceTableFeatureDetails: (_) => de_SourceTableFeatureDetails(_, context)
|
|
3299
|
+
BackupDetails: /* @__PURE__ */ __name((_) => de_BackupDetails(_, context), "BackupDetails"),
|
|
3300
|
+
SourceTableDetails: /* @__PURE__ */ __name((_) => de_SourceTableDetails(_, context), "SourceTableDetails"),
|
|
3301
|
+
SourceTableFeatureDetails: /* @__PURE__ */ __name((_) => de_SourceTableFeatureDetails(_, context), "SourceTableFeatureDetails")
|
|
3313
3302
|
});
|
|
3314
3303
|
}, "de_BackupDescription");
|
|
3315
3304
|
var de_BackupDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3316
3305
|
return (0, import_smithy_client.take)(output, {
|
|
3317
3306
|
BackupArn: import_smithy_client.expectString,
|
|
3318
|
-
BackupCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3319
|
-
BackupExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3307
|
+
BackupCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupCreationDateTime"),
|
|
3308
|
+
BackupExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupExpiryDateTime"),
|
|
3320
3309
|
BackupName: import_smithy_client.expectString,
|
|
3321
3310
|
BackupSizeBytes: import_smithy_client.expectLong,
|
|
3322
3311
|
BackupStatus: import_smithy_client.expectString,
|
|
@@ -3332,8 +3321,8 @@ var de_BackupSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3332
3321
|
var de_BackupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3333
3322
|
return (0, import_smithy_client.take)(output, {
|
|
3334
3323
|
BackupArn: import_smithy_client.expectString,
|
|
3335
|
-
BackupCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3336
|
-
BackupExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3324
|
+
BackupCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupCreationDateTime"),
|
|
3325
|
+
BackupExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupExpiryDateTime"),
|
|
3337
3326
|
BackupName: import_smithy_client.expectString,
|
|
3338
3327
|
BackupSizeBytes: import_smithy_client.expectLong,
|
|
3339
3328
|
BackupStatus: import_smithy_client.expectString,
|
|
@@ -3345,15 +3334,15 @@ var de_BackupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3345
3334
|
}, "de_BackupSummary");
|
|
3346
3335
|
var de_BatchExecuteStatementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3347
3336
|
return (0, import_smithy_client.take)(output, {
|
|
3348
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
3349
|
-
Responses: (_) => de_PartiQLBatchResponse(_, context)
|
|
3337
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
3338
|
+
Responses: /* @__PURE__ */ __name((_) => de_PartiQLBatchResponse(_, context), "Responses")
|
|
3350
3339
|
});
|
|
3351
3340
|
}, "de_BatchExecuteStatementOutput");
|
|
3352
3341
|
var de_BatchGetItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3353
3342
|
return (0, import_smithy_client.take)(output, {
|
|
3354
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
3355
|
-
Responses: (_) => de_BatchGetResponseMap(_, context),
|
|
3356
|
-
UnprocessedKeys: (_) => de_BatchGetRequestMap(_, context)
|
|
3343
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
3344
|
+
Responses: /* @__PURE__ */ __name((_) => de_BatchGetResponseMap(_, context), "Responses"),
|
|
3345
|
+
UnprocessedKeys: /* @__PURE__ */ __name((_) => de_BatchGetRequestMap(_, context), "UnprocessedKeys")
|
|
3357
3346
|
});
|
|
3358
3347
|
}, "de_BatchGetItemOutput");
|
|
3359
3348
|
var de_BatchGetRequestMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3380,22 +3369,22 @@ var de_BatchGetResponseMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
3380
3369
|
var de_BatchStatementError = /* @__PURE__ */ __name((output, context) => {
|
|
3381
3370
|
return (0, import_smithy_client.take)(output, {
|
|
3382
3371
|
Code: import_smithy_client.expectString,
|
|
3383
|
-
Item: (_) => de_AttributeMap(_, context),
|
|
3372
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
|
|
3384
3373
|
Message: import_smithy_client.expectString
|
|
3385
3374
|
});
|
|
3386
3375
|
}, "de_BatchStatementError");
|
|
3387
3376
|
var de_BatchStatementResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3388
3377
|
return (0, import_smithy_client.take)(output, {
|
|
3389
|
-
Error: (_) => de_BatchStatementError(_, context),
|
|
3390
|
-
Item: (_) => de_AttributeMap(_, context),
|
|
3378
|
+
Error: /* @__PURE__ */ __name((_) => de_BatchStatementError(_, context), "Error"),
|
|
3379
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
|
|
3391
3380
|
TableName: import_smithy_client.expectString
|
|
3392
3381
|
});
|
|
3393
3382
|
}, "de_BatchStatementResponse");
|
|
3394
3383
|
var de_BatchWriteItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3395
3384
|
return (0, import_smithy_client.take)(output, {
|
|
3396
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
3397
|
-
ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context),
|
|
3398
|
-
UnprocessedItems: (_) => de_BatchWriteItemRequestMap(_, context)
|
|
3385
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
3386
|
+
ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetricsPerTable(_, context), "ItemCollectionMetrics"),
|
|
3387
|
+
UnprocessedItems: /* @__PURE__ */ __name((_) => de_BatchWriteItemRequestMap(_, context), "UnprocessedItems")
|
|
3399
3388
|
});
|
|
3400
3389
|
}, "de_BatchWriteItemOutput");
|
|
3401
3390
|
var de_BatchWriteItemRequestMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3410,7 +3399,7 @@ var de_BatchWriteItemRequestMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
3410
3399
|
var de_BillingModeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3411
3400
|
return (0, import_smithy_client.take)(output, {
|
|
3412
3401
|
BillingMode: import_smithy_client.expectString,
|
|
3413
|
-
LastUpdateToPayPerRequestDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3402
|
+
LastUpdateToPayPerRequestDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateToPayPerRequestDateTime")
|
|
3414
3403
|
});
|
|
3415
3404
|
}, "de_BillingModeSummary");
|
|
3416
3405
|
var de_BinarySetAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3422,7 +3411,7 @@ var de_BinarySetAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
3422
3411
|
var de_CancellationReason = /* @__PURE__ */ __name((output, context) => {
|
|
3423
3412
|
return (0, import_smithy_client.take)(output, {
|
|
3424
3413
|
Code: import_smithy_client.expectString,
|
|
3425
|
-
Item: (_) => de_AttributeMap(_, context),
|
|
3414
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
|
|
3426
3415
|
Message: import_smithy_client.expectString
|
|
3427
3416
|
});
|
|
3428
3417
|
}, "de_CancellationReason");
|
|
@@ -3441,17 +3430,17 @@ var de_Capacity = /* @__PURE__ */ __name((output, context) => {
|
|
|
3441
3430
|
}, "de_Capacity");
|
|
3442
3431
|
var de_ConditionalCheckFailedException = /* @__PURE__ */ __name((output, context) => {
|
|
3443
3432
|
return (0, import_smithy_client.take)(output, {
|
|
3444
|
-
Item: (_) => de_AttributeMap(_, context),
|
|
3433
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
|
|
3445
3434
|
message: import_smithy_client.expectString
|
|
3446
3435
|
});
|
|
3447
3436
|
}, "de_ConditionalCheckFailedException");
|
|
3448
3437
|
var de_ConsumedCapacity = /* @__PURE__ */ __name((output, context) => {
|
|
3449
3438
|
return (0, import_smithy_client.take)(output, {
|
|
3450
3439
|
CapacityUnits: import_smithy_client.limitedParseDouble,
|
|
3451
|
-
GlobalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
|
|
3452
|
-
LocalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
|
|
3440
|
+
GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_SecondaryIndexesCapacityMap(_, context), "GlobalSecondaryIndexes"),
|
|
3441
|
+
LocalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_SecondaryIndexesCapacityMap(_, context), "LocalSecondaryIndexes"),
|
|
3453
3442
|
ReadCapacityUnits: import_smithy_client.limitedParseDouble,
|
|
3454
|
-
Table: (_) => de_Capacity(_, context),
|
|
3443
|
+
Table: /* @__PURE__ */ __name((_) => de_Capacity(_, context), "Table"),
|
|
3455
3444
|
TableName: import_smithy_client.expectString,
|
|
3456
3445
|
WriteCapacityUnits: import_smithy_client.limitedParseDouble
|
|
3457
3446
|
});
|
|
@@ -3465,54 +3454,54 @@ var de_ConsumedCapacityMultiple = /* @__PURE__ */ __name((output, context) => {
|
|
|
3465
3454
|
var de_ContinuousBackupsDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3466
3455
|
return (0, import_smithy_client.take)(output, {
|
|
3467
3456
|
ContinuousBackupsStatus: import_smithy_client.expectString,
|
|
3468
|
-
PointInTimeRecoveryDescription: (_) => de_PointInTimeRecoveryDescription(_, context)
|
|
3457
|
+
PointInTimeRecoveryDescription: /* @__PURE__ */ __name((_) => de_PointInTimeRecoveryDescription(_, context), "PointInTimeRecoveryDescription")
|
|
3469
3458
|
});
|
|
3470
3459
|
}, "de_ContinuousBackupsDescription");
|
|
3471
3460
|
var de_CreateBackupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3472
3461
|
return (0, import_smithy_client.take)(output, {
|
|
3473
|
-
BackupDetails: (_) => de_BackupDetails(_, context)
|
|
3462
|
+
BackupDetails: /* @__PURE__ */ __name((_) => de_BackupDetails(_, context), "BackupDetails")
|
|
3474
3463
|
});
|
|
3475
3464
|
}, "de_CreateBackupOutput");
|
|
3476
3465
|
var de_CreateGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3477
3466
|
return (0, import_smithy_client.take)(output, {
|
|
3478
|
-
GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
|
|
3467
|
+
GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
|
|
3479
3468
|
});
|
|
3480
3469
|
}, "de_CreateGlobalTableOutput");
|
|
3481
3470
|
var de_CreateTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3482
3471
|
return (0, import_smithy_client.take)(output, {
|
|
3483
|
-
TableDescription: (_) => de_TableDescription(_, context)
|
|
3472
|
+
TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
|
|
3484
3473
|
});
|
|
3485
3474
|
}, "de_CreateTableOutput");
|
|
3486
3475
|
var de_DeleteBackupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3487
3476
|
return (0, import_smithy_client.take)(output, {
|
|
3488
|
-
BackupDescription: (_) => de_BackupDescription(_, context)
|
|
3477
|
+
BackupDescription: /* @__PURE__ */ __name((_) => de_BackupDescription(_, context), "BackupDescription")
|
|
3489
3478
|
});
|
|
3490
3479
|
}, "de_DeleteBackupOutput");
|
|
3491
3480
|
var de_DeleteItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3492
3481
|
return (0, import_smithy_client.take)(output, {
|
|
3493
|
-
Attributes: (_) => de_AttributeMap(_, context),
|
|
3494
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3495
|
-
ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
|
|
3482
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
|
|
3483
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3484
|
+
ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
|
|
3496
3485
|
});
|
|
3497
3486
|
}, "de_DeleteItemOutput");
|
|
3498
3487
|
var de_DeleteRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3499
3488
|
return (0, import_smithy_client.take)(output, {
|
|
3500
|
-
Key: (_) => de_Key(_, context)
|
|
3489
|
+
Key: /* @__PURE__ */ __name((_) => de_Key(_, context), "Key")
|
|
3501
3490
|
});
|
|
3502
3491
|
}, "de_DeleteRequest");
|
|
3503
3492
|
var de_DeleteTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3504
3493
|
return (0, import_smithy_client.take)(output, {
|
|
3505
|
-
TableDescription: (_) => de_TableDescription(_, context)
|
|
3494
|
+
TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
|
|
3506
3495
|
});
|
|
3507
3496
|
}, "de_DeleteTableOutput");
|
|
3508
3497
|
var de_DescribeBackupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3509
3498
|
return (0, import_smithy_client.take)(output, {
|
|
3510
|
-
BackupDescription: (_) => de_BackupDescription(_, context)
|
|
3499
|
+
BackupDescription: /* @__PURE__ */ __name((_) => de_BackupDescription(_, context), "BackupDescription")
|
|
3511
3500
|
});
|
|
3512
3501
|
}, "de_DescribeBackupOutput");
|
|
3513
3502
|
var de_DescribeContinuousBackupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3514
3503
|
return (0, import_smithy_client.take)(output, {
|
|
3515
|
-
ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context)
|
|
3504
|
+
ContinuousBackupsDescription: /* @__PURE__ */ __name((_) => de_ContinuousBackupsDescription(_, context), "ContinuousBackupsDescription")
|
|
3516
3505
|
});
|
|
3517
3506
|
}, "de_DescribeContinuousBackupsOutput");
|
|
3518
3507
|
var de_DescribeContributorInsightsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3521,89 +3510,89 @@ var de_DescribeContributorInsightsOutput = /* @__PURE__ */ __name((output, conte
|
|
|
3521
3510
|
ContributorInsightsStatus: import_smithy_client.expectString,
|
|
3522
3511
|
FailureException: import_smithy_client._json,
|
|
3523
3512
|
IndexName: import_smithy_client.expectString,
|
|
3524
|
-
LastUpdateDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3513
|
+
LastUpdateDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateDateTime"),
|
|
3525
3514
|
TableName: import_smithy_client.expectString
|
|
3526
3515
|
});
|
|
3527
3516
|
}, "de_DescribeContributorInsightsOutput");
|
|
3528
3517
|
var de_DescribeExportOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3529
3518
|
return (0, import_smithy_client.take)(output, {
|
|
3530
|
-
ExportDescription: (_) => de_ExportDescription(_, context)
|
|
3519
|
+
ExportDescription: /* @__PURE__ */ __name((_) => de_ExportDescription(_, context), "ExportDescription")
|
|
3531
3520
|
});
|
|
3532
3521
|
}, "de_DescribeExportOutput");
|
|
3533
3522
|
var de_DescribeGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3534
3523
|
return (0, import_smithy_client.take)(output, {
|
|
3535
|
-
GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
|
|
3524
|
+
GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
|
|
3536
3525
|
});
|
|
3537
3526
|
}, "de_DescribeGlobalTableOutput");
|
|
3538
3527
|
var de_DescribeGlobalTableSettingsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3539
3528
|
return (0, import_smithy_client.take)(output, {
|
|
3540
3529
|
GlobalTableName: import_smithy_client.expectString,
|
|
3541
|
-
ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context)
|
|
3530
|
+
ReplicaSettings: /* @__PURE__ */ __name((_) => de_ReplicaSettingsDescriptionList(_, context), "ReplicaSettings")
|
|
3542
3531
|
});
|
|
3543
3532
|
}, "de_DescribeGlobalTableSettingsOutput");
|
|
3544
3533
|
var de_DescribeImportOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3545
3534
|
return (0, import_smithy_client.take)(output, {
|
|
3546
|
-
ImportTableDescription: (_) => de_ImportTableDescription(_, context)
|
|
3535
|
+
ImportTableDescription: /* @__PURE__ */ __name((_) => de_ImportTableDescription(_, context), "ImportTableDescription")
|
|
3547
3536
|
});
|
|
3548
3537
|
}, "de_DescribeImportOutput");
|
|
3549
3538
|
var de_DescribeTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3550
3539
|
return (0, import_smithy_client.take)(output, {
|
|
3551
|
-
Table: (_) => de_TableDescription(_, context)
|
|
3540
|
+
Table: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "Table")
|
|
3552
3541
|
});
|
|
3553
3542
|
}, "de_DescribeTableOutput");
|
|
3554
3543
|
var de_DescribeTableReplicaAutoScalingOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3555
3544
|
return (0, import_smithy_client.take)(output, {
|
|
3556
|
-
TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context)
|
|
3545
|
+
TableAutoScalingDescription: /* @__PURE__ */ __name((_) => de_TableAutoScalingDescription(_, context), "TableAutoScalingDescription")
|
|
3557
3546
|
});
|
|
3558
3547
|
}, "de_DescribeTableReplicaAutoScalingOutput");
|
|
3559
3548
|
var de_ExecuteStatementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3560
3549
|
return (0, import_smithy_client.take)(output, {
|
|
3561
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3562
|
-
Items: (_) => de_ItemList(_, context),
|
|
3563
|
-
LastEvaluatedKey: (_) => de_Key(_, context),
|
|
3550
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3551
|
+
Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
|
|
3552
|
+
LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
|
|
3564
3553
|
NextToken: import_smithy_client.expectString
|
|
3565
3554
|
});
|
|
3566
3555
|
}, "de_ExecuteStatementOutput");
|
|
3567
3556
|
var de_ExecuteTransactionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3568
3557
|
return (0, import_smithy_client.take)(output, {
|
|
3569
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
3570
|
-
Responses: (_) => de_ItemResponseList(_, context)
|
|
3558
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
3559
|
+
Responses: /* @__PURE__ */ __name((_) => de_ItemResponseList(_, context), "Responses")
|
|
3571
3560
|
});
|
|
3572
3561
|
}, "de_ExecuteTransactionOutput");
|
|
3573
3562
|
var de_ExportDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3574
3563
|
return (0, import_smithy_client.take)(output, {
|
|
3575
3564
|
BilledSizeBytes: import_smithy_client.expectLong,
|
|
3576
3565
|
ClientToken: import_smithy_client.expectString,
|
|
3577
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3566
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
3578
3567
|
ExportArn: import_smithy_client.expectString,
|
|
3579
3568
|
ExportFormat: import_smithy_client.expectString,
|
|
3580
3569
|
ExportManifest: import_smithy_client.expectString,
|
|
3581
3570
|
ExportStatus: import_smithy_client.expectString,
|
|
3582
|
-
ExportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3571
|
+
ExportTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportTime"),
|
|
3583
3572
|
ExportType: import_smithy_client.expectString,
|
|
3584
3573
|
FailureCode: import_smithy_client.expectString,
|
|
3585
3574
|
FailureMessage: import_smithy_client.expectString,
|
|
3586
|
-
IncrementalExportSpecification: (_) => de_IncrementalExportSpecification(_, context),
|
|
3575
|
+
IncrementalExportSpecification: /* @__PURE__ */ __name((_) => de_IncrementalExportSpecification(_, context), "IncrementalExportSpecification"),
|
|
3587
3576
|
ItemCount: import_smithy_client.expectLong,
|
|
3588
3577
|
S3Bucket: import_smithy_client.expectString,
|
|
3589
3578
|
S3BucketOwner: import_smithy_client.expectString,
|
|
3590
3579
|
S3Prefix: import_smithy_client.expectString,
|
|
3591
3580
|
S3SseAlgorithm: import_smithy_client.expectString,
|
|
3592
3581
|
S3SseKmsKeyId: import_smithy_client.expectString,
|
|
3593
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3582
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3594
3583
|
TableArn: import_smithy_client.expectString,
|
|
3595
3584
|
TableId: import_smithy_client.expectString
|
|
3596
3585
|
});
|
|
3597
3586
|
}, "de_ExportDescription");
|
|
3598
3587
|
var de_ExportTableToPointInTimeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3599
3588
|
return (0, import_smithy_client.take)(output, {
|
|
3600
|
-
ExportDescription: (_) => de_ExportDescription(_, context)
|
|
3589
|
+
ExportDescription: /* @__PURE__ */ __name((_) => de_ExportDescription(_, context), "ExportDescription")
|
|
3601
3590
|
});
|
|
3602
3591
|
}, "de_ExportTableToPointInTimeOutput");
|
|
3603
3592
|
var de_GetItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3604
3593
|
return (0, import_smithy_client.take)(output, {
|
|
3605
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3606
|
-
Item: (_) => de_AttributeMap(_, context)
|
|
3594
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3595
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item")
|
|
3607
3596
|
});
|
|
3608
3597
|
}, "de_GetItemOutput");
|
|
3609
3598
|
var de_GlobalSecondaryIndexDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3617,7 +3606,7 @@ var de_GlobalSecondaryIndexDescription = /* @__PURE__ */ __name((output, context
|
|
|
3617
3606
|
KeySchema: import_smithy_client._json,
|
|
3618
3607
|
OnDemandThroughput: import_smithy_client._json,
|
|
3619
3608
|
Projection: import_smithy_client._json,
|
|
3620
|
-
ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
|
|
3609
|
+
ProvisionedThroughput: /* @__PURE__ */ __name((_) => de_ProvisionedThroughputDescription(_, context), "ProvisionedThroughput"),
|
|
3621
3610
|
WarmThroughput: import_smithy_client._json
|
|
3622
3611
|
});
|
|
3623
3612
|
}, "de_GlobalSecondaryIndexDescription");
|
|
@@ -3629,22 +3618,22 @@ var de_GlobalSecondaryIndexDescriptionList = /* @__PURE__ */ __name((output, con
|
|
|
3629
3618
|
}, "de_GlobalSecondaryIndexDescriptionList");
|
|
3630
3619
|
var de_GlobalTableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3631
3620
|
return (0, import_smithy_client.take)(output, {
|
|
3632
|
-
CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3621
|
+
CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
|
|
3633
3622
|
GlobalTableArn: import_smithy_client.expectString,
|
|
3634
3623
|
GlobalTableName: import_smithy_client.expectString,
|
|
3635
3624
|
GlobalTableStatus: import_smithy_client.expectString,
|
|
3636
|
-
ReplicationGroup: (_) => de_ReplicaDescriptionList(_, context)
|
|
3625
|
+
ReplicationGroup: /* @__PURE__ */ __name((_) => de_ReplicaDescriptionList(_, context), "ReplicationGroup")
|
|
3637
3626
|
});
|
|
3638
3627
|
}, "de_GlobalTableDescription");
|
|
3639
3628
|
var de_ImportSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3640
3629
|
return (0, import_smithy_client.take)(output, {
|
|
3641
3630
|
CloudWatchLogGroupArn: import_smithy_client.expectString,
|
|
3642
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3631
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
3643
3632
|
ImportArn: import_smithy_client.expectString,
|
|
3644
3633
|
ImportStatus: import_smithy_client.expectString,
|
|
3645
3634
|
InputFormat: import_smithy_client.expectString,
|
|
3646
3635
|
S3BucketSource: import_smithy_client._json,
|
|
3647
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3636
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3648
3637
|
TableArn: import_smithy_client.expectString
|
|
3649
3638
|
});
|
|
3650
3639
|
}, "de_ImportSummary");
|
|
@@ -3658,7 +3647,7 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3658
3647
|
return (0, import_smithy_client.take)(output, {
|
|
3659
3648
|
ClientToken: import_smithy_client.expectString,
|
|
3660
3649
|
CloudWatchLogGroupArn: import_smithy_client.expectString,
|
|
3661
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3650
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
3662
3651
|
ErrorCount: import_smithy_client.expectLong,
|
|
3663
3652
|
FailureCode: import_smithy_client.expectString,
|
|
3664
3653
|
FailureMessage: import_smithy_client.expectString,
|
|
@@ -3671,7 +3660,7 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3671
3660
|
ProcessedItemCount: import_smithy_client.expectLong,
|
|
3672
3661
|
ProcessedSizeBytes: import_smithy_client.expectLong,
|
|
3673
3662
|
S3BucketSource: import_smithy_client._json,
|
|
3674
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3663
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3675
3664
|
TableArn: import_smithy_client.expectString,
|
|
3676
3665
|
TableCreationParameters: import_smithy_client._json,
|
|
3677
3666
|
TableId: import_smithy_client.expectString
|
|
@@ -3679,13 +3668,13 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3679
3668
|
}, "de_ImportTableDescription");
|
|
3680
3669
|
var de_ImportTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3681
3670
|
return (0, import_smithy_client.take)(output, {
|
|
3682
|
-
ImportTableDescription: (_) => de_ImportTableDescription(_, context)
|
|
3671
|
+
ImportTableDescription: /* @__PURE__ */ __name((_) => de_ImportTableDescription(_, context), "ImportTableDescription")
|
|
3683
3672
|
});
|
|
3684
3673
|
}, "de_ImportTableOutput");
|
|
3685
3674
|
var de_IncrementalExportSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
3686
3675
|
return (0, import_smithy_client.take)(output, {
|
|
3687
|
-
ExportFromTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3688
|
-
ExportToTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3676
|
+
ExportFromTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportFromTime"),
|
|
3677
|
+
ExportToTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportToTime"),
|
|
3689
3678
|
ExportViewType: import_smithy_client.expectString
|
|
3690
3679
|
});
|
|
3691
3680
|
}, "de_IncrementalExportSpecification");
|
|
@@ -3700,8 +3689,8 @@ var de_ItemCollectionKeyAttributeMap = /* @__PURE__ */ __name((output, context)
|
|
|
3700
3689
|
}, "de_ItemCollectionKeyAttributeMap");
|
|
3701
3690
|
var de_ItemCollectionMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
3702
3691
|
return (0, import_smithy_client.take)(output, {
|
|
3703
|
-
ItemCollectionKey: (_) => de_ItemCollectionKeyAttributeMap(_, context),
|
|
3704
|
-
SizeEstimateRangeGB: (_) => de_ItemCollectionSizeEstimateRange(_, context)
|
|
3692
|
+
ItemCollectionKey: /* @__PURE__ */ __name((_) => de_ItemCollectionKeyAttributeMap(_, context), "ItemCollectionKey"),
|
|
3693
|
+
SizeEstimateRangeGB: /* @__PURE__ */ __name((_) => de_ItemCollectionSizeEstimateRange(_, context), "SizeEstimateRangeGB")
|
|
3705
3694
|
});
|
|
3706
3695
|
}, "de_ItemCollectionMetrics");
|
|
3707
3696
|
var de_ItemCollectionMetricsMultiple = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3733,7 +3722,7 @@ var de_ItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3733
3722
|
}, "de_ItemList");
|
|
3734
3723
|
var de_ItemResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3735
3724
|
return (0, import_smithy_client.take)(output, {
|
|
3736
|
-
Item: (_) => de_AttributeMap(_, context)
|
|
3725
|
+
Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item")
|
|
3737
3726
|
});
|
|
3738
3727
|
}, "de_ItemResponse");
|
|
3739
3728
|
var de_ItemResponseList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3762,7 +3751,7 @@ var de_KeysAndAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
3762
3751
|
AttributesToGet: import_smithy_client._json,
|
|
3763
3752
|
ConsistentRead: import_smithy_client.expectBoolean,
|
|
3764
3753
|
ExpressionAttributeNames: import_smithy_client._json,
|
|
3765
|
-
Keys: (_) => de_KeyList(_, context),
|
|
3754
|
+
Keys: /* @__PURE__ */ __name((_) => de_KeyList(_, context), "Keys"),
|
|
3766
3755
|
ProjectionExpression: import_smithy_client.expectString
|
|
3767
3756
|
});
|
|
3768
3757
|
}, "de_KeysAndAttributes");
|
|
@@ -3774,13 +3763,13 @@ var de_ListAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
3774
3763
|
}, "de_ListAttributeValue");
|
|
3775
3764
|
var de_ListBackupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3776
3765
|
return (0, import_smithy_client.take)(output, {
|
|
3777
|
-
BackupSummaries: (_) => de_BackupSummaries(_, context),
|
|
3766
|
+
BackupSummaries: /* @__PURE__ */ __name((_) => de_BackupSummaries(_, context), "BackupSummaries"),
|
|
3778
3767
|
LastEvaluatedBackupArn: import_smithy_client.expectString
|
|
3779
3768
|
});
|
|
3780
3769
|
}, "de_ListBackupsOutput");
|
|
3781
3770
|
var de_ListImportsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3782
3771
|
return (0, import_smithy_client.take)(output, {
|
|
3783
|
-
ImportSummaryList: (_) => de_ImportSummaryList(_, context),
|
|
3772
|
+
ImportSummaryList: /* @__PURE__ */ __name((_) => de_ImportSummaryList(_, context), "ImportSummaryList"),
|
|
3784
3773
|
NextToken: import_smithy_client.expectString
|
|
3785
3774
|
});
|
|
3786
3775
|
}, "de_ListImportsOutput");
|
|
@@ -3801,16 +3790,16 @@ var de_PartiQLBatchResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
3801
3790
|
}, "de_PartiQLBatchResponse");
|
|
3802
3791
|
var de_PointInTimeRecoveryDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3803
3792
|
return (0, import_smithy_client.take)(output, {
|
|
3804
|
-
EarliestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3805
|
-
LatestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3793
|
+
EarliestRestorableDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EarliestRestorableDateTime"),
|
|
3794
|
+
LatestRestorableDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LatestRestorableDateTime"),
|
|
3806
3795
|
PointInTimeRecoveryStatus: import_smithy_client.expectString,
|
|
3807
3796
|
RecoveryPeriodInDays: import_smithy_client.expectInt32
|
|
3808
3797
|
});
|
|
3809
3798
|
}, "de_PointInTimeRecoveryDescription");
|
|
3810
3799
|
var de_ProvisionedThroughputDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3811
3800
|
return (0, import_smithy_client.take)(output, {
|
|
3812
|
-
LastDecreaseDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3813
|
-
LastIncreaseDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3801
|
+
LastDecreaseDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastDecreaseDateTime"),
|
|
3802
|
+
LastIncreaseDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastIncreaseDateTime"),
|
|
3814
3803
|
NumberOfDecreasesToday: import_smithy_client.expectLong,
|
|
3815
3804
|
ReadCapacityUnits: import_smithy_client.expectLong,
|
|
3816
3805
|
WriteCapacityUnits: import_smithy_client.expectLong
|
|
@@ -3827,31 +3816,31 @@ var de_PutItemInputAttributeMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
3827
3816
|
}, "de_PutItemInputAttributeMap");
|
|
3828
3817
|
var de_PutItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3829
3818
|
return (0, import_smithy_client.take)(output, {
|
|
3830
|
-
Attributes: (_) => de_AttributeMap(_, context),
|
|
3831
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3832
|
-
ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
|
|
3819
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
|
|
3820
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3821
|
+
ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
|
|
3833
3822
|
});
|
|
3834
3823
|
}, "de_PutItemOutput");
|
|
3835
3824
|
var de_PutRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3836
3825
|
return (0, import_smithy_client.take)(output, {
|
|
3837
|
-
Item: (_) => de_PutItemInputAttributeMap(_, context)
|
|
3826
|
+
Item: /* @__PURE__ */ __name((_) => de_PutItemInputAttributeMap(_, context), "Item")
|
|
3838
3827
|
});
|
|
3839
3828
|
}, "de_PutRequest");
|
|
3840
3829
|
var de_QueryOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3841
3830
|
return (0, import_smithy_client.take)(output, {
|
|
3842
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3831
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3843
3832
|
Count: import_smithy_client.expectInt32,
|
|
3844
|
-
Items: (_) => de_ItemList(_, context),
|
|
3845
|
-
LastEvaluatedKey: (_) => de_Key(_, context),
|
|
3833
|
+
Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
|
|
3834
|
+
LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
|
|
3846
3835
|
ScannedCount: import_smithy_client.expectInt32
|
|
3847
3836
|
});
|
|
3848
3837
|
}, "de_QueryOutput");
|
|
3849
3838
|
var de_ReplicaAutoScalingDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3850
3839
|
return (0, import_smithy_client.take)(output, {
|
|
3851
|
-
GlobalSecondaryIndexes: (_) => de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList(_, context),
|
|
3840
|
+
GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList(_, context), "GlobalSecondaryIndexes"),
|
|
3852
3841
|
RegionName: import_smithy_client.expectString,
|
|
3853
|
-
ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3854
|
-
ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3842
|
+
ReplicaProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettings"),
|
|
3843
|
+
ReplicaProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedWriteCapacityAutoScalingSettings"),
|
|
3855
3844
|
ReplicaStatus: import_smithy_client.expectString
|
|
3856
3845
|
});
|
|
3857
3846
|
}, "de_ReplicaAutoScalingDescription");
|
|
@@ -3868,11 +3857,11 @@ var de_ReplicaDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3868
3857
|
OnDemandThroughputOverride: import_smithy_client._json,
|
|
3869
3858
|
ProvisionedThroughputOverride: import_smithy_client._json,
|
|
3870
3859
|
RegionName: import_smithy_client.expectString,
|
|
3871
|
-
ReplicaInaccessibleDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3860
|
+
ReplicaInaccessibleDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReplicaInaccessibleDateTime"),
|
|
3872
3861
|
ReplicaStatus: import_smithy_client.expectString,
|
|
3873
3862
|
ReplicaStatusDescription: import_smithy_client.expectString,
|
|
3874
3863
|
ReplicaStatusPercentProgress: import_smithy_client.expectString,
|
|
3875
|
-
ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
|
|
3864
|
+
ReplicaTableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "ReplicaTableClassSummary"),
|
|
3876
3865
|
WarmThroughput: import_smithy_client._json
|
|
3877
3866
|
});
|
|
3878
3867
|
}, "de_ReplicaDescription");
|
|
@@ -3886,8 +3875,8 @@ var de_ReplicaGlobalSecondaryIndexAutoScalingDescription = /* @__PURE__ */ __nam
|
|
|
3886
3875
|
return (0, import_smithy_client.take)(output, {
|
|
3887
3876
|
IndexName: import_smithy_client.expectString,
|
|
3888
3877
|
IndexStatus: import_smithy_client.expectString,
|
|
3889
|
-
ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3890
|
-
ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context)
|
|
3878
|
+
ProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedReadCapacityAutoScalingSettings"),
|
|
3879
|
+
ProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedWriteCapacityAutoScalingSettings")
|
|
3891
3880
|
});
|
|
3892
3881
|
}, "de_ReplicaGlobalSecondaryIndexAutoScalingDescription");
|
|
3893
3882
|
var de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3900,9 +3889,9 @@ var de_ReplicaGlobalSecondaryIndexSettingsDescription = /* @__PURE__ */ __name((
|
|
|
3900
3889
|
return (0, import_smithy_client.take)(output, {
|
|
3901
3890
|
IndexName: import_smithy_client.expectString,
|
|
3902
3891
|
IndexStatus: import_smithy_client.expectString,
|
|
3903
|
-
ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3892
|
+
ProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedReadCapacityAutoScalingSettings"),
|
|
3904
3893
|
ProvisionedReadCapacityUnits: import_smithy_client.expectLong,
|
|
3905
|
-
ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3894
|
+
ProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedWriteCapacityAutoScalingSettings"),
|
|
3906
3895
|
ProvisionedWriteCapacityUnits: import_smithy_client.expectLong
|
|
3907
3896
|
});
|
|
3908
3897
|
}, "de_ReplicaGlobalSecondaryIndexSettingsDescription");
|
|
@@ -3915,14 +3904,14 @@ var de_ReplicaGlobalSecondaryIndexSettingsDescriptionList = /* @__PURE__ */ __na
|
|
|
3915
3904
|
var de_ReplicaSettingsDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3916
3905
|
return (0, import_smithy_client.take)(output, {
|
|
3917
3906
|
RegionName: import_smithy_client.expectString,
|
|
3918
|
-
ReplicaBillingModeSummary: (_) => de_BillingModeSummary(_, context),
|
|
3919
|
-
ReplicaGlobalSecondaryIndexSettings: (_) => de_ReplicaGlobalSecondaryIndexSettingsDescriptionList(_, context),
|
|
3920
|
-
ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3907
|
+
ReplicaBillingModeSummary: /* @__PURE__ */ __name((_) => de_BillingModeSummary(_, context), "ReplicaBillingModeSummary"),
|
|
3908
|
+
ReplicaGlobalSecondaryIndexSettings: /* @__PURE__ */ __name((_) => de_ReplicaGlobalSecondaryIndexSettingsDescriptionList(_, context), "ReplicaGlobalSecondaryIndexSettings"),
|
|
3909
|
+
ReplicaProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettings"),
|
|
3921
3910
|
ReplicaProvisionedReadCapacityUnits: import_smithy_client.expectLong,
|
|
3922
|
-
ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
|
|
3911
|
+
ReplicaProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedWriteCapacityAutoScalingSettings"),
|
|
3923
3912
|
ReplicaProvisionedWriteCapacityUnits: import_smithy_client.expectLong,
|
|
3924
3913
|
ReplicaStatus: import_smithy_client.expectString,
|
|
3925
|
-
ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context)
|
|
3914
|
+
ReplicaTableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "ReplicaTableClassSummary")
|
|
3926
3915
|
});
|
|
3927
3916
|
}, "de_ReplicaSettingsDescription");
|
|
3928
3917
|
var de_ReplicaSettingsDescriptionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3933,7 +3922,7 @@ var de_ReplicaSettingsDescriptionList = /* @__PURE__ */ __name((output, context)
|
|
|
3933
3922
|
}, "de_ReplicaSettingsDescriptionList");
|
|
3934
3923
|
var de_RestoreSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3935
3924
|
return (0, import_smithy_client.take)(output, {
|
|
3936
|
-
RestoreDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3925
|
+
RestoreDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RestoreDateTime"),
|
|
3937
3926
|
RestoreInProgress: import_smithy_client.expectBoolean,
|
|
3938
3927
|
SourceBackupArn: import_smithy_client.expectString,
|
|
3939
3928
|
SourceTableArn: import_smithy_client.expectString
|
|
@@ -3941,20 +3930,20 @@ var de_RestoreSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3941
3930
|
}, "de_RestoreSummary");
|
|
3942
3931
|
var de_RestoreTableFromBackupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3943
3932
|
return (0, import_smithy_client.take)(output, {
|
|
3944
|
-
TableDescription: (_) => de_TableDescription(_, context)
|
|
3933
|
+
TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
|
|
3945
3934
|
});
|
|
3946
3935
|
}, "de_RestoreTableFromBackupOutput");
|
|
3947
3936
|
var de_RestoreTableToPointInTimeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3948
3937
|
return (0, import_smithy_client.take)(output, {
|
|
3949
|
-
TableDescription: (_) => de_TableDescription(_, context)
|
|
3938
|
+
TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
|
|
3950
3939
|
});
|
|
3951
3940
|
}, "de_RestoreTableToPointInTimeOutput");
|
|
3952
3941
|
var de_ScanOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3953
3942
|
return (0, import_smithy_client.take)(output, {
|
|
3954
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
3943
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
3955
3944
|
Count: import_smithy_client.expectInt32,
|
|
3956
|
-
Items: (_) => de_ItemList(_, context),
|
|
3957
|
-
LastEvaluatedKey: (_) => de_Key(_, context),
|
|
3945
|
+
Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
|
|
3946
|
+
LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
|
|
3958
3947
|
ScannedCount: import_smithy_client.expectInt32
|
|
3959
3948
|
});
|
|
3960
3949
|
}, "de_ScanOutput");
|
|
@@ -3975,7 +3964,7 @@ var de_SourceTableDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3975
3964
|
OnDemandThroughput: import_smithy_client._json,
|
|
3976
3965
|
ProvisionedThroughput: import_smithy_client._json,
|
|
3977
3966
|
TableArn: import_smithy_client.expectString,
|
|
3978
|
-
TableCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3967
|
+
TableCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TableCreationDateTime"),
|
|
3979
3968
|
TableId: import_smithy_client.expectString,
|
|
3980
3969
|
TableName: import_smithy_client.expectString,
|
|
3981
3970
|
TableSizeBytes: import_smithy_client.expectLong
|
|
@@ -3985,14 +3974,14 @@ var de_SourceTableFeatureDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3985
3974
|
return (0, import_smithy_client.take)(output, {
|
|
3986
3975
|
GlobalSecondaryIndexes: import_smithy_client._json,
|
|
3987
3976
|
LocalSecondaryIndexes: import_smithy_client._json,
|
|
3988
|
-
SSEDescription: (_) => de_SSEDescription(_, context),
|
|
3977
|
+
SSEDescription: /* @__PURE__ */ __name((_) => de_SSEDescription(_, context), "SSEDescription"),
|
|
3989
3978
|
StreamDescription: import_smithy_client._json,
|
|
3990
3979
|
TimeToLiveDescription: import_smithy_client._json
|
|
3991
3980
|
});
|
|
3992
3981
|
}, "de_SourceTableFeatureDetails");
|
|
3993
3982
|
var de_SSEDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3994
3983
|
return (0, import_smithy_client.take)(output, {
|
|
3995
|
-
InaccessibleEncryptionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3984
|
+
InaccessibleEncryptionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InaccessibleEncryptionDateTime"),
|
|
3996
3985
|
KMSMasterKeyArn: import_smithy_client.expectString,
|
|
3997
3986
|
SSEType: import_smithy_client.expectString,
|
|
3998
3987
|
Status: import_smithy_client.expectString
|
|
@@ -4000,25 +3989,25 @@ var de_SSEDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4000
3989
|
}, "de_SSEDescription");
|
|
4001
3990
|
var de_TableAutoScalingDescription = /* @__PURE__ */ __name((output, context) => {
|
|
4002
3991
|
return (0, import_smithy_client.take)(output, {
|
|
4003
|
-
Replicas: (_) => de_ReplicaAutoScalingDescriptionList(_, context),
|
|
3992
|
+
Replicas: /* @__PURE__ */ __name((_) => de_ReplicaAutoScalingDescriptionList(_, context), "Replicas"),
|
|
4004
3993
|
TableName: import_smithy_client.expectString,
|
|
4005
3994
|
TableStatus: import_smithy_client.expectString
|
|
4006
3995
|
});
|
|
4007
3996
|
}, "de_TableAutoScalingDescription");
|
|
4008
3997
|
var de_TableClassSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4009
3998
|
return (0, import_smithy_client.take)(output, {
|
|
4010
|
-
LastUpdateDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3999
|
+
LastUpdateDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateDateTime"),
|
|
4011
4000
|
TableClass: import_smithy_client.expectString
|
|
4012
4001
|
});
|
|
4013
4002
|
}, "de_TableClassSummary");
|
|
4014
4003
|
var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
4015
4004
|
return (0, import_smithy_client.take)(output, {
|
|
4016
|
-
ArchivalSummary: (_) => de_ArchivalSummary(_, context),
|
|
4005
|
+
ArchivalSummary: /* @__PURE__ */ __name((_) => de_ArchivalSummary(_, context), "ArchivalSummary"),
|
|
4017
4006
|
AttributeDefinitions: import_smithy_client._json,
|
|
4018
|
-
BillingModeSummary: (_) => de_BillingModeSummary(_, context),
|
|
4019
|
-
CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4007
|
+
BillingModeSummary: /* @__PURE__ */ __name((_) => de_BillingModeSummary(_, context), "BillingModeSummary"),
|
|
4008
|
+
CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
|
|
4020
4009
|
DeletionProtectionEnabled: import_smithy_client.expectBoolean,
|
|
4021
|
-
GlobalSecondaryIndexes: (_) => de_GlobalSecondaryIndexDescriptionList(_, context),
|
|
4010
|
+
GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_GlobalSecondaryIndexDescriptionList(_, context), "GlobalSecondaryIndexes"),
|
|
4022
4011
|
GlobalTableVersion: import_smithy_client.expectString,
|
|
4023
4012
|
ItemCount: import_smithy_client.expectLong,
|
|
4024
4013
|
KeySchema: import_smithy_client._json,
|
|
@@ -4027,13 +4016,13 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4027
4016
|
LocalSecondaryIndexes: import_smithy_client._json,
|
|
4028
4017
|
MultiRegionConsistency: import_smithy_client.expectString,
|
|
4029
4018
|
OnDemandThroughput: import_smithy_client._json,
|
|
4030
|
-
ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
|
|
4031
|
-
Replicas: (_) => de_ReplicaDescriptionList(_, context),
|
|
4032
|
-
RestoreSummary: (_) => de_RestoreSummary(_, context),
|
|
4033
|
-
SSEDescription: (_) => de_SSEDescription(_, context),
|
|
4019
|
+
ProvisionedThroughput: /* @__PURE__ */ __name((_) => de_ProvisionedThroughputDescription(_, context), "ProvisionedThroughput"),
|
|
4020
|
+
Replicas: /* @__PURE__ */ __name((_) => de_ReplicaDescriptionList(_, context), "Replicas"),
|
|
4021
|
+
RestoreSummary: /* @__PURE__ */ __name((_) => de_RestoreSummary(_, context), "RestoreSummary"),
|
|
4022
|
+
SSEDescription: /* @__PURE__ */ __name((_) => de_SSEDescription(_, context), "SSEDescription"),
|
|
4034
4023
|
StreamSpecification: import_smithy_client._json,
|
|
4035
4024
|
TableArn: import_smithy_client.expectString,
|
|
4036
|
-
TableClassSummary: (_) => de_TableClassSummary(_, context),
|
|
4025
|
+
TableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "TableClassSummary"),
|
|
4037
4026
|
TableId: import_smithy_client.expectString,
|
|
4038
4027
|
TableName: import_smithy_client.expectString,
|
|
4039
4028
|
TableSizeBytes: import_smithy_client.expectLong,
|
|
@@ -4043,59 +4032,59 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4043
4032
|
}, "de_TableDescription");
|
|
4044
4033
|
var de_TransactGetItemsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4045
4034
|
return (0, import_smithy_client.take)(output, {
|
|
4046
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
4047
|
-
Responses: (_) => de_ItemResponseList(_, context)
|
|
4035
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
4036
|
+
Responses: /* @__PURE__ */ __name((_) => de_ItemResponseList(_, context), "Responses")
|
|
4048
4037
|
});
|
|
4049
4038
|
}, "de_TransactGetItemsOutput");
|
|
4050
4039
|
var de_TransactionCanceledException = /* @__PURE__ */ __name((output, context) => {
|
|
4051
4040
|
return (0, import_smithy_client.take)(output, {
|
|
4052
|
-
CancellationReasons: (_) => de_CancellationReasonList(_, context),
|
|
4041
|
+
CancellationReasons: /* @__PURE__ */ __name((_) => de_CancellationReasonList(_, context), "CancellationReasons"),
|
|
4053
4042
|
Message: import_smithy_client.expectString
|
|
4054
4043
|
});
|
|
4055
4044
|
}, "de_TransactionCanceledException");
|
|
4056
4045
|
var de_TransactWriteItemsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4057
4046
|
return (0, import_smithy_client.take)(output, {
|
|
4058
|
-
ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
|
|
4059
|
-
ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context)
|
|
4047
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
|
|
4048
|
+
ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetricsPerTable(_, context), "ItemCollectionMetrics")
|
|
4060
4049
|
});
|
|
4061
4050
|
}, "de_TransactWriteItemsOutput");
|
|
4062
4051
|
var de_UpdateContinuousBackupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4063
4052
|
return (0, import_smithy_client.take)(output, {
|
|
4064
|
-
ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context)
|
|
4053
|
+
ContinuousBackupsDescription: /* @__PURE__ */ __name((_) => de_ContinuousBackupsDescription(_, context), "ContinuousBackupsDescription")
|
|
4065
4054
|
});
|
|
4066
4055
|
}, "de_UpdateContinuousBackupsOutput");
|
|
4067
4056
|
var de_UpdateGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4068
4057
|
return (0, import_smithy_client.take)(output, {
|
|
4069
|
-
GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
|
|
4058
|
+
GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
|
|
4070
4059
|
});
|
|
4071
4060
|
}, "de_UpdateGlobalTableOutput");
|
|
4072
4061
|
var de_UpdateGlobalTableSettingsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4073
4062
|
return (0, import_smithy_client.take)(output, {
|
|
4074
4063
|
GlobalTableName: import_smithy_client.expectString,
|
|
4075
|
-
ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context)
|
|
4064
|
+
ReplicaSettings: /* @__PURE__ */ __name((_) => de_ReplicaSettingsDescriptionList(_, context), "ReplicaSettings")
|
|
4076
4065
|
});
|
|
4077
4066
|
}, "de_UpdateGlobalTableSettingsOutput");
|
|
4078
4067
|
var de_UpdateItemOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4079
4068
|
return (0, import_smithy_client.take)(output, {
|
|
4080
|
-
Attributes: (_) => de_AttributeMap(_, context),
|
|
4081
|
-
ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
|
|
4082
|
-
ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
|
|
4069
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
|
|
4070
|
+
ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
|
|
4071
|
+
ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
|
|
4083
4072
|
});
|
|
4084
4073
|
}, "de_UpdateItemOutput");
|
|
4085
4074
|
var de_UpdateTableOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4086
4075
|
return (0, import_smithy_client.take)(output, {
|
|
4087
|
-
TableDescription: (_) => de_TableDescription(_, context)
|
|
4076
|
+
TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
|
|
4088
4077
|
});
|
|
4089
4078
|
}, "de_UpdateTableOutput");
|
|
4090
4079
|
var de_UpdateTableReplicaAutoScalingOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4091
4080
|
return (0, import_smithy_client.take)(output, {
|
|
4092
|
-
TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context)
|
|
4081
|
+
TableAutoScalingDescription: /* @__PURE__ */ __name((_) => de_TableAutoScalingDescription(_, context), "TableAutoScalingDescription")
|
|
4093
4082
|
});
|
|
4094
4083
|
}, "de_UpdateTableReplicaAutoScalingOutput");
|
|
4095
4084
|
var de_WriteRequest = /* @__PURE__ */ __name((output, context) => {
|
|
4096
4085
|
return (0, import_smithy_client.take)(output, {
|
|
4097
|
-
DeleteRequest: (_) => de_DeleteRequest(_, context),
|
|
4098
|
-
PutRequest: (_) => de_PutRequest(_, context)
|
|
4086
|
+
DeleteRequest: /* @__PURE__ */ __name((_) => de_DeleteRequest(_, context), "DeleteRequest"),
|
|
4087
|
+
PutRequest: /* @__PURE__ */ __name((_) => de_PutRequest(_, context), "PutRequest")
|
|
4099
4088
|
});
|
|
4100
4089
|
}, "de_WriteRequest");
|
|
4101
4090
|
var de_WriteRequests = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4197,22 +4186,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
4197
4186
|
}, "resolveHttpAuthRuntimeConfig");
|
|
4198
4187
|
|
|
4199
4188
|
// src/runtimeExtensions.ts
|
|
4200
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
4201
4189
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
4202
|
-
const extensionConfiguration =
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4190
|
+
const extensionConfiguration = Object.assign(
|
|
4191
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
4192
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
4193
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
4194
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
4195
|
+
);
|
|
4208
4196
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
4209
|
-
return
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4197
|
+
return Object.assign(
|
|
4198
|
+
runtimeConfig,
|
|
4199
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
4200
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
4201
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
4202
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
4203
|
+
);
|
|
4216
4204
|
}, "resolveRuntimeExtensions");
|
|
4217
4205
|
|
|
4218
4206
|
// src/DynamoDBClient.ts
|
|
@@ -4226,6 +4214,8 @@ var DynamoDBClient = class extends import_smithy_client.Client {
|
|
|
4226
4214
|
config;
|
|
4227
4215
|
constructor(...[configuration]) {
|
|
4228
4216
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
4217
|
+
super(_config_0);
|
|
4218
|
+
this.initConfig = _config_0;
|
|
4229
4219
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
4230
4220
|
const _config_2 = (0, import_account_id_endpoint.resolveAccountIdEndpointModeConfig)(_config_1);
|
|
4231
4221
|
const _config_3 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_2);
|
|
@@ -4238,7 +4228,6 @@ var DynamoDBClient = class extends import_smithy_client.Client {
|
|
|
4238
4228
|
endpointDiscoveryCommandCtor: DescribeEndpointsCommand
|
|
4239
4229
|
});
|
|
4240
4230
|
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
4241
|
-
super(_config_10);
|
|
4242
4231
|
this.config = _config_10;
|
|
4243
4232
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
4244
4233
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -4249,9 +4238,9 @@ var DynamoDBClient = class extends import_smithy_client.Client {
|
|
|
4249
4238
|
this.middlewareStack.use(
|
|
4250
4239
|
(0, import_core2.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
4251
4240
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDynamoDBHttpAuthSchemeParametersProvider,
|
|
4252
|
-
identityProviderConfigProvider: async (config) => new import_core2.DefaultIdentityProviderConfig({
|
|
4241
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core2.DefaultIdentityProviderConfig({
|
|
4253
4242
|
"aws.auth#sigv4": config.credentials
|
|
4254
|
-
})
|
|
4243
|
+
}), "identityProviderConfigProvider")
|
|
4255
4244
|
})
|
|
4256
4245
|
);
|
|
4257
4246
|
this.middlewareStack.use((0, import_core2.getHttpSigningPlugin)(this.config));
|
|
@@ -4288,7 +4277,10 @@ var BatchExecuteStatementCommand = class extends import_smithy_client.Command.cl
|
|
|
4288
4277
|
|
|
4289
4278
|
|
|
4290
4279
|
|
|
4291
|
-
var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4280
|
+
var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4281
|
+
...commonParams,
|
|
4282
|
+
ResourceArnList: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => Object.keys(input?.RequestItems ?? {}), "get") }
|
|
4283
|
+
}).m(function(Command, cs, config, o) {
|
|
4292
4284
|
return [
|
|
4293
4285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4294
4286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4303,7 +4295,10 @@ var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
4303
4295
|
|
|
4304
4296
|
|
|
4305
4297
|
|
|
4306
|
-
var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4298
|
+
var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4299
|
+
...commonParams,
|
|
4300
|
+
ResourceArnList: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => Object.keys(input?.RequestItems ?? {}), "get") }
|
|
4301
|
+
}).m(function(Command, cs, config, o) {
|
|
4307
4302
|
return [
|
|
4308
4303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4309
4304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4318,7 +4313,10 @@ var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuil
|
|
|
4318
4313
|
|
|
4319
4314
|
|
|
4320
4315
|
|
|
4321
|
-
var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4316
|
+
var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4317
|
+
...commonParams,
|
|
4318
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4319
|
+
}).m(function(Command, cs, config, o) {
|
|
4322
4320
|
return [
|
|
4323
4321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4324
4322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4333,7 +4331,10 @@ var CreateBackupCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
4333
4331
|
|
|
4334
4332
|
|
|
4335
4333
|
|
|
4336
|
-
var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4334
|
+
var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4335
|
+
...commonParams,
|
|
4336
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" }
|
|
4337
|
+
}).m(function(Command, cs, config, o) {
|
|
4337
4338
|
return [
|
|
4338
4339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4339
4340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4348,7 +4349,10 @@ var CreateGlobalTableCommand = class extends import_smithy_client.Command.classB
|
|
|
4348
4349
|
|
|
4349
4350
|
|
|
4350
4351
|
|
|
4351
|
-
var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4352
|
+
var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4353
|
+
...commonParams,
|
|
4354
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4355
|
+
}).m(function(Command, cs, config, o) {
|
|
4352
4356
|
return [
|
|
4353
4357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4354
4358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4363,7 +4367,10 @@ var CreateTableCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
4363
4367
|
|
|
4364
4368
|
|
|
4365
4369
|
|
|
4366
|
-
var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4370
|
+
var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4371
|
+
...commonParams,
|
|
4372
|
+
ResourceArn: { type: "contextParams", name: "BackupArn" }
|
|
4373
|
+
}).m(function(Command, cs, config, o) {
|
|
4367
4374
|
return [
|
|
4368
4375
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4369
4376
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4378,7 +4385,10 @@ var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
4378
4385
|
|
|
4379
4386
|
|
|
4380
4387
|
|
|
4381
|
-
var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4388
|
+
var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4389
|
+
...commonParams,
|
|
4390
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4391
|
+
}).m(function(Command, cs, config, o) {
|
|
4382
4392
|
return [
|
|
4383
4393
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4384
4394
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4393,7 +4403,10 @@ var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
4393
4403
|
|
|
4394
4404
|
|
|
4395
4405
|
|
|
4396
|
-
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4406
|
+
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4407
|
+
...commonParams,
|
|
4408
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
4409
|
+
}).m(function(Command, cs, config, o) {
|
|
4397
4410
|
return [
|
|
4398
4411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4399
4412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4408,7 +4421,10 @@ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.cla
|
|
|
4408
4421
|
|
|
4409
4422
|
|
|
4410
4423
|
|
|
4411
|
-
var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4424
|
+
var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4425
|
+
...commonParams,
|
|
4426
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4427
|
+
}).m(function(Command, cs, config, o) {
|
|
4412
4428
|
return [
|
|
4413
4429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4414
4430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4423,7 +4439,10 @@ var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
4423
4439
|
|
|
4424
4440
|
|
|
4425
4441
|
|
|
4426
|
-
var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4442
|
+
var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4443
|
+
...commonParams,
|
|
4444
|
+
ResourceArn: { type: "contextParams", name: "BackupArn" }
|
|
4445
|
+
}).m(function(Command, cs, config, o) {
|
|
4427
4446
|
return [
|
|
4428
4447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4429
4448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4438,7 +4457,10 @@ var DescribeBackupCommand = class extends import_smithy_client.Command.classBuil
|
|
|
4438
4457
|
|
|
4439
4458
|
|
|
4440
4459
|
|
|
4441
|
-
var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4460
|
+
var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4461
|
+
...commonParams,
|
|
4462
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4463
|
+
}).m(function(Command, cs, config, o) {
|
|
4442
4464
|
return [
|
|
4443
4465
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4444
4466
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4453,7 +4475,10 @@ var DescribeContinuousBackupsCommand = class extends import_smithy_client.Comman
|
|
|
4453
4475
|
|
|
4454
4476
|
|
|
4455
4477
|
|
|
4456
|
-
var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4478
|
+
var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4479
|
+
...commonParams,
|
|
4480
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4481
|
+
}).m(function(Command, cs, config, o) {
|
|
4457
4482
|
return [
|
|
4458
4483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4459
4484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4468,7 +4493,10 @@ var DescribeContributorInsightsCommand = class extends import_smithy_client.Comm
|
|
|
4468
4493
|
|
|
4469
4494
|
|
|
4470
4495
|
|
|
4471
|
-
var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4496
|
+
var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4497
|
+
...commonParams,
|
|
4498
|
+
ResourceArn: { type: "contextParams", name: "ExportArn" }
|
|
4499
|
+
}).m(function(Command, cs, config, o) {
|
|
4472
4500
|
return [
|
|
4473
4501
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4474
4502
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4483,7 +4511,10 @@ var DescribeExportCommand = class extends import_smithy_client.Command.classBuil
|
|
|
4483
4511
|
|
|
4484
4512
|
|
|
4485
4513
|
|
|
4486
|
-
var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4514
|
+
var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4515
|
+
...commonParams,
|
|
4516
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" }
|
|
4517
|
+
}).m(function(Command, cs, config, o) {
|
|
4487
4518
|
return [
|
|
4488
4519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4489
4520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4498,7 +4529,10 @@ var DescribeGlobalTableCommand = class extends import_smithy_client.Command.clas
|
|
|
4498
4529
|
|
|
4499
4530
|
|
|
4500
4531
|
|
|
4501
|
-
var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4532
|
+
var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4533
|
+
...commonParams,
|
|
4534
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" }
|
|
4535
|
+
}).m(function(Command, cs, config, o) {
|
|
4502
4536
|
return [
|
|
4503
4537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4504
4538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4513,7 +4547,10 @@ var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Comm
|
|
|
4513
4547
|
|
|
4514
4548
|
|
|
4515
4549
|
|
|
4516
|
-
var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4550
|
+
var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4551
|
+
...commonParams,
|
|
4552
|
+
ResourceArn: { type: "contextParams", name: "ImportArn" }
|
|
4553
|
+
}).m(function(Command, cs, config, o) {
|
|
4517
4554
|
return [
|
|
4518
4555
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4519
4556
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4528,7 +4565,10 @@ var DescribeImportCommand = class extends import_smithy_client.Command.classBuil
|
|
|
4528
4565
|
|
|
4529
4566
|
|
|
4530
4567
|
|
|
4531
|
-
var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4568
|
+
var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4569
|
+
...commonParams,
|
|
4570
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4571
|
+
}).m(function(Command, cs, config, o) {
|
|
4532
4572
|
return [
|
|
4533
4573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4534
4574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4558,7 +4598,10 @@ var DescribeLimitsCommand = class extends import_smithy_client.Command.classBuil
|
|
|
4558
4598
|
|
|
4559
4599
|
|
|
4560
4600
|
|
|
4561
|
-
var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4601
|
+
var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4602
|
+
...commonParams,
|
|
4603
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4604
|
+
}).m(function(Command, cs, config, o) {
|
|
4562
4605
|
return [
|
|
4563
4606
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4564
4607
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4573,7 +4616,10 @@ var DescribeTableCommand = class extends import_smithy_client.Command.classBuild
|
|
|
4573
4616
|
|
|
4574
4617
|
|
|
4575
4618
|
|
|
4576
|
-
var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4619
|
+
var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4620
|
+
...commonParams,
|
|
4621
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4622
|
+
}).m(function(Command, cs, config, o) {
|
|
4577
4623
|
return [
|
|
4578
4624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4579
4625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4588,7 +4634,10 @@ var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.
|
|
|
4588
4634
|
|
|
4589
4635
|
|
|
4590
4636
|
|
|
4591
|
-
var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4637
|
+
var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4638
|
+
...commonParams,
|
|
4639
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4640
|
+
}).m(function(Command, cs, config, o) {
|
|
4592
4641
|
return [
|
|
4593
4642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4594
4643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4603,7 +4652,10 @@ var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.class
|
|
|
4603
4652
|
|
|
4604
4653
|
|
|
4605
4654
|
|
|
4606
|
-
var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4655
|
+
var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4656
|
+
...commonParams,
|
|
4657
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4658
|
+
}).m(function(Command, cs, config, o) {
|
|
4607
4659
|
return [
|
|
4608
4660
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4609
4661
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4618,7 +4670,10 @@ var DisableKinesisStreamingDestinationCommand = class extends import_smithy_clie
|
|
|
4618
4670
|
|
|
4619
4671
|
|
|
4620
4672
|
|
|
4621
|
-
var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4673
|
+
var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4674
|
+
...commonParams,
|
|
4675
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4676
|
+
}).m(function(Command, cs, config, o) {
|
|
4622
4677
|
return [
|
|
4623
4678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4624
4679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4663,7 +4718,10 @@ var ExecuteTransactionCommand = class extends import_smithy_client.Command.class
|
|
|
4663
4718
|
|
|
4664
4719
|
|
|
4665
4720
|
|
|
4666
|
-
var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4721
|
+
var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4722
|
+
...commonParams,
|
|
4723
|
+
ResourceArn: { type: "contextParams", name: "TableArn" }
|
|
4724
|
+
}).m(function(Command, cs, config, o) {
|
|
4667
4725
|
return [
|
|
4668
4726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4669
4727
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4678,7 +4736,10 @@ var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command
|
|
|
4678
4736
|
|
|
4679
4737
|
|
|
4680
4738
|
|
|
4681
|
-
var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4739
|
+
var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4740
|
+
...commonParams,
|
|
4741
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4742
|
+
}).m(function(Command, cs, config, o) {
|
|
4682
4743
|
return [
|
|
4683
4744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4684
4745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4693,7 +4754,10 @@ var GetItemCommand = class extends import_smithy_client.Command.classBuilder().e
|
|
|
4693
4754
|
|
|
4694
4755
|
|
|
4695
4756
|
|
|
4696
|
-
var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4757
|
+
var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4758
|
+
...commonParams,
|
|
4759
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
4760
|
+
}).m(function(Command, cs, config, o) {
|
|
4697
4761
|
return [
|
|
4698
4762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4699
4763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4708,7 +4772,10 @@ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classB
|
|
|
4708
4772
|
|
|
4709
4773
|
|
|
4710
4774
|
|
|
4711
|
-
var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4775
|
+
var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4776
|
+
...commonParams,
|
|
4777
|
+
ResourceArn: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => input?.TableCreationParameters?.TableName, "get") }
|
|
4778
|
+
}).m(function(Command, cs, config, o) {
|
|
4712
4779
|
return [
|
|
4713
4780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4714
4781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4723,7 +4790,10 @@ var ImportTableCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
4723
4790
|
|
|
4724
4791
|
|
|
4725
4792
|
|
|
4726
|
-
var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4793
|
+
var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4794
|
+
...commonParams,
|
|
4795
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4796
|
+
}).m(function(Command, cs, config, o) {
|
|
4727
4797
|
return [
|
|
4728
4798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4729
4799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4738,7 +4808,10 @@ var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
4738
4808
|
|
|
4739
4809
|
|
|
4740
4810
|
|
|
4741
|
-
var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4811
|
+
var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4812
|
+
...commonParams,
|
|
4813
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4814
|
+
}).m(function(Command, cs, config, o) {
|
|
4742
4815
|
return [
|
|
4743
4816
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4744
4817
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4753,7 +4826,10 @@ var ListContributorInsightsCommand = class extends import_smithy_client.Command.
|
|
|
4753
4826
|
|
|
4754
4827
|
|
|
4755
4828
|
|
|
4756
|
-
var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4829
|
+
var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4830
|
+
...commonParams,
|
|
4831
|
+
ResourceArn: { type: "contextParams", name: "TableArn" }
|
|
4832
|
+
}).m(function(Command, cs, config, o) {
|
|
4757
4833
|
return [
|
|
4758
4834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4759
4835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4783,7 +4859,10 @@ var ListGlobalTablesCommand = class extends import_smithy_client.Command.classBu
|
|
|
4783
4859
|
|
|
4784
4860
|
|
|
4785
4861
|
|
|
4786
|
-
var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4862
|
+
var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4863
|
+
...commonParams,
|
|
4864
|
+
ResourceArn: { type: "contextParams", name: "TableArn" }
|
|
4865
|
+
}).m(function(Command, cs, config, o) {
|
|
4787
4866
|
return [
|
|
4788
4867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4789
4868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4813,7 +4892,10 @@ var ListTablesCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
4813
4892
|
|
|
4814
4893
|
|
|
4815
4894
|
|
|
4816
|
-
var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4895
|
+
var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4896
|
+
...commonParams,
|
|
4897
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
4898
|
+
}).m(function(Command, cs, config, o) {
|
|
4817
4899
|
return [
|
|
4818
4900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4819
4901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4828,7 +4910,10 @@ var ListTagsOfResourceCommand = class extends import_smithy_client.Command.class
|
|
|
4828
4910
|
|
|
4829
4911
|
|
|
4830
4912
|
|
|
4831
|
-
var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4913
|
+
var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4914
|
+
...commonParams,
|
|
4915
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4916
|
+
}).m(function(Command, cs, config, o) {
|
|
4832
4917
|
return [
|
|
4833
4918
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4834
4919
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4843,7 +4928,10 @@ var PutItemCommand = class extends import_smithy_client.Command.classBuilder().e
|
|
|
4843
4928
|
|
|
4844
4929
|
|
|
4845
4930
|
|
|
4846
|
-
var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4931
|
+
var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4932
|
+
...commonParams,
|
|
4933
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
4934
|
+
}).m(function(Command, cs, config, o) {
|
|
4847
4935
|
return [
|
|
4848
4936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4849
4937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4858,7 +4946,10 @@ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classB
|
|
|
4858
4946
|
|
|
4859
4947
|
|
|
4860
4948
|
|
|
4861
|
-
var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4949
|
+
var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4950
|
+
...commonParams,
|
|
4951
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
4952
|
+
}).m(function(Command, cs, config, o) {
|
|
4862
4953
|
return [
|
|
4863
4954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4864
4955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4873,7 +4964,10 @@ var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
|
4873
4964
|
|
|
4874
4965
|
|
|
4875
4966
|
|
|
4876
|
-
var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4967
|
+
var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4968
|
+
...commonParams,
|
|
4969
|
+
ResourceArn: { type: "contextParams", name: "TargetTableName" }
|
|
4970
|
+
}).m(function(Command, cs, config, o) {
|
|
4877
4971
|
return [
|
|
4878
4972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4879
4973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4888,7 +4982,10 @@ var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.c
|
|
|
4888
4982
|
|
|
4889
4983
|
|
|
4890
4984
|
|
|
4891
|
-
var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
4985
|
+
var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
4986
|
+
...commonParams,
|
|
4987
|
+
ResourceArn: { type: "contextParams", name: "TargetTableName" }
|
|
4988
|
+
}).m(function(Command, cs, config, o) {
|
|
4892
4989
|
return [
|
|
4893
4990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4894
4991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4903,7 +5000,10 @@ var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Comman
|
|
|
4903
5000
|
|
|
4904
5001
|
|
|
4905
5002
|
|
|
4906
|
-
var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5003
|
+
var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5004
|
+
...commonParams,
|
|
5005
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5006
|
+
}).m(function(Command, cs, config, o) {
|
|
4907
5007
|
return [
|
|
4908
5008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4909
5009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4918,7 +5018,10 @@ var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(c
|
|
|
4918
5018
|
|
|
4919
5019
|
|
|
4920
5020
|
|
|
4921
|
-
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5021
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5022
|
+
...commonParams,
|
|
5023
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
5024
|
+
}).m(function(Command, cs, config, o) {
|
|
4922
5025
|
return [
|
|
4923
5026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4924
5027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4933,7 +5036,13 @@ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
4933
5036
|
|
|
4934
5037
|
|
|
4935
5038
|
|
|
4936
|
-
var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5039
|
+
var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5040
|
+
...commonParams,
|
|
5041
|
+
ResourceArnList: {
|
|
5042
|
+
type: "operationContextParams",
|
|
5043
|
+
get: /* @__PURE__ */ __name((input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName), "get")
|
|
5044
|
+
}
|
|
5045
|
+
}).m(function(Command, cs, config, o) {
|
|
4937
5046
|
return [
|
|
4938
5047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4939
5048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4963,7 +5072,10 @@ var TransactWriteItemsCommand = class extends import_smithy_client.Command.class
|
|
|
4963
5072
|
|
|
4964
5073
|
|
|
4965
5074
|
|
|
4966
|
-
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5075
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5076
|
+
...commonParams,
|
|
5077
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" }
|
|
5078
|
+
}).m(function(Command, cs, config, o) {
|
|
4967
5079
|
return [
|
|
4968
5080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4969
5081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4978,7 +5090,10 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
4978
5090
|
|
|
4979
5091
|
|
|
4980
5092
|
|
|
4981
|
-
var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5093
|
+
var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5094
|
+
...commonParams,
|
|
5095
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5096
|
+
}).m(function(Command, cs, config, o) {
|
|
4982
5097
|
return [
|
|
4983
5098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4984
5099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4993,7 +5108,10 @@ var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.
|
|
|
4993
5108
|
|
|
4994
5109
|
|
|
4995
5110
|
|
|
4996
|
-
var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5111
|
+
var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5112
|
+
...commonParams,
|
|
5113
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5114
|
+
}).m(function(Command, cs, config, o) {
|
|
4997
5115
|
return [
|
|
4998
5116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4999
5117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5008,7 +5126,10 @@ var UpdateContributorInsightsCommand = class extends import_smithy_client.Comman
|
|
|
5008
5126
|
|
|
5009
5127
|
|
|
5010
5128
|
|
|
5011
|
-
var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5129
|
+
var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5130
|
+
...commonParams,
|
|
5131
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" }
|
|
5132
|
+
}).m(function(Command, cs, config, o) {
|
|
5012
5133
|
return [
|
|
5013
5134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5014
5135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5023,7 +5144,10 @@ var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classB
|
|
|
5023
5144
|
|
|
5024
5145
|
|
|
5025
5146
|
|
|
5026
|
-
var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5147
|
+
var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5148
|
+
...commonParams,
|
|
5149
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" }
|
|
5150
|
+
}).m(function(Command, cs, config, o) {
|
|
5027
5151
|
return [
|
|
5028
5152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5029
5153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5038,7 +5162,10 @@ var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Comman
|
|
|
5038
5162
|
|
|
5039
5163
|
|
|
5040
5164
|
|
|
5041
|
-
var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5165
|
+
var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5166
|
+
...commonParams,
|
|
5167
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5168
|
+
}).m(function(Command, cs, config, o) {
|
|
5042
5169
|
return [
|
|
5043
5170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5044
5171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5053,7 +5180,10 @@ var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
5053
5180
|
|
|
5054
5181
|
|
|
5055
5182
|
|
|
5056
|
-
var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5183
|
+
var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5184
|
+
...commonParams,
|
|
5185
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5186
|
+
}).m(function(Command, cs, config, o) {
|
|
5057
5187
|
return [
|
|
5058
5188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5059
5189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5068,7 +5198,10 @@ var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_clien
|
|
|
5068
5198
|
|
|
5069
5199
|
|
|
5070
5200
|
|
|
5071
|
-
var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5201
|
+
var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5202
|
+
...commonParams,
|
|
5203
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5204
|
+
}).m(function(Command, cs, config, o) {
|
|
5072
5205
|
return [
|
|
5073
5206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5074
5207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5083,7 +5216,10 @@ var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
5083
5216
|
|
|
5084
5217
|
|
|
5085
5218
|
|
|
5086
|
-
var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5219
|
+
var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5220
|
+
...commonParams,
|
|
5221
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5222
|
+
}).m(function(Command, cs, config, o) {
|
|
5087
5223
|
return [
|
|
5088
5224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5089
5225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5098,7 +5234,10 @@ var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Co
|
|
|
5098
5234
|
|
|
5099
5235
|
|
|
5100
5236
|
|
|
5101
|
-
var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(
|
|
5237
|
+
var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
5238
|
+
...commonParams,
|
|
5239
|
+
ResourceArn: { type: "contextParams", name: "TableName" }
|
|
5240
|
+
}).m(function(Command, cs, config, o) {
|
|
5102
5241
|
return [
|
|
5103
5242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5104
5243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|