@aws-sdk/client-s3-control 3.300.0 → 3.301.0
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/dist-types/commands/CreateAccessPointCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +8 -8
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -2
- package/dist-types/commands/CreateJobCommand.d.ts +33 -33
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -2
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +8 -8
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +15 -15
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +19 -19
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -4
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
- package/dist-types/commands/PutJobTaggingCommand.d.ts +3 -3
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +23 -23
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +3 -3
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -41,7 +41,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
41
41
|
* import { S3ControlClient, GetPublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
42
42
|
* // const { S3ControlClient, GetPublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
43
43
|
* const client = new S3ControlClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // GetPublicAccessBlockRequest
|
|
45
45
|
* AccountId: "STRING_VALUE",
|
|
46
46
|
* };
|
|
47
47
|
* const command = new GetPublicAccessBlockCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
33
33
|
* import { S3ControlClient, GetStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
34
34
|
* // const { S3ControlClient, GetStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
35
35
|
* const client = new S3ControlClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // GetStorageLensConfigurationRequest
|
|
37
37
|
* ConfigId: "STRING_VALUE", // required
|
|
38
38
|
* AccountId: "STRING_VALUE",
|
|
39
39
|
* };
|
|
@@ -35,7 +35,7 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
35
35
|
* import { S3ControlClient, GetStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
36
36
|
* // const { S3ControlClient, GetStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
37
37
|
* const client = new S3ControlClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // GetStorageLensConfigurationTaggingRequest
|
|
39
39
|
* ConfigId: "STRING_VALUE", // required
|
|
40
40
|
* AccountId: "STRING_VALUE",
|
|
41
41
|
* };
|
|
@@ -53,7 +53,7 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
53
53
|
* import { S3ControlClient, ListAccessPointsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
54
54
|
* // const { S3ControlClient, ListAccessPointsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
55
55
|
* const client = new S3ControlClient(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // ListAccessPointsRequest
|
|
57
57
|
* AccountId: "STRING_VALUE",
|
|
58
58
|
* Bucket: "STRING_VALUE",
|
|
59
59
|
* NextToken: "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
47
47
|
* import { S3ControlClient, ListAccessPointsForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
48
48
|
* // const { S3ControlClient, ListAccessPointsForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
49
49
|
* const client = new S3ControlClient(config);
|
|
50
|
-
* const input = {
|
|
50
|
+
* const input = { // ListAccessPointsForObjectLambdaRequest
|
|
51
51
|
* AccountId: "STRING_VALUE",
|
|
52
52
|
* NextToken: "STRING_VALUE",
|
|
53
53
|
* MaxResults: Number("int"),
|
|
@@ -52,9 +52,9 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
52
52
|
* import { S3ControlClient, ListJobsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
53
53
|
* // const { S3ControlClient, ListJobsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
54
54
|
* const client = new S3ControlClient(config);
|
|
55
|
-
* const input = {
|
|
55
|
+
* const input = { // ListJobsRequest
|
|
56
56
|
* AccountId: "STRING_VALUE",
|
|
57
|
-
* JobStatuses: [
|
|
57
|
+
* JobStatuses: [ // JobStatusList
|
|
58
58
|
* "Active" || "Cancelled" || "Cancelling" || "Complete" || "Completing" || "Failed" || "Failing" || "New" || "Paused" || "Pausing" || "Preparing" || "Ready" || "Suspended",
|
|
59
59
|
* ],
|
|
60
60
|
* NextToken: "STRING_VALUE",
|
|
@@ -54,7 +54,7 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
54
54
|
* import { S3ControlClient, ListMultiRegionAccessPointsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
55
55
|
* // const { S3ControlClient, ListMultiRegionAccessPointsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
56
56
|
* const client = new S3ControlClient(config);
|
|
57
|
-
* const input = {
|
|
57
|
+
* const input = { // ListMultiRegionAccessPointsRequest
|
|
58
58
|
* AccountId: "STRING_VALUE",
|
|
59
59
|
* NextToken: "STRING_VALUE",
|
|
60
60
|
* MaxResults: Number("int"),
|
|
@@ -30,7 +30,7 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
30
30
|
* import { S3ControlClient, ListRegionalBucketsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
31
31
|
* // const { S3ControlClient, ListRegionalBucketsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
32
32
|
* const client = new S3ControlClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListRegionalBucketsRequest
|
|
34
34
|
* AccountId: "STRING_VALUE",
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* MaxResults: Number("int"),
|
|
@@ -35,7 +35,7 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
35
35
|
* import { S3ControlClient, ListStorageLensConfigurationsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
36
36
|
* // const { S3ControlClient, ListStorageLensConfigurationsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
37
37
|
* const client = new S3ControlClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // ListStorageLensConfigurationsRequest
|
|
39
39
|
* AccountId: "STRING_VALUE",
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
41
41
|
* };
|
|
@@ -35,22 +35,22 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
35
35
|
* import { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
36
36
|
* // const { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
37
37
|
* const client = new S3ControlClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // PutAccessPointConfigurationForObjectLambdaRequest
|
|
39
39
|
* AccountId: "STRING_VALUE",
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
|
-
* Configuration: {
|
|
41
|
+
* Configuration: { // ObjectLambdaConfiguration
|
|
42
42
|
* SupportingAccessPoint: "STRING_VALUE", // required
|
|
43
43
|
* CloudWatchMetricsEnabled: true || false,
|
|
44
|
-
* AllowedFeatures: [
|
|
44
|
+
* AllowedFeatures: [ // ObjectLambdaAllowedFeaturesList
|
|
45
45
|
* "GetObject-Range" || "GetObject-PartNumber" || "HeadObject-Range" || "HeadObject-PartNumber",
|
|
46
46
|
* ],
|
|
47
|
-
* TransformationConfigurations: [ // required
|
|
48
|
-
* {
|
|
49
|
-
* Actions: [ // required
|
|
47
|
+
* TransformationConfigurations: [ // ObjectLambdaTransformationConfigurationsList // required
|
|
48
|
+
* { // ObjectLambdaTransformationConfiguration
|
|
49
|
+
* Actions: [ // ObjectLambdaTransformationConfigurationActionsList // required
|
|
50
50
|
* "GetObject" || "HeadObject" || "ListObjects" || "ListObjectsV2",
|
|
51
51
|
* ],
|
|
52
|
-
* ContentTransformation: { // Union: only one key present
|
|
53
|
-
* AwsLambda: {
|
|
52
|
+
* ContentTransformation: { // ObjectLambdaContentTransformation Union: only one key present
|
|
53
|
+
* AwsLambda: { // AwsLambdaTransformation
|
|
54
54
|
* FunctionArn: "STRING_VALUE", // required
|
|
55
55
|
* FunctionPayload: "STRING_VALUE",
|
|
56
56
|
* },
|
|
@@ -43,7 +43,7 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
43
43
|
* import { S3ControlClient, PutAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
44
44
|
* // const { S3ControlClient, PutAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
45
45
|
* const client = new S3ControlClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // PutAccessPointPolicyRequest
|
|
47
47
|
* AccountId: "STRING_VALUE",
|
|
48
48
|
* Name: "STRING_VALUE", // required
|
|
49
49
|
* Policy: "STRING_VALUE", // required
|
|
@@ -40,7 +40,7 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
|
|
|
40
40
|
* import { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
41
41
|
* // const { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
42
42
|
* const client = new S3ControlClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // PutAccessPointPolicyForObjectLambdaRequest
|
|
44
44
|
* AccountId: "STRING_VALUE",
|
|
45
45
|
* Name: "STRING_VALUE", // required
|
|
46
46
|
* Policy: "STRING_VALUE", // required
|
|
@@ -50,27 +50,27 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
50
50
|
* import { S3ControlClient, PutBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
51
51
|
* // const { S3ControlClient, PutBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
52
52
|
* const client = new S3ControlClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // PutBucketLifecycleConfigurationRequest
|
|
54
54
|
* AccountId: "STRING_VALUE",
|
|
55
55
|
* Bucket: "STRING_VALUE", // required
|
|
56
|
-
* LifecycleConfiguration: {
|
|
57
|
-
* Rules: [
|
|
58
|
-
* {
|
|
59
|
-
* Expiration: {
|
|
56
|
+
* LifecycleConfiguration: { // LifecycleConfiguration
|
|
57
|
+
* Rules: [ // LifecycleRules
|
|
58
|
+
* { // LifecycleRule
|
|
59
|
+
* Expiration: { // LifecycleExpiration
|
|
60
60
|
* Date: new Date("TIMESTAMP"),
|
|
61
61
|
* Days: Number("int"),
|
|
62
62
|
* ExpiredObjectDeleteMarker: true || false,
|
|
63
63
|
* },
|
|
64
64
|
* ID: "STRING_VALUE",
|
|
65
|
-
* Filter: {
|
|
65
|
+
* Filter: { // LifecycleRuleFilter
|
|
66
66
|
* Prefix: "STRING_VALUE",
|
|
67
|
-
* Tag: {
|
|
67
|
+
* Tag: { // S3Tag
|
|
68
68
|
* Key: "STRING_VALUE", // required
|
|
69
69
|
* Value: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
-
* And: {
|
|
71
|
+
* And: { // LifecycleRuleAndOperator
|
|
72
72
|
* Prefix: "STRING_VALUE",
|
|
73
|
-
* Tags: [
|
|
73
|
+
* Tags: [ // S3TagSet
|
|
74
74
|
* {
|
|
75
75
|
* Key: "STRING_VALUE", // required
|
|
76
76
|
* Value: "STRING_VALUE", // required
|
|
@@ -83,24 +83,24 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
83
83
|
* ObjectSizeLessThan: Number("long"),
|
|
84
84
|
* },
|
|
85
85
|
* Status: "Enabled" || "Disabled", // required
|
|
86
|
-
* Transitions: [
|
|
87
|
-
* {
|
|
86
|
+
* Transitions: [ // TransitionList
|
|
87
|
+
* { // Transition
|
|
88
88
|
* Date: new Date("TIMESTAMP"),
|
|
89
89
|
* Days: Number("int"),
|
|
90
90
|
* StorageClass: "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE",
|
|
91
91
|
* },
|
|
92
92
|
* ],
|
|
93
|
-
* NoncurrentVersionTransitions: [
|
|
94
|
-
* {
|
|
93
|
+
* NoncurrentVersionTransitions: [ // NoncurrentVersionTransitionList
|
|
94
|
+
* { // NoncurrentVersionTransition
|
|
95
95
|
* NoncurrentDays: Number("int"),
|
|
96
96
|
* StorageClass: "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE",
|
|
97
97
|
* },
|
|
98
98
|
* ],
|
|
99
|
-
* NoncurrentVersionExpiration: {
|
|
99
|
+
* NoncurrentVersionExpiration: { // NoncurrentVersionExpiration
|
|
100
100
|
* NoncurrentDays: Number("int"),
|
|
101
101
|
* NewerNoncurrentVersions: Number("int"),
|
|
102
102
|
* },
|
|
103
|
-
* AbortIncompleteMultipartUpload: {
|
|
103
|
+
* AbortIncompleteMultipartUpload: { // AbortIncompleteMultipartUpload
|
|
104
104
|
* DaysAfterInitiation: Number("int"),
|
|
105
105
|
* },
|
|
106
106
|
* },
|
|
@@ -61,7 +61,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
61
61
|
* import { S3ControlClient, PutBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
62
62
|
* // const { S3ControlClient, PutBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
63
63
|
* const client = new S3ControlClient(config);
|
|
64
|
-
* const input = {
|
|
64
|
+
* const input = { // PutBucketPolicyRequest
|
|
65
65
|
* AccountId: "STRING_VALUE",
|
|
66
66
|
* Bucket: "STRING_VALUE", // required
|
|
67
67
|
* ConfirmRemoveSelfBucketAccess: true || false,
|
|
@@ -106,25 +106,25 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
106
106
|
* import { S3ControlClient, PutBucketReplicationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
107
107
|
* // const { S3ControlClient, PutBucketReplicationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
108
108
|
* const client = new S3ControlClient(config);
|
|
109
|
-
* const input = {
|
|
109
|
+
* const input = { // PutBucketReplicationRequest
|
|
110
110
|
* AccountId: "STRING_VALUE",
|
|
111
111
|
* Bucket: "STRING_VALUE", // required
|
|
112
|
-
* ReplicationConfiguration: {
|
|
112
|
+
* ReplicationConfiguration: { // ReplicationConfiguration
|
|
113
113
|
* Role: "STRING_VALUE", // required
|
|
114
|
-
* Rules: [ // required
|
|
115
|
-
* {
|
|
114
|
+
* Rules: [ // ReplicationRules // required
|
|
115
|
+
* { // ReplicationRule
|
|
116
116
|
* ID: "STRING_VALUE",
|
|
117
117
|
* Priority: Number("int"),
|
|
118
118
|
* Prefix: "STRING_VALUE",
|
|
119
|
-
* Filter: {
|
|
119
|
+
* Filter: { // ReplicationRuleFilter
|
|
120
120
|
* Prefix: "STRING_VALUE",
|
|
121
|
-
* Tag: {
|
|
121
|
+
* Tag: { // S3Tag
|
|
122
122
|
* Key: "STRING_VALUE", // required
|
|
123
123
|
* Value: "STRING_VALUE", // required
|
|
124
124
|
* },
|
|
125
|
-
* And: {
|
|
125
|
+
* And: { // ReplicationRuleAndOperator
|
|
126
126
|
* Prefix: "STRING_VALUE",
|
|
127
|
-
* Tags: [
|
|
127
|
+
* Tags: [ // S3TagSet
|
|
128
128
|
* {
|
|
129
129
|
* Key: "STRING_VALUE", // required
|
|
130
130
|
* Value: "STRING_VALUE", // required
|
|
@@ -133,33 +133,33 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
133
133
|
* },
|
|
134
134
|
* },
|
|
135
135
|
* Status: "Enabled" || "Disabled", // required
|
|
136
|
-
* SourceSelectionCriteria: {
|
|
137
|
-
* SseKmsEncryptedObjects: {
|
|
136
|
+
* SourceSelectionCriteria: { // SourceSelectionCriteria
|
|
137
|
+
* SseKmsEncryptedObjects: { // SseKmsEncryptedObjects
|
|
138
138
|
* Status: "Enabled" || "Disabled", // required
|
|
139
139
|
* },
|
|
140
|
-
* ReplicaModifications: {
|
|
140
|
+
* ReplicaModifications: { // ReplicaModifications
|
|
141
141
|
* Status: "Enabled" || "Disabled", // required
|
|
142
142
|
* },
|
|
143
143
|
* },
|
|
144
|
-
* ExistingObjectReplication: {
|
|
144
|
+
* ExistingObjectReplication: { // ExistingObjectReplication
|
|
145
145
|
* Status: "Enabled" || "Disabled", // required
|
|
146
146
|
* },
|
|
147
|
-
* Destination: {
|
|
147
|
+
* Destination: { // Destination
|
|
148
148
|
* Account: "STRING_VALUE",
|
|
149
149
|
* Bucket: "STRING_VALUE", // required
|
|
150
|
-
* ReplicationTime: {
|
|
150
|
+
* ReplicationTime: { // ReplicationTime
|
|
151
151
|
* Status: "Enabled" || "Disabled", // required
|
|
152
|
-
* Time: {
|
|
152
|
+
* Time: { // ReplicationTimeValue
|
|
153
153
|
* Minutes: Number("int"),
|
|
154
154
|
* },
|
|
155
155
|
* },
|
|
156
|
-
* AccessControlTranslation: {
|
|
156
|
+
* AccessControlTranslation: { // AccessControlTranslation
|
|
157
157
|
* Owner: "Destination", // required
|
|
158
158
|
* },
|
|
159
|
-
* EncryptionConfiguration: {
|
|
159
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
160
160
|
* ReplicaKmsKeyID: "STRING_VALUE",
|
|
161
161
|
* },
|
|
162
|
-
* Metrics: {
|
|
162
|
+
* Metrics: { // Metrics
|
|
163
163
|
* Status: "Enabled" || "Disabled", // required
|
|
164
164
|
* EventThreshold: {
|
|
165
165
|
* Minutes: Number("int"),
|
|
@@ -167,7 +167,7 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
167
167
|
* },
|
|
168
168
|
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR",
|
|
169
169
|
* },
|
|
170
|
-
* DeleteMarkerReplication: {
|
|
170
|
+
* DeleteMarkerReplication: { // DeleteMarkerReplication
|
|
171
171
|
* Status: "Enabled" || "Disabled", // required
|
|
172
172
|
* },
|
|
173
173
|
* Bucket: "STRING_VALUE", // required
|
|
@@ -108,12 +108,12 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
108
108
|
* import { S3ControlClient, PutBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
109
109
|
* // const { S3ControlClient, PutBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
110
110
|
* const client = new S3ControlClient(config);
|
|
111
|
-
* const input = {
|
|
111
|
+
* const input = { // PutBucketTaggingRequest
|
|
112
112
|
* AccountId: "STRING_VALUE",
|
|
113
113
|
* Bucket: "STRING_VALUE", // required
|
|
114
|
-
* Tagging: {
|
|
115
|
-
* TagSet: [ // required
|
|
116
|
-
* {
|
|
114
|
+
* Tagging: { // Tagging
|
|
115
|
+
* TagSet: [ // S3TagSet // required
|
|
116
|
+
* { // S3Tag
|
|
117
117
|
* Key: "STRING_VALUE", // required
|
|
118
118
|
* Value: "STRING_VALUE", // required
|
|
119
119
|
* },
|
|
@@ -87,11 +87,11 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
87
87
|
* import { S3ControlClient, PutBucketVersioningCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
88
88
|
* // const { S3ControlClient, PutBucketVersioningCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
89
89
|
* const client = new S3ControlClient(config);
|
|
90
|
-
* const input = {
|
|
90
|
+
* const input = { // PutBucketVersioningRequest
|
|
91
91
|
* AccountId: "STRING_VALUE",
|
|
92
92
|
* Bucket: "STRING_VALUE", // required
|
|
93
93
|
* MFA: "STRING_VALUE",
|
|
94
|
-
* VersioningConfiguration: {
|
|
94
|
+
* VersioningConfiguration: { // VersioningConfiguration
|
|
95
95
|
* MFADelete: "Enabled" || "Disabled",
|
|
96
96
|
* Status: "Enabled" || "Suspended",
|
|
97
97
|
* },
|
|
@@ -92,11 +92,11 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
92
92
|
* import { S3ControlClient, PutJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
93
93
|
* // const { S3ControlClient, PutJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
94
94
|
* const client = new S3ControlClient(config);
|
|
95
|
-
* const input = {
|
|
95
|
+
* const input = { // PutJobTaggingRequest
|
|
96
96
|
* AccountId: "STRING_VALUE",
|
|
97
97
|
* JobId: "STRING_VALUE", // required
|
|
98
|
-
* Tags: [ // required
|
|
99
|
-
* {
|
|
98
|
+
* Tags: [ // S3TagSet // required
|
|
99
|
+
* { // S3Tag
|
|
100
100
|
* Key: "STRING_VALUE", // required
|
|
101
101
|
* Value: "STRING_VALUE", // required
|
|
102
102
|
* },
|
|
@@ -45,10 +45,10 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
45
45
|
* import { S3ControlClient, PutMultiRegionAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
46
46
|
* // const { S3ControlClient, PutMultiRegionAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
47
47
|
* const client = new S3ControlClient(config);
|
|
48
|
-
* const input = {
|
|
48
|
+
* const input = { // PutMultiRegionAccessPointPolicyRequest
|
|
49
49
|
* AccountId: "STRING_VALUE",
|
|
50
50
|
* ClientToken: "STRING_VALUE", // required
|
|
51
|
-
* Details: {
|
|
51
|
+
* Details: { // PutMultiRegionAccessPointPolicyInput
|
|
52
52
|
* Name: "STRING_VALUE", // required
|
|
53
53
|
* Policy: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
@@ -42,8 +42,8 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
42
42
|
* import { S3ControlClient, PutPublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
43
43
|
* // const { S3ControlClient, PutPublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
44
44
|
* const client = new S3ControlClient(config);
|
|
45
|
-
* const input = {
|
|
46
|
-
* PublicAccessBlockConfiguration: {
|
|
45
|
+
* const input = { // PutPublicAccessBlockRequest
|
|
46
|
+
* PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
|
|
47
47
|
* BlockPublicAcls: true || false,
|
|
48
48
|
* IgnorePublicAcls: true || false,
|
|
49
49
|
* BlockPublicPolicy: true || false,
|
|
@@ -32,36 +32,36 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
32
32
|
* import { S3ControlClient, PutStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
33
33
|
* // const { S3ControlClient, PutStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
34
34
|
* const client = new S3ControlClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // PutStorageLensConfigurationRequest
|
|
36
36
|
* ConfigId: "STRING_VALUE", // required
|
|
37
37
|
* AccountId: "STRING_VALUE",
|
|
38
|
-
* StorageLensConfiguration: {
|
|
38
|
+
* StorageLensConfiguration: { // StorageLensConfiguration
|
|
39
39
|
* Id: "STRING_VALUE", // required
|
|
40
|
-
* AccountLevel: {
|
|
41
|
-
* ActivityMetrics: {
|
|
40
|
+
* AccountLevel: { // AccountLevel
|
|
41
|
+
* ActivityMetrics: { // ActivityMetrics
|
|
42
42
|
* IsEnabled: true || false,
|
|
43
43
|
* },
|
|
44
|
-
* BucketLevel: {
|
|
44
|
+
* BucketLevel: { // BucketLevel
|
|
45
45
|
* ActivityMetrics: {
|
|
46
46
|
* IsEnabled: true || false,
|
|
47
47
|
* },
|
|
48
|
-
* PrefixLevel: {
|
|
49
|
-
* StorageMetrics: {
|
|
48
|
+
* PrefixLevel: { // PrefixLevel
|
|
49
|
+
* StorageMetrics: { // PrefixLevelStorageMetrics
|
|
50
50
|
* IsEnabled: true || false,
|
|
51
|
-
* SelectionCriteria: {
|
|
51
|
+
* SelectionCriteria: { // SelectionCriteria
|
|
52
52
|
* Delimiter: "STRING_VALUE",
|
|
53
53
|
* MaxDepth: Number("int"),
|
|
54
54
|
* MinStorageBytesPercentage: Number("double"),
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
58
|
-
* AdvancedCostOptimizationMetrics: {
|
|
58
|
+
* AdvancedCostOptimizationMetrics: { // AdvancedCostOptimizationMetrics
|
|
59
59
|
* IsEnabled: true || false,
|
|
60
60
|
* },
|
|
61
|
-
* AdvancedDataProtectionMetrics: {
|
|
61
|
+
* AdvancedDataProtectionMetrics: { // AdvancedDataProtectionMetrics
|
|
62
62
|
* IsEnabled: true || false,
|
|
63
63
|
* },
|
|
64
|
-
* DetailedStatusCodesMetrics: {
|
|
64
|
+
* DetailedStatusCodesMetrics: { // DetailedStatusCodesMetrics
|
|
65
65
|
* IsEnabled: true || false,
|
|
66
66
|
* },
|
|
67
67
|
* },
|
|
@@ -75,15 +75,15 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
75
75
|
* IsEnabled: true || false,
|
|
76
76
|
* },
|
|
77
77
|
* },
|
|
78
|
-
* Include: {
|
|
79
|
-
* Buckets: [
|
|
78
|
+
* Include: { // Include
|
|
79
|
+
* Buckets: [ // Buckets
|
|
80
80
|
* "STRING_VALUE",
|
|
81
81
|
* ],
|
|
82
|
-
* Regions: [
|
|
82
|
+
* Regions: [ // Regions
|
|
83
83
|
* "STRING_VALUE",
|
|
84
84
|
* ],
|
|
85
85
|
* },
|
|
86
|
-
* Exclude: {
|
|
86
|
+
* Exclude: { // Exclude
|
|
87
87
|
* Buckets: [
|
|
88
88
|
* "STRING_VALUE",
|
|
89
89
|
* ],
|
|
@@ -91,32 +91,32 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
91
91
|
* "STRING_VALUE",
|
|
92
92
|
* ],
|
|
93
93
|
* },
|
|
94
|
-
* DataExport: {
|
|
95
|
-
* S3BucketDestination: {
|
|
94
|
+
* DataExport: { // StorageLensDataExport
|
|
95
|
+
* S3BucketDestination: { // S3BucketDestination
|
|
96
96
|
* Format: "CSV" || "Parquet", // required
|
|
97
97
|
* OutputSchemaVersion: "V_1", // required
|
|
98
98
|
* AccountId: "STRING_VALUE",
|
|
99
99
|
* Arn: "STRING_VALUE", // required
|
|
100
100
|
* Prefix: "STRING_VALUE",
|
|
101
|
-
* Encryption: {
|
|
101
|
+
* Encryption: { // StorageLensDataExportEncryption
|
|
102
102
|
* SSES3: {},
|
|
103
|
-
* SSEKMS: {
|
|
103
|
+
* SSEKMS: { // SSEKMS
|
|
104
104
|
* KeyId: "STRING_VALUE", // required
|
|
105
105
|
* },
|
|
106
106
|
* },
|
|
107
107
|
* },
|
|
108
|
-
* CloudWatchMetrics: {
|
|
108
|
+
* CloudWatchMetrics: { // CloudWatchMetrics
|
|
109
109
|
* IsEnabled: true || false, // required
|
|
110
110
|
* },
|
|
111
111
|
* },
|
|
112
112
|
* IsEnabled: true || false, // required
|
|
113
|
-
* AwsOrg: {
|
|
113
|
+
* AwsOrg: { // StorageLensAwsOrg
|
|
114
114
|
* Arn: "STRING_VALUE", // required
|
|
115
115
|
* },
|
|
116
116
|
* StorageLensArn: "STRING_VALUE",
|
|
117
117
|
* },
|
|
118
|
-
* Tags: [
|
|
119
|
-
* {
|
|
118
|
+
* Tags: [ // StorageLensTags
|
|
119
|
+
* { // StorageLensTag
|
|
120
120
|
* Key: "STRING_VALUE", // required
|
|
121
121
|
* Value: "STRING_VALUE", // required
|
|
122
122
|
* },
|
|
@@ -34,11 +34,11 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
|
|
|
34
34
|
* import { S3ControlClient, PutStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
35
35
|
* // const { S3ControlClient, PutStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
36
36
|
* const client = new S3ControlClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // PutStorageLensConfigurationTaggingRequest
|
|
38
38
|
* ConfigId: "STRING_VALUE", // required
|
|
39
39
|
* AccountId: "STRING_VALUE",
|
|
40
|
-
* Tags: [ // required
|
|
41
|
-
* {
|
|
40
|
+
* Tags: [ // StorageLensTags // required
|
|
41
|
+
* { // StorageLensTag
|
|
42
42
|
* Key: "STRING_VALUE", // required
|
|
43
43
|
* Value: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
@@ -70,11 +70,11 @@ export interface SubmitMultiRegionAccessPointRoutesCommandOutput extends SubmitM
|
|
|
70
70
|
* import { S3ControlClient, SubmitMultiRegionAccessPointRoutesCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
71
71
|
* // const { S3ControlClient, SubmitMultiRegionAccessPointRoutesCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
72
72
|
* const client = new S3ControlClient(config);
|
|
73
|
-
* const input = {
|
|
73
|
+
* const input = { // SubmitMultiRegionAccessPointRoutesRequest
|
|
74
74
|
* AccountId: "STRING_VALUE",
|
|
75
75
|
* Mrap: "STRING_VALUE", // required
|
|
76
|
-
* RouteUpdates: [ // required
|
|
77
|
-
* {
|
|
76
|
+
* RouteUpdates: [ // RouteList // required
|
|
77
|
+
* { // MultiRegionAccessPointRoute
|
|
78
78
|
* Bucket: "STRING_VALUE",
|
|
79
79
|
* Region: "STRING_VALUE",
|
|
80
80
|
* TrafficDialPercentage: Number("int"), // required
|
|
@@ -50,7 +50,7 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
|
|
|
50
50
|
* import { S3ControlClient, UpdateJobPriorityCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
51
51
|
* // const { S3ControlClient, UpdateJobPriorityCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
52
52
|
* const client = new S3ControlClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // UpdateJobPriorityRequest
|
|
54
54
|
* AccountId: "STRING_VALUE",
|
|
55
55
|
* JobId: "STRING_VALUE", // required
|
|
56
56
|
* Priority: Number("int"), // required
|
|
@@ -51,7 +51,7 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
51
51
|
* import { S3ControlClient, UpdateJobStatusCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
52
52
|
* // const { S3ControlClient, UpdateJobStatusCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
53
53
|
* const client = new S3ControlClient(config);
|
|
54
|
-
* const input = {
|
|
54
|
+
* const input = { // UpdateJobStatusRequest
|
|
55
55
|
* AccountId: "STRING_VALUE",
|
|
56
56
|
* JobId: "STRING_VALUE", // required
|
|
57
57
|
* RequestedJobStatus: "Cancelled" || "Ready", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
27
27
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
29
29
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
30
30
|
"@aws-sdk/hash-blob-browser": "3.299.0",
|
|
31
31
|
"@aws-sdk/hash-node": "3.296.0",
|