@aws-sdk/client-s3-control 3.321.1 → 3.326.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 +7 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +10 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +7 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +188 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +51 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +24 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +25 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +8 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +8 -0
- package/dist-types/commands/GetBucketCommand.d.ts +8 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +56 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +70 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +11 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +24 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +8 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +13 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +11 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +19 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +25 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +27 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +15 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +14 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +4 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +7 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +8 -0
- package/package.json +18 -18
|
@@ -39,6 +39,89 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new GetStorageLensConfigurationCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // GetStorageLensConfigurationResult
|
|
43
|
+
* // StorageLensConfiguration: { // StorageLensConfiguration
|
|
44
|
+
* // Id: "STRING_VALUE", // required
|
|
45
|
+
* // AccountLevel: { // AccountLevel
|
|
46
|
+
* // ActivityMetrics: { // ActivityMetrics
|
|
47
|
+
* // IsEnabled: true || false,
|
|
48
|
+
* // },
|
|
49
|
+
* // BucketLevel: { // BucketLevel
|
|
50
|
+
* // ActivityMetrics: {
|
|
51
|
+
* // IsEnabled: true || false,
|
|
52
|
+
* // },
|
|
53
|
+
* // PrefixLevel: { // PrefixLevel
|
|
54
|
+
* // StorageMetrics: { // PrefixLevelStorageMetrics
|
|
55
|
+
* // IsEnabled: true || false,
|
|
56
|
+
* // SelectionCriteria: { // SelectionCriteria
|
|
57
|
+
* // Delimiter: "STRING_VALUE",
|
|
58
|
+
* // MaxDepth: Number("int"),
|
|
59
|
+
* // MinStorageBytesPercentage: Number("double"),
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // AdvancedCostOptimizationMetrics: { // AdvancedCostOptimizationMetrics
|
|
64
|
+
* // IsEnabled: true || false,
|
|
65
|
+
* // },
|
|
66
|
+
* // AdvancedDataProtectionMetrics: { // AdvancedDataProtectionMetrics
|
|
67
|
+
* // IsEnabled: true || false,
|
|
68
|
+
* // },
|
|
69
|
+
* // DetailedStatusCodesMetrics: { // DetailedStatusCodesMetrics
|
|
70
|
+
* // IsEnabled: true || false,
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
73
|
+
* // AdvancedCostOptimizationMetrics: {
|
|
74
|
+
* // IsEnabled: true || false,
|
|
75
|
+
* // },
|
|
76
|
+
* // AdvancedDataProtectionMetrics: {
|
|
77
|
+
* // IsEnabled: true || false,
|
|
78
|
+
* // },
|
|
79
|
+
* // DetailedStatusCodesMetrics: {
|
|
80
|
+
* // IsEnabled: true || false,
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // Include: { // Include
|
|
84
|
+
* // Buckets: [ // Buckets
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
87
|
+
* // Regions: [ // Regions
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // Exclude: { // Exclude
|
|
92
|
+
* // Buckets: [
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // Regions: [
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // DataExport: { // StorageLensDataExport
|
|
100
|
+
* // S3BucketDestination: { // S3BucketDestination
|
|
101
|
+
* // Format: "CSV" || "Parquet", // required
|
|
102
|
+
* // OutputSchemaVersion: "V_1", // required
|
|
103
|
+
* // AccountId: "STRING_VALUE",
|
|
104
|
+
* // Arn: "STRING_VALUE", // required
|
|
105
|
+
* // Prefix: "STRING_VALUE",
|
|
106
|
+
* // Encryption: { // StorageLensDataExportEncryption
|
|
107
|
+
* // SSES3: {},
|
|
108
|
+
* // SSEKMS: { // SSEKMS
|
|
109
|
+
* // KeyId: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // },
|
|
112
|
+
* // },
|
|
113
|
+
* // CloudWatchMetrics: { // CloudWatchMetrics
|
|
114
|
+
* // IsEnabled: true || false, // required
|
|
115
|
+
* // },
|
|
116
|
+
* // },
|
|
117
|
+
* // IsEnabled: true || false, // required
|
|
118
|
+
* // AwsOrg: { // StorageLensAwsOrg
|
|
119
|
+
* // Arn: "STRING_VALUE", // required
|
|
120
|
+
* // },
|
|
121
|
+
* // StorageLensArn: "STRING_VALUE",
|
|
122
|
+
* // },
|
|
123
|
+
* // };
|
|
124
|
+
*
|
|
42
125
|
* ```
|
|
43
126
|
*
|
|
44
127
|
* @param GetStorageLensConfigurationCommandInput - {@link GetStorageLensConfigurationCommandInput}
|
|
@@ -47,6 +130,8 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
47
130
|
* @see {@link GetStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
48
131
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
49
132
|
*
|
|
133
|
+
* @throws {@link S3ControlServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
50
135
|
*
|
|
51
136
|
*/
|
|
52
137
|
export declare class GetStorageLensConfigurationCommand extends $Command<GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -41,6 +41,15 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetStorageLensConfigurationTaggingCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // GetStorageLensConfigurationTaggingResult
|
|
45
|
+
* // Tags: [ // StorageLensTags
|
|
46
|
+
* // { // StorageLensTag
|
|
47
|
+
* // Key: "STRING_VALUE", // required
|
|
48
|
+
* // Value: "STRING_VALUE", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
44
53
|
* ```
|
|
45
54
|
*
|
|
46
55
|
* @param GetStorageLensConfigurationTaggingCommandInput - {@link GetStorageLensConfigurationTaggingCommandInput}
|
|
@@ -49,6 +58,8 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
49
58
|
* @see {@link GetStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
50
59
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
51
60
|
*
|
|
61
|
+
* @throws {@link S3ControlServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
52
63
|
*
|
|
53
64
|
*/
|
|
54
65
|
export declare class GetStorageLensConfigurationTaggingCommand extends $Command<GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -61,6 +61,23 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new ListAccessPointsCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // ListAccessPointsResult
|
|
65
|
+
* // AccessPointList: [ // AccessPointList
|
|
66
|
+
* // { // AccessPoint
|
|
67
|
+
* // Name: "STRING_VALUE", // required
|
|
68
|
+
* // NetworkOrigin: "Internet" || "VPC", // required
|
|
69
|
+
* // VpcConfiguration: { // VpcConfiguration
|
|
70
|
+
* // VpcId: "STRING_VALUE", // required
|
|
71
|
+
* // },
|
|
72
|
+
* // Bucket: "STRING_VALUE", // required
|
|
73
|
+
* // AccessPointArn: "STRING_VALUE",
|
|
74
|
+
* // Alias: "STRING_VALUE",
|
|
75
|
+
* // BucketAccountId: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // NextToken: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
64
81
|
* ```
|
|
65
82
|
*
|
|
66
83
|
* @param ListAccessPointsCommandInput - {@link ListAccessPointsCommandInput}
|
|
@@ -69,6 +86,8 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
69
86
|
* @see {@link ListAccessPointsCommandOutput} for command's `response` shape.
|
|
70
87
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
71
88
|
*
|
|
89
|
+
* @throws {@link S3ControlServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
72
91
|
*
|
|
73
92
|
*/
|
|
74
93
|
export declare class ListAccessPointsCommand extends $Command<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -54,6 +54,20 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new ListAccessPointsForObjectLambdaCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // { // ListAccessPointsForObjectLambdaResult
|
|
58
|
+
* // ObjectLambdaAccessPointList: [ // ObjectLambdaAccessPointList
|
|
59
|
+
* // { // ObjectLambdaAccessPoint
|
|
60
|
+
* // Name: "STRING_VALUE", // required
|
|
61
|
+
* // ObjectLambdaAccessPointArn: "STRING_VALUE",
|
|
62
|
+
* // Alias: { // ObjectLambdaAccessPointAlias
|
|
63
|
+
* // Value: "STRING_VALUE",
|
|
64
|
+
* // Status: "PROVISIONING" || "READY",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // NextToken: "STRING_VALUE",
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
57
71
|
* ```
|
|
58
72
|
*
|
|
59
73
|
* @param ListAccessPointsForObjectLambdaCommandInput - {@link ListAccessPointsForObjectLambdaCommandInput}
|
|
@@ -62,6 +76,8 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
62
76
|
* @see {@link ListAccessPointsForObjectLambdaCommandOutput} for command's `response` shape.
|
|
63
77
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
64
78
|
*
|
|
79
|
+
* @throws {@link S3ControlServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
65
81
|
*
|
|
66
82
|
*/
|
|
67
83
|
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -62,6 +62,29 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
62
62
|
* };
|
|
63
63
|
* const command = new ListJobsCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
+
* // { // ListJobsResult
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // Jobs: [ // JobListDescriptorList
|
|
68
|
+
* // { // JobListDescriptor
|
|
69
|
+
* // JobId: "STRING_VALUE",
|
|
70
|
+
* // Description: "STRING_VALUE",
|
|
71
|
+
* // Operation: "LambdaInvoke" || "S3PutObjectCopy" || "S3PutObjectAcl" || "S3PutObjectTagging" || "S3DeleteObjectTagging" || "S3InitiateRestoreObject" || "S3PutObjectLegalHold" || "S3PutObjectRetention" || "S3ReplicateObject",
|
|
72
|
+
* // Priority: Number("int"),
|
|
73
|
+
* // Status: "Active" || "Cancelled" || "Cancelling" || "Complete" || "Completing" || "Failed" || "Failing" || "New" || "Paused" || "Pausing" || "Preparing" || "Ready" || "Suspended",
|
|
74
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // TerminationDate: new Date("TIMESTAMP"),
|
|
76
|
+
* // ProgressSummary: { // JobProgressSummary
|
|
77
|
+
* // TotalNumberOfTasks: Number("long"),
|
|
78
|
+
* // NumberOfTasksSucceeded: Number("long"),
|
|
79
|
+
* // NumberOfTasksFailed: Number("long"),
|
|
80
|
+
* // Timers: { // JobTimers
|
|
81
|
+
* // ElapsedTimeInActiveSeconds: Number("long"),
|
|
82
|
+
* // },
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
65
88
|
* ```
|
|
66
89
|
*
|
|
67
90
|
* @param ListJobsCommandInput - {@link ListJobsCommandInput}
|
|
@@ -79,6 +102,8 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
79
102
|
* @throws {@link InvalidRequestException} (client fault)
|
|
80
103
|
* <p></p>
|
|
81
104
|
*
|
|
105
|
+
* @throws {@link S3ControlServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
82
107
|
*
|
|
83
108
|
*/
|
|
84
109
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -61,6 +61,31 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new ListMultiRegionAccessPointsCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // ListMultiRegionAccessPointsResult
|
|
65
|
+
* // AccessPoints: [ // MultiRegionAccessPointReportList
|
|
66
|
+
* // { // MultiRegionAccessPointReport
|
|
67
|
+
* // Name: "STRING_VALUE",
|
|
68
|
+
* // Alias: "STRING_VALUE",
|
|
69
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
70
|
+
* // PublicAccessBlock: { // PublicAccessBlockConfiguration
|
|
71
|
+
* // BlockPublicAcls: true || false,
|
|
72
|
+
* // IgnorePublicAcls: true || false,
|
|
73
|
+
* // BlockPublicPolicy: true || false,
|
|
74
|
+
* // RestrictPublicBuckets: true || false,
|
|
75
|
+
* // },
|
|
76
|
+
* // Status: "READY" || "INCONSISTENT_ACROSS_REGIONS" || "CREATING" || "PARTIALLY_CREATED" || "PARTIALLY_DELETED" || "DELETING",
|
|
77
|
+
* // Regions: [ // RegionReportList
|
|
78
|
+
* // { // RegionReport
|
|
79
|
+
* // Bucket: "STRING_VALUE",
|
|
80
|
+
* // Region: "STRING_VALUE",
|
|
81
|
+
* // BucketAccountId: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // NextToken: "STRING_VALUE",
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
64
89
|
* ```
|
|
65
90
|
*
|
|
66
91
|
* @param ListMultiRegionAccessPointsCommandInput - {@link ListMultiRegionAccessPointsCommandInput}
|
|
@@ -69,6 +94,8 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
69
94
|
* @see {@link ListMultiRegionAccessPointsCommandOutput} for command's `response` shape.
|
|
70
95
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
71
96
|
*
|
|
97
|
+
* @throws {@link S3ControlServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
72
99
|
*
|
|
73
100
|
*/
|
|
74
101
|
export declare class ListMultiRegionAccessPointsCommand extends $Command<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListRegionalBucketsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListRegionalBucketsResult
|
|
42
|
+
* // RegionalBucketList: [ // RegionalBucketList
|
|
43
|
+
* // { // RegionalBucket
|
|
44
|
+
* // Bucket: "STRING_VALUE", // required
|
|
45
|
+
* // BucketArn: "STRING_VALUE",
|
|
46
|
+
* // PublicAccessBlockEnabled: true || false, // required
|
|
47
|
+
* // CreationDate: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // OutpostId: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param ListRegionalBucketsCommandInput - {@link ListRegionalBucketsCommandInput}
|
|
@@ -46,6 +59,8 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
46
59
|
* @see {@link ListRegionalBucketsCommandOutput} for command's `response` shape.
|
|
47
60
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
48
61
|
*
|
|
62
|
+
* @throws {@link S3ControlServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
49
64
|
*
|
|
50
65
|
*/
|
|
51
66
|
export declare class ListRegionalBucketsCommand extends $Command<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -41,6 +41,18 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ListStorageLensConfigurationsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // ListStorageLensConfigurationsResult
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // StorageLensConfigurationList: [ // StorageLensConfigurationList
|
|
47
|
+
* // { // ListStorageLensConfigurationEntry
|
|
48
|
+
* // Id: "STRING_VALUE", // required
|
|
49
|
+
* // StorageLensArn: "STRING_VALUE", // required
|
|
50
|
+
* // HomeRegion: "STRING_VALUE", // required
|
|
51
|
+
* // IsEnabled: true || false,
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
44
56
|
* ```
|
|
45
57
|
*
|
|
46
58
|
* @param ListStorageLensConfigurationsCommandInput - {@link ListStorageLensConfigurationsCommandInput}
|
|
@@ -49,6 +61,8 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
49
61
|
* @see {@link ListStorageLensConfigurationsCommandOutput} for command's `response` shape.
|
|
50
62
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
51
63
|
*
|
|
64
|
+
* @throws {@link S3ControlServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
52
66
|
*
|
|
53
67
|
*/
|
|
54
68
|
export declare class ListStorageLensConfigurationsCommand extends $Command<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -61,6 +61,8 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new PutAccessPointConfigurationForObjectLambdaCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // {};
|
|
65
|
+
*
|
|
64
66
|
* ```
|
|
65
67
|
*
|
|
66
68
|
* @param PutAccessPointConfigurationForObjectLambdaCommandInput - {@link PutAccessPointConfigurationForObjectLambdaCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
69
71
|
* @see {@link PutAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
|
|
70
72
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link S3ControlServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -50,6 +50,8 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new PutAccessPointPolicyCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // {};
|
|
54
|
+
*
|
|
53
55
|
* ```
|
|
54
56
|
*
|
|
55
57
|
* @param PutAccessPointPolicyCommandInput - {@link PutAccessPointPolicyCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
58
60
|
* @see {@link PutAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
59
61
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link S3ControlServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class PutAccessPointPolicyCommand extends $Command<PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -47,6 +47,8 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new PutAccessPointPolicyForObjectLambdaCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* @param PutAccessPointPolicyForObjectLambdaCommandInput - {@link PutAccessPointPolicyForObjectLambdaCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
|
|
|
55
57
|
* @see {@link PutAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
56
58
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link S3ControlServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -109,6 +109,8 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
109
109
|
* };
|
|
110
110
|
* const command = new PutBucketLifecycleConfigurationCommand(input);
|
|
111
111
|
* const response = await client.send(command);
|
|
112
|
+
* // {};
|
|
113
|
+
*
|
|
112
114
|
* ```
|
|
113
115
|
*
|
|
114
116
|
* @param PutBucketLifecycleConfigurationCommandInput - {@link PutBucketLifecycleConfigurationCommandInput}
|
|
@@ -117,6 +119,8 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
117
119
|
* @see {@link PutBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
118
120
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
119
121
|
*
|
|
122
|
+
* @throws {@link S3ControlServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
120
124
|
*
|
|
121
125
|
*/
|
|
122
126
|
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -69,6 +69,8 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new PutBucketPolicyCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // {};
|
|
73
|
+
*
|
|
72
74
|
* ```
|
|
73
75
|
*
|
|
74
76
|
* @param PutBucketPolicyCommandInput - {@link PutBucketPolicyCommandInput}
|
|
@@ -77,6 +79,8 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
77
79
|
* @see {@link PutBucketPolicyCommandOutput} for command's `response` shape.
|
|
78
80
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
79
81
|
*
|
|
82
|
+
* @throws {@link S3ControlServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
80
84
|
*
|
|
81
85
|
*/
|
|
82
86
|
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -177,6 +177,8 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
177
177
|
* };
|
|
178
178
|
* const command = new PutBucketReplicationCommand(input);
|
|
179
179
|
* const response = await client.send(command);
|
|
180
|
+
* // {};
|
|
181
|
+
*
|
|
180
182
|
* ```
|
|
181
183
|
*
|
|
182
184
|
* @param PutBucketReplicationCommandInput - {@link PutBucketReplicationCommandInput}
|
|
@@ -185,6 +187,8 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
185
187
|
* @see {@link PutBucketReplicationCommandOutput} for command's `response` shape.
|
|
186
188
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
187
189
|
*
|
|
190
|
+
* @throws {@link S3ControlServiceException}
|
|
191
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
188
192
|
*
|
|
189
193
|
*/
|
|
190
194
|
export declare class PutBucketReplicationCommand extends $Command<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -122,6 +122,8 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
122
122
|
* };
|
|
123
123
|
* const command = new PutBucketTaggingCommand(input);
|
|
124
124
|
* const response = await client.send(command);
|
|
125
|
+
* // {};
|
|
126
|
+
*
|
|
125
127
|
* ```
|
|
126
128
|
*
|
|
127
129
|
* @param PutBucketTaggingCommandInput - {@link PutBucketTaggingCommandInput}
|
|
@@ -130,6 +132,8 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
130
132
|
* @see {@link PutBucketTaggingCommandOutput} for command's `response` shape.
|
|
131
133
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
132
134
|
*
|
|
135
|
+
* @throws {@link S3ControlServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
133
137
|
*
|
|
134
138
|
*/
|
|
135
139
|
export declare class PutBucketTaggingCommand extends $Command<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -98,6 +98,8 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
98
98
|
* };
|
|
99
99
|
* const command = new PutBucketVersioningCommand(input);
|
|
100
100
|
* const response = await client.send(command);
|
|
101
|
+
* // {};
|
|
102
|
+
*
|
|
101
103
|
* ```
|
|
102
104
|
*
|
|
103
105
|
* @param PutBucketVersioningCommandInput - {@link PutBucketVersioningCommandInput}
|
|
@@ -106,6 +108,8 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
106
108
|
* @see {@link PutBucketVersioningCommandOutput} for command's `response` shape.
|
|
107
109
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
108
110
|
*
|
|
111
|
+
* @throws {@link S3ControlServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
109
113
|
*
|
|
110
114
|
*/
|
|
111
115
|
export declare class PutBucketVersioningCommand extends $Command<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -104,6 +104,8 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
104
104
|
* };
|
|
105
105
|
* const command = new PutJobTaggingCommand(input);
|
|
106
106
|
* const response = await client.send(command);
|
|
107
|
+
* // {};
|
|
108
|
+
*
|
|
107
109
|
* ```
|
|
108
110
|
*
|
|
109
111
|
* @param PutJobTaggingCommandInput - {@link PutJobTaggingCommandInput}
|
|
@@ -124,6 +126,8 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
124
126
|
* @throws {@link TooManyTagsException} (client fault)
|
|
125
127
|
* <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
|
|
126
128
|
*
|
|
129
|
+
* @throws {@link S3ControlServiceException}
|
|
130
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
127
131
|
*
|
|
128
132
|
*/
|
|
129
133
|
export declare class PutJobTaggingCommand extends $Command<PutJobTaggingCommandInput, PutJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -55,6 +55,10 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
55
55
|
* };
|
|
56
56
|
* const command = new PutMultiRegionAccessPointPolicyCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
|
+
* // { // PutMultiRegionAccessPointPolicyResult
|
|
59
|
+
* // RequestTokenARN: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
58
62
|
* ```
|
|
59
63
|
*
|
|
60
64
|
* @param PutMultiRegionAccessPointPolicyCommandInput - {@link PutMultiRegionAccessPointPolicyCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
63
67
|
* @see {@link PutMultiRegionAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
64
68
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link S3ControlServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -53,6 +53,8 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new PutPublicAccessBlockCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // {};
|
|
57
|
+
*
|
|
56
58
|
* ```
|
|
57
59
|
*
|
|
58
60
|
* @param PutPublicAccessBlockCommandInput - {@link PutPublicAccessBlockCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
61
63
|
* @see {@link PutPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
62
64
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link S3ControlServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -124,6 +124,8 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
124
124
|
* };
|
|
125
125
|
* const command = new PutStorageLensConfigurationCommand(input);
|
|
126
126
|
* const response = await client.send(command);
|
|
127
|
+
* // {};
|
|
128
|
+
*
|
|
127
129
|
* ```
|
|
128
130
|
*
|
|
129
131
|
* @param PutStorageLensConfigurationCommandInput - {@link PutStorageLensConfigurationCommandInput}
|
|
@@ -132,6 +134,8 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
132
134
|
* @see {@link PutStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
133
135
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
134
136
|
*
|
|
137
|
+
* @throws {@link S3ControlServiceException}
|
|
138
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
135
139
|
*
|
|
136
140
|
*/
|
|
137
141
|
export declare class PutStorageLensConfigurationCommand extends $Command<PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,6 +46,8 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new PutStorageLensConfigurationTaggingCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
49
51
|
* ```
|
|
50
52
|
*
|
|
51
53
|
* @param PutStorageLensConfigurationTaggingCommandInput - {@link PutStorageLensConfigurationTaggingCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
|
|
|
54
56
|
* @see {@link PutStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
55
57
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link S3ControlServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
57
61
|
*
|
|
58
62
|
*/
|
|
59
63
|
export declare class PutStorageLensConfigurationTaggingCommand extends $Command<PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -83,6 +83,8 @@ export interface SubmitMultiRegionAccessPointRoutesCommandOutput extends SubmitM
|
|
|
83
83
|
* };
|
|
84
84
|
* const command = new SubmitMultiRegionAccessPointRoutesCommand(input);
|
|
85
85
|
* const response = await client.send(command);
|
|
86
|
+
* // {};
|
|
87
|
+
*
|
|
86
88
|
* ```
|
|
87
89
|
*
|
|
88
90
|
* @param SubmitMultiRegionAccessPointRoutesCommandInput - {@link SubmitMultiRegionAccessPointRoutesCommandInput}
|
|
@@ -91,6 +93,8 @@ export interface SubmitMultiRegionAccessPointRoutesCommandOutput extends SubmitM
|
|
|
91
93
|
* @see {@link SubmitMultiRegionAccessPointRoutesCommandOutput} for command's `response` shape.
|
|
92
94
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
93
95
|
*
|
|
96
|
+
* @throws {@link S3ControlServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
94
98
|
*
|
|
95
99
|
*/
|
|
96
100
|
export declare class SubmitMultiRegionAccessPointRoutesCommand extends $Command<SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccessPointRoutesCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -57,6 +57,11 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new UpdateJobPriorityCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // UpdateJobPriorityResult
|
|
61
|
+
* // JobId: "STRING_VALUE", // required
|
|
62
|
+
* // Priority: Number("int"), // required
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
60
65
|
* ```
|
|
61
66
|
*
|
|
62
67
|
* @param UpdateJobPriorityCommandInput - {@link UpdateJobPriorityCommandInput}
|
|
@@ -77,6 +82,8 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
|
|
|
77
82
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
78
83
|
* <p></p>
|
|
79
84
|
*
|
|
85
|
+
* @throws {@link S3ControlServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
80
87
|
*
|
|
81
88
|
*/
|
|
82
89
|
export declare class UpdateJobPriorityCommand extends $Command<UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -59,6 +59,12 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new UpdateJobStatusCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // UpdateJobStatusResult
|
|
63
|
+
* // JobId: "STRING_VALUE",
|
|
64
|
+
* // Status: "Active" || "Cancelled" || "Cancelling" || "Complete" || "Completing" || "Failed" || "Failing" || "New" || "Paused" || "Pausing" || "Preparing" || "Ready" || "Suspended",
|
|
65
|
+
* // StatusUpdateReason: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
62
68
|
* ```
|
|
63
69
|
*
|
|
64
70
|
* @param UpdateJobStatusCommandInput - {@link UpdateJobStatusCommandInput}
|
|
@@ -82,6 +88,8 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
82
88
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
83
89
|
* <p></p>
|
|
84
90
|
*
|
|
91
|
+
* @throws {@link S3ControlServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from S3Control service.</p>
|
|
85
93
|
*
|
|
86
94
|
*/
|
|
87
95
|
export declare class UpdateJobStatusCommand extends $Command<UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput, S3ControlClientResolvedConfig> {
|