p6-cdk-s3-protector 0.0.49 → 0.0.50
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 +5 -5
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +525 -491
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +392 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -436
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -126
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +62 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +960 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3701 -929
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +3 -3889
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +514 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -487
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +11 -677
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +27 -27
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +282 -282
- package/node_modules/@aws-sdk/client-s3-control/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/enums.js +281 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/errors.js +165 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +1 -370
- package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/enums.d.ts +689 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/errors.d.ts +160 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +1165 -753
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/enums.d.ts +371 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/errors.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +307 -412
- package/node_modules/@aws-sdk/client-s3-control/package.json +21 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +125 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js → client-sts/dist-es/commands/GetWebIdentityTokenCommand.js} +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → client-sts/dist-es/models/errors.js} +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +1 -109
- package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +74 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetWebIdentityTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +172 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +61 -137
- package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +8 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -1
- 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 → client-sts/dist-types/ts3.4/models/errors.d.ts} +47 -59
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +10 -71
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +19 -19
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/auth/httpAuthSchemeProvider.js +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js → nested-clients/dist-es/submodules/signin/SigninClient.js} +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthSchemeProvider.js +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js → nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/EndpointParameters.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js → nested-clients/dist-es/submodules/signin/models/SigninServiceException.js} +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.shared.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js → nested-clients/dist-es/submodules/sso-oidc/models/errors.js} +0 -9
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts → nested-clients/dist-types/submodules/signin/SigninClient.d.ts} +15 -18
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts} +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.browser.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.native.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/runtimeExtensions.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts} +1 -134
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts} +16 -14
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +13 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts} +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.browser.d.ts +4 -8
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.native.d.ts +4 -8
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeExtensions.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts} +4 -31
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts} +0 -59
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/package.json +29 -18
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts → nested-clients/signin.d.ts} +2 -2
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.js → nested-clients/signin.js} +1 -1
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_1.js +0 -77
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_1.d.ts +0 -1263
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_1.d.ts +0 -330
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +0 -211
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -412
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -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 -696
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +0 -116
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/README.md +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -560
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -488
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -47
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -50
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -55
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -106
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -63
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +0 -214
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -229
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -176
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -23
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -85
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -271
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -291
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -44
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -60
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -58
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -59
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -132
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -28
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -132
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -107
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -53
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/index.js → credential-provider-login/dist-es/types.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/README.md +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/signin}/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sso-oidc/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STS.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/models/STSServiceException.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → nested-clients/dist-es/submodules/sts/models/errors.js} +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sts/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STS.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STSClient.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sts/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.js +0 -0
|
@@ -1,1263 +0,0 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { BucketVersioningStatus, JobProgressSummary, JobStatus, LifecycleRule, MultiRegionAccessPointReport, MultiRegionAccessPointRoute, ObjectLambdaAccessPoint, ObjectLambdaConfiguration, Permission, PublicAccessBlockConfiguration, PutMultiRegionAccessPointPolicyInput, ReplicationConfiguration, S3Tag, Scope, StorageLensConfiguration, StorageLensGroup, StorageLensTag, Tag } from "./models_0";
|
|
3
|
-
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface ListAccessPointsForObjectLambdaResult {
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns list of Object Lambda Access Points.</p>
|
|
10
|
-
* @public
|
|
11
|
-
*/
|
|
12
|
-
ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[] | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* <p>If the list has more access points than can be returned in one call to this API, this field
|
|
15
|
-
* contains a continuation token that you can provide in subsequent calls to this API to
|
|
16
|
-
* retrieve additional access points.</p>
|
|
17
|
-
* @public
|
|
18
|
-
*/
|
|
19
|
-
NextToken?: string | undefined;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export interface ListCallerAccessGrantsRequest {
|
|
25
|
-
/**
|
|
26
|
-
* <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
|
|
27
|
-
* @public
|
|
28
|
-
*/
|
|
29
|
-
AccountId?: string | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* <p>The S3 path of the data that you would like to access. Must start with
|
|
32
|
-
* <code>s3://</code>. You can optionally pass only the beginning characters of a path, and
|
|
33
|
-
* S3 Access Grants will search for all applicable grants for the path fragment. </p>
|
|
34
|
-
* @public
|
|
35
|
-
*/
|
|
36
|
-
GrantScope?: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* <p>A pagination token to request the next page of results. Pass this value into a
|
|
39
|
-
* subsequent <code>List Caller Access Grants</code> request in order to retrieve the next
|
|
40
|
-
* page of results.</p>
|
|
41
|
-
* @public
|
|
42
|
-
*/
|
|
43
|
-
NextToken?: string | undefined;
|
|
44
|
-
/**
|
|
45
|
-
* <p>The maximum number of access grants that you would like returned in the <code>List
|
|
46
|
-
* Caller Access Grants</code> response. If the results include the pagination token
|
|
47
|
-
* <code>NextToken</code>, make another call using the <code>NextToken</code> to determine
|
|
48
|
-
* if there are more results.</p>
|
|
49
|
-
* @public
|
|
50
|
-
*/
|
|
51
|
-
MaxResults?: number | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* <p>If this optional parameter is passed in the request, a filter is applied to the results.
|
|
54
|
-
* The results will include only the access grants for the caller's Identity Center
|
|
55
|
-
* application or for any other applications (<code>ALL</code>).</p>
|
|
56
|
-
* @public
|
|
57
|
-
*/
|
|
58
|
-
AllowedByApplication?: boolean | undefined;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* <p>Part of <code>ListCallerAccessGrantsResult</code>. Each entry includes the permission
|
|
62
|
-
* level (READ, WRITE, or READWRITE) and the grant scope of the access grant. If the grant
|
|
63
|
-
* also includes an application ARN, the grantee can only access the S3 data through this
|
|
64
|
-
* application.</p>
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
export interface ListCallerAccessGrantsEntry {
|
|
68
|
-
/**
|
|
69
|
-
* <p>The type of permission granted, which can be one of the following values:</p>
|
|
70
|
-
* <ul>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>
|
|
73
|
-
* <code>READ</code> - Grants read-only access to the S3 data.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>
|
|
77
|
-
* <code>WRITE</code> - Grants write-only access to the S3 data.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>
|
|
81
|
-
* <code>READWRITE</code> - Grants both read and write access to the S3 data.</p>
|
|
82
|
-
* </li>
|
|
83
|
-
* </ul>
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
Permission?: Permission | undefined;
|
|
87
|
-
/**
|
|
88
|
-
* <p>The S3 path of the data to which you have been granted access. </p>
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
GrantScope?: string | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* <p>The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated
|
|
94
|
-
* with your Identity Center instance. If the grant includes an application ARN, the grantee
|
|
95
|
-
* can only access the S3 data through this application. </p>
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
ApplicationArn?: string | undefined;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
export interface ListCallerAccessGrantsResult {
|
|
104
|
-
/**
|
|
105
|
-
* <p>A pagination token that you can use to request the next page of results. Pass this value
|
|
106
|
-
* into a subsequent <code>List Caller Access Grants</code> request in order to retrieve the
|
|
107
|
-
* next page of results.</p>
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
NextToken?: string | undefined;
|
|
111
|
-
/**
|
|
112
|
-
* <p>A list of the caller's access grants that were created using S3 Access Grants and that grant the
|
|
113
|
-
* caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
|
|
114
|
-
* </p>
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
CallerAccessGrantsList?: ListCallerAccessGrantsEntry[] | undefined;
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* <p></p>
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
124
|
-
readonly name: "InvalidNextTokenException";
|
|
125
|
-
readonly $fault: "client";
|
|
126
|
-
Message?: string | undefined;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* <p></p>
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
137
|
-
readonly name: "InvalidRequestException";
|
|
138
|
-
readonly $fault: "client";
|
|
139
|
-
Message?: string | undefined;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* @public
|
|
147
|
-
*/
|
|
148
|
-
export interface ListJobsRequest {
|
|
149
|
-
/**
|
|
150
|
-
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
151
|
-
* @public
|
|
152
|
-
*/
|
|
153
|
-
AccountId?: string | undefined;
|
|
154
|
-
/**
|
|
155
|
-
* <p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this
|
|
156
|
-
* element.</p>
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
JobStatuses?: JobStatus[] | undefined;
|
|
160
|
-
/**
|
|
161
|
-
* <p>A pagination token to request the next page of results. Use the token that Amazon S3 returned
|
|
162
|
-
* in the <code>NextToken</code> element of the <code>ListJobsResult</code> from the previous
|
|
163
|
-
* <code>List Jobs</code> request.</p>
|
|
164
|
-
* @public
|
|
165
|
-
*/
|
|
166
|
-
NextToken?: string | undefined;
|
|
167
|
-
/**
|
|
168
|
-
* <p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code>
|
|
169
|
-
* response. If there are more jobs than this number, the response will include a pagination
|
|
170
|
-
* token in the <code>NextToken</code> field to enable you to retrieve the next page of
|
|
171
|
-
* results.</p>
|
|
172
|
-
* @public
|
|
173
|
-
*/
|
|
174
|
-
MaxResults?: number | undefined;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* @public
|
|
178
|
-
* @enum
|
|
179
|
-
*/
|
|
180
|
-
export declare const OperationName: {
|
|
181
|
-
readonly LambdaInvoke: "LambdaInvoke";
|
|
182
|
-
readonly S3ComputeObjectChecksum: "S3ComputeObjectChecksum";
|
|
183
|
-
readonly S3DeleteObjectTagging: "S3DeleteObjectTagging";
|
|
184
|
-
readonly S3InitiateRestoreObject: "S3InitiateRestoreObject";
|
|
185
|
-
readonly S3PutObjectAcl: "S3PutObjectAcl";
|
|
186
|
-
readonly S3PutObjectCopy: "S3PutObjectCopy";
|
|
187
|
-
readonly S3PutObjectLegalHold: "S3PutObjectLegalHold";
|
|
188
|
-
readonly S3PutObjectRetention: "S3PutObjectRetention";
|
|
189
|
-
readonly S3PutObjectTagging: "S3PutObjectTagging";
|
|
190
|
-
readonly S3ReplicateObject: "S3ReplicateObject";
|
|
191
|
-
};
|
|
192
|
-
/**
|
|
193
|
-
* @public
|
|
194
|
-
*/
|
|
195
|
-
export type OperationName = (typeof OperationName)[keyof typeof OperationName];
|
|
196
|
-
/**
|
|
197
|
-
* <p>Contains the configuration and status information for a single job retrieved as part of
|
|
198
|
-
* a job list.</p>
|
|
199
|
-
* @public
|
|
200
|
-
*/
|
|
201
|
-
export interface JobListDescriptor {
|
|
202
|
-
/**
|
|
203
|
-
* <p>The ID for the specified job.</p>
|
|
204
|
-
* @public
|
|
205
|
-
*/
|
|
206
|
-
JobId?: string | undefined;
|
|
207
|
-
/**
|
|
208
|
-
* <p>The user-specified description that was included in the specified job's <code>Create
|
|
209
|
-
* Job</code> request.</p>
|
|
210
|
-
* @public
|
|
211
|
-
*/
|
|
212
|
-
Description?: string | undefined;
|
|
213
|
-
/**
|
|
214
|
-
* <p>The operation that the specified job is configured to run on every object listed in the
|
|
215
|
-
* manifest.</p>
|
|
216
|
-
* @public
|
|
217
|
-
*/
|
|
218
|
-
Operation?: OperationName | undefined;
|
|
219
|
-
/**
|
|
220
|
-
* <p>The current priority for the specified job.</p>
|
|
221
|
-
* @public
|
|
222
|
-
*/
|
|
223
|
-
Priority?: number | undefined;
|
|
224
|
-
/**
|
|
225
|
-
* <p>The specified job's current status.</p>
|
|
226
|
-
* @public
|
|
227
|
-
*/
|
|
228
|
-
Status?: JobStatus | undefined;
|
|
229
|
-
/**
|
|
230
|
-
* <p>A timestamp indicating when the specified job was created.</p>
|
|
231
|
-
* @public
|
|
232
|
-
*/
|
|
233
|
-
CreationTime?: Date | undefined;
|
|
234
|
-
/**
|
|
235
|
-
* <p>A timestamp indicating when the specified job terminated. A job's termination date is
|
|
236
|
-
* the date and time when it succeeded, failed, or was canceled.</p>
|
|
237
|
-
* @public
|
|
238
|
-
*/
|
|
239
|
-
TerminationDate?: Date | undefined;
|
|
240
|
-
/**
|
|
241
|
-
* <p>Describes the total number of tasks that the specified job has run, the number of tasks
|
|
242
|
-
* that succeeded, and the number of tasks that failed.</p>
|
|
243
|
-
* @public
|
|
244
|
-
*/
|
|
245
|
-
ProgressSummary?: JobProgressSummary | undefined;
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* @public
|
|
249
|
-
*/
|
|
250
|
-
export interface ListJobsResult {
|
|
251
|
-
/**
|
|
252
|
-
* <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
|
|
253
|
-
* you can pass this value into a subsequent <code>List Jobs</code> request in order to
|
|
254
|
-
* retrieve the next page of results.</p>
|
|
255
|
-
* @public
|
|
256
|
-
*/
|
|
257
|
-
NextToken?: string | undefined;
|
|
258
|
-
/**
|
|
259
|
-
* <p>The list of current jobs and jobs that have ended within the last 30 days.</p>
|
|
260
|
-
* @public
|
|
261
|
-
*/
|
|
262
|
-
Jobs?: JobListDescriptor[] | undefined;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* @public
|
|
266
|
-
*/
|
|
267
|
-
export interface ListMultiRegionAccessPointsRequest {
|
|
268
|
-
/**
|
|
269
|
-
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
270
|
-
* @public
|
|
271
|
-
*/
|
|
272
|
-
AccountId?: string | undefined;
|
|
273
|
-
/**
|
|
274
|
-
* <p>Not currently used. Do not use this parameter.</p>
|
|
275
|
-
* @public
|
|
276
|
-
*/
|
|
277
|
-
NextToken?: string | undefined;
|
|
278
|
-
/**
|
|
279
|
-
* <p>Not currently used. Do not use this parameter.</p>
|
|
280
|
-
* @public
|
|
281
|
-
*/
|
|
282
|
-
MaxResults?: number | undefined;
|
|
283
|
-
}
|
|
284
|
-
/**
|
|
285
|
-
* @public
|
|
286
|
-
*/
|
|
287
|
-
export interface ListMultiRegionAccessPointsResult {
|
|
288
|
-
/**
|
|
289
|
-
* <p>The list of Multi-Region Access Points associated with the user.</p>
|
|
290
|
-
* @public
|
|
291
|
-
*/
|
|
292
|
-
AccessPoints?: MultiRegionAccessPointReport[] | undefined;
|
|
293
|
-
/**
|
|
294
|
-
* <p>If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
|
|
295
|
-
* action, this field contains a continuation token. You can use this token tin subsequent
|
|
296
|
-
* calls to this action to retrieve additional Multi-Region Access Points.</p>
|
|
297
|
-
* @public
|
|
298
|
-
*/
|
|
299
|
-
NextToken?: string | undefined;
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* @public
|
|
303
|
-
*/
|
|
304
|
-
export interface ListRegionalBucketsRequest {
|
|
305
|
-
/**
|
|
306
|
-
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
307
|
-
* @public
|
|
308
|
-
*/
|
|
309
|
-
AccountId?: string | undefined;
|
|
310
|
-
/**
|
|
311
|
-
* <p></p>
|
|
312
|
-
* @public
|
|
313
|
-
*/
|
|
314
|
-
NextToken?: string | undefined;
|
|
315
|
-
/**
|
|
316
|
-
* <p></p>
|
|
317
|
-
* @public
|
|
318
|
-
*/
|
|
319
|
-
MaxResults?: number | undefined;
|
|
320
|
-
/**
|
|
321
|
-
* <p>The ID of the Outposts resource.</p>
|
|
322
|
-
* <note>
|
|
323
|
-
* <p>This ID is required by Amazon S3 on Outposts buckets.</p>
|
|
324
|
-
* </note>
|
|
325
|
-
* @public
|
|
326
|
-
*/
|
|
327
|
-
OutpostId?: string | undefined;
|
|
328
|
-
}
|
|
329
|
-
/**
|
|
330
|
-
* <p>The container for the regional bucket.</p>
|
|
331
|
-
* @public
|
|
332
|
-
*/
|
|
333
|
-
export interface RegionalBucket {
|
|
334
|
-
/**
|
|
335
|
-
* <p></p>
|
|
336
|
-
* @public
|
|
337
|
-
*/
|
|
338
|
-
Bucket: string | undefined;
|
|
339
|
-
/**
|
|
340
|
-
* <p>The Amazon Resource Name (ARN) for the regional bucket.</p>
|
|
341
|
-
* @public
|
|
342
|
-
*/
|
|
343
|
-
BucketArn?: string | undefined;
|
|
344
|
-
/**
|
|
345
|
-
* <p></p>
|
|
346
|
-
* @public
|
|
347
|
-
*/
|
|
348
|
-
PublicAccessBlockEnabled: boolean | undefined;
|
|
349
|
-
/**
|
|
350
|
-
* <p>The creation date of the regional bucket</p>
|
|
351
|
-
* @public
|
|
352
|
-
*/
|
|
353
|
-
CreationDate: Date | undefined;
|
|
354
|
-
/**
|
|
355
|
-
* <p>The Outposts ID of the regional bucket.</p>
|
|
356
|
-
* @public
|
|
357
|
-
*/
|
|
358
|
-
OutpostId?: string | undefined;
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* @public
|
|
362
|
-
*/
|
|
363
|
-
export interface ListRegionalBucketsResult {
|
|
364
|
-
/**
|
|
365
|
-
* <p></p>
|
|
366
|
-
* @public
|
|
367
|
-
*/
|
|
368
|
-
RegionalBucketList?: RegionalBucket[] | undefined;
|
|
369
|
-
/**
|
|
370
|
-
* <p>
|
|
371
|
-
* <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there
|
|
372
|
-
* are more buckets that can be listed. The next list requests to Amazon S3 can be continued with
|
|
373
|
-
* this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real
|
|
374
|
-
* key.</p>
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
NextToken?: string | undefined;
|
|
378
|
-
}
|
|
379
|
-
/**
|
|
380
|
-
* @public
|
|
381
|
-
*/
|
|
382
|
-
export interface ListStorageLensConfigurationsRequest {
|
|
383
|
-
/**
|
|
384
|
-
* <p>The account ID of the requester.</p>
|
|
385
|
-
* @public
|
|
386
|
-
*/
|
|
387
|
-
AccountId?: string | undefined;
|
|
388
|
-
/**
|
|
389
|
-
* <p>A pagination token to request the next page of results.</p>
|
|
390
|
-
* @public
|
|
391
|
-
*/
|
|
392
|
-
NextToken?: string | undefined;
|
|
393
|
-
}
|
|
394
|
-
/**
|
|
395
|
-
* <p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the
|
|
396
|
-
* description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
|
|
397
|
-
* Amazon Resource Name (ARN), and config ID.</p>
|
|
398
|
-
* @public
|
|
399
|
-
*/
|
|
400
|
-
export interface ListStorageLensConfigurationEntry {
|
|
401
|
-
/**
|
|
402
|
-
* <p>A container for the S3 Storage Lens configuration ID.</p>
|
|
403
|
-
* @public
|
|
404
|
-
*/
|
|
405
|
-
Id: string | undefined;
|
|
406
|
-
/**
|
|
407
|
-
* <p>The ARN of the S3 Storage Lens configuration. This property is read-only.</p>
|
|
408
|
-
* @public
|
|
409
|
-
*/
|
|
410
|
-
StorageLensArn: string | undefined;
|
|
411
|
-
/**
|
|
412
|
-
* <p>A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in
|
|
413
|
-
* your designated S3 Storage Lens home Region.</p>
|
|
414
|
-
* @public
|
|
415
|
-
*/
|
|
416
|
-
HomeRegion: string | undefined;
|
|
417
|
-
/**
|
|
418
|
-
* <p>A container for whether the S3 Storage Lens configuration is enabled. This property is
|
|
419
|
-
* required.</p>
|
|
420
|
-
* @public
|
|
421
|
-
*/
|
|
422
|
-
IsEnabled?: boolean | undefined;
|
|
423
|
-
}
|
|
424
|
-
/**
|
|
425
|
-
* @public
|
|
426
|
-
*/
|
|
427
|
-
export interface ListStorageLensConfigurationsResult {
|
|
428
|
-
/**
|
|
429
|
-
* <p>If the request produced more than the maximum number of S3 Storage Lens configuration results,
|
|
430
|
-
* you can pass this value into a subsequent request to retrieve the next page of
|
|
431
|
-
* results.</p>
|
|
432
|
-
* @public
|
|
433
|
-
*/
|
|
434
|
-
NextToken?: string | undefined;
|
|
435
|
-
/**
|
|
436
|
-
* <p>A list of S3 Storage Lens configurations.</p>
|
|
437
|
-
* @public
|
|
438
|
-
*/
|
|
439
|
-
StorageLensConfigurationList?: ListStorageLensConfigurationEntry[] | undefined;
|
|
440
|
-
}
|
|
441
|
-
/**
|
|
442
|
-
* @public
|
|
443
|
-
*/
|
|
444
|
-
export interface ListStorageLensGroupsRequest {
|
|
445
|
-
/**
|
|
446
|
-
* <p>
|
|
447
|
-
* The Amazon Web Services account ID that owns the Storage Lens groups.
|
|
448
|
-
* </p>
|
|
449
|
-
* @public
|
|
450
|
-
*/
|
|
451
|
-
AccountId?: string | undefined;
|
|
452
|
-
/**
|
|
453
|
-
* <p>The token for the next set of results, or <code>null</code> if there are no more results.
|
|
454
|
-
* </p>
|
|
455
|
-
* @public
|
|
456
|
-
*/
|
|
457
|
-
NextToken?: string | undefined;
|
|
458
|
-
}
|
|
459
|
-
/**
|
|
460
|
-
* <p>
|
|
461
|
-
* Each entry contains a Storage Lens group that exists in the specified home Region.
|
|
462
|
-
* </p>
|
|
463
|
-
* @public
|
|
464
|
-
*/
|
|
465
|
-
export interface ListStorageLensGroupEntry {
|
|
466
|
-
/**
|
|
467
|
-
* <p>
|
|
468
|
-
* Contains the name of the Storage Lens group that exists in the specified home Region.
|
|
469
|
-
* </p>
|
|
470
|
-
* @public
|
|
471
|
-
*/
|
|
472
|
-
Name: string | undefined;
|
|
473
|
-
/**
|
|
474
|
-
* <p>
|
|
475
|
-
* Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
|
|
476
|
-
* </p>
|
|
477
|
-
* @public
|
|
478
|
-
*/
|
|
479
|
-
StorageLensGroupArn: string | undefined;
|
|
480
|
-
/**
|
|
481
|
-
* <p>
|
|
482
|
-
* Contains the Amazon Web Services Region where the Storage Lens group was created.
|
|
483
|
-
* </p>
|
|
484
|
-
* @public
|
|
485
|
-
*/
|
|
486
|
-
HomeRegion: string | undefined;
|
|
487
|
-
}
|
|
488
|
-
/**
|
|
489
|
-
* @public
|
|
490
|
-
*/
|
|
491
|
-
export interface ListStorageLensGroupsResult {
|
|
492
|
-
/**
|
|
493
|
-
* <p>
|
|
494
|
-
* If <code>NextToken</code> is returned, there are more Storage Lens groups results available. The value of <code>NextToken</code> is a
|
|
495
|
-
* unique pagination token for each page. Make the call again using the returned token to
|
|
496
|
-
* retrieve the next page. Keep all other arguments unchanged. Each pagination token expires
|
|
497
|
-
* after 24 hours.
|
|
498
|
-
* </p>
|
|
499
|
-
* @public
|
|
500
|
-
*/
|
|
501
|
-
NextToken?: string | undefined;
|
|
502
|
-
/**
|
|
503
|
-
* <p>
|
|
504
|
-
* The list of Storage Lens groups that exist in the specified home Region.
|
|
505
|
-
* </p>
|
|
506
|
-
* @public
|
|
507
|
-
*/
|
|
508
|
-
StorageLensGroupList?: ListStorageLensGroupEntry[] | undefined;
|
|
509
|
-
}
|
|
510
|
-
/**
|
|
511
|
-
* @public
|
|
512
|
-
*/
|
|
513
|
-
export interface ListTagsForResourceRequest {
|
|
514
|
-
/**
|
|
515
|
-
* <p> The Amazon Web Services account ID of the resource owner. </p>
|
|
516
|
-
* @public
|
|
517
|
-
*/
|
|
518
|
-
AccountId?: string | undefined;
|
|
519
|
-
/**
|
|
520
|
-
* <p> The Amazon Resource Name (ARN) of the S3 resource that you want to list tags for. The
|
|
521
|
-
* tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
|
|
522
|
-
* registered location, or grant. </p>
|
|
523
|
-
* @public
|
|
524
|
-
*/
|
|
525
|
-
ResourceArn: string | undefined;
|
|
526
|
-
}
|
|
527
|
-
/**
|
|
528
|
-
* @public
|
|
529
|
-
*/
|
|
530
|
-
export interface ListTagsForResourceResult {
|
|
531
|
-
/**
|
|
532
|
-
* <p> The Amazon Web Services resource tags that are associated with the resource. </p>
|
|
533
|
-
* @public
|
|
534
|
-
*/
|
|
535
|
-
Tags?: Tag[] | undefined;
|
|
536
|
-
}
|
|
537
|
-
/**
|
|
538
|
-
* @public
|
|
539
|
-
*/
|
|
540
|
-
export interface PutAccessGrantsInstanceResourcePolicyRequest {
|
|
541
|
-
/**
|
|
542
|
-
* <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
|
|
543
|
-
* @public
|
|
544
|
-
*/
|
|
545
|
-
AccountId?: string | undefined;
|
|
546
|
-
/**
|
|
547
|
-
* <p>The resource policy of the S3 Access Grants instance that you are updating.</p>
|
|
548
|
-
* @public
|
|
549
|
-
*/
|
|
550
|
-
Policy: string | undefined;
|
|
551
|
-
/**
|
|
552
|
-
* <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
|
|
553
|
-
* @public
|
|
554
|
-
*/
|
|
555
|
-
Organization?: string | undefined;
|
|
556
|
-
}
|
|
557
|
-
/**
|
|
558
|
-
* @public
|
|
559
|
-
*/
|
|
560
|
-
export interface PutAccessGrantsInstanceResourcePolicyResult {
|
|
561
|
-
/**
|
|
562
|
-
* <p>The updated resource policy of the S3 Access Grants instance.</p>
|
|
563
|
-
* @public
|
|
564
|
-
*/
|
|
565
|
-
Policy?: string | undefined;
|
|
566
|
-
/**
|
|
567
|
-
* <p>The Organization of the resource policy of the S3 Access Grants instance.</p>
|
|
568
|
-
* @public
|
|
569
|
-
*/
|
|
570
|
-
Organization?: string | undefined;
|
|
571
|
-
/**
|
|
572
|
-
* <p>The date and time when you created the S3 Access Grants instance resource policy. </p>
|
|
573
|
-
* @public
|
|
574
|
-
*/
|
|
575
|
-
CreatedAt?: Date | undefined;
|
|
576
|
-
}
|
|
577
|
-
/**
|
|
578
|
-
* @public
|
|
579
|
-
*/
|
|
580
|
-
export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
581
|
-
/**
|
|
582
|
-
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
583
|
-
* @public
|
|
584
|
-
*/
|
|
585
|
-
AccountId?: string | undefined;
|
|
586
|
-
/**
|
|
587
|
-
* <p>The name of the Object Lambda Access Point.</p>
|
|
588
|
-
* @public
|
|
589
|
-
*/
|
|
590
|
-
Name: string | undefined;
|
|
591
|
-
/**
|
|
592
|
-
* <p>Object Lambda Access Point configuration document.</p>
|
|
593
|
-
* @public
|
|
594
|
-
*/
|
|
595
|
-
Configuration: ObjectLambdaConfiguration | undefined;
|
|
596
|
-
}
|
|
597
|
-
/**
|
|
598
|
-
* @public
|
|
599
|
-
*/
|
|
600
|
-
export interface PutAccessPointPolicyRequest {
|
|
601
|
-
/**
|
|
602
|
-
* <p>The Amazon Web Services account ID for owner of the bucket associated with the specified access point.</p>
|
|
603
|
-
* @public
|
|
604
|
-
*/
|
|
605
|
-
AccountId?: string | undefined;
|
|
606
|
-
/**
|
|
607
|
-
* <p>The name of the access point that you want to associate with the specified policy.</p>
|
|
608
|
-
* <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
|
|
609
|
-
* <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
|
|
610
|
-
* @public
|
|
611
|
-
*/
|
|
612
|
-
Name: string | undefined;
|
|
613
|
-
/**
|
|
614
|
-
* <p>The policy that you want to apply to the specified access point. For more information about access point
|
|
615
|
-
* policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing data access with Amazon S3
|
|
616
|
-
* access points</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html">Managing access to
|
|
617
|
-
* shared datasets in directory buckets with access points</a> in the
|
|
618
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
619
|
-
* @public
|
|
620
|
-
*/
|
|
621
|
-
Policy: string | undefined;
|
|
622
|
-
}
|
|
623
|
-
/**
|
|
624
|
-
* @public
|
|
625
|
-
*/
|
|
626
|
-
export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
627
|
-
/**
|
|
628
|
-
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
629
|
-
* @public
|
|
630
|
-
*/
|
|
631
|
-
AccountId?: string | undefined;
|
|
632
|
-
/**
|
|
633
|
-
* <p>The name of the Object Lambda Access Point.</p>
|
|
634
|
-
* @public
|
|
635
|
-
*/
|
|
636
|
-
Name: string | undefined;
|
|
637
|
-
/**
|
|
638
|
-
* <p>Object Lambda Access Point resource policy document.</p>
|
|
639
|
-
* @public
|
|
640
|
-
*/
|
|
641
|
-
Policy: string | undefined;
|
|
642
|
-
}
|
|
643
|
-
/**
|
|
644
|
-
* @public
|
|
645
|
-
*/
|
|
646
|
-
export interface PutAccessPointScopeRequest {
|
|
647
|
-
/**
|
|
648
|
-
* <p> The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
|
|
649
|
-
* </p>
|
|
650
|
-
* @public
|
|
651
|
-
*/
|
|
652
|
-
AccountId?: string | undefined;
|
|
653
|
-
/**
|
|
654
|
-
* <p>The name of the access point with the scope that you want to create or replace.</p>
|
|
655
|
-
* @public
|
|
656
|
-
*/
|
|
657
|
-
Name: string | undefined;
|
|
658
|
-
/**
|
|
659
|
-
* <p>Object prefixes, API operations, or a combination of both.</p>
|
|
660
|
-
* @public
|
|
661
|
-
*/
|
|
662
|
-
Scope: Scope | undefined;
|
|
663
|
-
}
|
|
664
|
-
/**
|
|
665
|
-
* <p>The container for the Outposts bucket lifecycle configuration.</p>
|
|
666
|
-
* @public
|
|
667
|
-
*/
|
|
668
|
-
export interface LifecycleConfiguration {
|
|
669
|
-
/**
|
|
670
|
-
* <p>A lifecycle rule for individual objects in an Outposts bucket. </p>
|
|
671
|
-
* @public
|
|
672
|
-
*/
|
|
673
|
-
Rules?: LifecycleRule[] | undefined;
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* @public
|
|
677
|
-
*/
|
|
678
|
-
export interface PutBucketLifecycleConfigurationRequest {
|
|
679
|
-
/**
|
|
680
|
-
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
681
|
-
* @public
|
|
682
|
-
*/
|
|
683
|
-
AccountId?: string | undefined;
|
|
684
|
-
/**
|
|
685
|
-
* <p>The name of the bucket for which to set the configuration.</p>
|
|
686
|
-
* @public
|
|
687
|
-
*/
|
|
688
|
-
Bucket: string | undefined;
|
|
689
|
-
/**
|
|
690
|
-
* <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
|
|
691
|
-
* @public
|
|
692
|
-
*/
|
|
693
|
-
LifecycleConfiguration?: LifecycleConfiguration | undefined;
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* @public
|
|
697
|
-
*/
|
|
698
|
-
export interface PutBucketPolicyRequest {
|
|
699
|
-
/**
|
|
700
|
-
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
701
|
-
* @public
|
|
702
|
-
*/
|
|
703
|
-
AccountId?: string | undefined;
|
|
704
|
-
/**
|
|
705
|
-
* <p>Specifies the bucket.</p>
|
|
706
|
-
* <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
|
|
707
|
-
* <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
|
|
708
|
-
* @public
|
|
709
|
-
*/
|
|
710
|
-
Bucket: string | undefined;
|
|
711
|
-
/**
|
|
712
|
-
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
713
|
-
* this bucket policy in the future.</p>
|
|
714
|
-
* <note>
|
|
715
|
-
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
716
|
-
* </note>
|
|
717
|
-
* @public
|
|
718
|
-
*/
|
|
719
|
-
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
720
|
-
/**
|
|
721
|
-
* <p>The bucket policy as a JSON document.</p>
|
|
722
|
-
* @public
|
|
723
|
-
*/
|
|
724
|
-
Policy: string | undefined;
|
|
725
|
-
}
|
|
726
|
-
/**
|
|
727
|
-
* @public
|
|
728
|
-
*/
|
|
729
|
-
export interface PutBucketReplicationRequest {
|
|
730
|
-
/**
|
|
731
|
-
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
732
|
-
* @public
|
|
733
|
-
*/
|
|
734
|
-
AccountId?: string | undefined;
|
|
735
|
-
/**
|
|
736
|
-
* <p>Specifies the S3 on Outposts bucket to set the configuration for.</p>
|
|
737
|
-
* <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
|
|
738
|
-
* <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
|
|
739
|
-
* @public
|
|
740
|
-
*/
|
|
741
|
-
Bucket: string | undefined;
|
|
742
|
-
/**
|
|
743
|
-
* <p></p>
|
|
744
|
-
* @public
|
|
745
|
-
*/
|
|
746
|
-
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* <p></p>
|
|
750
|
-
* @public
|
|
751
|
-
*/
|
|
752
|
-
export interface Tagging {
|
|
753
|
-
/**
|
|
754
|
-
* <p>A collection for a set of tags.</p>
|
|
755
|
-
* @public
|
|
756
|
-
*/
|
|
757
|
-
TagSet: S3Tag[] | undefined;
|
|
758
|
-
}
|
|
759
|
-
/**
|
|
760
|
-
* @public
|
|
761
|
-
*/
|
|
762
|
-
export interface PutBucketTaggingRequest {
|
|
763
|
-
/**
|
|
764
|
-
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
765
|
-
* @public
|
|
766
|
-
*/
|
|
767
|
-
AccountId?: string | undefined;
|
|
768
|
-
/**
|
|
769
|
-
* <p>The Amazon Resource Name (ARN) of the bucket.</p>
|
|
770
|
-
* <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
|
|
771
|
-
* <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
|
|
772
|
-
* @public
|
|
773
|
-
*/
|
|
774
|
-
Bucket: string | undefined;
|
|
775
|
-
/**
|
|
776
|
-
* <p></p>
|
|
777
|
-
* @public
|
|
778
|
-
*/
|
|
779
|
-
Tagging: Tagging | undefined;
|
|
780
|
-
}
|
|
781
|
-
/**
|
|
782
|
-
* @public
|
|
783
|
-
* @enum
|
|
784
|
-
*/
|
|
785
|
-
export declare const MFADelete: {
|
|
786
|
-
readonly Disabled: "Disabled";
|
|
787
|
-
readonly Enabled: "Enabled";
|
|
788
|
-
};
|
|
789
|
-
/**
|
|
790
|
-
* @public
|
|
791
|
-
*/
|
|
792
|
-
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
793
|
-
/**
|
|
794
|
-
* <p>Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see
|
|
795
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html">PutBucketVersioning</a>.</p>
|
|
796
|
-
* @public
|
|
797
|
-
*/
|
|
798
|
-
export interface VersioningConfiguration {
|
|
799
|
-
/**
|
|
800
|
-
* <p>Specifies whether MFA delete is enabled or disabled in the bucket versioning
|
|
801
|
-
* configuration for the S3 on Outposts bucket.</p>
|
|
802
|
-
* @public
|
|
803
|
-
*/
|
|
804
|
-
MFADelete?: MFADelete | undefined;
|
|
805
|
-
/**
|
|
806
|
-
* <p>Sets the versioning state of the S3 on Outposts bucket.</p>
|
|
807
|
-
* @public
|
|
808
|
-
*/
|
|
809
|
-
Status?: BucketVersioningStatus | undefined;
|
|
810
|
-
}
|
|
811
|
-
/**
|
|
812
|
-
* @public
|
|
813
|
-
*/
|
|
814
|
-
export interface PutBucketVersioningRequest {
|
|
815
|
-
/**
|
|
816
|
-
* <p>The Amazon Web Services account ID of the S3 on Outposts bucket.</p>
|
|
817
|
-
* @public
|
|
818
|
-
*/
|
|
819
|
-
AccountId?: string | undefined;
|
|
820
|
-
/**
|
|
821
|
-
* <p>The S3 on Outposts bucket to set the versioning state for.</p>
|
|
822
|
-
* @public
|
|
823
|
-
*/
|
|
824
|
-
Bucket: string | undefined;
|
|
825
|
-
/**
|
|
826
|
-
* <p>The concatenation of the authentication device's serial number, a space, and the value
|
|
827
|
-
* that is displayed on your authentication device.</p>
|
|
828
|
-
* @public
|
|
829
|
-
*/
|
|
830
|
-
MFA?: string | undefined;
|
|
831
|
-
/**
|
|
832
|
-
* <p>The root-level tag for the <code>VersioningConfiguration</code> parameters.</p>
|
|
833
|
-
* @public
|
|
834
|
-
*/
|
|
835
|
-
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
836
|
-
}
|
|
837
|
-
/**
|
|
838
|
-
* @public
|
|
839
|
-
*/
|
|
840
|
-
export interface PutJobTaggingRequest {
|
|
841
|
-
/**
|
|
842
|
-
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
843
|
-
* @public
|
|
844
|
-
*/
|
|
845
|
-
AccountId?: string | undefined;
|
|
846
|
-
/**
|
|
847
|
-
* <p>The ID for the S3 Batch Operations job whose tags you want to replace.</p>
|
|
848
|
-
* @public
|
|
849
|
-
*/
|
|
850
|
-
JobId: string | undefined;
|
|
851
|
-
/**
|
|
852
|
-
* <p>The set of tags to associate with the S3 Batch Operations job.</p>
|
|
853
|
-
* @public
|
|
854
|
-
*/
|
|
855
|
-
Tags: S3Tag[] | undefined;
|
|
856
|
-
}
|
|
857
|
-
/**
|
|
858
|
-
* @public
|
|
859
|
-
*/
|
|
860
|
-
export interface PutJobTaggingResult {
|
|
861
|
-
}
|
|
862
|
-
/**
|
|
863
|
-
* <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
|
|
864
|
-
* @public
|
|
865
|
-
*/
|
|
866
|
-
export declare class TooManyTagsException extends __BaseException {
|
|
867
|
-
readonly name: "TooManyTagsException";
|
|
868
|
-
readonly $fault: "client";
|
|
869
|
-
Message?: string | undefined;
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
874
|
-
}
|
|
875
|
-
/**
|
|
876
|
-
* @public
|
|
877
|
-
*/
|
|
878
|
-
export interface PutMultiRegionAccessPointPolicyRequest {
|
|
879
|
-
/**
|
|
880
|
-
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
881
|
-
* @public
|
|
882
|
-
*/
|
|
883
|
-
AccountId?: string | undefined;
|
|
884
|
-
/**
|
|
885
|
-
* <p>An idempotency token used to identify the request and guarantee that requests are
|
|
886
|
-
* unique.</p>
|
|
887
|
-
* @public
|
|
888
|
-
*/
|
|
889
|
-
ClientToken?: string | undefined;
|
|
890
|
-
/**
|
|
891
|
-
* <p>A container element containing the details of the policy for the Multi-Region Access Point.</p>
|
|
892
|
-
* @public
|
|
893
|
-
*/
|
|
894
|
-
Details: PutMultiRegionAccessPointPolicyInput | undefined;
|
|
895
|
-
}
|
|
896
|
-
/**
|
|
897
|
-
* @public
|
|
898
|
-
*/
|
|
899
|
-
export interface PutMultiRegionAccessPointPolicyResult {
|
|
900
|
-
/**
|
|
901
|
-
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
902
|
-
* requests.</p>
|
|
903
|
-
* @public
|
|
904
|
-
*/
|
|
905
|
-
RequestTokenARN?: string | undefined;
|
|
906
|
-
}
|
|
907
|
-
/**
|
|
908
|
-
* @public
|
|
909
|
-
*/
|
|
910
|
-
export interface PutPublicAccessBlockRequest {
|
|
911
|
-
/**
|
|
912
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
|
|
913
|
-
* Amazon Web Services account.</p>
|
|
914
|
-
* @public
|
|
915
|
-
*/
|
|
916
|
-
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
917
|
-
/**
|
|
918
|
-
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
919
|
-
* you want to set.</p>
|
|
920
|
-
* @public
|
|
921
|
-
*/
|
|
922
|
-
AccountId?: string | undefined;
|
|
923
|
-
}
|
|
924
|
-
/**
|
|
925
|
-
* @public
|
|
926
|
-
*/
|
|
927
|
-
export interface PutStorageLensConfigurationRequest {
|
|
928
|
-
/**
|
|
929
|
-
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
930
|
-
* @public
|
|
931
|
-
*/
|
|
932
|
-
ConfigId: string | undefined;
|
|
933
|
-
/**
|
|
934
|
-
* <p>The account ID of the requester.</p>
|
|
935
|
-
* @public
|
|
936
|
-
*/
|
|
937
|
-
AccountId?: string | undefined;
|
|
938
|
-
/**
|
|
939
|
-
* <p>The S3 Storage Lens configuration.</p>
|
|
940
|
-
* @public
|
|
941
|
-
*/
|
|
942
|
-
StorageLensConfiguration: StorageLensConfiguration | undefined;
|
|
943
|
-
/**
|
|
944
|
-
* <p>The tag set of the S3 Storage Lens configuration.</p>
|
|
945
|
-
* <note>
|
|
946
|
-
* <p>You can set up to a maximum of 50 tags.</p>
|
|
947
|
-
* </note>
|
|
948
|
-
* @public
|
|
949
|
-
*/
|
|
950
|
-
Tags?: StorageLensTag[] | undefined;
|
|
951
|
-
}
|
|
952
|
-
/**
|
|
953
|
-
* @public
|
|
954
|
-
*/
|
|
955
|
-
export interface PutStorageLensConfigurationTaggingRequest {
|
|
956
|
-
/**
|
|
957
|
-
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
958
|
-
* @public
|
|
959
|
-
*/
|
|
960
|
-
ConfigId: string | undefined;
|
|
961
|
-
/**
|
|
962
|
-
* <p>The account ID of the requester.</p>
|
|
963
|
-
* @public
|
|
964
|
-
*/
|
|
965
|
-
AccountId?: string | undefined;
|
|
966
|
-
/**
|
|
967
|
-
* <p>The tag set of the S3 Storage Lens configuration.</p>
|
|
968
|
-
* <note>
|
|
969
|
-
* <p>You can set up to a maximum of 50 tags.</p>
|
|
970
|
-
* </note>
|
|
971
|
-
* @public
|
|
972
|
-
*/
|
|
973
|
-
Tags: StorageLensTag[] | undefined;
|
|
974
|
-
}
|
|
975
|
-
/**
|
|
976
|
-
* @public
|
|
977
|
-
*/
|
|
978
|
-
export interface PutStorageLensConfigurationTaggingResult {
|
|
979
|
-
}
|
|
980
|
-
/**
|
|
981
|
-
* @public
|
|
982
|
-
*/
|
|
983
|
-
export interface SubmitMultiRegionAccessPointRoutesRequest {
|
|
984
|
-
/**
|
|
985
|
-
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
986
|
-
* @public
|
|
987
|
-
*/
|
|
988
|
-
AccountId?: string | undefined;
|
|
989
|
-
/**
|
|
990
|
-
* <p>The Multi-Region Access Point ARN.</p>
|
|
991
|
-
* @public
|
|
992
|
-
*/
|
|
993
|
-
Mrap: string | undefined;
|
|
994
|
-
/**
|
|
995
|
-
* <p>The different routes that make up the new route configuration. Active routes return a
|
|
996
|
-
* value of <code>100</code>, and passive routes return a value of <code>0</code>.</p>
|
|
997
|
-
* @public
|
|
998
|
-
*/
|
|
999
|
-
RouteUpdates: MultiRegionAccessPointRoute[] | undefined;
|
|
1000
|
-
}
|
|
1001
|
-
/**
|
|
1002
|
-
* @public
|
|
1003
|
-
*/
|
|
1004
|
-
export interface SubmitMultiRegionAccessPointRoutesResult {
|
|
1005
|
-
}
|
|
1006
|
-
/**
|
|
1007
|
-
* @public
|
|
1008
|
-
*/
|
|
1009
|
-
export interface TagResourceRequest {
|
|
1010
|
-
/**
|
|
1011
|
-
* <p>
|
|
1012
|
-
* The Amazon Web Services account ID that created the S3 resource that you're trying to add tags to or the requester's account ID.
|
|
1013
|
-
* </p>
|
|
1014
|
-
* @public
|
|
1015
|
-
*/
|
|
1016
|
-
AccountId?: string | undefined;
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>The Amazon Resource Name (ARN) of the S3 resource that you're applying tags to. The
|
|
1019
|
-
* tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
|
|
1020
|
-
* registered location, or grant.</p>
|
|
1021
|
-
* @public
|
|
1022
|
-
*/
|
|
1023
|
-
ResourceArn: string | undefined;
|
|
1024
|
-
/**
|
|
1025
|
-
* <p> The Amazon Web Services resource tags that you want to add to the specified S3 resource. </p>
|
|
1026
|
-
* @public
|
|
1027
|
-
*/
|
|
1028
|
-
Tags: Tag[] | undefined;
|
|
1029
|
-
}
|
|
1030
|
-
/**
|
|
1031
|
-
* @public
|
|
1032
|
-
*/
|
|
1033
|
-
export interface TagResourceResult {
|
|
1034
|
-
}
|
|
1035
|
-
/**
|
|
1036
|
-
* @public
|
|
1037
|
-
*/
|
|
1038
|
-
export interface UntagResourceRequest {
|
|
1039
|
-
/**
|
|
1040
|
-
* <p> The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.
|
|
1041
|
-
* </p>
|
|
1042
|
-
* @public
|
|
1043
|
-
*/
|
|
1044
|
-
AccountId?: string | undefined;
|
|
1045
|
-
/**
|
|
1046
|
-
* <p>The Amazon Resource Name (ARN) of the S3 resource that you're removing tags from. The
|
|
1047
|
-
* tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance,
|
|
1048
|
-
* registered location, or grant.</p>
|
|
1049
|
-
* @public
|
|
1050
|
-
*/
|
|
1051
|
-
ResourceArn: string | undefined;
|
|
1052
|
-
/**
|
|
1053
|
-
* <p> The array of tag key-value pairs that you're trying to remove from of the S3 resource.
|
|
1054
|
-
* </p>
|
|
1055
|
-
* @public
|
|
1056
|
-
*/
|
|
1057
|
-
TagKeys: string[] | undefined;
|
|
1058
|
-
}
|
|
1059
|
-
/**
|
|
1060
|
-
* @public
|
|
1061
|
-
*/
|
|
1062
|
-
export interface UntagResourceResult {
|
|
1063
|
-
}
|
|
1064
|
-
/**
|
|
1065
|
-
* @public
|
|
1066
|
-
*/
|
|
1067
|
-
export interface UpdateAccessGrantsLocationRequest {
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>The Amazon Web Services account ID of the S3 Access Grants instance.</p>
|
|
1070
|
-
* @public
|
|
1071
|
-
*/
|
|
1072
|
-
AccountId?: string | undefined;
|
|
1073
|
-
/**
|
|
1074
|
-
* <p>The ID of the registered location that you are updating. S3 Access Grants assigns this ID when you
|
|
1075
|
-
* register the location. S3 Access Grants assigns the ID <code>default</code> to the default location
|
|
1076
|
-
* <code>s3://</code> and assigns an auto-generated ID to other locations that you
|
|
1077
|
-
* register. </p>
|
|
1078
|
-
* <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
|
|
1079
|
-
* ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
|
|
1080
|
-
* default location <code>s3://</code> and assigns an auto-generated ID to other locations
|
|
1081
|
-
* that you register. </p>
|
|
1082
|
-
* <p>If you are passing the <code>default</code> location, you cannot create an access grant
|
|
1083
|
-
* for the entire default location. You must also specify a bucket or a bucket and prefix in
|
|
1084
|
-
* the <code>Subprefix</code> field. </p>
|
|
1085
|
-
* @public
|
|
1086
|
-
*/
|
|
1087
|
-
AccessGrantsLocationId: string | undefined;
|
|
1088
|
-
/**
|
|
1089
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants
|
|
1090
|
-
* assumes this role to manage access to the registered location. </p>
|
|
1091
|
-
* @public
|
|
1092
|
-
*/
|
|
1093
|
-
IAMRoleArn: string | undefined;
|
|
1094
|
-
}
|
|
1095
|
-
/**
|
|
1096
|
-
* @public
|
|
1097
|
-
*/
|
|
1098
|
-
export interface UpdateAccessGrantsLocationResult {
|
|
1099
|
-
/**
|
|
1100
|
-
* <p>The date and time when you registered the location. </p>
|
|
1101
|
-
* @public
|
|
1102
|
-
*/
|
|
1103
|
-
CreatedAt?: Date | undefined;
|
|
1104
|
-
/**
|
|
1105
|
-
* <p>The ID of the registered location to which you are granting access. S3 Access Grants assigned this
|
|
1106
|
-
* ID when you registered the location. S3 Access Grants assigns the ID <code>default</code> to the
|
|
1107
|
-
* default location <code>s3://</code> and assigns an auto-generated ID to other locations
|
|
1108
|
-
* that you register. </p>
|
|
1109
|
-
* @public
|
|
1110
|
-
*/
|
|
1111
|
-
AccessGrantsLocationId?: string | undefined;
|
|
1112
|
-
/**
|
|
1113
|
-
* <p>The Amazon Resource Name (ARN) of the registered location that you are updating. </p>
|
|
1114
|
-
* @public
|
|
1115
|
-
*/
|
|
1116
|
-
AccessGrantsLocationArn?: string | undefined;
|
|
1117
|
-
/**
|
|
1118
|
-
* <p>The S3 URI path of the location that you are updating. You cannot update the scope of
|
|
1119
|
-
* the registered location. The location scope can be the default S3 location
|
|
1120
|
-
* <code>s3://</code>, the S3 path to a bucket <code>s3://<bucket></code>, or the S3
|
|
1121
|
-
* path to a bucket and prefix <code>s3://<bucket>/<prefix></code>. </p>
|
|
1122
|
-
* @public
|
|
1123
|
-
*/
|
|
1124
|
-
LocationScope?: string | undefined;
|
|
1125
|
-
/**
|
|
1126
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role of the registered location. S3 Access Grants
|
|
1127
|
-
* assumes this role to manage access to the registered location. </p>
|
|
1128
|
-
* @public
|
|
1129
|
-
*/
|
|
1130
|
-
IAMRoleArn?: string | undefined;
|
|
1131
|
-
}
|
|
1132
|
-
/**
|
|
1133
|
-
* @public
|
|
1134
|
-
*/
|
|
1135
|
-
export interface UpdateJobPriorityRequest {
|
|
1136
|
-
/**
|
|
1137
|
-
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
1138
|
-
* @public
|
|
1139
|
-
*/
|
|
1140
|
-
AccountId?: string | undefined;
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>The ID for the job whose priority you want to update.</p>
|
|
1143
|
-
* @public
|
|
1144
|
-
*/
|
|
1145
|
-
JobId: string | undefined;
|
|
1146
|
-
/**
|
|
1147
|
-
* <p>The priority you want to assign to this job.</p>
|
|
1148
|
-
* @public
|
|
1149
|
-
*/
|
|
1150
|
-
Priority: number | undefined;
|
|
1151
|
-
}
|
|
1152
|
-
/**
|
|
1153
|
-
* @public
|
|
1154
|
-
*/
|
|
1155
|
-
export interface UpdateJobPriorityResult {
|
|
1156
|
-
/**
|
|
1157
|
-
* <p>The ID for the job whose priority Amazon S3 updated.</p>
|
|
1158
|
-
* @public
|
|
1159
|
-
*/
|
|
1160
|
-
JobId: string | undefined;
|
|
1161
|
-
/**
|
|
1162
|
-
* <p>The new priority assigned to the specified job.</p>
|
|
1163
|
-
* @public
|
|
1164
|
-
*/
|
|
1165
|
-
Priority: number | undefined;
|
|
1166
|
-
}
|
|
1167
|
-
/**
|
|
1168
|
-
* <p></p>
|
|
1169
|
-
* @public
|
|
1170
|
-
*/
|
|
1171
|
-
export declare class JobStatusException extends __BaseException {
|
|
1172
|
-
readonly name: "JobStatusException";
|
|
1173
|
-
readonly $fault: "client";
|
|
1174
|
-
Message?: string | undefined;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
|
|
1179
|
-
}
|
|
1180
|
-
/**
|
|
1181
|
-
* @public
|
|
1182
|
-
* @enum
|
|
1183
|
-
*/
|
|
1184
|
-
export declare const RequestedJobStatus: {
|
|
1185
|
-
readonly Cancelled: "Cancelled";
|
|
1186
|
-
readonly Ready: "Ready";
|
|
1187
|
-
};
|
|
1188
|
-
/**
|
|
1189
|
-
* @public
|
|
1190
|
-
*/
|
|
1191
|
-
export type RequestedJobStatus = (typeof RequestedJobStatus)[keyof typeof RequestedJobStatus];
|
|
1192
|
-
/**
|
|
1193
|
-
* @public
|
|
1194
|
-
*/
|
|
1195
|
-
export interface UpdateJobStatusRequest {
|
|
1196
|
-
/**
|
|
1197
|
-
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
1198
|
-
* @public
|
|
1199
|
-
*/
|
|
1200
|
-
AccountId?: string | undefined;
|
|
1201
|
-
/**
|
|
1202
|
-
* <p>The ID of the job whose status you want to update.</p>
|
|
1203
|
-
* @public
|
|
1204
|
-
*/
|
|
1205
|
-
JobId: string | undefined;
|
|
1206
|
-
/**
|
|
1207
|
-
* <p>The status that you want to move the specified job to.</p>
|
|
1208
|
-
* @public
|
|
1209
|
-
*/
|
|
1210
|
-
RequestedJobStatus: RequestedJobStatus | undefined;
|
|
1211
|
-
/**
|
|
1212
|
-
* <p>A description of the reason why you want to change the specified job's status. This
|
|
1213
|
-
* field can be any string up to the maximum length.</p>
|
|
1214
|
-
* @public
|
|
1215
|
-
*/
|
|
1216
|
-
StatusUpdateReason?: string | undefined;
|
|
1217
|
-
}
|
|
1218
|
-
/**
|
|
1219
|
-
* @public
|
|
1220
|
-
*/
|
|
1221
|
-
export interface UpdateJobStatusResult {
|
|
1222
|
-
/**
|
|
1223
|
-
* <p>The ID for the job whose status was updated.</p>
|
|
1224
|
-
* @public
|
|
1225
|
-
*/
|
|
1226
|
-
JobId?: string | undefined;
|
|
1227
|
-
/**
|
|
1228
|
-
* <p>The current status for the specified job.</p>
|
|
1229
|
-
* @public
|
|
1230
|
-
*/
|
|
1231
|
-
Status?: JobStatus | undefined;
|
|
1232
|
-
/**
|
|
1233
|
-
* <p>The reason that the specified job's status was updated.</p>
|
|
1234
|
-
* @public
|
|
1235
|
-
*/
|
|
1236
|
-
StatusUpdateReason?: string | undefined;
|
|
1237
|
-
}
|
|
1238
|
-
/**
|
|
1239
|
-
* @public
|
|
1240
|
-
*/
|
|
1241
|
-
export interface UpdateStorageLensGroupRequest {
|
|
1242
|
-
/**
|
|
1243
|
-
* <p>
|
|
1244
|
-
* The name of the Storage Lens group that you want to update.
|
|
1245
|
-
* </p>
|
|
1246
|
-
* @public
|
|
1247
|
-
*/
|
|
1248
|
-
Name: string | undefined;
|
|
1249
|
-
/**
|
|
1250
|
-
* <p>
|
|
1251
|
-
* The Amazon Web Services account ID of the Storage Lens group owner.
|
|
1252
|
-
* </p>
|
|
1253
|
-
* @public
|
|
1254
|
-
*/
|
|
1255
|
-
AccountId?: string | undefined;
|
|
1256
|
-
/**
|
|
1257
|
-
* <p>
|
|
1258
|
-
* The JSON file that contains the Storage Lens group configuration.
|
|
1259
|
-
* </p>
|
|
1260
|
-
* @public
|
|
1261
|
-
*/
|
|
1262
|
-
StorageLensGroup: StorageLensGroup | undefined;
|
|
1263
|
-
}
|