@gemeentenijmegen/webapp 1.1.1 → 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 +10 -10
- package/assets/webapp/auth/auth.lambda/index.js +56 -35
- package/assets/webapp/login/login.lambda/index.js +56 -35
- package/assets/webapp/logout/logout.lambda/index.js +56 -209
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +23 -20
- 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-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/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
- 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 +0 -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_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
- 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 +30 -16
- 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 +3 -0
- 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 +41 -27
- 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 +61 -17
- 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 +1 -1
- 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 +98 -79
- 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 +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -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 +47 -32
- 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 +84 -45
- 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 +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- 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 +3 -4
- 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 +126 -78
- 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 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- 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 +1720 -1409
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
- package/node_modules/@aws-sdk/client-s3/package.json +57 -57
- 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/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- 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-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/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/package.json +36 -36
- 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/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- 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/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
- 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/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-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/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/package.json +36 -36
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -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/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
- 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 +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- 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/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/package.json +10 -9
- 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/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
- 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 +1 -1
- 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 +4 -3
- 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/package.json +11 -10
- 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/package.json +9 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- 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/index.js +1 -0
- 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/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/stream-type-check.d.ts +4 -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 +10 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/package.json +13 -13
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
|
@@ -31,16 +31,18 @@ declare const GetObjectCommand_base: {
|
|
|
31
31
|
* <p>Retrieves an object from Amazon S3.</p>
|
|
32
32
|
* <p>In the <code>GetObject</code> request, specify the full key name for the object.</p>
|
|
33
33
|
* <p>
|
|
34
|
-
* <b>General purpose buckets</b> - Both the virtual-hosted-style
|
|
35
|
-
* the
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
34
|
+
* <b>General purpose buckets</b> - Both the virtual-hosted-style
|
|
35
|
+
* requests and the path-style requests are supported. For a virtual hosted-style request
|
|
36
|
+
* example, if you have the object <code>photos/2006/February/sample.jpg</code>, specify the
|
|
37
|
+
* object key name as <code>/photos/2006/February/sample.jpg</code>. For a path-style request
|
|
38
|
+
* example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket
|
|
39
|
+
* named <code>examplebucket</code>, specify the object key name as
|
|
39
40
|
* <code>/examplebucket/photos/2006/February/sample.jpg</code>. For more information about
|
|
40
41
|
* request types, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingSpecifyBucket">HTTP Host
|
|
41
42
|
* Header Bucket Specification</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
42
43
|
* <p>
|
|
43
|
-
* <b>Directory buckets</b> -
|
|
44
|
+
* <b>Directory buckets</b> -
|
|
45
|
+
* Only virtual-hosted-style requests are supported. For a virtual hosted-style request example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket named <code>examplebucket--use1-az5--x-s3</code>, specify the object key name as <code>/photos/2006/February/sample.jpg</code>. Also, when you make requests to this API operation, your requests are sent to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
|
|
44
46
|
* </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
|
|
45
47
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
46
48
|
* <dl>
|
|
@@ -49,28 +51,35 @@ declare const GetObjectCommand_base: {
|
|
|
49
51
|
* <ul>
|
|
50
52
|
* <li>
|
|
51
53
|
* <p>
|
|
52
|
-
* <b>General purpose bucket permissions</b> - You
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* <
|
|
58
|
-
*
|
|
59
|
-
* <p>If you request
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
* <p>If the
|
|
64
|
-
*
|
|
54
|
+
* <b>General purpose bucket permissions</b> - You
|
|
55
|
+
* must have the required permissions in a policy. To use
|
|
56
|
+
* <code>GetObject</code>, you must have the <code>READ</code> access to the
|
|
57
|
+
* object (or version). If you grant <code>READ</code> access to the anonymous
|
|
58
|
+
* user, the <code>GetObject</code> operation returns the object without using
|
|
59
|
+
* an authorization header. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying permissions in a policy</a> in the
|
|
60
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
61
|
+
* <p>If you include a <code>versionId</code> in your request header, you must
|
|
62
|
+
* have the <code>s3:GetObjectVersion</code> permission to access a specific
|
|
63
|
+
* version of an object. The <code>s3:GetObject</code> permission is not
|
|
64
|
+
* required in this scenario.</p>
|
|
65
|
+
* <p>If you request the current version of an object without a specific
|
|
66
|
+
* <code>versionId</code> in the request header, only the
|
|
67
|
+
* <code>s3:GetObject</code> permission is required. The
|
|
68
|
+
* <code>s3:GetObjectVersion</code> permission is not required in this
|
|
69
|
+
* scenario. </p>
|
|
70
|
+
* <p>If the object that you request doesn’t exist, the error that Amazon S3 returns
|
|
71
|
+
* depends on whether you also have the <code>s3:ListBucket</code>
|
|
65
72
|
* permission.</p>
|
|
66
73
|
* <ul>
|
|
67
74
|
* <li>
|
|
68
|
-
* <p>If you have the <code>s3:ListBucket</code> permission on the
|
|
69
|
-
* returns an HTTP status code <code>404 Not Found</code>
|
|
75
|
+
* <p>If you have the <code>s3:ListBucket</code> permission on the
|
|
76
|
+
* bucket, Amazon S3 returns an HTTP status code <code>404 Not Found</code>
|
|
77
|
+
* error.</p>
|
|
70
78
|
* </li>
|
|
71
79
|
* <li>
|
|
72
|
-
* <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3
|
|
73
|
-
* HTTP status code <code>403 Access Denied</code>
|
|
80
|
+
* <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3
|
|
81
|
+
* returns an HTTP status code <code>403 Access Denied</code>
|
|
82
|
+
* error.</p>
|
|
74
83
|
* </li>
|
|
75
84
|
* </ul>
|
|
76
85
|
* </li>
|
|
@@ -82,50 +91,60 @@ declare const GetObjectCommand_base: {
|
|
|
82
91
|
* Amazon Web Services CLI or SDKs create session and refresh the session token automatically to avoid service interruptions when a session expires. For more information about authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
|
|
83
92
|
* <code>CreateSession</code>
|
|
84
93
|
* </a>.</p>
|
|
85
|
-
* <p>If
|
|
86
|
-
*
|
|
87
|
-
*
|
|
94
|
+
* <p>If
|
|
95
|
+
* the
|
|
96
|
+
* object is encrypted using SSE-KMS, you must also have the
|
|
97
|
+
* <code>kms:GenerateDataKey</code> and <code>kms:Decrypt</code> permissions
|
|
98
|
+
* in IAM identity-based policies and KMS key policies for the KMS
|
|
99
|
+
* key.</p>
|
|
88
100
|
* </li>
|
|
89
101
|
* </ul>
|
|
90
102
|
* </dd>
|
|
91
103
|
* <dt>Storage classes</dt>
|
|
92
104
|
* <dd>
|
|
93
|
-
* <p>If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval
|
|
94
|
-
*
|
|
95
|
-
* S3 Intelligent-Tiering
|
|
96
|
-
* copy using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. Otherwise, this operation returns an
|
|
97
|
-
*
|
|
98
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring
|
|
99
|
-
*
|
|
105
|
+
* <p>If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval
|
|
106
|
+
* storage class, the S3 Glacier Deep Archive storage class, the
|
|
107
|
+
* S3 Intelligent-Tiering Archive Access tier, or the S3 Intelligent-Tiering Deep Archive Access tier,
|
|
108
|
+
* before you can retrieve the object you must first restore a copy using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. Otherwise, this operation returns an
|
|
109
|
+
* <code>InvalidObjectState</code> error. For information about restoring archived
|
|
110
|
+
* objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived
|
|
111
|
+
* Objects</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
100
112
|
* <p>
|
|
101
|
-
* <b>Directory buckets </b> -
|
|
113
|
+
* <b>Directory buckets </b> -
|
|
114
|
+
* For directory buckets, only the S3 Express One Zone storage class is supported to store newly created objects.
|
|
102
115
|
* Unsupported storage class values won't write a destination object and will respond with the HTTP status code <code>400 Bad Request</code>.</p>
|
|
103
116
|
* </dd>
|
|
104
117
|
* <dt>Encryption</dt>
|
|
105
118
|
* <dd>
|
|
106
|
-
* <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>,
|
|
107
|
-
* be sent for the <code>GetObject</code> requests, if your object uses
|
|
108
|
-
*
|
|
109
|
-
*
|
|
119
|
+
* <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>,
|
|
120
|
+
* should not be sent for the <code>GetObject</code> requests, if your object uses
|
|
121
|
+
* server-side encryption with Amazon S3 managed encryption keys (SSE-S3), server-side
|
|
122
|
+
* encryption with Key Management Service (KMS) keys (SSE-KMS), or dual-layer server-side
|
|
123
|
+
* encryption with Amazon Web Services KMS keys (DSSE-KMS). If you include the header in your
|
|
124
|
+
* <code>GetObject</code> requests for the object that uses these types of keys,
|
|
125
|
+
* you’ll get an HTTP <code>400 Bad Request</code> error.</p>
|
|
110
126
|
* <p>
|
|
111
|
-
* <b>Directory buckets</b> -
|
|
127
|
+
* <b>Directory buckets</b> -
|
|
128
|
+
* For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. SSE-C isn't supported. For more
|
|
112
129
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
113
130
|
* </dd>
|
|
114
131
|
* <dt>Overriding response header values through the request</dt>
|
|
115
132
|
* <dd>
|
|
116
133
|
* <p>There are times when you want to override certain response header values of a
|
|
117
134
|
* <code>GetObject</code> response. For example, you might override the
|
|
118
|
-
* <code>Content-Disposition</code> response header value through your
|
|
119
|
-
*
|
|
120
|
-
* <p>You can override values for a set of response headers. These modified response
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
135
|
+
* <code>Content-Disposition</code> response header value through your
|
|
136
|
+
* <code>GetObject</code> request.</p>
|
|
137
|
+
* <p>You can override values for a set of response headers. These modified response
|
|
138
|
+
* header values are included only in a successful response, that is, when the HTTP
|
|
139
|
+
* status code <code>200 OK</code> is returned. The headers you can override using
|
|
140
|
+
* the following query parameters in the request are a subset of the headers that
|
|
141
|
+
* Amazon S3 accepts when you create an object. </p>
|
|
142
|
+
* <p>The response headers that you can override for the <code>GetObject</code>
|
|
143
|
+
* response are <code>Cache-Control</code>, <code>Content-Disposition</code>,
|
|
144
|
+
* <code>Content-Encoding</code>, <code>Content-Language</code>,
|
|
145
|
+
* <code>Content-Type</code>, and <code>Expires</code>.</p>
|
|
146
|
+
* <p>To override values for a set of response headers in the <code>GetObject</code>
|
|
147
|
+
* response, you can use the following query parameters in the request.</p>
|
|
129
148
|
* <ul>
|
|
130
149
|
* <li>
|
|
131
150
|
* <p>
|
|
@@ -159,9 +178,9 @@ declare const GetObjectCommand_base: {
|
|
|
159
178
|
* </li>
|
|
160
179
|
* </ul>
|
|
161
180
|
* <note>
|
|
162
|
-
* <p>When you use these parameters, you must sign the request by using either an
|
|
163
|
-
* presigned URL. These parameters cannot be used with
|
|
164
|
-
* unsigned (anonymous) request.</p>
|
|
181
|
+
* <p>When you use these parameters, you must sign the request by using either an
|
|
182
|
+
* Authorization header or a presigned URL. These parameters cannot be used with
|
|
183
|
+
* an unsigned (anonymous) request.</p>
|
|
165
184
|
* </note>
|
|
166
185
|
* </dd>
|
|
167
186
|
* <dt>HTTP Host header syntax</dt>
|
|
@@ -267,13 +286,13 @@ declare const GetObjectCommand_base: {
|
|
|
267
286
|
*
|
|
268
287
|
* @throws {@link InvalidObjectState} (client fault)
|
|
269
288
|
* <p>Object is archived and inaccessible until restored.</p>
|
|
270
|
-
* <p>If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval storage
|
|
271
|
-
* S3 Glacier Deep Archive storage class, the S3 Intelligent-Tiering Archive Access
|
|
272
|
-
* S3 Intelligent-Tiering Deep Archive Access tier, before you can retrieve the object you
|
|
273
|
-
* copy using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. Otherwise, this
|
|
274
|
-
* <code>InvalidObjectState</code> error. For information about restoring
|
|
275
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring
|
|
276
|
-
*
|
|
289
|
+
* <p>If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval storage
|
|
290
|
+
* class, the S3 Glacier Deep Archive storage class, the S3 Intelligent-Tiering Archive Access
|
|
291
|
+
* tier, or the S3 Intelligent-Tiering Deep Archive Access tier, before you can retrieve the object you
|
|
292
|
+
* must first restore a copy using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. Otherwise, this
|
|
293
|
+
* operation returns an <code>InvalidObjectState</code> error. For information about restoring
|
|
294
|
+
* archived objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived Objects</a> in
|
|
295
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
277
296
|
*
|
|
278
297
|
* @throws {@link NoSuchKey} (client fault)
|
|
279
298
|
* <p>The specified key does not exist.</p>
|
|
@@ -282,53 +301,53 @@ declare const GetObjectCommand_base: {
|
|
|
282
301
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
283
302
|
*
|
|
284
303
|
* @public
|
|
285
|
-
* @example To retrieve
|
|
304
|
+
* @example To retrieve an object
|
|
286
305
|
* ```javascript
|
|
287
|
-
* // The following example retrieves an object for an S3 bucket.
|
|
306
|
+
* // The following example retrieves an object for an S3 bucket.
|
|
288
307
|
* const input = {
|
|
289
308
|
* "Bucket": "examplebucket",
|
|
290
|
-
* "Key": "
|
|
291
|
-
* "Range": "bytes=0-9"
|
|
309
|
+
* "Key": "HappyFace.jpg"
|
|
292
310
|
* };
|
|
293
311
|
* const command = new GetObjectCommand(input);
|
|
294
312
|
* const response = await client.send(command);
|
|
295
313
|
* /* response ==
|
|
296
314
|
* {
|
|
297
315
|
* "AcceptRanges": "bytes",
|
|
298
|
-
* "ContentLength": "
|
|
299
|
-
* "
|
|
300
|
-
* "
|
|
301
|
-
* "
|
|
302
|
-
* "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
|
316
|
+
* "ContentLength": "3191",
|
|
317
|
+
* "ContentType": "image/jpeg",
|
|
318
|
+
* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
319
|
+
* "LastModified": "2016-12-15T01:19:41.000Z",
|
|
303
320
|
* "Metadata": {},
|
|
321
|
+
* "TagCount": 2,
|
|
304
322
|
* "VersionId": "null"
|
|
305
323
|
* }
|
|
306
324
|
* *\/
|
|
307
|
-
* // example id: to-retrieve-
|
|
325
|
+
* // example id: to-retrieve-an-object-1481827837012
|
|
308
326
|
* ```
|
|
309
327
|
*
|
|
310
|
-
* @example To retrieve an object
|
|
328
|
+
* @example To retrieve a byte range of an object
|
|
311
329
|
* ```javascript
|
|
312
|
-
* // The following example retrieves an object for an S3 bucket.
|
|
330
|
+
* // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.
|
|
313
331
|
* const input = {
|
|
314
332
|
* "Bucket": "examplebucket",
|
|
315
|
-
* "Key": "
|
|
333
|
+
* "Key": "SampleFile.txt",
|
|
334
|
+
* "Range": "bytes=0-9"
|
|
316
335
|
* };
|
|
317
336
|
* const command = new GetObjectCommand(input);
|
|
318
337
|
* const response = await client.send(command);
|
|
319
338
|
* /* response ==
|
|
320
339
|
* {
|
|
321
340
|
* "AcceptRanges": "bytes",
|
|
322
|
-
* "ContentLength": "
|
|
323
|
-
* "
|
|
324
|
-
* "
|
|
325
|
-
* "
|
|
341
|
+
* "ContentLength": "10",
|
|
342
|
+
* "ContentRange": "bytes 0-9/43",
|
|
343
|
+
* "ContentType": "text/plain",
|
|
344
|
+
* "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
|
|
345
|
+
* "LastModified": "2014-10-09T22:57:28.000Z",
|
|
326
346
|
* "Metadata": {},
|
|
327
|
-
* "TagCount": 2,
|
|
328
347
|
* "VersionId": "null"
|
|
329
348
|
* }
|
|
330
349
|
* *\/
|
|
331
|
-
* // example id: to-retrieve-an-object
|
|
350
|
+
* // example id: to-retrieve-a-byte-range-of-an-object--1481832674603
|
|
332
351
|
* ```
|
|
333
352
|
*
|
|
334
353
|
*/
|
|
@@ -28,7 +28,7 @@ declare const GetObjectLegalHoldCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This operation is not supported
|
|
31
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Gets an object's current legal hold status. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
|
|
34
34
|
* Objects</a>.</p>
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ declare const GetObjectLockConfigurationCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This operation is not supported
|
|
31
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Gets the Object Lock configuration for a bucket. The rule specified in the Object Lock
|
|
34
34
|
* configuration will be applied by default to every new object placed in the specified
|
|
@@ -28,7 +28,7 @@ declare const GetObjectRetentionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This operation is not supported
|
|
31
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Retrieves an object's retention settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
|
|
34
34
|
* Objects</a>.</p>
|
|
@@ -28,7 +28,7 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This operation is not supported
|
|
31
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Returns the tag-set of an object. You send the GET request against the tagging
|
|
34
34
|
* subresource associated with the object.</p>
|
|
@@ -96,13 +96,12 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
96
96
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
97
97
|
*
|
|
98
98
|
* @public
|
|
99
|
-
* @example To retrieve tag set of
|
|
99
|
+
* @example To retrieve tag set of an object
|
|
100
100
|
* ```javascript
|
|
101
|
-
* // The following example retrieves tag set of an object.
|
|
101
|
+
* // The following example retrieves tag set of an object.
|
|
102
102
|
* const input = {
|
|
103
103
|
* "Bucket": "examplebucket",
|
|
104
|
-
* "Key": "
|
|
105
|
-
* "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
104
|
+
* "Key": "HappyFace.jpg"
|
|
106
105
|
* };
|
|
107
106
|
* const command = new GetObjectTaggingCommand(input);
|
|
108
107
|
* const response = await client.send(command);
|
|
@@ -110,22 +109,27 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
110
109
|
* {
|
|
111
110
|
* "TagSet": [
|
|
112
111
|
* {
|
|
113
|
-
* "Key": "
|
|
114
|
-
* "Value": "
|
|
112
|
+
* "Key": "Key4",
|
|
113
|
+
* "Value": "Value4"
|
|
114
|
+
* },
|
|
115
|
+
* {
|
|
116
|
+
* "Key": "Key3",
|
|
117
|
+
* "Value": "Value3"
|
|
115
118
|
* }
|
|
116
119
|
* ],
|
|
117
|
-
* "VersionId": "
|
|
120
|
+
* "VersionId": "null"
|
|
118
121
|
* }
|
|
119
122
|
* *\/
|
|
120
|
-
* // example id: to-retrieve-tag-set-of-
|
|
123
|
+
* // example id: to-retrieve-tag-set-of-an-object-1481833847896
|
|
121
124
|
* ```
|
|
122
125
|
*
|
|
123
|
-
* @example To retrieve tag set of
|
|
126
|
+
* @example To retrieve tag set of a specific object version
|
|
124
127
|
* ```javascript
|
|
125
|
-
* // The following example retrieves tag set of an object.
|
|
128
|
+
* // The following example retrieves tag set of an object. The request specifies object version.
|
|
126
129
|
* const input = {
|
|
127
130
|
* "Bucket": "examplebucket",
|
|
128
|
-
* "Key": "
|
|
131
|
+
* "Key": "exampleobject",
|
|
132
|
+
* "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
129
133
|
* };
|
|
130
134
|
* const command = new GetObjectTaggingCommand(input);
|
|
131
135
|
* const response = await client.send(command);
|
|
@@ -133,18 +137,14 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
133
137
|
* {
|
|
134
138
|
* "TagSet": [
|
|
135
139
|
* {
|
|
136
|
-
* "Key": "
|
|
137
|
-
* "Value": "
|
|
138
|
-
* },
|
|
139
|
-
* {
|
|
140
|
-
* "Key": "Key3",
|
|
141
|
-
* "Value": "Value3"
|
|
140
|
+
* "Key": "Key1",
|
|
141
|
+
* "Value": "Value1"
|
|
142
142
|
* }
|
|
143
143
|
* ],
|
|
144
|
-
* "VersionId": "
|
|
144
|
+
* "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
145
145
|
* }
|
|
146
146
|
* *\/
|
|
147
|
-
* // example id: to-retrieve-tag-set-of-
|
|
147
|
+
* // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663
|
|
148
148
|
* ```
|
|
149
149
|
*
|
|
150
150
|
*/
|
|
@@ -29,7 +29,7 @@ declare const GetObjectTorrentCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>This operation is not supported
|
|
32
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
33
33
|
* </note>
|
|
34
34
|
* <p>Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're
|
|
35
35
|
* distributing large files.</p>
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ declare const GetPublicAccessBlockCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This operation is not supported
|
|
31
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use
|
|
34
34
|
* this operation, you must have the <code>s3:GetBucketPublicAccessBlock</code> permission.
|
|
@@ -27,24 +27,33 @@ declare const HeadBucketCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>You can use this operation to determine if a bucket exists and if you have permission to
|
|
31
|
-
*
|
|
30
|
+
* <p>You can use this operation to determine if a bucket exists and if you have permission to
|
|
31
|
+
* access it. The action returns a <code>200 OK</code> if the bucket exists and you have
|
|
32
|
+
* permission to access it.</p>
|
|
32
33
|
* <note>
|
|
33
34
|
* <p>If the bucket does not exist or you do not have permission to access it, the
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
35
|
+
* <code>HEAD</code> request returns a generic <code>400 Bad Request</code>, <code>403
|
|
36
|
+
* Forbidden</code> or <code>404 Not Found</code> code. A message body is not included,
|
|
37
|
+
* so you cannot determine the exception beyond these HTTP response codes.</p>
|
|
37
38
|
* </note>
|
|
38
39
|
* <dl>
|
|
39
40
|
* <dt>Authentication and authorization</dt>
|
|
40
41
|
* <dd>
|
|
41
42
|
* <p>
|
|
42
|
-
* <b>General purpose buckets</b> - Request to public
|
|
43
|
-
*
|
|
43
|
+
* <b>General purpose buckets</b> - Request to public
|
|
44
|
+
* buckets that grant the s3:ListBucket permission publicly do not need to be signed.
|
|
45
|
+
* All other <code>HeadBucket</code> requests must be authenticated and signed by
|
|
46
|
+
* using IAM credentials (access key ID and secret access key for the IAM
|
|
47
|
+
* identities). All headers with the <code>x-amz-</code> prefix, including
|
|
48
|
+
* <code>x-amz-copy-source</code>, must be signed. For more information, see
|
|
49
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
|
|
44
50
|
* <p>
|
|
45
|
-
* <b>Directory buckets</b> - You must use IAM
|
|
46
|
-
*
|
|
47
|
-
*
|
|
51
|
+
* <b>Directory buckets</b> - You must use IAM
|
|
52
|
+
* credentials to authenticate and authorize your access to the
|
|
53
|
+
* <code>HeadBucket</code> API operation, instead of using the temporary security
|
|
54
|
+
* credentials through the <code>CreateSession</code> API operation.</p>
|
|
55
|
+
* <p>Amazon Web Services CLI or SDKs handles authentication and authorization on your
|
|
56
|
+
* behalf.</p>
|
|
48
57
|
* </dd>
|
|
49
58
|
* <dt>Permissions</dt>
|
|
50
59
|
* <dd>
|
|
@@ -52,10 +61,13 @@ declare const HeadBucketCommand_base: {
|
|
|
52
61
|
* <ul>
|
|
53
62
|
* <li>
|
|
54
63
|
* <p>
|
|
55
|
-
* <b>General purpose bucket permissions</b> - To
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
64
|
+
* <b>General purpose bucket permissions</b> - To
|
|
65
|
+
* use this operation, you must have permissions to perform the
|
|
66
|
+
* <code>s3:ListBucket</code> action. The bucket owner has this permission
|
|
67
|
+
* by default and can grant this permission to others. For more information
|
|
68
|
+
* about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing access
|
|
69
|
+
* permissions to your Amazon S3 resources</a> in the
|
|
70
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
59
71
|
* </li>
|
|
60
72
|
* <li>
|
|
61
73
|
* <p>
|
|
@@ -63,8 +75,12 @@ declare const HeadBucketCommand_base: {
|
|
|
63
75
|
* You must have the <b>
|
|
64
76
|
* <code>s3express:CreateSession</code>
|
|
65
77
|
* </b> permission in the
|
|
66
|
-
* <code>Action</code> element of a policy. By default, the session is in
|
|
67
|
-
*
|
|
78
|
+
* <code>Action</code> element of a policy. By default, the session is in
|
|
79
|
+
* the <code>ReadWrite</code> mode. If you want to restrict the access, you can
|
|
80
|
+
* explicitly set the <code>s3express:SessionMode</code> condition key to
|
|
81
|
+
* <code>ReadOnly</code> on the bucket.</p>
|
|
82
|
+
* <p>For more information about example bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html">Example bucket policies for S3 Express One Zone</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-identity-policies.html">Amazon Web Services Identity and Access Management (IAM) identity-based policies for
|
|
83
|
+
* S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
68
84
|
* </li>
|
|
69
85
|
* </ul>
|
|
70
86
|
* </dd>
|