p6-cdk-s3-protector 0.0.44 → 0.0.46
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 +4362 -58
- package/API.md +2 -2
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
- package/node_modules/@aws-sdk/client-s3/package.json +49 -51
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +5497 -7718
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/S3ControlClient.js +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetDataAccessCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListJobsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListRegionalBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensGroupsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/TagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UntagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +0 -43
- package/node_modules/@aws-sdk/client-s3-control/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +5577 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/S3ControlClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/schemas/schemas_0.d.ts +460 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/S3ControlClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/schemas/schemas_0.d.ts +466 -0
- package/node_modules/@aws-sdk/client-s3-control/package.json +39 -41
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +400 -1095
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetDelegatedAccessTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -45
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +410 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -44
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +55 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -31
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sts/package.json +33 -33
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -16
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -16
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +7 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-apply-body-checksum/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/cdk-iam-floyd/README.md +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
- package/node_modules/cdk-iam-floyd/lib/generated/index.js +6 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +15 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +16 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +19 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +23 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +168 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +253 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +14 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.d.ts +125 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.js +146 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts +41 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js +60 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +27 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +37 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.js +19 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +116 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +137 -1
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- package/node_modules/@aws-sdk/client-s3-control/dist-es/protocols/Aws_restXml.js +0 -7280
- package/node_modules/@aws-sdk/client-s3-control/dist-types/protocols/Aws_restXml.d.ts +0 -875
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1169
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1003
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -92
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -125
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
|
@@ -1,1003 +0,0 @@
|
|
|
1
|
-
import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
|
-
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
|
-
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { ExpiredTokenException, ExpiredTradeInTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidAuthorizationMessageException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/models_0";
|
|
5
|
-
import { STSServiceException as __BaseException } from "../models/STSServiceException";
|
|
6
|
-
export const se_AssumeRoleCommand = async (input, context) => {
|
|
7
|
-
const headers = SHARED_HEADERS;
|
|
8
|
-
let body;
|
|
9
|
-
body = buildFormUrlencodedString({
|
|
10
|
-
...se_AssumeRoleRequest(input, context),
|
|
11
|
-
[_A]: _AR,
|
|
12
|
-
[_V]: _,
|
|
13
|
-
});
|
|
14
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
15
|
-
};
|
|
16
|
-
export const se_AssumeRoleWithSAMLCommand = async (input, context) => {
|
|
17
|
-
const headers = SHARED_HEADERS;
|
|
18
|
-
let body;
|
|
19
|
-
body = buildFormUrlencodedString({
|
|
20
|
-
...se_AssumeRoleWithSAMLRequest(input, context),
|
|
21
|
-
[_A]: _ARWSAML,
|
|
22
|
-
[_V]: _,
|
|
23
|
-
});
|
|
24
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
25
|
-
};
|
|
26
|
-
export const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
|
|
27
|
-
const headers = SHARED_HEADERS;
|
|
28
|
-
let body;
|
|
29
|
-
body = buildFormUrlencodedString({
|
|
30
|
-
...se_AssumeRoleWithWebIdentityRequest(input, context),
|
|
31
|
-
[_A]: _ARWWI,
|
|
32
|
-
[_V]: _,
|
|
33
|
-
});
|
|
34
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
35
|
-
};
|
|
36
|
-
export const se_AssumeRootCommand = async (input, context) => {
|
|
37
|
-
const headers = SHARED_HEADERS;
|
|
38
|
-
let body;
|
|
39
|
-
body = buildFormUrlencodedString({
|
|
40
|
-
...se_AssumeRootRequest(input, context),
|
|
41
|
-
[_A]: _ARs,
|
|
42
|
-
[_V]: _,
|
|
43
|
-
});
|
|
44
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
45
|
-
};
|
|
46
|
-
export const se_DecodeAuthorizationMessageCommand = async (input, context) => {
|
|
47
|
-
const headers = SHARED_HEADERS;
|
|
48
|
-
let body;
|
|
49
|
-
body = buildFormUrlencodedString({
|
|
50
|
-
...se_DecodeAuthorizationMessageRequest(input, context),
|
|
51
|
-
[_A]: _DAM,
|
|
52
|
-
[_V]: _,
|
|
53
|
-
});
|
|
54
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
55
|
-
};
|
|
56
|
-
export const se_GetAccessKeyInfoCommand = async (input, context) => {
|
|
57
|
-
const headers = SHARED_HEADERS;
|
|
58
|
-
let body;
|
|
59
|
-
body = buildFormUrlencodedString({
|
|
60
|
-
...se_GetAccessKeyInfoRequest(input, context),
|
|
61
|
-
[_A]: _GAKI,
|
|
62
|
-
[_V]: _,
|
|
63
|
-
});
|
|
64
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
65
|
-
};
|
|
66
|
-
export const se_GetCallerIdentityCommand = async (input, context) => {
|
|
67
|
-
const headers = SHARED_HEADERS;
|
|
68
|
-
let body;
|
|
69
|
-
body = buildFormUrlencodedString({
|
|
70
|
-
...se_GetCallerIdentityRequest(input, context),
|
|
71
|
-
[_A]: _GCI,
|
|
72
|
-
[_V]: _,
|
|
73
|
-
});
|
|
74
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
75
|
-
};
|
|
76
|
-
export const se_GetDelegatedAccessTokenCommand = async (input, context) => {
|
|
77
|
-
const headers = SHARED_HEADERS;
|
|
78
|
-
let body;
|
|
79
|
-
body = buildFormUrlencodedString({
|
|
80
|
-
...se_GetDelegatedAccessTokenRequest(input, context),
|
|
81
|
-
[_A]: _GDAT,
|
|
82
|
-
[_V]: _,
|
|
83
|
-
});
|
|
84
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
|
-
};
|
|
86
|
-
export const se_GetFederationTokenCommand = async (input, context) => {
|
|
87
|
-
const headers = SHARED_HEADERS;
|
|
88
|
-
let body;
|
|
89
|
-
body = buildFormUrlencodedString({
|
|
90
|
-
...se_GetFederationTokenRequest(input, context),
|
|
91
|
-
[_A]: _GFT,
|
|
92
|
-
[_V]: _,
|
|
93
|
-
});
|
|
94
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
95
|
-
};
|
|
96
|
-
export const se_GetSessionTokenCommand = async (input, context) => {
|
|
97
|
-
const headers = SHARED_HEADERS;
|
|
98
|
-
let body;
|
|
99
|
-
body = buildFormUrlencodedString({
|
|
100
|
-
...se_GetSessionTokenRequest(input, context),
|
|
101
|
-
[_A]: _GST,
|
|
102
|
-
[_V]: _,
|
|
103
|
-
});
|
|
104
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
105
|
-
};
|
|
106
|
-
export const de_AssumeRoleCommand = async (output, context) => {
|
|
107
|
-
if (output.statusCode >= 300) {
|
|
108
|
-
return de_CommandError(output, context);
|
|
109
|
-
}
|
|
110
|
-
const data = await parseBody(output.body, context);
|
|
111
|
-
let contents = {};
|
|
112
|
-
contents = de_AssumeRoleResponse(data.AssumeRoleResult, context);
|
|
113
|
-
const response = {
|
|
114
|
-
$metadata: deserializeMetadata(output),
|
|
115
|
-
...contents,
|
|
116
|
-
};
|
|
117
|
-
return response;
|
|
118
|
-
};
|
|
119
|
-
export const de_AssumeRoleWithSAMLCommand = async (output, context) => {
|
|
120
|
-
if (output.statusCode >= 300) {
|
|
121
|
-
return de_CommandError(output, context);
|
|
122
|
-
}
|
|
123
|
-
const data = await parseBody(output.body, context);
|
|
124
|
-
let contents = {};
|
|
125
|
-
contents = de_AssumeRoleWithSAMLResponse(data.AssumeRoleWithSAMLResult, context);
|
|
126
|
-
const response = {
|
|
127
|
-
$metadata: deserializeMetadata(output),
|
|
128
|
-
...contents,
|
|
129
|
-
};
|
|
130
|
-
return response;
|
|
131
|
-
};
|
|
132
|
-
export const de_AssumeRoleWithWebIdentityCommand = async (output, context) => {
|
|
133
|
-
if (output.statusCode >= 300) {
|
|
134
|
-
return de_CommandError(output, context);
|
|
135
|
-
}
|
|
136
|
-
const data = await parseBody(output.body, context);
|
|
137
|
-
let contents = {};
|
|
138
|
-
contents = de_AssumeRoleWithWebIdentityResponse(data.AssumeRoleWithWebIdentityResult, context);
|
|
139
|
-
const response = {
|
|
140
|
-
$metadata: deserializeMetadata(output),
|
|
141
|
-
...contents,
|
|
142
|
-
};
|
|
143
|
-
return response;
|
|
144
|
-
};
|
|
145
|
-
export const de_AssumeRootCommand = async (output, context) => {
|
|
146
|
-
if (output.statusCode >= 300) {
|
|
147
|
-
return de_CommandError(output, context);
|
|
148
|
-
}
|
|
149
|
-
const data = await parseBody(output.body, context);
|
|
150
|
-
let contents = {};
|
|
151
|
-
contents = de_AssumeRootResponse(data.AssumeRootResult, context);
|
|
152
|
-
const response = {
|
|
153
|
-
$metadata: deserializeMetadata(output),
|
|
154
|
-
...contents,
|
|
155
|
-
};
|
|
156
|
-
return response;
|
|
157
|
-
};
|
|
158
|
-
export const de_DecodeAuthorizationMessageCommand = async (output, context) => {
|
|
159
|
-
if (output.statusCode >= 300) {
|
|
160
|
-
return de_CommandError(output, context);
|
|
161
|
-
}
|
|
162
|
-
const data = await parseBody(output.body, context);
|
|
163
|
-
let contents = {};
|
|
164
|
-
contents = de_DecodeAuthorizationMessageResponse(data.DecodeAuthorizationMessageResult, context);
|
|
165
|
-
const response = {
|
|
166
|
-
$metadata: deserializeMetadata(output),
|
|
167
|
-
...contents,
|
|
168
|
-
};
|
|
169
|
-
return response;
|
|
170
|
-
};
|
|
171
|
-
export const de_GetAccessKeyInfoCommand = async (output, context) => {
|
|
172
|
-
if (output.statusCode >= 300) {
|
|
173
|
-
return de_CommandError(output, context);
|
|
174
|
-
}
|
|
175
|
-
const data = await parseBody(output.body, context);
|
|
176
|
-
let contents = {};
|
|
177
|
-
contents = de_GetAccessKeyInfoResponse(data.GetAccessKeyInfoResult, context);
|
|
178
|
-
const response = {
|
|
179
|
-
$metadata: deserializeMetadata(output),
|
|
180
|
-
...contents,
|
|
181
|
-
};
|
|
182
|
-
return response;
|
|
183
|
-
};
|
|
184
|
-
export const de_GetCallerIdentityCommand = async (output, context) => {
|
|
185
|
-
if (output.statusCode >= 300) {
|
|
186
|
-
return de_CommandError(output, context);
|
|
187
|
-
}
|
|
188
|
-
const data = await parseBody(output.body, context);
|
|
189
|
-
let contents = {};
|
|
190
|
-
contents = de_GetCallerIdentityResponse(data.GetCallerIdentityResult, context);
|
|
191
|
-
const response = {
|
|
192
|
-
$metadata: deserializeMetadata(output),
|
|
193
|
-
...contents,
|
|
194
|
-
};
|
|
195
|
-
return response;
|
|
196
|
-
};
|
|
197
|
-
export const de_GetDelegatedAccessTokenCommand = async (output, context) => {
|
|
198
|
-
if (output.statusCode >= 300) {
|
|
199
|
-
return de_CommandError(output, context);
|
|
200
|
-
}
|
|
201
|
-
const data = await parseBody(output.body, context);
|
|
202
|
-
let contents = {};
|
|
203
|
-
contents = de_GetDelegatedAccessTokenResponse(data.GetDelegatedAccessTokenResult, context);
|
|
204
|
-
const response = {
|
|
205
|
-
$metadata: deserializeMetadata(output),
|
|
206
|
-
...contents,
|
|
207
|
-
};
|
|
208
|
-
return response;
|
|
209
|
-
};
|
|
210
|
-
export const de_GetFederationTokenCommand = async (output, context) => {
|
|
211
|
-
if (output.statusCode >= 300) {
|
|
212
|
-
return de_CommandError(output, context);
|
|
213
|
-
}
|
|
214
|
-
const data = await parseBody(output.body, context);
|
|
215
|
-
let contents = {};
|
|
216
|
-
contents = de_GetFederationTokenResponse(data.GetFederationTokenResult, context);
|
|
217
|
-
const response = {
|
|
218
|
-
$metadata: deserializeMetadata(output),
|
|
219
|
-
...contents,
|
|
220
|
-
};
|
|
221
|
-
return response;
|
|
222
|
-
};
|
|
223
|
-
export const de_GetSessionTokenCommand = async (output, context) => {
|
|
224
|
-
if (output.statusCode >= 300) {
|
|
225
|
-
return de_CommandError(output, context);
|
|
226
|
-
}
|
|
227
|
-
const data = await parseBody(output.body, context);
|
|
228
|
-
let contents = {};
|
|
229
|
-
contents = de_GetSessionTokenResponse(data.GetSessionTokenResult, context);
|
|
230
|
-
const response = {
|
|
231
|
-
$metadata: deserializeMetadata(output),
|
|
232
|
-
...contents,
|
|
233
|
-
};
|
|
234
|
-
return response;
|
|
235
|
-
};
|
|
236
|
-
const de_CommandError = async (output, context) => {
|
|
237
|
-
const parsedOutput = {
|
|
238
|
-
...output,
|
|
239
|
-
body: await parseErrorBody(output.body, context),
|
|
240
|
-
};
|
|
241
|
-
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
242
|
-
switch (errorCode) {
|
|
243
|
-
case "ExpiredTokenException":
|
|
244
|
-
case "com.amazonaws.sts#ExpiredTokenException":
|
|
245
|
-
throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
|
|
246
|
-
case "MalformedPolicyDocument":
|
|
247
|
-
case "com.amazonaws.sts#MalformedPolicyDocumentException":
|
|
248
|
-
throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput, context);
|
|
249
|
-
case "PackedPolicyTooLarge":
|
|
250
|
-
case "com.amazonaws.sts#PackedPolicyTooLargeException":
|
|
251
|
-
throw await de_PackedPolicyTooLargeExceptionRes(parsedOutput, context);
|
|
252
|
-
case "RegionDisabledException":
|
|
253
|
-
case "com.amazonaws.sts#RegionDisabledException":
|
|
254
|
-
throw await de_RegionDisabledExceptionRes(parsedOutput, context);
|
|
255
|
-
case "IDPRejectedClaim":
|
|
256
|
-
case "com.amazonaws.sts#IDPRejectedClaimException":
|
|
257
|
-
throw await de_IDPRejectedClaimExceptionRes(parsedOutput, context);
|
|
258
|
-
case "InvalidIdentityToken":
|
|
259
|
-
case "com.amazonaws.sts#InvalidIdentityTokenException":
|
|
260
|
-
throw await de_InvalidIdentityTokenExceptionRes(parsedOutput, context);
|
|
261
|
-
case "IDPCommunicationError":
|
|
262
|
-
case "com.amazonaws.sts#IDPCommunicationErrorException":
|
|
263
|
-
throw await de_IDPCommunicationErrorExceptionRes(parsedOutput, context);
|
|
264
|
-
case "InvalidAuthorizationMessageException":
|
|
265
|
-
case "com.amazonaws.sts#InvalidAuthorizationMessageException":
|
|
266
|
-
throw await de_InvalidAuthorizationMessageExceptionRes(parsedOutput, context);
|
|
267
|
-
case "ExpiredTradeInTokenException":
|
|
268
|
-
case "com.amazonaws.sts#ExpiredTradeInTokenException":
|
|
269
|
-
throw await de_ExpiredTradeInTokenExceptionRes(parsedOutput, context);
|
|
270
|
-
default:
|
|
271
|
-
const parsedBody = parsedOutput.body;
|
|
272
|
-
return throwDefaultError({
|
|
273
|
-
output,
|
|
274
|
-
parsedBody: parsedBody.Error,
|
|
275
|
-
errorCode,
|
|
276
|
-
});
|
|
277
|
-
}
|
|
278
|
-
};
|
|
279
|
-
const de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {
|
|
280
|
-
const body = parsedOutput.body;
|
|
281
|
-
const deserialized = de_ExpiredTokenException(body.Error, context);
|
|
282
|
-
const exception = new ExpiredTokenException({
|
|
283
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
284
|
-
...deserialized,
|
|
285
|
-
});
|
|
286
|
-
return __decorateServiceException(exception, body);
|
|
287
|
-
};
|
|
288
|
-
const de_ExpiredTradeInTokenExceptionRes = async (parsedOutput, context) => {
|
|
289
|
-
const body = parsedOutput.body;
|
|
290
|
-
const deserialized = de_ExpiredTradeInTokenException(body.Error, context);
|
|
291
|
-
const exception = new ExpiredTradeInTokenException({
|
|
292
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
293
|
-
...deserialized,
|
|
294
|
-
});
|
|
295
|
-
return __decorateServiceException(exception, body);
|
|
296
|
-
};
|
|
297
|
-
const de_IDPCommunicationErrorExceptionRes = async (parsedOutput, context) => {
|
|
298
|
-
const body = parsedOutput.body;
|
|
299
|
-
const deserialized = de_IDPCommunicationErrorException(body.Error, context);
|
|
300
|
-
const exception = new IDPCommunicationErrorException({
|
|
301
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
302
|
-
...deserialized,
|
|
303
|
-
});
|
|
304
|
-
return __decorateServiceException(exception, body);
|
|
305
|
-
};
|
|
306
|
-
const de_IDPRejectedClaimExceptionRes = async (parsedOutput, context) => {
|
|
307
|
-
const body = parsedOutput.body;
|
|
308
|
-
const deserialized = de_IDPRejectedClaimException(body.Error, context);
|
|
309
|
-
const exception = new IDPRejectedClaimException({
|
|
310
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
311
|
-
...deserialized,
|
|
312
|
-
});
|
|
313
|
-
return __decorateServiceException(exception, body);
|
|
314
|
-
};
|
|
315
|
-
const de_InvalidAuthorizationMessageExceptionRes = async (parsedOutput, context) => {
|
|
316
|
-
const body = parsedOutput.body;
|
|
317
|
-
const deserialized = de_InvalidAuthorizationMessageException(body.Error, context);
|
|
318
|
-
const exception = new InvalidAuthorizationMessageException({
|
|
319
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
320
|
-
...deserialized,
|
|
321
|
-
});
|
|
322
|
-
return __decorateServiceException(exception, body);
|
|
323
|
-
};
|
|
324
|
-
const de_InvalidIdentityTokenExceptionRes = async (parsedOutput, context) => {
|
|
325
|
-
const body = parsedOutput.body;
|
|
326
|
-
const deserialized = de_InvalidIdentityTokenException(body.Error, context);
|
|
327
|
-
const exception = new InvalidIdentityTokenException({
|
|
328
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
329
|
-
...deserialized,
|
|
330
|
-
});
|
|
331
|
-
return __decorateServiceException(exception, body);
|
|
332
|
-
};
|
|
333
|
-
const de_MalformedPolicyDocumentExceptionRes = async (parsedOutput, context) => {
|
|
334
|
-
const body = parsedOutput.body;
|
|
335
|
-
const deserialized = de_MalformedPolicyDocumentException(body.Error, context);
|
|
336
|
-
const exception = new MalformedPolicyDocumentException({
|
|
337
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
338
|
-
...deserialized,
|
|
339
|
-
});
|
|
340
|
-
return __decorateServiceException(exception, body);
|
|
341
|
-
};
|
|
342
|
-
const de_PackedPolicyTooLargeExceptionRes = async (parsedOutput, context) => {
|
|
343
|
-
const body = parsedOutput.body;
|
|
344
|
-
const deserialized = de_PackedPolicyTooLargeException(body.Error, context);
|
|
345
|
-
const exception = new PackedPolicyTooLargeException({
|
|
346
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
347
|
-
...deserialized,
|
|
348
|
-
});
|
|
349
|
-
return __decorateServiceException(exception, body);
|
|
350
|
-
};
|
|
351
|
-
const de_RegionDisabledExceptionRes = async (parsedOutput, context) => {
|
|
352
|
-
const body = parsedOutput.body;
|
|
353
|
-
const deserialized = de_RegionDisabledException(body.Error, context);
|
|
354
|
-
const exception = new RegionDisabledException({
|
|
355
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
356
|
-
...deserialized,
|
|
357
|
-
});
|
|
358
|
-
return __decorateServiceException(exception, body);
|
|
359
|
-
};
|
|
360
|
-
const se_AssumeRoleRequest = (input, context) => {
|
|
361
|
-
const entries = {};
|
|
362
|
-
if (input[_RA] != null) {
|
|
363
|
-
entries[_RA] = input[_RA];
|
|
364
|
-
}
|
|
365
|
-
if (input[_RSN] != null) {
|
|
366
|
-
entries[_RSN] = input[_RSN];
|
|
367
|
-
}
|
|
368
|
-
if (input[_PA] != null) {
|
|
369
|
-
const memberEntries = se_policyDescriptorListType(input[_PA], context);
|
|
370
|
-
if (input[_PA]?.length === 0) {
|
|
371
|
-
entries.PolicyArns = [];
|
|
372
|
-
}
|
|
373
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
374
|
-
const loc = `PolicyArns.${key}`;
|
|
375
|
-
entries[loc] = value;
|
|
376
|
-
});
|
|
377
|
-
}
|
|
378
|
-
if (input[_P] != null) {
|
|
379
|
-
entries[_P] = input[_P];
|
|
380
|
-
}
|
|
381
|
-
if (input[_DS] != null) {
|
|
382
|
-
entries[_DS] = input[_DS];
|
|
383
|
-
}
|
|
384
|
-
if (input[_T] != null) {
|
|
385
|
-
const memberEntries = se_tagListType(input[_T], context);
|
|
386
|
-
if (input[_T]?.length === 0) {
|
|
387
|
-
entries.Tags = [];
|
|
388
|
-
}
|
|
389
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
390
|
-
const loc = `Tags.${key}`;
|
|
391
|
-
entries[loc] = value;
|
|
392
|
-
});
|
|
393
|
-
}
|
|
394
|
-
if (input[_TTK] != null) {
|
|
395
|
-
const memberEntries = se_tagKeyListType(input[_TTK], context);
|
|
396
|
-
if (input[_TTK]?.length === 0) {
|
|
397
|
-
entries.TransitiveTagKeys = [];
|
|
398
|
-
}
|
|
399
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
400
|
-
const loc = `TransitiveTagKeys.${key}`;
|
|
401
|
-
entries[loc] = value;
|
|
402
|
-
});
|
|
403
|
-
}
|
|
404
|
-
if (input[_EI] != null) {
|
|
405
|
-
entries[_EI] = input[_EI];
|
|
406
|
-
}
|
|
407
|
-
if (input[_SN] != null) {
|
|
408
|
-
entries[_SN] = input[_SN];
|
|
409
|
-
}
|
|
410
|
-
if (input[_TC] != null) {
|
|
411
|
-
entries[_TC] = input[_TC];
|
|
412
|
-
}
|
|
413
|
-
if (input[_SI] != null) {
|
|
414
|
-
entries[_SI] = input[_SI];
|
|
415
|
-
}
|
|
416
|
-
if (input[_PC] != null) {
|
|
417
|
-
const memberEntries = se_ProvidedContextsListType(input[_PC], context);
|
|
418
|
-
if (input[_PC]?.length === 0) {
|
|
419
|
-
entries.ProvidedContexts = [];
|
|
420
|
-
}
|
|
421
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
422
|
-
const loc = `ProvidedContexts.${key}`;
|
|
423
|
-
entries[loc] = value;
|
|
424
|
-
});
|
|
425
|
-
}
|
|
426
|
-
return entries;
|
|
427
|
-
};
|
|
428
|
-
const se_AssumeRoleWithSAMLRequest = (input, context) => {
|
|
429
|
-
const entries = {};
|
|
430
|
-
if (input[_RA] != null) {
|
|
431
|
-
entries[_RA] = input[_RA];
|
|
432
|
-
}
|
|
433
|
-
if (input[_PAr] != null) {
|
|
434
|
-
entries[_PAr] = input[_PAr];
|
|
435
|
-
}
|
|
436
|
-
if (input[_SAMLA] != null) {
|
|
437
|
-
entries[_SAMLA] = input[_SAMLA];
|
|
438
|
-
}
|
|
439
|
-
if (input[_PA] != null) {
|
|
440
|
-
const memberEntries = se_policyDescriptorListType(input[_PA], context);
|
|
441
|
-
if (input[_PA]?.length === 0) {
|
|
442
|
-
entries.PolicyArns = [];
|
|
443
|
-
}
|
|
444
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
445
|
-
const loc = `PolicyArns.${key}`;
|
|
446
|
-
entries[loc] = value;
|
|
447
|
-
});
|
|
448
|
-
}
|
|
449
|
-
if (input[_P] != null) {
|
|
450
|
-
entries[_P] = input[_P];
|
|
451
|
-
}
|
|
452
|
-
if (input[_DS] != null) {
|
|
453
|
-
entries[_DS] = input[_DS];
|
|
454
|
-
}
|
|
455
|
-
return entries;
|
|
456
|
-
};
|
|
457
|
-
const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
|
|
458
|
-
const entries = {};
|
|
459
|
-
if (input[_RA] != null) {
|
|
460
|
-
entries[_RA] = input[_RA];
|
|
461
|
-
}
|
|
462
|
-
if (input[_RSN] != null) {
|
|
463
|
-
entries[_RSN] = input[_RSN];
|
|
464
|
-
}
|
|
465
|
-
if (input[_WIT] != null) {
|
|
466
|
-
entries[_WIT] = input[_WIT];
|
|
467
|
-
}
|
|
468
|
-
if (input[_PI] != null) {
|
|
469
|
-
entries[_PI] = input[_PI];
|
|
470
|
-
}
|
|
471
|
-
if (input[_PA] != null) {
|
|
472
|
-
const memberEntries = se_policyDescriptorListType(input[_PA], context);
|
|
473
|
-
if (input[_PA]?.length === 0) {
|
|
474
|
-
entries.PolicyArns = [];
|
|
475
|
-
}
|
|
476
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
477
|
-
const loc = `PolicyArns.${key}`;
|
|
478
|
-
entries[loc] = value;
|
|
479
|
-
});
|
|
480
|
-
}
|
|
481
|
-
if (input[_P] != null) {
|
|
482
|
-
entries[_P] = input[_P];
|
|
483
|
-
}
|
|
484
|
-
if (input[_DS] != null) {
|
|
485
|
-
entries[_DS] = input[_DS];
|
|
486
|
-
}
|
|
487
|
-
return entries;
|
|
488
|
-
};
|
|
489
|
-
const se_AssumeRootRequest = (input, context) => {
|
|
490
|
-
const entries = {};
|
|
491
|
-
if (input[_TP] != null) {
|
|
492
|
-
entries[_TP] = input[_TP];
|
|
493
|
-
}
|
|
494
|
-
if (input[_TPA] != null) {
|
|
495
|
-
const memberEntries = se_PolicyDescriptorType(input[_TPA], context);
|
|
496
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
497
|
-
const loc = `TaskPolicyArn.${key}`;
|
|
498
|
-
entries[loc] = value;
|
|
499
|
-
});
|
|
500
|
-
}
|
|
501
|
-
if (input[_DS] != null) {
|
|
502
|
-
entries[_DS] = input[_DS];
|
|
503
|
-
}
|
|
504
|
-
return entries;
|
|
505
|
-
};
|
|
506
|
-
const se_DecodeAuthorizationMessageRequest = (input, context) => {
|
|
507
|
-
const entries = {};
|
|
508
|
-
if (input[_EM] != null) {
|
|
509
|
-
entries[_EM] = input[_EM];
|
|
510
|
-
}
|
|
511
|
-
return entries;
|
|
512
|
-
};
|
|
513
|
-
const se_GetAccessKeyInfoRequest = (input, context) => {
|
|
514
|
-
const entries = {};
|
|
515
|
-
if (input[_AKI] != null) {
|
|
516
|
-
entries[_AKI] = input[_AKI];
|
|
517
|
-
}
|
|
518
|
-
return entries;
|
|
519
|
-
};
|
|
520
|
-
const se_GetCallerIdentityRequest = (input, context) => {
|
|
521
|
-
const entries = {};
|
|
522
|
-
return entries;
|
|
523
|
-
};
|
|
524
|
-
const se_GetDelegatedAccessTokenRequest = (input, context) => {
|
|
525
|
-
const entries = {};
|
|
526
|
-
if (input[_TIT] != null) {
|
|
527
|
-
entries[_TIT] = input[_TIT];
|
|
528
|
-
}
|
|
529
|
-
return entries;
|
|
530
|
-
};
|
|
531
|
-
const se_GetFederationTokenRequest = (input, context) => {
|
|
532
|
-
const entries = {};
|
|
533
|
-
if (input[_N] != null) {
|
|
534
|
-
entries[_N] = input[_N];
|
|
535
|
-
}
|
|
536
|
-
if (input[_P] != null) {
|
|
537
|
-
entries[_P] = input[_P];
|
|
538
|
-
}
|
|
539
|
-
if (input[_PA] != null) {
|
|
540
|
-
const memberEntries = se_policyDescriptorListType(input[_PA], context);
|
|
541
|
-
if (input[_PA]?.length === 0) {
|
|
542
|
-
entries.PolicyArns = [];
|
|
543
|
-
}
|
|
544
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
545
|
-
const loc = `PolicyArns.${key}`;
|
|
546
|
-
entries[loc] = value;
|
|
547
|
-
});
|
|
548
|
-
}
|
|
549
|
-
if (input[_DS] != null) {
|
|
550
|
-
entries[_DS] = input[_DS];
|
|
551
|
-
}
|
|
552
|
-
if (input[_T] != null) {
|
|
553
|
-
const memberEntries = se_tagListType(input[_T], context);
|
|
554
|
-
if (input[_T]?.length === 0) {
|
|
555
|
-
entries.Tags = [];
|
|
556
|
-
}
|
|
557
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
558
|
-
const loc = `Tags.${key}`;
|
|
559
|
-
entries[loc] = value;
|
|
560
|
-
});
|
|
561
|
-
}
|
|
562
|
-
return entries;
|
|
563
|
-
};
|
|
564
|
-
const se_GetSessionTokenRequest = (input, context) => {
|
|
565
|
-
const entries = {};
|
|
566
|
-
if (input[_DS] != null) {
|
|
567
|
-
entries[_DS] = input[_DS];
|
|
568
|
-
}
|
|
569
|
-
if (input[_SN] != null) {
|
|
570
|
-
entries[_SN] = input[_SN];
|
|
571
|
-
}
|
|
572
|
-
if (input[_TC] != null) {
|
|
573
|
-
entries[_TC] = input[_TC];
|
|
574
|
-
}
|
|
575
|
-
return entries;
|
|
576
|
-
};
|
|
577
|
-
const se_policyDescriptorListType = (input, context) => {
|
|
578
|
-
const entries = {};
|
|
579
|
-
let counter = 1;
|
|
580
|
-
for (const entry of input) {
|
|
581
|
-
if (entry === null) {
|
|
582
|
-
continue;
|
|
583
|
-
}
|
|
584
|
-
const memberEntries = se_PolicyDescriptorType(entry, context);
|
|
585
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
586
|
-
entries[`member.${counter}.${key}`] = value;
|
|
587
|
-
});
|
|
588
|
-
counter++;
|
|
589
|
-
}
|
|
590
|
-
return entries;
|
|
591
|
-
};
|
|
592
|
-
const se_PolicyDescriptorType = (input, context) => {
|
|
593
|
-
const entries = {};
|
|
594
|
-
if (input[_a] != null) {
|
|
595
|
-
entries[_a] = input[_a];
|
|
596
|
-
}
|
|
597
|
-
return entries;
|
|
598
|
-
};
|
|
599
|
-
const se_ProvidedContext = (input, context) => {
|
|
600
|
-
const entries = {};
|
|
601
|
-
if (input[_PAro] != null) {
|
|
602
|
-
entries[_PAro] = input[_PAro];
|
|
603
|
-
}
|
|
604
|
-
if (input[_CA] != null) {
|
|
605
|
-
entries[_CA] = input[_CA];
|
|
606
|
-
}
|
|
607
|
-
return entries;
|
|
608
|
-
};
|
|
609
|
-
const se_ProvidedContextsListType = (input, context) => {
|
|
610
|
-
const entries = {};
|
|
611
|
-
let counter = 1;
|
|
612
|
-
for (const entry of input) {
|
|
613
|
-
if (entry === null) {
|
|
614
|
-
continue;
|
|
615
|
-
}
|
|
616
|
-
const memberEntries = se_ProvidedContext(entry, context);
|
|
617
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
618
|
-
entries[`member.${counter}.${key}`] = value;
|
|
619
|
-
});
|
|
620
|
-
counter++;
|
|
621
|
-
}
|
|
622
|
-
return entries;
|
|
623
|
-
};
|
|
624
|
-
const se_Tag = (input, context) => {
|
|
625
|
-
const entries = {};
|
|
626
|
-
if (input[_K] != null) {
|
|
627
|
-
entries[_K] = input[_K];
|
|
628
|
-
}
|
|
629
|
-
if (input[_Va] != null) {
|
|
630
|
-
entries[_Va] = input[_Va];
|
|
631
|
-
}
|
|
632
|
-
return entries;
|
|
633
|
-
};
|
|
634
|
-
const se_tagKeyListType = (input, context) => {
|
|
635
|
-
const entries = {};
|
|
636
|
-
let counter = 1;
|
|
637
|
-
for (const entry of input) {
|
|
638
|
-
if (entry === null) {
|
|
639
|
-
continue;
|
|
640
|
-
}
|
|
641
|
-
entries[`member.${counter}`] = entry;
|
|
642
|
-
counter++;
|
|
643
|
-
}
|
|
644
|
-
return entries;
|
|
645
|
-
};
|
|
646
|
-
const se_tagListType = (input, context) => {
|
|
647
|
-
const entries = {};
|
|
648
|
-
let counter = 1;
|
|
649
|
-
for (const entry of input) {
|
|
650
|
-
if (entry === null) {
|
|
651
|
-
continue;
|
|
652
|
-
}
|
|
653
|
-
const memberEntries = se_Tag(entry, context);
|
|
654
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
655
|
-
entries[`member.${counter}.${key}`] = value;
|
|
656
|
-
});
|
|
657
|
-
counter++;
|
|
658
|
-
}
|
|
659
|
-
return entries;
|
|
660
|
-
};
|
|
661
|
-
const de_AssumedRoleUser = (output, context) => {
|
|
662
|
-
const contents = {};
|
|
663
|
-
if (output[_ARI] != null) {
|
|
664
|
-
contents[_ARI] = __expectString(output[_ARI]);
|
|
665
|
-
}
|
|
666
|
-
if (output[_Ar] != null) {
|
|
667
|
-
contents[_Ar] = __expectString(output[_Ar]);
|
|
668
|
-
}
|
|
669
|
-
return contents;
|
|
670
|
-
};
|
|
671
|
-
const de_AssumeRoleResponse = (output, context) => {
|
|
672
|
-
const contents = {};
|
|
673
|
-
if (output[_C] != null) {
|
|
674
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
675
|
-
}
|
|
676
|
-
if (output[_ARU] != null) {
|
|
677
|
-
contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
|
|
678
|
-
}
|
|
679
|
-
if (output[_PPS] != null) {
|
|
680
|
-
contents[_PPS] = __strictParseInt32(output[_PPS]);
|
|
681
|
-
}
|
|
682
|
-
if (output[_SI] != null) {
|
|
683
|
-
contents[_SI] = __expectString(output[_SI]);
|
|
684
|
-
}
|
|
685
|
-
return contents;
|
|
686
|
-
};
|
|
687
|
-
const de_AssumeRoleWithSAMLResponse = (output, context) => {
|
|
688
|
-
const contents = {};
|
|
689
|
-
if (output[_C] != null) {
|
|
690
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
691
|
-
}
|
|
692
|
-
if (output[_ARU] != null) {
|
|
693
|
-
contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
|
|
694
|
-
}
|
|
695
|
-
if (output[_PPS] != null) {
|
|
696
|
-
contents[_PPS] = __strictParseInt32(output[_PPS]);
|
|
697
|
-
}
|
|
698
|
-
if (output[_S] != null) {
|
|
699
|
-
contents[_S] = __expectString(output[_S]);
|
|
700
|
-
}
|
|
701
|
-
if (output[_ST] != null) {
|
|
702
|
-
contents[_ST] = __expectString(output[_ST]);
|
|
703
|
-
}
|
|
704
|
-
if (output[_I] != null) {
|
|
705
|
-
contents[_I] = __expectString(output[_I]);
|
|
706
|
-
}
|
|
707
|
-
if (output[_Au] != null) {
|
|
708
|
-
contents[_Au] = __expectString(output[_Au]);
|
|
709
|
-
}
|
|
710
|
-
if (output[_NQ] != null) {
|
|
711
|
-
contents[_NQ] = __expectString(output[_NQ]);
|
|
712
|
-
}
|
|
713
|
-
if (output[_SI] != null) {
|
|
714
|
-
contents[_SI] = __expectString(output[_SI]);
|
|
715
|
-
}
|
|
716
|
-
return contents;
|
|
717
|
-
};
|
|
718
|
-
const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
|
|
719
|
-
const contents = {};
|
|
720
|
-
if (output[_C] != null) {
|
|
721
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
722
|
-
}
|
|
723
|
-
if (output[_SFWIT] != null) {
|
|
724
|
-
contents[_SFWIT] = __expectString(output[_SFWIT]);
|
|
725
|
-
}
|
|
726
|
-
if (output[_ARU] != null) {
|
|
727
|
-
contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
|
|
728
|
-
}
|
|
729
|
-
if (output[_PPS] != null) {
|
|
730
|
-
contents[_PPS] = __strictParseInt32(output[_PPS]);
|
|
731
|
-
}
|
|
732
|
-
if (output[_Pr] != null) {
|
|
733
|
-
contents[_Pr] = __expectString(output[_Pr]);
|
|
734
|
-
}
|
|
735
|
-
if (output[_Au] != null) {
|
|
736
|
-
contents[_Au] = __expectString(output[_Au]);
|
|
737
|
-
}
|
|
738
|
-
if (output[_SI] != null) {
|
|
739
|
-
contents[_SI] = __expectString(output[_SI]);
|
|
740
|
-
}
|
|
741
|
-
return contents;
|
|
742
|
-
};
|
|
743
|
-
const de_AssumeRootResponse = (output, context) => {
|
|
744
|
-
const contents = {};
|
|
745
|
-
if (output[_C] != null) {
|
|
746
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
747
|
-
}
|
|
748
|
-
if (output[_SI] != null) {
|
|
749
|
-
contents[_SI] = __expectString(output[_SI]);
|
|
750
|
-
}
|
|
751
|
-
return contents;
|
|
752
|
-
};
|
|
753
|
-
const de_Credentials = (output, context) => {
|
|
754
|
-
const contents = {};
|
|
755
|
-
if (output[_AKI] != null) {
|
|
756
|
-
contents[_AKI] = __expectString(output[_AKI]);
|
|
757
|
-
}
|
|
758
|
-
if (output[_SAK] != null) {
|
|
759
|
-
contents[_SAK] = __expectString(output[_SAK]);
|
|
760
|
-
}
|
|
761
|
-
if (output[_STe] != null) {
|
|
762
|
-
contents[_STe] = __expectString(output[_STe]);
|
|
763
|
-
}
|
|
764
|
-
if (output[_E] != null) {
|
|
765
|
-
contents[_E] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_E]));
|
|
766
|
-
}
|
|
767
|
-
return contents;
|
|
768
|
-
};
|
|
769
|
-
const de_DecodeAuthorizationMessageResponse = (output, context) => {
|
|
770
|
-
const contents = {};
|
|
771
|
-
if (output[_DM] != null) {
|
|
772
|
-
contents[_DM] = __expectString(output[_DM]);
|
|
773
|
-
}
|
|
774
|
-
return contents;
|
|
775
|
-
};
|
|
776
|
-
const de_ExpiredTokenException = (output, context) => {
|
|
777
|
-
const contents = {};
|
|
778
|
-
if (output[_m] != null) {
|
|
779
|
-
contents[_m] = __expectString(output[_m]);
|
|
780
|
-
}
|
|
781
|
-
return contents;
|
|
782
|
-
};
|
|
783
|
-
const de_ExpiredTradeInTokenException = (output, context) => {
|
|
784
|
-
const contents = {};
|
|
785
|
-
if (output[_m] != null) {
|
|
786
|
-
contents[_m] = __expectString(output[_m]);
|
|
787
|
-
}
|
|
788
|
-
return contents;
|
|
789
|
-
};
|
|
790
|
-
const de_FederatedUser = (output, context) => {
|
|
791
|
-
const contents = {};
|
|
792
|
-
if (output[_FUI] != null) {
|
|
793
|
-
contents[_FUI] = __expectString(output[_FUI]);
|
|
794
|
-
}
|
|
795
|
-
if (output[_Ar] != null) {
|
|
796
|
-
contents[_Ar] = __expectString(output[_Ar]);
|
|
797
|
-
}
|
|
798
|
-
return contents;
|
|
799
|
-
};
|
|
800
|
-
const de_GetAccessKeyInfoResponse = (output, context) => {
|
|
801
|
-
const contents = {};
|
|
802
|
-
if (output[_Ac] != null) {
|
|
803
|
-
contents[_Ac] = __expectString(output[_Ac]);
|
|
804
|
-
}
|
|
805
|
-
return contents;
|
|
806
|
-
};
|
|
807
|
-
const de_GetCallerIdentityResponse = (output, context) => {
|
|
808
|
-
const contents = {};
|
|
809
|
-
if (output[_UI] != null) {
|
|
810
|
-
contents[_UI] = __expectString(output[_UI]);
|
|
811
|
-
}
|
|
812
|
-
if (output[_Ac] != null) {
|
|
813
|
-
contents[_Ac] = __expectString(output[_Ac]);
|
|
814
|
-
}
|
|
815
|
-
if (output[_Ar] != null) {
|
|
816
|
-
contents[_Ar] = __expectString(output[_Ar]);
|
|
817
|
-
}
|
|
818
|
-
return contents;
|
|
819
|
-
};
|
|
820
|
-
const de_GetDelegatedAccessTokenResponse = (output, context) => {
|
|
821
|
-
const contents = {};
|
|
822
|
-
if (output[_C] != null) {
|
|
823
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
824
|
-
}
|
|
825
|
-
if (output[_PPS] != null) {
|
|
826
|
-
contents[_PPS] = __strictParseInt32(output[_PPS]);
|
|
827
|
-
}
|
|
828
|
-
if (output[_AP] != null) {
|
|
829
|
-
contents[_AP] = __expectString(output[_AP]);
|
|
830
|
-
}
|
|
831
|
-
return contents;
|
|
832
|
-
};
|
|
833
|
-
const de_GetFederationTokenResponse = (output, context) => {
|
|
834
|
-
const contents = {};
|
|
835
|
-
if (output[_C] != null) {
|
|
836
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
837
|
-
}
|
|
838
|
-
if (output[_FU] != null) {
|
|
839
|
-
contents[_FU] = de_FederatedUser(output[_FU], context);
|
|
840
|
-
}
|
|
841
|
-
if (output[_PPS] != null) {
|
|
842
|
-
contents[_PPS] = __strictParseInt32(output[_PPS]);
|
|
843
|
-
}
|
|
844
|
-
return contents;
|
|
845
|
-
};
|
|
846
|
-
const de_GetSessionTokenResponse = (output, context) => {
|
|
847
|
-
const contents = {};
|
|
848
|
-
if (output[_C] != null) {
|
|
849
|
-
contents[_C] = de_Credentials(output[_C], context);
|
|
850
|
-
}
|
|
851
|
-
return contents;
|
|
852
|
-
};
|
|
853
|
-
const de_IDPCommunicationErrorException = (output, context) => {
|
|
854
|
-
const contents = {};
|
|
855
|
-
if (output[_m] != null) {
|
|
856
|
-
contents[_m] = __expectString(output[_m]);
|
|
857
|
-
}
|
|
858
|
-
return contents;
|
|
859
|
-
};
|
|
860
|
-
const de_IDPRejectedClaimException = (output, context) => {
|
|
861
|
-
const contents = {};
|
|
862
|
-
if (output[_m] != null) {
|
|
863
|
-
contents[_m] = __expectString(output[_m]);
|
|
864
|
-
}
|
|
865
|
-
return contents;
|
|
866
|
-
};
|
|
867
|
-
const de_InvalidAuthorizationMessageException = (output, context) => {
|
|
868
|
-
const contents = {};
|
|
869
|
-
if (output[_m] != null) {
|
|
870
|
-
contents[_m] = __expectString(output[_m]);
|
|
871
|
-
}
|
|
872
|
-
return contents;
|
|
873
|
-
};
|
|
874
|
-
const de_InvalidIdentityTokenException = (output, context) => {
|
|
875
|
-
const contents = {};
|
|
876
|
-
if (output[_m] != null) {
|
|
877
|
-
contents[_m] = __expectString(output[_m]);
|
|
878
|
-
}
|
|
879
|
-
return contents;
|
|
880
|
-
};
|
|
881
|
-
const de_MalformedPolicyDocumentException = (output, context) => {
|
|
882
|
-
const contents = {};
|
|
883
|
-
if (output[_m] != null) {
|
|
884
|
-
contents[_m] = __expectString(output[_m]);
|
|
885
|
-
}
|
|
886
|
-
return contents;
|
|
887
|
-
};
|
|
888
|
-
const de_PackedPolicyTooLargeException = (output, context) => {
|
|
889
|
-
const contents = {};
|
|
890
|
-
if (output[_m] != null) {
|
|
891
|
-
contents[_m] = __expectString(output[_m]);
|
|
892
|
-
}
|
|
893
|
-
return contents;
|
|
894
|
-
};
|
|
895
|
-
const de_RegionDisabledException = (output, context) => {
|
|
896
|
-
const contents = {};
|
|
897
|
-
if (output[_m] != null) {
|
|
898
|
-
contents[_m] = __expectString(output[_m]);
|
|
899
|
-
}
|
|
900
|
-
return contents;
|
|
901
|
-
};
|
|
902
|
-
const deserializeMetadata = (output) => ({
|
|
903
|
-
httpStatusCode: output.statusCode,
|
|
904
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
905
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
906
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
907
|
-
});
|
|
908
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
909
|
-
const throwDefaultError = withBaseException(__BaseException);
|
|
910
|
-
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
911
|
-
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
912
|
-
const contents = {
|
|
913
|
-
protocol,
|
|
914
|
-
hostname,
|
|
915
|
-
port,
|
|
916
|
-
method: "POST",
|
|
917
|
-
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
918
|
-
headers,
|
|
919
|
-
};
|
|
920
|
-
if (resolvedHostname !== undefined) {
|
|
921
|
-
contents.hostname = resolvedHostname;
|
|
922
|
-
}
|
|
923
|
-
if (body !== undefined) {
|
|
924
|
-
contents.body = body;
|
|
925
|
-
}
|
|
926
|
-
return new __HttpRequest(contents);
|
|
927
|
-
};
|
|
928
|
-
const SHARED_HEADERS = {
|
|
929
|
-
"content-type": "application/x-www-form-urlencoded",
|
|
930
|
-
};
|
|
931
|
-
const _ = "2011-06-15";
|
|
932
|
-
const _A = "Action";
|
|
933
|
-
const _AKI = "AccessKeyId";
|
|
934
|
-
const _AP = "AssumedPrincipal";
|
|
935
|
-
const _AR = "AssumeRole";
|
|
936
|
-
const _ARI = "AssumedRoleId";
|
|
937
|
-
const _ARU = "AssumedRoleUser";
|
|
938
|
-
const _ARWSAML = "AssumeRoleWithSAML";
|
|
939
|
-
const _ARWWI = "AssumeRoleWithWebIdentity";
|
|
940
|
-
const _ARs = "AssumeRoot";
|
|
941
|
-
const _Ac = "Account";
|
|
942
|
-
const _Ar = "Arn";
|
|
943
|
-
const _Au = "Audience";
|
|
944
|
-
const _C = "Credentials";
|
|
945
|
-
const _CA = "ContextAssertion";
|
|
946
|
-
const _DAM = "DecodeAuthorizationMessage";
|
|
947
|
-
const _DM = "DecodedMessage";
|
|
948
|
-
const _DS = "DurationSeconds";
|
|
949
|
-
const _E = "Expiration";
|
|
950
|
-
const _EI = "ExternalId";
|
|
951
|
-
const _EM = "EncodedMessage";
|
|
952
|
-
const _FU = "FederatedUser";
|
|
953
|
-
const _FUI = "FederatedUserId";
|
|
954
|
-
const _GAKI = "GetAccessKeyInfo";
|
|
955
|
-
const _GCI = "GetCallerIdentity";
|
|
956
|
-
const _GDAT = "GetDelegatedAccessToken";
|
|
957
|
-
const _GFT = "GetFederationToken";
|
|
958
|
-
const _GST = "GetSessionToken";
|
|
959
|
-
const _I = "Issuer";
|
|
960
|
-
const _K = "Key";
|
|
961
|
-
const _N = "Name";
|
|
962
|
-
const _NQ = "NameQualifier";
|
|
963
|
-
const _P = "Policy";
|
|
964
|
-
const _PA = "PolicyArns";
|
|
965
|
-
const _PAr = "PrincipalArn";
|
|
966
|
-
const _PAro = "ProviderArn";
|
|
967
|
-
const _PC = "ProvidedContexts";
|
|
968
|
-
const _PI = "ProviderId";
|
|
969
|
-
const _PPS = "PackedPolicySize";
|
|
970
|
-
const _Pr = "Provider";
|
|
971
|
-
const _RA = "RoleArn";
|
|
972
|
-
const _RSN = "RoleSessionName";
|
|
973
|
-
const _S = "Subject";
|
|
974
|
-
const _SAK = "SecretAccessKey";
|
|
975
|
-
const _SAMLA = "SAMLAssertion";
|
|
976
|
-
const _SFWIT = "SubjectFromWebIdentityToken";
|
|
977
|
-
const _SI = "SourceIdentity";
|
|
978
|
-
const _SN = "SerialNumber";
|
|
979
|
-
const _ST = "SubjectType";
|
|
980
|
-
const _STe = "SessionToken";
|
|
981
|
-
const _T = "Tags";
|
|
982
|
-
const _TC = "TokenCode";
|
|
983
|
-
const _TIT = "TradeInToken";
|
|
984
|
-
const _TP = "TargetPrincipal";
|
|
985
|
-
const _TPA = "TaskPolicyArn";
|
|
986
|
-
const _TTK = "TransitiveTagKeys";
|
|
987
|
-
const _UI = "UserId";
|
|
988
|
-
const _V = "Version";
|
|
989
|
-
const _Va = "Value";
|
|
990
|
-
const _WIT = "WebIdentityToken";
|
|
991
|
-
const _a = "arn";
|
|
992
|
-
const _m = "message";
|
|
993
|
-
const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
994
|
-
.map(([key, value]) => __extendedEncodeURIComponent(key) + "=" + __extendedEncodeURIComponent(value))
|
|
995
|
-
.join("&");
|
|
996
|
-
const loadQueryErrorCode = (output, data) => {
|
|
997
|
-
if (data.Error?.Code !== undefined) {
|
|
998
|
-
return data.Error.Code;
|
|
999
|
-
}
|
|
1000
|
-
if (output.statusCode == 404) {
|
|
1001
|
-
return "NotFound";
|
|
1002
|
-
}
|
|
1003
|
-
};
|