@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
|
@@ -7,12 +7,14 @@ import {
|
|
|
7
7
|
ErrorDocument,
|
|
8
8
|
Grant,
|
|
9
9
|
IndexDocument,
|
|
10
|
+
NotificationConfiguration,
|
|
10
11
|
ObjectCannedACL,
|
|
11
12
|
ObjectLockConfiguration,
|
|
12
13
|
ObjectLockLegalHold,
|
|
13
14
|
ObjectLockLegalHoldStatus,
|
|
14
15
|
ObjectLockMode,
|
|
15
16
|
ObjectLockRetention,
|
|
17
|
+
OwnershipControls,
|
|
16
18
|
Payer,
|
|
17
19
|
PublicAccessBlockConfiguration,
|
|
18
20
|
RedirectAllRequestsTo,
|
|
@@ -26,41 +28,53 @@ import {
|
|
|
26
28
|
Tag,
|
|
27
29
|
} from "./models_0";
|
|
28
30
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
31
|
+
export interface PutBucketNotificationConfigurationRequest {
|
|
32
|
+
Bucket: string | undefined;
|
|
33
|
+
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
34
|
+
ExpectedBucketOwner?: string | undefined;
|
|
35
|
+
SkipDestinationValidation?: boolean | undefined;
|
|
36
|
+
}
|
|
37
|
+
export interface PutBucketOwnershipControlsRequest {
|
|
38
|
+
Bucket: string | undefined;
|
|
39
|
+
ContentMD5?: string | undefined;
|
|
40
|
+
ExpectedBucketOwner?: string | undefined;
|
|
41
|
+
OwnershipControls: OwnershipControls | undefined;
|
|
42
|
+
}
|
|
29
43
|
export interface PutBucketPolicyRequest {
|
|
30
44
|
Bucket: string | undefined;
|
|
31
|
-
ContentMD5?: string;
|
|
32
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
33
|
-
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
45
|
+
ContentMD5?: string | undefined;
|
|
46
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
47
|
+
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
34
48
|
Policy: string | undefined;
|
|
35
|
-
ExpectedBucketOwner?: string;
|
|
49
|
+
ExpectedBucketOwner?: string | undefined;
|
|
36
50
|
}
|
|
37
51
|
export interface PutBucketReplicationRequest {
|
|
38
52
|
Bucket: string | undefined;
|
|
39
|
-
ContentMD5?: string;
|
|
40
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
53
|
+
ContentMD5?: string | undefined;
|
|
54
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
41
55
|
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
42
|
-
Token?: string;
|
|
43
|
-
ExpectedBucketOwner?: string;
|
|
56
|
+
Token?: string | undefined;
|
|
57
|
+
ExpectedBucketOwner?: string | undefined;
|
|
44
58
|
}
|
|
45
59
|
export interface RequestPaymentConfiguration {
|
|
46
60
|
Payer: Payer | undefined;
|
|
47
61
|
}
|
|
48
62
|
export interface PutBucketRequestPaymentRequest {
|
|
49
63
|
Bucket: string | undefined;
|
|
50
|
-
ContentMD5?: string;
|
|
51
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
64
|
+
ContentMD5?: string | undefined;
|
|
65
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
52
66
|
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
53
|
-
ExpectedBucketOwner?: string;
|
|
67
|
+
ExpectedBucketOwner?: string | undefined;
|
|
54
68
|
}
|
|
55
69
|
export interface Tagging {
|
|
56
70
|
TagSet: Tag[] | undefined;
|
|
57
71
|
}
|
|
58
72
|
export interface PutBucketTaggingRequest {
|
|
59
73
|
Bucket: string | undefined;
|
|
60
|
-
ContentMD5?: string;
|
|
61
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
74
|
+
ContentMD5?: string | undefined;
|
|
75
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
62
76
|
Tagging: Tagging | undefined;
|
|
63
|
-
ExpectedBucketOwner?: string;
|
|
77
|
+
ExpectedBucketOwner?: string | undefined;
|
|
64
78
|
}
|
|
65
79
|
export declare const MFADelete: {
|
|
66
80
|
readonly Disabled: "Disabled";
|
|
@@ -68,163 +82,187 @@ export declare const MFADelete: {
|
|
|
68
82
|
};
|
|
69
83
|
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
70
84
|
export interface VersioningConfiguration {
|
|
71
|
-
MFADelete?: MFADelete;
|
|
72
|
-
Status?: BucketVersioningStatus;
|
|
85
|
+
MFADelete?: MFADelete | undefined;
|
|
86
|
+
Status?: BucketVersioningStatus | undefined;
|
|
73
87
|
}
|
|
74
88
|
export interface PutBucketVersioningRequest {
|
|
75
89
|
Bucket: string | undefined;
|
|
76
|
-
ContentMD5?: string;
|
|
77
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
78
|
-
MFA?: string;
|
|
90
|
+
ContentMD5?: string | undefined;
|
|
91
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
92
|
+
MFA?: string | undefined;
|
|
79
93
|
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
80
|
-
ExpectedBucketOwner?: string;
|
|
94
|
+
ExpectedBucketOwner?: string | undefined;
|
|
81
95
|
}
|
|
82
96
|
export interface WebsiteConfiguration {
|
|
83
|
-
ErrorDocument?: ErrorDocument;
|
|
84
|
-
IndexDocument?: IndexDocument;
|
|
85
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
86
|
-
RoutingRules?: RoutingRule[];
|
|
97
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
98
|
+
IndexDocument?: IndexDocument | undefined;
|
|
99
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
100
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
87
101
|
}
|
|
88
102
|
export interface PutBucketWebsiteRequest {
|
|
89
103
|
Bucket: string | undefined;
|
|
90
|
-
ContentMD5?: string;
|
|
91
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
104
|
+
ContentMD5?: string | undefined;
|
|
105
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
92
106
|
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
93
|
-
ExpectedBucketOwner?: string;
|
|
107
|
+
ExpectedBucketOwner?: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
110
|
+
readonly name: "EncryptionTypeMismatch";
|
|
111
|
+
readonly $fault: "client";
|
|
112
|
+
constructor(
|
|
113
|
+
opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
export declare class InvalidRequest extends __BaseException {
|
|
117
|
+
readonly name: "InvalidRequest";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
120
|
+
}
|
|
121
|
+
export declare class InvalidWriteOffset extends __BaseException {
|
|
122
|
+
readonly name: "InvalidWriteOffset";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
|
|
94
125
|
}
|
|
95
126
|
export interface PutObjectOutput {
|
|
96
|
-
Expiration?: string;
|
|
97
|
-
ETag?: string;
|
|
98
|
-
ChecksumCRC32?: string;
|
|
99
|
-
ChecksumCRC32C?: string;
|
|
100
|
-
ChecksumSHA1?: string;
|
|
101
|
-
ChecksumSHA256?: string;
|
|
102
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
103
|
-
VersionId?: string;
|
|
104
|
-
SSECustomerAlgorithm?: string;
|
|
105
|
-
SSECustomerKeyMD5?: string;
|
|
106
|
-
SSEKMSKeyId?: string;
|
|
107
|
-
SSEKMSEncryptionContext?: string;
|
|
108
|
-
BucketKeyEnabled?: boolean;
|
|
109
|
-
|
|
127
|
+
Expiration?: string | undefined;
|
|
128
|
+
ETag?: string | undefined;
|
|
129
|
+
ChecksumCRC32?: string | undefined;
|
|
130
|
+
ChecksumCRC32C?: string | undefined;
|
|
131
|
+
ChecksumSHA1?: string | undefined;
|
|
132
|
+
ChecksumSHA256?: string | undefined;
|
|
133
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
134
|
+
VersionId?: string | undefined;
|
|
135
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
136
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
137
|
+
SSEKMSKeyId?: string | undefined;
|
|
138
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
139
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
140
|
+
Size?: number | undefined;
|
|
141
|
+
RequestCharged?: RequestCharged | undefined;
|
|
110
142
|
}
|
|
111
143
|
export interface PutObjectRequest {
|
|
112
|
-
ACL?: ObjectCannedACL;
|
|
113
|
-
Body?: StreamingBlobTypes;
|
|
144
|
+
ACL?: ObjectCannedACL | undefined;
|
|
145
|
+
Body?: StreamingBlobTypes | undefined;
|
|
114
146
|
Bucket: string | undefined;
|
|
115
|
-
CacheControl?: string;
|
|
116
|
-
ContentDisposition?: string;
|
|
117
|
-
ContentEncoding?: string;
|
|
118
|
-
ContentLanguage?: string;
|
|
119
|
-
ContentLength?: number;
|
|
120
|
-
ContentMD5?: string;
|
|
121
|
-
ContentType?: string;
|
|
122
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
123
|
-
ChecksumCRC32?: string;
|
|
124
|
-
ChecksumCRC32C?: string;
|
|
125
|
-
ChecksumSHA1?: string;
|
|
126
|
-
ChecksumSHA256?: string;
|
|
127
|
-
Expires?: Date;
|
|
128
|
-
IfNoneMatch?: string;
|
|
129
|
-
GrantFullControl?: string;
|
|
130
|
-
GrantRead?: string;
|
|
131
|
-
GrantReadACP?: string;
|
|
132
|
-
GrantWriteACP?: string;
|
|
147
|
+
CacheControl?: string | undefined;
|
|
148
|
+
ContentDisposition?: string | undefined;
|
|
149
|
+
ContentEncoding?: string | undefined;
|
|
150
|
+
ContentLanguage?: string | undefined;
|
|
151
|
+
ContentLength?: number | undefined;
|
|
152
|
+
ContentMD5?: string | undefined;
|
|
153
|
+
ContentType?: string | undefined;
|
|
154
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
155
|
+
ChecksumCRC32?: string | undefined;
|
|
156
|
+
ChecksumCRC32C?: string | undefined;
|
|
157
|
+
ChecksumSHA1?: string | undefined;
|
|
158
|
+
ChecksumSHA256?: string | undefined;
|
|
159
|
+
Expires?: Date | undefined;
|
|
160
|
+
IfNoneMatch?: string | undefined;
|
|
161
|
+
GrantFullControl?: string | undefined;
|
|
162
|
+
GrantRead?: string | undefined;
|
|
163
|
+
GrantReadACP?: string | undefined;
|
|
164
|
+
GrantWriteACP?: string | undefined;
|
|
133
165
|
Key: string | undefined;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
166
|
+
WriteOffsetBytes?: number | undefined;
|
|
167
|
+
Metadata?: Record<string, string> | undefined;
|
|
168
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
169
|
+
StorageClass?: StorageClass | undefined;
|
|
170
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
171
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
172
|
+
SSECustomerKey?: string | undefined;
|
|
173
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
174
|
+
SSEKMSKeyId?: string | undefined;
|
|
175
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
176
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
177
|
+
RequestPayer?: RequestPayer | undefined;
|
|
178
|
+
Tagging?: string | undefined;
|
|
179
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
180
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
181
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
182
|
+
ExpectedBucketOwner?: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export declare class TooManyParts extends __BaseException {
|
|
185
|
+
readonly name: "TooManyParts";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
|
|
150
188
|
}
|
|
151
189
|
export interface PutObjectAclOutput {
|
|
152
|
-
RequestCharged?: RequestCharged;
|
|
190
|
+
RequestCharged?: RequestCharged | undefined;
|
|
153
191
|
}
|
|
154
192
|
export interface PutObjectAclRequest {
|
|
155
|
-
ACL?: ObjectCannedACL;
|
|
156
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
193
|
+
ACL?: ObjectCannedACL | undefined;
|
|
194
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
157
195
|
Bucket: string | undefined;
|
|
158
|
-
ContentMD5?: string;
|
|
159
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
160
|
-
GrantFullControl?: string;
|
|
161
|
-
GrantRead?: string;
|
|
162
|
-
GrantReadACP?: string;
|
|
163
|
-
GrantWrite?: string;
|
|
164
|
-
GrantWriteACP?: string;
|
|
196
|
+
ContentMD5?: string | undefined;
|
|
197
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
198
|
+
GrantFullControl?: string | undefined;
|
|
199
|
+
GrantRead?: string | undefined;
|
|
200
|
+
GrantReadACP?: string | undefined;
|
|
201
|
+
GrantWrite?: string | undefined;
|
|
202
|
+
GrantWriteACP?: string | undefined;
|
|
165
203
|
Key: string | undefined;
|
|
166
|
-
RequestPayer?: RequestPayer;
|
|
167
|
-
VersionId?: string;
|
|
168
|
-
ExpectedBucketOwner?: string;
|
|
204
|
+
RequestPayer?: RequestPayer | undefined;
|
|
205
|
+
VersionId?: string | undefined;
|
|
206
|
+
ExpectedBucketOwner?: string | undefined;
|
|
169
207
|
}
|
|
170
208
|
export interface PutObjectLegalHoldOutput {
|
|
171
|
-
RequestCharged?: RequestCharged;
|
|
209
|
+
RequestCharged?: RequestCharged | undefined;
|
|
172
210
|
}
|
|
173
211
|
export interface PutObjectLegalHoldRequest {
|
|
174
212
|
Bucket: string | undefined;
|
|
175
213
|
Key: string | undefined;
|
|
176
|
-
LegalHold?: ObjectLockLegalHold;
|
|
177
|
-
RequestPayer?: RequestPayer;
|
|
178
|
-
VersionId?: string;
|
|
179
|
-
ContentMD5?: string;
|
|
180
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
181
|
-
ExpectedBucketOwner?: string;
|
|
214
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
215
|
+
RequestPayer?: RequestPayer | undefined;
|
|
216
|
+
VersionId?: string | undefined;
|
|
217
|
+
ContentMD5?: string | undefined;
|
|
218
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
219
|
+
ExpectedBucketOwner?: string | undefined;
|
|
182
220
|
}
|
|
183
221
|
export interface PutObjectLockConfigurationOutput {
|
|
184
|
-
RequestCharged?: RequestCharged;
|
|
222
|
+
RequestCharged?: RequestCharged | undefined;
|
|
185
223
|
}
|
|
186
224
|
export interface PutObjectLockConfigurationRequest {
|
|
187
225
|
Bucket: string | undefined;
|
|
188
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
189
|
-
RequestPayer?: RequestPayer;
|
|
190
|
-
Token?: string;
|
|
191
|
-
ContentMD5?: string;
|
|
192
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
193
|
-
ExpectedBucketOwner?: string;
|
|
226
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
227
|
+
RequestPayer?: RequestPayer | undefined;
|
|
228
|
+
Token?: string | undefined;
|
|
229
|
+
ContentMD5?: string | undefined;
|
|
230
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
231
|
+
ExpectedBucketOwner?: string | undefined;
|
|
194
232
|
}
|
|
195
233
|
export interface PutObjectRetentionOutput {
|
|
196
|
-
RequestCharged?: RequestCharged;
|
|
234
|
+
RequestCharged?: RequestCharged | undefined;
|
|
197
235
|
}
|
|
198
236
|
export interface PutObjectRetentionRequest {
|
|
199
237
|
Bucket: string | undefined;
|
|
200
238
|
Key: string | undefined;
|
|
201
|
-
Retention?: ObjectLockRetention;
|
|
202
|
-
RequestPayer?: RequestPayer;
|
|
203
|
-
VersionId?: string;
|
|
204
|
-
BypassGovernanceRetention?: boolean;
|
|
205
|
-
ContentMD5?: string;
|
|
206
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
207
|
-
ExpectedBucketOwner?: string;
|
|
239
|
+
Retention?: ObjectLockRetention | undefined;
|
|
240
|
+
RequestPayer?: RequestPayer | undefined;
|
|
241
|
+
VersionId?: string | undefined;
|
|
242
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
243
|
+
ContentMD5?: string | undefined;
|
|
244
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
245
|
+
ExpectedBucketOwner?: string | undefined;
|
|
208
246
|
}
|
|
209
247
|
export interface PutObjectTaggingOutput {
|
|
210
|
-
VersionId?: string;
|
|
248
|
+
VersionId?: string | undefined;
|
|
211
249
|
}
|
|
212
250
|
export interface PutObjectTaggingRequest {
|
|
213
251
|
Bucket: string | undefined;
|
|
214
252
|
Key: string | undefined;
|
|
215
|
-
VersionId?: string;
|
|
216
|
-
ContentMD5?: string;
|
|
217
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
253
|
+
VersionId?: string | undefined;
|
|
254
|
+
ContentMD5?: string | undefined;
|
|
255
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
218
256
|
Tagging: Tagging | undefined;
|
|
219
|
-
ExpectedBucketOwner?: string;
|
|
220
|
-
RequestPayer?: RequestPayer;
|
|
257
|
+
ExpectedBucketOwner?: string | undefined;
|
|
258
|
+
RequestPayer?: RequestPayer | undefined;
|
|
221
259
|
}
|
|
222
260
|
export interface PutPublicAccessBlockRequest {
|
|
223
261
|
Bucket: string | undefined;
|
|
224
|
-
ContentMD5?: string;
|
|
225
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
262
|
+
ContentMD5?: string | undefined;
|
|
263
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
226
264
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
227
|
-
ExpectedBucketOwner?: string;
|
|
265
|
+
ExpectedBucketOwner?: string | undefined;
|
|
228
266
|
}
|
|
229
267
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
230
268
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
@@ -234,8 +272,8 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
234
272
|
);
|
|
235
273
|
}
|
|
236
274
|
export interface RestoreObjectOutput {
|
|
237
|
-
RequestCharged?: RequestCharged;
|
|
238
|
-
RestoreOutputPath?: string;
|
|
275
|
+
RequestCharged?: RequestCharged | undefined;
|
|
276
|
+
RestoreOutputPath?: string | undefined;
|
|
239
277
|
}
|
|
240
278
|
export declare const Tier: {
|
|
241
279
|
readonly Bulk: "Bulk";
|
|
@@ -248,25 +286,25 @@ export interface GlacierJobParameters {
|
|
|
248
286
|
}
|
|
249
287
|
export interface Encryption {
|
|
250
288
|
EncryptionType: ServerSideEncryption | undefined;
|
|
251
|
-
KMSKeyId?: string;
|
|
252
|
-
KMSContext?: string;
|
|
289
|
+
KMSKeyId?: string | undefined;
|
|
290
|
+
KMSContext?: string | undefined;
|
|
253
291
|
}
|
|
254
292
|
export interface MetadataEntry {
|
|
255
|
-
Name?: string;
|
|
256
|
-
Value?: string;
|
|
293
|
+
Name?: string | undefined;
|
|
294
|
+
Value?: string | undefined;
|
|
257
295
|
}
|
|
258
296
|
export interface S3Location {
|
|
259
297
|
BucketName: string | undefined;
|
|
260
298
|
Prefix: string | undefined;
|
|
261
|
-
Encryption?: Encryption;
|
|
262
|
-
CannedACL?: ObjectCannedACL;
|
|
263
|
-
AccessControlList?: Grant[];
|
|
264
|
-
Tagging?: Tagging;
|
|
265
|
-
UserMetadata?: MetadataEntry[];
|
|
266
|
-
StorageClass?: StorageClass;
|
|
299
|
+
Encryption?: Encryption | undefined;
|
|
300
|
+
CannedACL?: ObjectCannedACL | undefined;
|
|
301
|
+
AccessControlList?: Grant[] | undefined;
|
|
302
|
+
Tagging?: Tagging | undefined;
|
|
303
|
+
UserMetadata?: MetadataEntry[] | undefined;
|
|
304
|
+
StorageClass?: StorageClass | undefined;
|
|
267
305
|
}
|
|
268
306
|
export interface OutputLocation {
|
|
269
|
-
S3?: S3Location;
|
|
307
|
+
S3?: S3Location | undefined;
|
|
270
308
|
}
|
|
271
309
|
export declare const ExpressionType: {
|
|
272
310
|
readonly SQL: "SQL";
|
|
@@ -288,13 +326,13 @@ export declare const FileHeaderInfo: {
|
|
|
288
326
|
export type FileHeaderInfo =
|
|
289
327
|
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
290
328
|
export interface CSVInput {
|
|
291
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
292
|
-
Comments?: string;
|
|
293
|
-
QuoteEscapeCharacter?: string;
|
|
294
|
-
RecordDelimiter?: string;
|
|
295
|
-
FieldDelimiter?: string;
|
|
296
|
-
QuoteCharacter?: string;
|
|
297
|
-
AllowQuotedRecordDelimiter?: boolean;
|
|
329
|
+
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
330
|
+
Comments?: string | undefined;
|
|
331
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
332
|
+
RecordDelimiter?: string | undefined;
|
|
333
|
+
FieldDelimiter?: string | undefined;
|
|
334
|
+
QuoteCharacter?: string | undefined;
|
|
335
|
+
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
298
336
|
}
|
|
299
337
|
export declare const JSONType: {
|
|
300
338
|
readonly DOCUMENT: "DOCUMENT";
|
|
@@ -302,14 +340,14 @@ export declare const JSONType: {
|
|
|
302
340
|
};
|
|
303
341
|
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
304
342
|
export interface JSONInput {
|
|
305
|
-
Type?: JSONType;
|
|
343
|
+
Type?: JSONType | undefined;
|
|
306
344
|
}
|
|
307
345
|
export interface ParquetInput {}
|
|
308
346
|
export interface InputSerialization {
|
|
309
|
-
CSV?: CSVInput;
|
|
310
|
-
CompressionType?: CompressionType;
|
|
311
|
-
JSON?: JSONInput;
|
|
312
|
-
Parquet?: ParquetInput;
|
|
347
|
+
CSV?: CSVInput | undefined;
|
|
348
|
+
CompressionType?: CompressionType | undefined;
|
|
349
|
+
JSON?: JSONInput | undefined;
|
|
350
|
+
Parquet?: ParquetInput | undefined;
|
|
313
351
|
}
|
|
314
352
|
export declare const QuoteFields: {
|
|
315
353
|
readonly ALWAYS: "ALWAYS";
|
|
@@ -317,18 +355,18 @@ export declare const QuoteFields: {
|
|
|
317
355
|
};
|
|
318
356
|
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
319
357
|
export interface CSVOutput {
|
|
320
|
-
QuoteFields?: QuoteFields;
|
|
321
|
-
QuoteEscapeCharacter?: string;
|
|
322
|
-
RecordDelimiter?: string;
|
|
323
|
-
FieldDelimiter?: string;
|
|
324
|
-
QuoteCharacter?: string;
|
|
358
|
+
QuoteFields?: QuoteFields | undefined;
|
|
359
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
360
|
+
RecordDelimiter?: string | undefined;
|
|
361
|
+
FieldDelimiter?: string | undefined;
|
|
362
|
+
QuoteCharacter?: string | undefined;
|
|
325
363
|
}
|
|
326
364
|
export interface JSONOutput {
|
|
327
|
-
RecordDelimiter?: string;
|
|
365
|
+
RecordDelimiter?: string | undefined;
|
|
328
366
|
}
|
|
329
367
|
export interface OutputSerialization {
|
|
330
|
-
CSV?: CSVOutput;
|
|
331
|
-
JSON?: JSONOutput;
|
|
368
|
+
CSV?: CSVOutput | undefined;
|
|
369
|
+
JSON?: JSONOutput | undefined;
|
|
332
370
|
}
|
|
333
371
|
export interface SelectParameters {
|
|
334
372
|
InputSerialization: InputSerialization | undefined;
|
|
@@ -342,43 +380,43 @@ export declare const RestoreRequestType: {
|
|
|
342
380
|
export type RestoreRequestType =
|
|
343
381
|
(typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
344
382
|
export interface RestoreRequest {
|
|
345
|
-
Days?: number;
|
|
346
|
-
GlacierJobParameters?: GlacierJobParameters;
|
|
347
|
-
Type?: RestoreRequestType;
|
|
348
|
-
Tier?: Tier;
|
|
349
|
-
Description?: string;
|
|
350
|
-
SelectParameters?: SelectParameters;
|
|
351
|
-
OutputLocation?: OutputLocation;
|
|
383
|
+
Days?: number | undefined;
|
|
384
|
+
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
385
|
+
Type?: RestoreRequestType | undefined;
|
|
386
|
+
Tier?: Tier | undefined;
|
|
387
|
+
Description?: string | undefined;
|
|
388
|
+
SelectParameters?: SelectParameters | undefined;
|
|
389
|
+
OutputLocation?: OutputLocation | undefined;
|
|
352
390
|
}
|
|
353
391
|
export interface RestoreObjectRequest {
|
|
354
392
|
Bucket: string | undefined;
|
|
355
393
|
Key: string | undefined;
|
|
356
|
-
VersionId?: string;
|
|
357
|
-
RestoreRequest?: RestoreRequest;
|
|
358
|
-
RequestPayer?: RequestPayer;
|
|
359
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
360
|
-
ExpectedBucketOwner?: string;
|
|
394
|
+
VersionId?: string | undefined;
|
|
395
|
+
RestoreRequest?: RestoreRequest | undefined;
|
|
396
|
+
RequestPayer?: RequestPayer | undefined;
|
|
397
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
398
|
+
ExpectedBucketOwner?: string | undefined;
|
|
361
399
|
}
|
|
362
400
|
export interface ContinuationEvent {}
|
|
363
401
|
export interface EndEvent {}
|
|
364
402
|
export interface Progress {
|
|
365
|
-
BytesScanned?: number;
|
|
366
|
-
BytesProcessed?: number;
|
|
367
|
-
BytesReturned?: number;
|
|
403
|
+
BytesScanned?: number | undefined;
|
|
404
|
+
BytesProcessed?: number | undefined;
|
|
405
|
+
BytesReturned?: number | undefined;
|
|
368
406
|
}
|
|
369
407
|
export interface ProgressEvent {
|
|
370
|
-
Details?: Progress;
|
|
408
|
+
Details?: Progress | undefined;
|
|
371
409
|
}
|
|
372
410
|
export interface RecordsEvent {
|
|
373
|
-
Payload?: Uint8Array;
|
|
411
|
+
Payload?: Uint8Array | undefined;
|
|
374
412
|
}
|
|
375
413
|
export interface Stats {
|
|
376
|
-
BytesScanned?: number;
|
|
377
|
-
BytesProcessed?: number;
|
|
378
|
-
BytesReturned?: number;
|
|
414
|
+
BytesScanned?: number | undefined;
|
|
415
|
+
BytesProcessed?: number | undefined;
|
|
416
|
+
BytesReturned?: number | undefined;
|
|
379
417
|
}
|
|
380
418
|
export interface StatsEvent {
|
|
381
|
-
Details?: Stats;
|
|
419
|
+
Details?: Stats | undefined;
|
|
382
420
|
}
|
|
383
421
|
export type SelectObjectContentEventStream =
|
|
384
422
|
| SelectObjectContentEventStream.ContMember
|
|
@@ -450,141 +488,141 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
450
488
|
) => T;
|
|
451
489
|
}
|
|
452
490
|
export interface SelectObjectContentOutput {
|
|
453
|
-
Payload?: AsyncIterable<SelectObjectContentEventStream
|
|
491
|
+
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
454
492
|
}
|
|
455
493
|
export interface RequestProgress {
|
|
456
|
-
Enabled?: boolean;
|
|
494
|
+
Enabled?: boolean | undefined;
|
|
457
495
|
}
|
|
458
496
|
export interface ScanRange {
|
|
459
|
-
Start?: number;
|
|
460
|
-
End?: number;
|
|
497
|
+
Start?: number | undefined;
|
|
498
|
+
End?: number | undefined;
|
|
461
499
|
}
|
|
462
500
|
export interface SelectObjectContentRequest {
|
|
463
501
|
Bucket: string | undefined;
|
|
464
502
|
Key: string | undefined;
|
|
465
|
-
SSECustomerAlgorithm?: string;
|
|
466
|
-
SSECustomerKey?: string;
|
|
467
|
-
SSECustomerKeyMD5?: string;
|
|
503
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
504
|
+
SSECustomerKey?: string | undefined;
|
|
505
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
468
506
|
Expression: string | undefined;
|
|
469
507
|
ExpressionType: ExpressionType | undefined;
|
|
470
|
-
RequestProgress?: RequestProgress;
|
|
508
|
+
RequestProgress?: RequestProgress | undefined;
|
|
471
509
|
InputSerialization: InputSerialization | undefined;
|
|
472
510
|
OutputSerialization: OutputSerialization | undefined;
|
|
473
|
-
ScanRange?: ScanRange;
|
|
474
|
-
ExpectedBucketOwner?: string;
|
|
511
|
+
ScanRange?: ScanRange | undefined;
|
|
512
|
+
ExpectedBucketOwner?: string | undefined;
|
|
475
513
|
}
|
|
476
514
|
export interface UploadPartOutput {
|
|
477
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
478
|
-
ETag?: string;
|
|
479
|
-
ChecksumCRC32?: string;
|
|
480
|
-
ChecksumCRC32C?: string;
|
|
481
|
-
ChecksumSHA1?: string;
|
|
482
|
-
ChecksumSHA256?: string;
|
|
483
|
-
SSECustomerAlgorithm?: string;
|
|
484
|
-
SSECustomerKeyMD5?: string;
|
|
485
|
-
SSEKMSKeyId?: string;
|
|
486
|
-
BucketKeyEnabled?: boolean;
|
|
487
|
-
RequestCharged?: RequestCharged;
|
|
515
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
516
|
+
ETag?: string | undefined;
|
|
517
|
+
ChecksumCRC32?: string | undefined;
|
|
518
|
+
ChecksumCRC32C?: string | undefined;
|
|
519
|
+
ChecksumSHA1?: string | undefined;
|
|
520
|
+
ChecksumSHA256?: string | undefined;
|
|
521
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
522
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
523
|
+
SSEKMSKeyId?: string | undefined;
|
|
524
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
525
|
+
RequestCharged?: RequestCharged | undefined;
|
|
488
526
|
}
|
|
489
527
|
export interface UploadPartRequest {
|
|
490
|
-
Body?: StreamingBlobTypes;
|
|
528
|
+
Body?: StreamingBlobTypes | undefined;
|
|
491
529
|
Bucket: string | undefined;
|
|
492
|
-
ContentLength?: number;
|
|
493
|
-
ContentMD5?: string;
|
|
494
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
495
|
-
ChecksumCRC32?: string;
|
|
496
|
-
ChecksumCRC32C?: string;
|
|
497
|
-
ChecksumSHA1?: string;
|
|
498
|
-
ChecksumSHA256?: string;
|
|
530
|
+
ContentLength?: number | undefined;
|
|
531
|
+
ContentMD5?: string | undefined;
|
|
532
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
533
|
+
ChecksumCRC32?: string | undefined;
|
|
534
|
+
ChecksumCRC32C?: string | undefined;
|
|
535
|
+
ChecksumSHA1?: string | undefined;
|
|
536
|
+
ChecksumSHA256?: string | undefined;
|
|
499
537
|
Key: string | undefined;
|
|
500
538
|
PartNumber: number | undefined;
|
|
501
539
|
UploadId: string | undefined;
|
|
502
|
-
SSECustomerAlgorithm?: string;
|
|
503
|
-
SSECustomerKey?: string;
|
|
504
|
-
SSECustomerKeyMD5?: string;
|
|
505
|
-
RequestPayer?: RequestPayer;
|
|
506
|
-
ExpectedBucketOwner?: string;
|
|
540
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
541
|
+
SSECustomerKey?: string | undefined;
|
|
542
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
543
|
+
RequestPayer?: RequestPayer | undefined;
|
|
544
|
+
ExpectedBucketOwner?: string | undefined;
|
|
507
545
|
}
|
|
508
546
|
export interface CopyPartResult {
|
|
509
|
-
ETag?: string;
|
|
510
|
-
LastModified?: Date;
|
|
511
|
-
ChecksumCRC32?: string;
|
|
512
|
-
ChecksumCRC32C?: string;
|
|
513
|
-
ChecksumSHA1?: string;
|
|
514
|
-
ChecksumSHA256?: string;
|
|
547
|
+
ETag?: string | undefined;
|
|
548
|
+
LastModified?: Date | undefined;
|
|
549
|
+
ChecksumCRC32?: string | undefined;
|
|
550
|
+
ChecksumCRC32C?: string | undefined;
|
|
551
|
+
ChecksumSHA1?: string | undefined;
|
|
552
|
+
ChecksumSHA256?: string | undefined;
|
|
515
553
|
}
|
|
516
554
|
export interface UploadPartCopyOutput {
|
|
517
|
-
CopySourceVersionId?: string;
|
|
518
|
-
CopyPartResult?: CopyPartResult;
|
|
519
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
520
|
-
SSECustomerAlgorithm?: string;
|
|
521
|
-
SSECustomerKeyMD5?: string;
|
|
522
|
-
SSEKMSKeyId?: string;
|
|
523
|
-
BucketKeyEnabled?: boolean;
|
|
524
|
-
RequestCharged?: RequestCharged;
|
|
555
|
+
CopySourceVersionId?: string | undefined;
|
|
556
|
+
CopyPartResult?: CopyPartResult | undefined;
|
|
557
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
558
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
559
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
560
|
+
SSEKMSKeyId?: string | undefined;
|
|
561
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
562
|
+
RequestCharged?: RequestCharged | undefined;
|
|
525
563
|
}
|
|
526
564
|
export interface UploadPartCopyRequest {
|
|
527
565
|
Bucket: string | undefined;
|
|
528
566
|
CopySource: string | undefined;
|
|
529
|
-
CopySourceIfMatch?: string;
|
|
530
|
-
CopySourceIfModifiedSince?: Date;
|
|
531
|
-
CopySourceIfNoneMatch?: string;
|
|
532
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
533
|
-
CopySourceRange?: string;
|
|
567
|
+
CopySourceIfMatch?: string | undefined;
|
|
568
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
569
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
570
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
571
|
+
CopySourceRange?: string | undefined;
|
|
534
572
|
Key: string | undefined;
|
|
535
573
|
PartNumber: number | undefined;
|
|
536
574
|
UploadId: string | undefined;
|
|
537
|
-
SSECustomerAlgorithm?: string;
|
|
538
|
-
SSECustomerKey?: string;
|
|
539
|
-
SSECustomerKeyMD5?: string;
|
|
540
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
541
|
-
CopySourceSSECustomerKey?: string;
|
|
542
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
543
|
-
RequestPayer?: RequestPayer;
|
|
544
|
-
ExpectedBucketOwner?: string;
|
|
545
|
-
ExpectedSourceBucketOwner?: string;
|
|
575
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
576
|
+
SSECustomerKey?: string | undefined;
|
|
577
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
578
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
579
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
580
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
581
|
+
RequestPayer?: RequestPayer | undefined;
|
|
582
|
+
ExpectedBucketOwner?: string | undefined;
|
|
583
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
546
584
|
}
|
|
547
585
|
export interface WriteGetObjectResponseRequest {
|
|
548
586
|
RequestRoute: string | undefined;
|
|
549
587
|
RequestToken: string | undefined;
|
|
550
|
-
Body?: StreamingBlobTypes;
|
|
551
|
-
StatusCode?: number;
|
|
552
|
-
ErrorCode?: string;
|
|
553
|
-
ErrorMessage?: string;
|
|
554
|
-
AcceptRanges?: string;
|
|
555
|
-
CacheControl?: string;
|
|
556
|
-
ContentDisposition?: string;
|
|
557
|
-
ContentEncoding?: string;
|
|
558
|
-
ContentLanguage?: string;
|
|
559
|
-
ContentLength?: number;
|
|
560
|
-
ContentRange?: string;
|
|
561
|
-
ContentType?: string;
|
|
562
|
-
ChecksumCRC32?: string;
|
|
563
|
-
ChecksumCRC32C?: string;
|
|
564
|
-
ChecksumSHA1?: string;
|
|
565
|
-
ChecksumSHA256?: string;
|
|
566
|
-
DeleteMarker?: boolean;
|
|
567
|
-
ETag?: string;
|
|
568
|
-
Expires?: Date;
|
|
569
|
-
Expiration?: string;
|
|
570
|
-
LastModified?: Date;
|
|
571
|
-
MissingMeta?: number;
|
|
572
|
-
Metadata?: Record<string, string
|
|
573
|
-
ObjectLockMode?: ObjectLockMode;
|
|
574
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
575
|
-
ObjectLockRetainUntilDate?: Date;
|
|
576
|
-
PartsCount?: number;
|
|
577
|
-
ReplicationStatus?: ReplicationStatus;
|
|
578
|
-
RequestCharged?: RequestCharged;
|
|
579
|
-
Restore?: string;
|
|
580
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
581
|
-
SSECustomerAlgorithm?: string;
|
|
582
|
-
SSEKMSKeyId?: string;
|
|
583
|
-
SSECustomerKeyMD5?: string;
|
|
584
|
-
StorageClass?: StorageClass;
|
|
585
|
-
TagCount?: number;
|
|
586
|
-
VersionId?: string;
|
|
587
|
-
BucketKeyEnabled?: boolean;
|
|
588
|
+
Body?: StreamingBlobTypes | undefined;
|
|
589
|
+
StatusCode?: number | undefined;
|
|
590
|
+
ErrorCode?: string | undefined;
|
|
591
|
+
ErrorMessage?: string | undefined;
|
|
592
|
+
AcceptRanges?: string | undefined;
|
|
593
|
+
CacheControl?: string | undefined;
|
|
594
|
+
ContentDisposition?: string | undefined;
|
|
595
|
+
ContentEncoding?: string | undefined;
|
|
596
|
+
ContentLanguage?: string | undefined;
|
|
597
|
+
ContentLength?: number | undefined;
|
|
598
|
+
ContentRange?: string | undefined;
|
|
599
|
+
ContentType?: string | undefined;
|
|
600
|
+
ChecksumCRC32?: string | undefined;
|
|
601
|
+
ChecksumCRC32C?: string | undefined;
|
|
602
|
+
ChecksumSHA1?: string | undefined;
|
|
603
|
+
ChecksumSHA256?: string | undefined;
|
|
604
|
+
DeleteMarker?: boolean | undefined;
|
|
605
|
+
ETag?: string | undefined;
|
|
606
|
+
Expires?: Date | undefined;
|
|
607
|
+
Expiration?: string | undefined;
|
|
608
|
+
LastModified?: Date | undefined;
|
|
609
|
+
MissingMeta?: number | undefined;
|
|
610
|
+
Metadata?: Record<string, string> | undefined;
|
|
611
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
612
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
613
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
614
|
+
PartsCount?: number | undefined;
|
|
615
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
616
|
+
RequestCharged?: RequestCharged | undefined;
|
|
617
|
+
Restore?: string | undefined;
|
|
618
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
619
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
620
|
+
SSEKMSKeyId?: string | undefined;
|
|
621
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
622
|
+
StorageClass?: StorageClass | undefined;
|
|
623
|
+
TagCount?: number | undefined;
|
|
624
|
+
VersionId?: string | undefined;
|
|
625
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
588
626
|
}
|
|
589
627
|
export declare const PutObjectOutputFilterSensitiveLog: (
|
|
590
628
|
obj: PutObjectOutput
|