@gemeentenijmegen/webapp 1.1.0 → 1.1.2
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 +54 -33
- package/assets/webapp/login/login.lambda/index.js +54 -33
- package/assets/webapp/logout/logout.lambda/index.js +53 -32
- 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/README.md +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -30
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +240 -179
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +131 -100
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +44 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +63 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +63 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +81 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +48 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +93 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +123 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1835 -1569
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +613 -459
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +812 -882
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +313 -275
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/package.json +58 -59
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
- package/node_modules/@aws-sdk/client-ssm/README.md +40 -8
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +99 -14
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +14 -11
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +35 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +20 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
- package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
- package/node_modules/@aws-sdk/token-providers/package.json +8 -7
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +6 -6
- package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +4 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +19 -11
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +12 -30
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +3 -26
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +6 -5
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -9
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +9 -7
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +16 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/cookie/index.js +118 -57
- package/node_modules/cookie/package.json +3 -3
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +1 -1
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +7 -0
- package/node_modules/tslib/tslib.es6.js +24 -1
- package/node_modules/tslib/tslib.es6.mjs +24 -1
- package/node_modules/tslib/tslib.js +56 -1
- package/package.json +18 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
- package/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/form-data/README.md.bak +0 -358
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
|
@@ -70,6 +70,7 @@ __export(src_exports, {
|
|
|
70
70
|
DeletePublicAccessBlockCommand: () => DeletePublicAccessBlockCommand,
|
|
71
71
|
EncodingType: () => EncodingType,
|
|
72
72
|
EncryptionFilterSensitiveLog: () => EncryptionFilterSensitiveLog,
|
|
73
|
+
EncryptionTypeMismatch: () => EncryptionTypeMismatch,
|
|
73
74
|
Event: () => Event,
|
|
74
75
|
ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
|
|
75
76
|
ExpirationStatus: () => ExpirationStatus,
|
|
@@ -118,6 +119,8 @@ __export(src_exports, {
|
|
|
118
119
|
IntelligentTieringAccessTier: () => IntelligentTieringAccessTier,
|
|
119
120
|
IntelligentTieringStatus: () => IntelligentTieringStatus,
|
|
120
121
|
InvalidObjectState: () => InvalidObjectState,
|
|
122
|
+
InvalidRequest: () => InvalidRequest,
|
|
123
|
+
InvalidWriteOffset: () => InvalidWriteOffset,
|
|
121
124
|
InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
|
|
122
125
|
InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
|
|
123
126
|
InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
|
|
@@ -127,7 +130,6 @@ __export(src_exports, {
|
|
|
127
130
|
InventoryOptionalField: () => InventoryOptionalField,
|
|
128
131
|
InventoryS3BucketDestinationFilterSensitiveLog: () => InventoryS3BucketDestinationFilterSensitiveLog,
|
|
129
132
|
JSONType: () => JSONType,
|
|
130
|
-
LifecycleRuleFilter: () => LifecycleRuleFilter,
|
|
131
133
|
ListBucketAnalyticsConfigurationsCommand: () => ListBucketAnalyticsConfigurationsCommand,
|
|
132
134
|
ListBucketIntelligentTieringConfigurationsCommand: () => ListBucketIntelligentTieringConfigurationsCommand,
|
|
133
135
|
ListBucketInventoryConfigurationsCommand: () => ListBucketInventoryConfigurationsCommand,
|
|
@@ -200,7 +202,6 @@ __export(src_exports, {
|
|
|
200
202
|
PutPublicAccessBlockCommand: () => PutPublicAccessBlockCommand,
|
|
201
203
|
QuoteFields: () => QuoteFields,
|
|
202
204
|
ReplicaModificationsStatus: () => ReplicaModificationsStatus,
|
|
203
|
-
ReplicationRuleFilter: () => ReplicationRuleFilter,
|
|
204
205
|
ReplicationRuleStatus: () => ReplicationRuleStatus,
|
|
205
206
|
ReplicationStatus: () => ReplicationStatus,
|
|
206
207
|
ReplicationTimeStatus: () => ReplicationTimeStatus,
|
|
@@ -231,6 +232,8 @@ __export(src_exports, {
|
|
|
231
232
|
StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
|
|
232
233
|
TaggingDirective: () => TaggingDirective,
|
|
233
234
|
Tier: () => Tier,
|
|
235
|
+
TooManyParts: () => TooManyParts,
|
|
236
|
+
TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
|
|
234
237
|
TransitionStorageClass: () => TransitionStorageClass,
|
|
235
238
|
Type: () => Type,
|
|
236
239
|
UploadPartCommand: () => UploadPartCommand,
|
|
@@ -593,22 +596,6 @@ var InventoryFrequency = {
|
|
|
593
596
|
Daily: "Daily",
|
|
594
597
|
Weekly: "Weekly"
|
|
595
598
|
};
|
|
596
|
-
var LifecycleRuleFilter;
|
|
597
|
-
((LifecycleRuleFilter2) => {
|
|
598
|
-
LifecycleRuleFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
599
|
-
if (value.Prefix !== void 0)
|
|
600
|
-
return visitor.Prefix(value.Prefix);
|
|
601
|
-
if (value.Tag !== void 0)
|
|
602
|
-
return visitor.Tag(value.Tag);
|
|
603
|
-
if (value.ObjectSizeGreaterThan !== void 0)
|
|
604
|
-
return visitor.ObjectSizeGreaterThan(value.ObjectSizeGreaterThan);
|
|
605
|
-
if (value.ObjectSizeLessThan !== void 0)
|
|
606
|
-
return visitor.ObjectSizeLessThan(value.ObjectSizeLessThan);
|
|
607
|
-
if (value.And !== void 0)
|
|
608
|
-
return visitor.And(value.And);
|
|
609
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
610
|
-
}, "visit");
|
|
611
|
-
})(LifecycleRuleFilter || (LifecycleRuleFilter = {}));
|
|
612
599
|
var TransitionStorageClass = {
|
|
613
600
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
614
601
|
GLACIER: "GLACIER",
|
|
@@ -621,6 +608,10 @@ var ExpirationStatus = {
|
|
|
621
608
|
Disabled: "Disabled",
|
|
622
609
|
Enabled: "Enabled"
|
|
623
610
|
};
|
|
611
|
+
var TransitionDefaultMinimumObjectSize = {
|
|
612
|
+
all_storage_classes_128K: "all_storage_classes_128K",
|
|
613
|
+
varies_by_storage_class: "varies_by_storage_class"
|
|
614
|
+
};
|
|
624
615
|
var BucketLogsPermission = {
|
|
625
616
|
FULL_CONTROL: "FULL_CONTROL",
|
|
626
617
|
READ: "READ",
|
|
@@ -693,18 +684,6 @@ var ExistingObjectReplicationStatus = {
|
|
|
693
684
|
Disabled: "Disabled",
|
|
694
685
|
Enabled: "Enabled"
|
|
695
686
|
};
|
|
696
|
-
var ReplicationRuleFilter;
|
|
697
|
-
((ReplicationRuleFilter2) => {
|
|
698
|
-
ReplicationRuleFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
699
|
-
if (value.Prefix !== void 0)
|
|
700
|
-
return visitor.Prefix(value.Prefix);
|
|
701
|
-
if (value.Tag !== void 0)
|
|
702
|
-
return visitor.Tag(value.Tag);
|
|
703
|
-
if (value.And !== void 0)
|
|
704
|
-
return visitor.And(value.And);
|
|
705
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
706
|
-
}, "visit");
|
|
707
|
-
})(ReplicationRuleFilter || (ReplicationRuleFilter = {}));
|
|
708
687
|
var ReplicaModificationsStatus = {
|
|
709
688
|
Disabled: "Disabled",
|
|
710
689
|
Enabled: "Enabled"
|
|
@@ -998,6 +977,74 @@ var MFADelete = {
|
|
|
998
977
|
Disabled: "Disabled",
|
|
999
978
|
Enabled: "Enabled"
|
|
1000
979
|
};
|
|
980
|
+
var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
|
|
981
|
+
/**
|
|
982
|
+
* @internal
|
|
983
|
+
*/
|
|
984
|
+
constructor(opts) {
|
|
985
|
+
super({
|
|
986
|
+
name: "EncryptionTypeMismatch",
|
|
987
|
+
$fault: "client",
|
|
988
|
+
...opts
|
|
989
|
+
});
|
|
990
|
+
this.name = "EncryptionTypeMismatch";
|
|
991
|
+
this.$fault = "client";
|
|
992
|
+
Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
|
|
993
|
+
}
|
|
994
|
+
};
|
|
995
|
+
__name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
|
|
996
|
+
var EncryptionTypeMismatch = _EncryptionTypeMismatch;
|
|
997
|
+
var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
|
|
998
|
+
/**
|
|
999
|
+
* @internal
|
|
1000
|
+
*/
|
|
1001
|
+
constructor(opts) {
|
|
1002
|
+
super({
|
|
1003
|
+
name: "InvalidRequest",
|
|
1004
|
+
$fault: "client",
|
|
1005
|
+
...opts
|
|
1006
|
+
});
|
|
1007
|
+
this.name = "InvalidRequest";
|
|
1008
|
+
this.$fault = "client";
|
|
1009
|
+
Object.setPrototypeOf(this, _InvalidRequest.prototype);
|
|
1010
|
+
}
|
|
1011
|
+
};
|
|
1012
|
+
__name(_InvalidRequest, "InvalidRequest");
|
|
1013
|
+
var InvalidRequest = _InvalidRequest;
|
|
1014
|
+
var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
|
|
1015
|
+
/**
|
|
1016
|
+
* @internal
|
|
1017
|
+
*/
|
|
1018
|
+
constructor(opts) {
|
|
1019
|
+
super({
|
|
1020
|
+
name: "InvalidWriteOffset",
|
|
1021
|
+
$fault: "client",
|
|
1022
|
+
...opts
|
|
1023
|
+
});
|
|
1024
|
+
this.name = "InvalidWriteOffset";
|
|
1025
|
+
this.$fault = "client";
|
|
1026
|
+
Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
|
|
1027
|
+
}
|
|
1028
|
+
};
|
|
1029
|
+
__name(_InvalidWriteOffset, "InvalidWriteOffset");
|
|
1030
|
+
var InvalidWriteOffset = _InvalidWriteOffset;
|
|
1031
|
+
var _TooManyParts = class _TooManyParts extends S3ServiceException {
|
|
1032
|
+
/**
|
|
1033
|
+
* @internal
|
|
1034
|
+
*/
|
|
1035
|
+
constructor(opts) {
|
|
1036
|
+
super({
|
|
1037
|
+
name: "TooManyParts",
|
|
1038
|
+
$fault: "client",
|
|
1039
|
+
...opts
|
|
1040
|
+
});
|
|
1041
|
+
this.name = "TooManyParts";
|
|
1042
|
+
this.$fault = "client";
|
|
1043
|
+
Object.setPrototypeOf(this, _TooManyParts.prototype);
|
|
1044
|
+
}
|
|
1045
|
+
};
|
|
1046
|
+
__name(_TooManyParts, "TooManyParts");
|
|
1047
|
+
var TooManyParts = _TooManyParts;
|
|
1001
1048
|
var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
|
|
1002
1049
|
/**
|
|
1003
1050
|
* @internal
|
|
@@ -1140,7 +1187,8 @@ var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1140
1187
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1141
1188
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1142
1189
|
[_xarp]: input[_RP],
|
|
1143
|
-
[_xaebo]: input[_EBO]
|
|
1190
|
+
[_xaebo]: input[_EBO],
|
|
1191
|
+
[_xaimit]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMIT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMIT]).toString()]
|
|
1144
1192
|
});
|
|
1145
1193
|
b.bp("/{Key+}");
|
|
1146
1194
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1518,7 +1566,10 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1518
1566
|
[_xam]: input[_MFA],
|
|
1519
1567
|
[_xarp]: input[_RP],
|
|
1520
1568
|
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
1521
|
-
[_xaebo]: input[_EBO]
|
|
1569
|
+
[_xaebo]: input[_EBO],
|
|
1570
|
+
[_im]: input[_IM],
|
|
1571
|
+
[_xaimlmt]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMLMT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMLMT]).toString()],
|
|
1572
|
+
[_xaims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => input[_IMS].toString()]
|
|
1522
1573
|
});
|
|
1523
1574
|
b.bp("/{Key+}");
|
|
1524
1575
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1878,7 +1929,7 @@ var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1878
1929
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1879
1930
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1880
1931
|
[_im]: input[_IM],
|
|
1881
|
-
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[
|
|
1932
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
|
|
1882
1933
|
[_inm]: input[_INM],
|
|
1883
1934
|
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
1884
1935
|
[_ra]: input[_R],
|
|
@@ -1934,7 +1985,7 @@ var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1934
1985
|
[_xasseckm]: input[_SSECKMD],
|
|
1935
1986
|
[_xarp]: input[_RP],
|
|
1936
1987
|
[_xaebo]: input[_EBO],
|
|
1937
|
-
[_xaoa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OA]), () => (input[_OA] || []).join(", ")]
|
|
1988
|
+
[_xaoa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OA]), () => (input[_OA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
1938
1989
|
});
|
|
1939
1990
|
b.bp("/{Key+}");
|
|
1940
1991
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2057,7 +2108,7 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2057
2108
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2058
2109
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2059
2110
|
[_im]: input[_IM],
|
|
2060
|
-
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[
|
|
2111
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
|
|
2061
2112
|
[_inm]: input[_INM],
|
|
2062
2113
|
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
2063
2114
|
[_ra]: input[_R],
|
|
@@ -2154,7 +2205,9 @@ var se_ListBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2154
2205
|
const query = (0, import_smithy_client.map)({
|
|
2155
2206
|
[_xi]: [, "ListBuckets"],
|
|
2156
2207
|
[_mb]: [() => input.MaxBuckets !== void 0, () => input[_MB].toString()],
|
|
2157
|
-
[_ct_]: [, input[_CTo]]
|
|
2208
|
+
[_ct_]: [, input[_CTo]],
|
|
2209
|
+
[_pr]: [, input[_P]],
|
|
2210
|
+
[_br]: [, input[_BR]]
|
|
2158
2211
|
});
|
|
2159
2212
|
let body;
|
|
2160
2213
|
b.m("GET").h(headers).q(query).b(body);
|
|
@@ -2199,7 +2252,7 @@ var se_ListObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2199
2252
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2200
2253
|
[_xarp]: input[_RP],
|
|
2201
2254
|
[_xaebo]: input[_EBO],
|
|
2202
|
-
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2255
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2203
2256
|
});
|
|
2204
2257
|
b.bp("/");
|
|
2205
2258
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2219,7 +2272,7 @@ var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2219
2272
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2220
2273
|
[_xarp]: input[_RP],
|
|
2221
2274
|
[_xaebo]: input[_EBO],
|
|
2222
|
-
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2275
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2223
2276
|
});
|
|
2224
2277
|
b.bp("/");
|
|
2225
2278
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2242,7 +2295,7 @@ var se_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2242
2295
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2243
2296
|
[_xaebo]: input[_EBO],
|
|
2244
2297
|
[_xarp]: input[_RP],
|
|
2245
|
-
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2298
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2246
2299
|
});
|
|
2247
2300
|
b.bp("/");
|
|
2248
2301
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2455,7 +2508,8 @@ var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2455
2508
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2456
2509
|
"content-type": "application/xml",
|
|
2457
2510
|
[_xasca]: input[_CA],
|
|
2458
|
-
[_xaebo]: input[_EBO]
|
|
2511
|
+
[_xaebo]: input[_EBO],
|
|
2512
|
+
[_xatdmos]: input[_TDMOS]
|
|
2459
2513
|
});
|
|
2460
2514
|
b.bp("/");
|
|
2461
2515
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2734,6 +2788,7 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2734
2788
|
[_xagr]: input[_GR],
|
|
2735
2789
|
[_xagra]: input[_GRACP],
|
|
2736
2790
|
[_xagwa]: input[_GWACP],
|
|
2791
|
+
[_xawob]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_WOB]), () => input[_WOB].toString()],
|
|
2737
2792
|
[_xasse]: input[_SSE],
|
|
2738
2793
|
[_xasc]: input[_SC],
|
|
2739
2794
|
[_xawrl]: input[_WRL],
|
|
@@ -3551,7 +3606,8 @@ var de_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3551
3606
|
return de_CommandError(output, context);
|
|
3552
3607
|
}
|
|
3553
3608
|
const contents = (0, import_smithy_client.map)({
|
|
3554
|
-
$metadata: deserializeMetadata(output)
|
|
3609
|
+
$metadata: deserializeMetadata(output),
|
|
3610
|
+
[_TDMOS]: [, output.headers[_xatdmos]]
|
|
3555
3611
|
});
|
|
3556
3612
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3557
3613
|
if (data.Rule === "") {
|
|
@@ -4099,6 +4155,9 @@ var de_ListBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4099
4155
|
if (data[_O] != null) {
|
|
4100
4156
|
contents[_O] = de_Owner(data[_O], context);
|
|
4101
4157
|
}
|
|
4158
|
+
if (data[_P] != null) {
|
|
4159
|
+
contents[_P] = (0, import_smithy_client.expectString)(data[_P]);
|
|
4160
|
+
}
|
|
4102
4161
|
return contents;
|
|
4103
4162
|
}, "de_ListBucketsCommand");
|
|
4104
4163
|
var de_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
@@ -4451,7 +4510,8 @@ var de_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
4451
4510
|
return de_CommandError(output, context);
|
|
4452
4511
|
}
|
|
4453
4512
|
const contents = (0, import_smithy_client.map)({
|
|
4454
|
-
$metadata: deserializeMetadata(output)
|
|
4513
|
+
$metadata: deserializeMetadata(output),
|
|
4514
|
+
[_TDMOS]: [, output.headers[_xatdmos]]
|
|
4455
4515
|
});
|
|
4456
4516
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4457
4517
|
return contents;
|
|
@@ -4575,6 +4635,7 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4575
4635
|
[_SSEKMSKI]: [, output.headers[_xasseakki]],
|
|
4576
4636
|
[_SSEKMSEC]: [, output.headers[_xassec]],
|
|
4577
4637
|
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
|
|
4638
|
+
[_Si]: [() => void 0 !== output.headers[_xaos], () => (0, import_smithy_client.strictParseLong)(output.headers[_xaos])],
|
|
4578
4639
|
[_RC]: [, output.headers[_xarc]]
|
|
4579
4640
|
});
|
|
4580
4641
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
@@ -4748,6 +4809,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4748
4809
|
case "NotFound":
|
|
4749
4810
|
case "com.amazonaws.s3#NotFound":
|
|
4750
4811
|
throw await de_NotFoundRes(parsedOutput, context);
|
|
4812
|
+
case "EncryptionTypeMismatch":
|
|
4813
|
+
case "com.amazonaws.s3#EncryptionTypeMismatch":
|
|
4814
|
+
throw await de_EncryptionTypeMismatchRes(parsedOutput, context);
|
|
4815
|
+
case "InvalidRequest":
|
|
4816
|
+
case "com.amazonaws.s3#InvalidRequest":
|
|
4817
|
+
throw await de_InvalidRequestRes(parsedOutput, context);
|
|
4818
|
+
case "InvalidWriteOffset":
|
|
4819
|
+
case "com.amazonaws.s3#InvalidWriteOffset":
|
|
4820
|
+
throw await de_InvalidWriteOffsetRes(parsedOutput, context);
|
|
4821
|
+
case "TooManyParts":
|
|
4822
|
+
case "com.amazonaws.s3#TooManyParts":
|
|
4823
|
+
throw await de_TooManyPartsRes(parsedOutput, context);
|
|
4751
4824
|
case "ObjectAlreadyInActiveTierError":
|
|
4752
4825
|
case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
|
|
4753
4826
|
throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
|
|
@@ -4779,6 +4852,15 @@ var de_BucketAlreadyOwnedByYouRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
4779
4852
|
});
|
|
4780
4853
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4781
4854
|
}, "de_BucketAlreadyOwnedByYouRes");
|
|
4855
|
+
var de_EncryptionTypeMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4856
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4857
|
+
const data = parsedOutput.body;
|
|
4858
|
+
const exception = new EncryptionTypeMismatch({
|
|
4859
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4860
|
+
...contents
|
|
4861
|
+
});
|
|
4862
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4863
|
+
}, "de_EncryptionTypeMismatchRes");
|
|
4782
4864
|
var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4783
4865
|
const contents = (0, import_smithy_client.map)({});
|
|
4784
4866
|
const data = parsedOutput.body;
|
|
@@ -4794,6 +4876,24 @@ var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, conte
|
|
|
4794
4876
|
});
|
|
4795
4877
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4796
4878
|
}, "de_InvalidObjectStateRes");
|
|
4879
|
+
var de_InvalidRequestRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4880
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4881
|
+
const data = parsedOutput.body;
|
|
4882
|
+
const exception = new InvalidRequest({
|
|
4883
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4884
|
+
...contents
|
|
4885
|
+
});
|
|
4886
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4887
|
+
}, "de_InvalidRequestRes");
|
|
4888
|
+
var de_InvalidWriteOffsetRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4889
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4890
|
+
const data = parsedOutput.body;
|
|
4891
|
+
const exception = new InvalidWriteOffset({
|
|
4892
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4893
|
+
...contents
|
|
4894
|
+
});
|
|
4895
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4896
|
+
}, "de_InvalidWriteOffsetRes");
|
|
4797
4897
|
var de_NoSuchBucketRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4798
4898
|
const contents = (0, import_smithy_client.map)({});
|
|
4799
4899
|
const data = parsedOutput.body;
|
|
@@ -4848,6 +4948,15 @@ var de_ObjectNotInActiveTierErrorRes = /* @__PURE__ */ __name(async (parsedOutpu
|
|
|
4848
4948
|
});
|
|
4849
4949
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4850
4950
|
}, "de_ObjectNotInActiveTierErrorRes");
|
|
4951
|
+
var de_TooManyPartsRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4952
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4953
|
+
const data = parsedOutput.body;
|
|
4954
|
+
const exception = new TooManyParts({
|
|
4955
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4956
|
+
...contents
|
|
4957
|
+
});
|
|
4958
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4959
|
+
}, "de_TooManyPartsRes");
|
|
4851
4960
|
var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context) => {
|
|
4852
4961
|
return context.eventStreamMarshaller.deserialize(output, async (event) => {
|
|
4853
4962
|
if (event["Records"] != null) {
|
|
@@ -5481,39 +5590,19 @@ var se_LifecycleRuleAndOperator = /* @__PURE__ */ __name((input, context) => {
|
|
|
5481
5590
|
}, "se_LifecycleRuleAndOperator");
|
|
5482
5591
|
var se_LifecycleRuleFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5483
5592
|
const bn = new import_xml_builder.XmlNode(_LRF);
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
bn.c(import_xml_builder.XmlNode.of(_OSGTB, String(value)).n(_OSGT));
|
|
5498
|
-
}
|
|
5499
|
-
},
|
|
5500
|
-
ObjectSizeLessThan: (value) => {
|
|
5501
|
-
if (input[_OSLT] != null) {
|
|
5502
|
-
bn.c(import_xml_builder.XmlNode.of(_OSLTB, String(value)).n(_OSLT));
|
|
5503
|
-
}
|
|
5504
|
-
},
|
|
5505
|
-
And: (value) => {
|
|
5506
|
-
if (input[_A] != null) {
|
|
5507
|
-
bn.c(se_LifecycleRuleAndOperator(value, context).n(_A));
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
|
-
_: (name, value) => {
|
|
5511
|
-
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5512
|
-
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5513
|
-
}
|
|
5514
|
-
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5515
|
-
}
|
|
5516
|
-
});
|
|
5593
|
+
bn.cc(input, _P);
|
|
5594
|
+
if (input[_Ta] != null) {
|
|
5595
|
+
bn.c(se_Tag(input[_Ta], context).n(_Ta));
|
|
5596
|
+
}
|
|
5597
|
+
if (input[_OSGT] != null) {
|
|
5598
|
+
bn.c(import_xml_builder.XmlNode.of(_OSGTB, String(input[_OSGT])).n(_OSGT));
|
|
5599
|
+
}
|
|
5600
|
+
if (input[_OSLT] != null) {
|
|
5601
|
+
bn.c(import_xml_builder.XmlNode.of(_OSLTB, String(input[_OSLT])).n(_OSLT));
|
|
5602
|
+
}
|
|
5603
|
+
if (input[_A] != null) {
|
|
5604
|
+
bn.c(se_LifecycleRuleAndOperator(input[_A], context).n(_A));
|
|
5605
|
+
}
|
|
5517
5606
|
return bn;
|
|
5518
5607
|
}, "se_LifecycleRuleFilter");
|
|
5519
5608
|
var se_LifecycleRules = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -5670,6 +5759,13 @@ var se_ObjectIdentifier = /* @__PURE__ */ __name((input, context) => {
|
|
|
5670
5759
|
if (input[_VI] != null) {
|
|
5671
5760
|
bn.c(import_xml_builder.XmlNode.of(_OVI, input[_VI]).n(_VI));
|
|
5672
5761
|
}
|
|
5762
|
+
bn.cc(input, _ETa);
|
|
5763
|
+
if (input[_LMT] != null) {
|
|
5764
|
+
bn.c(import_xml_builder.XmlNode.of(_LMT, (0, import_smithy_client.dateToUtcString)(input[_LMT]).toString()).n(_LMT));
|
|
5765
|
+
}
|
|
5766
|
+
if (input[_Si] != null) {
|
|
5767
|
+
bn.c(import_xml_builder.XmlNode.of(_Si, String(input[_Si])).n(_Si));
|
|
5768
|
+
}
|
|
5673
5769
|
return bn;
|
|
5674
5770
|
}, "se_ObjectIdentifier");
|
|
5675
5771
|
var se_ObjectIdentifierList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -5857,29 +5953,13 @@ var se_ReplicationRuleAndOperator = /* @__PURE__ */ __name((input, context) => {
|
|
|
5857
5953
|
}, "se_ReplicationRuleAndOperator");
|
|
5858
5954
|
var se_ReplicationRuleFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5859
5955
|
const bn = new import_xml_builder.XmlNode(_RRF);
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
if (input[_Ta] != null) {
|
|
5868
|
-
bn.c(se_Tag(value, context).n(_Ta));
|
|
5869
|
-
}
|
|
5870
|
-
},
|
|
5871
|
-
And: (value) => {
|
|
5872
|
-
if (input[_A] != null) {
|
|
5873
|
-
bn.c(se_ReplicationRuleAndOperator(value, context).n(_A));
|
|
5874
|
-
}
|
|
5875
|
-
},
|
|
5876
|
-
_: (name, value) => {
|
|
5877
|
-
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5878
|
-
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5879
|
-
}
|
|
5880
|
-
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5881
|
-
}
|
|
5882
|
-
});
|
|
5956
|
+
bn.cc(input, _P);
|
|
5957
|
+
if (input[_Ta] != null) {
|
|
5958
|
+
bn.c(se_Tag(input[_Ta], context).n(_Ta));
|
|
5959
|
+
}
|
|
5960
|
+
if (input[_A] != null) {
|
|
5961
|
+
bn.c(se_ReplicationRuleAndOperator(input[_A], context).n(_A));
|
|
5962
|
+
}
|
|
5883
5963
|
return bn;
|
|
5884
5964
|
}, "se_ReplicationRuleFilter");
|
|
5885
5965
|
var se_ReplicationRules = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -6322,6 +6402,9 @@ var de_Bucket = /* @__PURE__ */ __name((output, context) => {
|
|
|
6322
6402
|
if (output[_CDr] != null) {
|
|
6323
6403
|
contents[_CDr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CDr]));
|
|
6324
6404
|
}
|
|
6405
|
+
if (output[_BR] != null) {
|
|
6406
|
+
contents[_BR] = (0, import_smithy_client.expectString)(output[_BR]);
|
|
6407
|
+
}
|
|
6325
6408
|
return contents;
|
|
6326
6409
|
}, "de_Bucket");
|
|
6327
6410
|
var de_Buckets = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -6877,9 +6960,8 @@ var de_LifecycleRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
6877
6960
|
if (output[_P] != null) {
|
|
6878
6961
|
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
6879
6962
|
}
|
|
6880
|
-
if (output
|
|
6881
|
-
|
|
6882
|
-
contents[_F] = de_LifecycleRuleFilter((0, import_smithy_client.expectUnion)(output[_F]), context);
|
|
6963
|
+
if (output[_F] != null) {
|
|
6964
|
+
contents[_F] = de_LifecycleRuleFilter(output[_F], context);
|
|
6883
6965
|
}
|
|
6884
6966
|
if (output[_S] != null) {
|
|
6885
6967
|
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
@@ -6921,32 +7003,23 @@ var de_LifecycleRuleAndOperator = /* @__PURE__ */ __name((output, context) => {
|
|
|
6921
7003
|
return contents;
|
|
6922
7004
|
}, "de_LifecycleRuleAndOperator");
|
|
6923
7005
|
var de_LifecycleRuleFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7006
|
+
const contents = {};
|
|
6924
7007
|
if (output[_P] != null) {
|
|
6925
|
-
|
|
6926
|
-
Prefix: (0, import_smithy_client.expectString)(output[_P])
|
|
6927
|
-
};
|
|
7008
|
+
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
6928
7009
|
}
|
|
6929
7010
|
if (output[_Ta] != null) {
|
|
6930
|
-
|
|
6931
|
-
Tag: de_Tag(output[_Ta], context)
|
|
6932
|
-
};
|
|
7011
|
+
contents[_Ta] = de_Tag(output[_Ta], context);
|
|
6933
7012
|
}
|
|
6934
7013
|
if (output[_OSGT] != null) {
|
|
6935
|
-
|
|
6936
|
-
ObjectSizeGreaterThan: (0, import_smithy_client.strictParseLong)(output[_OSGT])
|
|
6937
|
-
};
|
|
7014
|
+
contents[_OSGT] = (0, import_smithy_client.strictParseLong)(output[_OSGT]);
|
|
6938
7015
|
}
|
|
6939
7016
|
if (output[_OSLT] != null) {
|
|
6940
|
-
|
|
6941
|
-
ObjectSizeLessThan: (0, import_smithy_client.strictParseLong)(output[_OSLT])
|
|
6942
|
-
};
|
|
7017
|
+
contents[_OSLT] = (0, import_smithy_client.strictParseLong)(output[_OSLT]);
|
|
6943
7018
|
}
|
|
6944
7019
|
if (output[_A] != null) {
|
|
6945
|
-
|
|
6946
|
-
And: de_LifecycleRuleAndOperator(output[_A], context)
|
|
6947
|
-
};
|
|
7020
|
+
contents[_A] = de_LifecycleRuleAndOperator(output[_A], context);
|
|
6948
7021
|
}
|
|
6949
|
-
return
|
|
7022
|
+
return contents;
|
|
6950
7023
|
}, "de_LifecycleRuleFilter");
|
|
6951
7024
|
var de_LifecycleRules = /* @__PURE__ */ __name((output, context) => {
|
|
6952
7025
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
@@ -7426,9 +7499,8 @@ var de_ReplicationRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
7426
7499
|
if (output[_P] != null) {
|
|
7427
7500
|
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
7428
7501
|
}
|
|
7429
|
-
if (output
|
|
7430
|
-
|
|
7431
|
-
contents[_F] = de_ReplicationRuleFilter((0, import_smithy_client.expectUnion)(output[_F]), context);
|
|
7502
|
+
if (output[_F] != null) {
|
|
7503
|
+
contents[_F] = de_ReplicationRuleFilter(output[_F], context);
|
|
7432
7504
|
}
|
|
7433
7505
|
if (output[_S] != null) {
|
|
7434
7506
|
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
@@ -7460,22 +7532,17 @@ var de_ReplicationRuleAndOperator = /* @__PURE__ */ __name((output, context) =>
|
|
|
7460
7532
|
return contents;
|
|
7461
7533
|
}, "de_ReplicationRuleAndOperator");
|
|
7462
7534
|
var de_ReplicationRuleFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7535
|
+
const contents = {};
|
|
7463
7536
|
if (output[_P] != null) {
|
|
7464
|
-
|
|
7465
|
-
Prefix: (0, import_smithy_client.expectString)(output[_P])
|
|
7466
|
-
};
|
|
7537
|
+
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
7467
7538
|
}
|
|
7468
7539
|
if (output[_Ta] != null) {
|
|
7469
|
-
|
|
7470
|
-
Tag: de_Tag(output[_Ta], context)
|
|
7471
|
-
};
|
|
7540
|
+
contents[_Ta] = de_Tag(output[_Ta], context);
|
|
7472
7541
|
}
|
|
7473
7542
|
if (output[_A] != null) {
|
|
7474
|
-
|
|
7475
|
-
And: de_ReplicationRuleAndOperator(output[_A], context)
|
|
7476
|
-
};
|
|
7543
|
+
contents[_A] = de_ReplicationRuleAndOperator(output[_A], context);
|
|
7477
7544
|
}
|
|
7478
|
-
return
|
|
7545
|
+
return contents;
|
|
7479
7546
|
}, "de_ReplicationRuleFilter");
|
|
7480
7547
|
var de_ReplicationRules = /* @__PURE__ */ __name((output, context) => {
|
|
7481
7548
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
@@ -7936,7 +8003,10 @@ var _II = "InventoryId";
|
|
|
7936
8003
|
var _IIOV = "InventoryIncludedObjectVersions";
|
|
7937
8004
|
var _IL = "IsLatest";
|
|
7938
8005
|
var _IM = "IfMatch";
|
|
7939
|
-
var
|
|
8006
|
+
var _IMIT = "IfMatchInitiatedTime";
|
|
8007
|
+
var _IMLMT = "IfMatchLastModifiedTime";
|
|
8008
|
+
var _IMS = "IfMatchSize";
|
|
8009
|
+
var _IMSf = "IfModifiedSince";
|
|
7940
8010
|
var _INM = "IfNoneMatch";
|
|
7941
8011
|
var _IOF = "InventoryOptionalField";
|
|
7942
8012
|
var _IOV = "IncludedObjectVersions";
|
|
@@ -7979,6 +8049,7 @@ var _LFC = "LambdaFunctionConfigurations";
|
|
|
7979
8049
|
var _LFCa = "LambdaFunctionConfiguration";
|
|
7980
8050
|
var _LI = "LocationInfo";
|
|
7981
8051
|
var _LM = "LastModified";
|
|
8052
|
+
var _LMT = "LastModifiedTime";
|
|
7982
8053
|
var _LNAS = "LocationNameAsString";
|
|
7983
8054
|
var _LP = "LocationPrefix";
|
|
7984
8055
|
var _LR = "LifecycleRule";
|
|
@@ -8172,6 +8243,7 @@ var _TC = "TagCount";
|
|
|
8172
8243
|
var _TCo = "TopicConfiguration";
|
|
8173
8244
|
var _TCop = "TopicConfigurations";
|
|
8174
8245
|
var _TD = "TaggingDirective";
|
|
8246
|
+
var _TDMOS = "TransitionDefaultMinimumObjectSize";
|
|
8175
8247
|
var _TG = "TargetGrants";
|
|
8176
8248
|
var _TGa = "TargetGrant";
|
|
8177
8249
|
var _TOKF = "TargetObjectKeyFormat";
|
|
@@ -8204,6 +8276,7 @@ var _VIM = "VersionIdMarker";
|
|
|
8204
8276
|
var _Va = "Value";
|
|
8205
8277
|
var _Ve = "Versions";
|
|
8206
8278
|
var _WC = "WebsiteConfiguration";
|
|
8279
|
+
var _WOB = "WriteOffsetBytes";
|
|
8207
8280
|
var _WRL = "WebsiteRedirectLocation";
|
|
8208
8281
|
var _Y = "Years";
|
|
8209
8282
|
var _a = "analytics";
|
|
@@ -8211,6 +8284,7 @@ var _ac = "accelerate";
|
|
|
8211
8284
|
var _acl = "acl";
|
|
8212
8285
|
var _ar = "accept-ranges";
|
|
8213
8286
|
var _at = "attributes";
|
|
8287
|
+
var _br = "bucket-region";
|
|
8214
8288
|
var _c = "cors";
|
|
8215
8289
|
var _cc = "cache-control";
|
|
8216
8290
|
var _cd = "content-disposition";
|
|
@@ -8359,6 +8433,9 @@ var _xagr = "x-amz-grant-read";
|
|
|
8359
8433
|
var _xagra = "x-amz-grant-read-acp";
|
|
8360
8434
|
var _xagw = "x-amz-grant-write";
|
|
8361
8435
|
var _xagwa = "x-amz-grant-write-acp";
|
|
8436
|
+
var _xaimit = "x-amz-if-match-initiated-time";
|
|
8437
|
+
var _xaimlmt = "x-amz-if-match-last-modified-time";
|
|
8438
|
+
var _xaims = "x-amz-if-match-size";
|
|
8362
8439
|
var _xam = "x-amz-mfa";
|
|
8363
8440
|
var _xamd = "x-amz-metadata-directive";
|
|
8364
8441
|
var _xamm = "x-amz-missing-meta";
|
|
@@ -8370,6 +8447,7 @@ var _xaolm = "x-amz-object-lock-mode";
|
|
|
8370
8447
|
var _xaolrud = "x-amz-object-lock-retain-until-date";
|
|
8371
8448
|
var _xaoo = "x-amz-object-ownership";
|
|
8372
8449
|
var _xaooa = "x-amz-optional-object-attributes";
|
|
8450
|
+
var _xaos = "x-amz-object-size";
|
|
8373
8451
|
var _xapnm = "x-amz-part-number-marker";
|
|
8374
8452
|
var _xar = "x-amz-restore";
|
|
8375
8453
|
var _xarc = "x-amz-request-charged";
|
|
@@ -8392,7 +8470,9 @@ var _xasseckm = "x-amz-server-side-encryption-customer-key-md5";
|
|
|
8392
8470
|
var _xat = "x-amz-tagging";
|
|
8393
8471
|
var _xatc = "x-amz-tagging-count";
|
|
8394
8472
|
var _xatd = "x-amz-tagging-directive";
|
|
8473
|
+
var _xatdmos = "x-amz-transition-default-minimum-object-size";
|
|
8395
8474
|
var _xavi = "x-amz-version-id";
|
|
8475
|
+
var _xawob = "x-amz-write-offset-bytes";
|
|
8396
8476
|
var _xawrl = "x-amz-website-redirect-location";
|
|
8397
8477
|
var _xi = "x-id";
|
|
8398
8478
|
|
|
@@ -8911,7 +8991,6 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
|
|
|
8911
8991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8912
8992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8913
8993
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8914
|
-
input: this.input,
|
|
8915
8994
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
8916
8995
|
requestChecksumRequired: true
|
|
8917
8996
|
}),
|
|
@@ -9416,7 +9495,6 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
|
|
|
9416
9495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9417
9496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9418
9497
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9419
|
-
input: this.input,
|
|
9420
9498
|
requestChecksumRequired: false,
|
|
9421
9499
|
requestValidationModeMember: "ChecksumMode",
|
|
9422
9500
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
@@ -9814,7 +9892,6 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
|
|
|
9814
9892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9815
9893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9816
9894
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9817
|
-
input: this.input,
|
|
9818
9895
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9819
9896
|
requestChecksumRequired: false
|
|
9820
9897
|
})
|
|
@@ -9838,7 +9915,6 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
|
|
|
9838
9915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9839
9916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9840
9917
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9841
|
-
input: this.input,
|
|
9842
9918
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9843
9919
|
requestChecksumRequired: true
|
|
9844
9920
|
})
|
|
@@ -9880,7 +9956,6 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
|
|
|
9880
9956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9881
9957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9882
9958
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9883
|
-
input: this.input,
|
|
9884
9959
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9885
9960
|
requestChecksumRequired: true
|
|
9886
9961
|
})
|
|
@@ -9904,7 +9979,6 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
|
|
|
9904
9979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9905
9980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9906
9981
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9907
|
-
input: this.input,
|
|
9908
9982
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9909
9983
|
requestChecksumRequired: true
|
|
9910
9984
|
})
|
|
@@ -9952,6 +10026,7 @@ var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCom
|
|
|
9952
10026
|
|
|
9953
10027
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
9954
10028
|
|
|
10029
|
+
var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
|
|
9955
10030
|
|
|
9956
10031
|
|
|
9957
10032
|
|
|
@@ -9964,10 +10039,10 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
|
|
|
9964
10039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9965
10040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9966
10041
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9967
|
-
input: this.input,
|
|
9968
10042
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9969
10043
|
requestChecksumRequired: true
|
|
9970
|
-
})
|
|
10044
|
+
}),
|
|
10045
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
|
|
9971
10046
|
];
|
|
9972
10047
|
}).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
9973
10048
|
};
|
|
@@ -9988,7 +10063,6 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
|
|
|
9988
10063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9989
10064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9990
10065
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9991
|
-
input: this.input,
|
|
9992
10066
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9993
10067
|
requestChecksumRequired: true
|
|
9994
10068
|
})
|
|
@@ -10048,7 +10122,6 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
|
|
|
10048
10122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10049
10123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10050
10124
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10051
|
-
input: this.input,
|
|
10052
10125
|
requestChecksumRequired: true
|
|
10053
10126
|
})
|
|
10054
10127
|
];
|
|
@@ -10071,7 +10144,6 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
|
|
|
10071
10144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10072
10145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10073
10146
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10074
|
-
input: this.input,
|
|
10075
10147
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10076
10148
|
requestChecksumRequired: true
|
|
10077
10149
|
})
|
|
@@ -10095,7 +10167,6 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
|
|
|
10095
10167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10096
10168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10097
10169
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10098
|
-
input: this.input,
|
|
10099
10170
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10100
10171
|
requestChecksumRequired: true
|
|
10101
10172
|
})
|
|
@@ -10119,7 +10190,6 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
|
|
|
10119
10190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10120
10191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10121
10192
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10122
|
-
input: this.input,
|
|
10123
10193
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10124
10194
|
requestChecksumRequired: true
|
|
10125
10195
|
})
|
|
@@ -10143,7 +10213,6 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
|
|
|
10143
10213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10144
10214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10145
10215
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10146
|
-
input: this.input,
|
|
10147
10216
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10148
10217
|
requestChecksumRequired: true
|
|
10149
10218
|
})
|
|
@@ -10167,7 +10236,6 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
|
|
|
10167
10236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10168
10237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10169
10238
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10170
|
-
input: this.input,
|
|
10171
10239
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10172
10240
|
requestChecksumRequired: true
|
|
10173
10241
|
})
|
|
@@ -10191,7 +10259,6 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
|
|
|
10191
10259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10192
10260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10193
10261
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10194
|
-
input: this.input,
|
|
10195
10262
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10196
10263
|
requestChecksumRequired: true
|
|
10197
10264
|
})
|
|
@@ -10203,7 +10270,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
|
|
|
10203
10270
|
|
|
10204
10271
|
// src/commands/PutObjectAclCommand.ts
|
|
10205
10272
|
|
|
10206
|
-
var
|
|
10273
|
+
var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
|
|
10207
10274
|
|
|
10208
10275
|
|
|
10209
10276
|
|
|
@@ -10216,11 +10283,10 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
|
|
|
10216
10283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10217
10284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10218
10285
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10219
|
-
input: this.input,
|
|
10220
10286
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10221
10287
|
requestChecksumRequired: true
|
|
10222
10288
|
}),
|
|
10223
|
-
(0,
|
|
10289
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
|
|
10224
10290
|
];
|
|
10225
10291
|
}).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
|
|
10226
10292
|
};
|
|
@@ -10229,7 +10295,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
|
|
|
10229
10295
|
|
|
10230
10296
|
// src/commands/PutObjectCommand.ts
|
|
10231
10297
|
|
|
10232
|
-
var
|
|
10298
|
+
var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
|
|
10233
10299
|
|
|
10234
10300
|
|
|
10235
10301
|
|
|
@@ -10243,12 +10309,11 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
|
|
|
10243
10309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10244
10310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10245
10311
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10246
|
-
input: this.input,
|
|
10247
10312
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10248
10313
|
requestChecksumRequired: false
|
|
10249
10314
|
}),
|
|
10250
|
-
(0,
|
|
10251
|
-
(0,
|
|
10315
|
+
(0, import_middleware_sdk_s354.getCheckContentLengthHeaderPlugin)(config),
|
|
10316
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config),
|
|
10252
10317
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10253
10318
|
];
|
|
10254
10319
|
}).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
|
|
@@ -10258,7 +10323,7 @@ var PutObjectCommand = _PutObjectCommand;
|
|
|
10258
10323
|
|
|
10259
10324
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
10260
10325
|
|
|
10261
|
-
var
|
|
10326
|
+
var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
|
|
10262
10327
|
|
|
10263
10328
|
|
|
10264
10329
|
|
|
@@ -10270,11 +10335,10 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
|
|
|
10270
10335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10271
10336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10272
10337
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10273
|
-
input: this.input,
|
|
10274
10338
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10275
10339
|
requestChecksumRequired: true
|
|
10276
10340
|
}),
|
|
10277
|
-
(0,
|
|
10341
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
|
|
10278
10342
|
];
|
|
10279
10343
|
}).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
|
|
10280
10344
|
};
|
|
@@ -10283,7 +10347,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
|
|
|
10283
10347
|
|
|
10284
10348
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
10285
10349
|
|
|
10286
|
-
var
|
|
10350
|
+
var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
|
|
10287
10351
|
|
|
10288
10352
|
|
|
10289
10353
|
|
|
@@ -10295,11 +10359,10 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
|
|
|
10295
10359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10296
10360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10297
10361
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10298
|
-
input: this.input,
|
|
10299
10362
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10300
10363
|
requestChecksumRequired: true
|
|
10301
10364
|
}),
|
|
10302
|
-
(0,
|
|
10365
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
|
|
10303
10366
|
];
|
|
10304
10367
|
}).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
|
|
10305
10368
|
};
|
|
@@ -10308,7 +10371,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
|
|
|
10308
10371
|
|
|
10309
10372
|
// src/commands/PutObjectRetentionCommand.ts
|
|
10310
10373
|
|
|
10311
|
-
var
|
|
10374
|
+
var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
|
|
10312
10375
|
|
|
10313
10376
|
|
|
10314
10377
|
|
|
@@ -10320,11 +10383,10 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
|
|
|
10320
10383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10321
10384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10322
10385
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10323
|
-
input: this.input,
|
|
10324
10386
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10325
10387
|
requestChecksumRequired: true
|
|
10326
10388
|
}),
|
|
10327
|
-
(0,
|
|
10389
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
|
|
10328
10390
|
];
|
|
10329
10391
|
}).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
|
|
10330
10392
|
};
|
|
@@ -10333,7 +10395,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
|
|
|
10333
10395
|
|
|
10334
10396
|
// src/commands/PutObjectTaggingCommand.ts
|
|
10335
10397
|
|
|
10336
|
-
var
|
|
10398
|
+
var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
|
|
10337
10399
|
|
|
10338
10400
|
|
|
10339
10401
|
|
|
@@ -10345,11 +10407,10 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
|
|
|
10345
10407
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10346
10408
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10347
10409
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10348
|
-
input: this.input,
|
|
10349
10410
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10350
10411
|
requestChecksumRequired: true
|
|
10351
10412
|
}),
|
|
10352
|
-
(0,
|
|
10413
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
|
|
10353
10414
|
];
|
|
10354
10415
|
}).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
|
|
10355
10416
|
};
|
|
@@ -10370,7 +10431,6 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
|
|
|
10370
10431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10371
10432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10372
10433
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10373
|
-
input: this.input,
|
|
10374
10434
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10375
10435
|
requestChecksumRequired: true
|
|
10376
10436
|
})
|
|
@@ -10382,7 +10442,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
|
|
|
10382
10442
|
|
|
10383
10443
|
// src/commands/RestoreObjectCommand.ts
|
|
10384
10444
|
|
|
10385
|
-
var
|
|
10445
|
+
var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
|
|
10386
10446
|
|
|
10387
10447
|
|
|
10388
10448
|
|
|
@@ -10394,11 +10454,10 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
|
|
|
10394
10454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10395
10455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10396
10456
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10397
|
-
input: this.input,
|
|
10398
10457
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10399
10458
|
requestChecksumRequired: false
|
|
10400
10459
|
}),
|
|
10401
|
-
(0,
|
|
10460
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
|
|
10402
10461
|
];
|
|
10403
10462
|
}).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
|
|
10404
10463
|
};
|
|
@@ -10406,7 +10465,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
|
|
|
10406
10465
|
var RestoreObjectCommand = _RestoreObjectCommand;
|
|
10407
10466
|
|
|
10408
10467
|
// src/commands/SelectObjectContentCommand.ts
|
|
10409
|
-
var
|
|
10468
|
+
var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
|
|
10410
10469
|
|
|
10411
10470
|
|
|
10412
10471
|
|
|
@@ -10418,7 +10477,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
|
|
|
10418
10477
|
return [
|
|
10419
10478
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10420
10479
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10421
|
-
(0,
|
|
10480
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config),
|
|
10422
10481
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10423
10482
|
];
|
|
10424
10483
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -10435,7 +10494,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
|
|
|
10435
10494
|
|
|
10436
10495
|
// src/commands/UploadPartCommand.ts
|
|
10437
10496
|
|
|
10438
|
-
var
|
|
10497
|
+
var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
|
|
10439
10498
|
|
|
10440
10499
|
|
|
10441
10500
|
|
|
@@ -10449,11 +10508,10 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
|
|
|
10449
10508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10450
10509
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10451
10510
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10452
|
-
input: this.input,
|
|
10453
10511
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10454
10512
|
requestChecksumRequired: false
|
|
10455
10513
|
}),
|
|
10456
|
-
(0,
|
|
10514
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
|
|
10457
10515
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10458
10516
|
];
|
|
10459
10517
|
}).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
|
|
@@ -10462,7 +10520,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
|
|
|
10462
10520
|
var UploadPartCommand = _UploadPartCommand;
|
|
10463
10521
|
|
|
10464
10522
|
// src/commands/UploadPartCopyCommand.ts
|
|
10465
|
-
var
|
|
10523
|
+
var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
|
|
10466
10524
|
|
|
10467
10525
|
|
|
10468
10526
|
|
|
@@ -10475,7 +10533,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
|
|
|
10475
10533
|
return [
|
|
10476
10534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10477
10535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10478
|
-
(0,
|
|
10536
|
+
(0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
|
|
10479
10537
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10480
10538
|
];
|
|
10481
10539
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|
|
@@ -10871,9 +10929,9 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10871
10929
|
InventoryIncludedObjectVersions,
|
|
10872
10930
|
InventoryOptionalField,
|
|
10873
10931
|
InventoryFrequency,
|
|
10874
|
-
LifecycleRuleFilter,
|
|
10875
10932
|
TransitionStorageClass,
|
|
10876
10933
|
ExpirationStatus,
|
|
10934
|
+
TransitionDefaultMinimumObjectSize,
|
|
10877
10935
|
BucketLogsPermission,
|
|
10878
10936
|
PartitionDateSource,
|
|
10879
10937
|
MetricsFilter,
|
|
@@ -10883,7 +10941,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10883
10941
|
MetricsStatus,
|
|
10884
10942
|
ReplicationTimeStatus,
|
|
10885
10943
|
ExistingObjectReplicationStatus,
|
|
10886
|
-
ReplicationRuleFilter,
|
|
10887
10944
|
ReplicaModificationsStatus,
|
|
10888
10945
|
SseKmsEncryptedObjectsStatus,
|
|
10889
10946
|
ReplicationRuleStatus,
|
|
@@ -10934,6 +10991,10 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10934
10991
|
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
10935
10992
|
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
10936
10993
|
MFADelete,
|
|
10994
|
+
EncryptionTypeMismatch,
|
|
10995
|
+
InvalidRequest,
|
|
10996
|
+
InvalidWriteOffset,
|
|
10997
|
+
TooManyParts,
|
|
10937
10998
|
ObjectAlreadyInActiveTierError,
|
|
10938
10999
|
Tier,
|
|
10939
11000
|
ExpressionType,
|