@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.
Files changed (65) hide show
  1. package/dist-types/commands/CreateAccessPointCommand.d.ts +7 -0
  2. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +10 -0
  3. package/dist-types/commands/CreateBucketCommand.d.ts +7 -0
  4. package/dist-types/commands/CreateJobCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -0
  20. package/dist-types/commands/DescribeJobCommand.d.ts +188 -0
  21. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +51 -0
  22. package/dist-types/commands/GetAccessPointCommand.d.ts +24 -0
  23. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +25 -0
  24. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +17 -0
  25. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +6 -0
  26. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +6 -0
  27. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +8 -0
  28. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +8 -0
  29. package/dist-types/commands/GetBucketCommand.d.ts +8 -0
  30. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +56 -0
  31. package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -0
  32. package/dist-types/commands/GetBucketReplicationCommand.d.ts +70 -0
  33. package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
  34. package/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -0
  35. package/dist-types/commands/GetJobTaggingCommand.d.ts +11 -0
  36. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +24 -0
  37. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +13 -0
  38. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +8 -0
  39. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +13 -0
  40. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
  41. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +85 -0
  42. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +11 -0
  43. package/dist-types/commands/ListAccessPointsCommand.d.ts +19 -0
  44. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +16 -0
  45. package/dist-types/commands/ListJobsCommand.d.ts +25 -0
  46. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +27 -0
  47. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +15 -0
  48. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +14 -0
  49. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -0
  50. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +4 -0
  51. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
  52. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -0
  53. package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -0
  54. package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -0
  55. package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -0
  56. package/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -0
  57. package/dist-types/commands/PutJobTaggingCommand.d.ts +4 -0
  58. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +6 -0
  59. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -0
  60. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +4 -0
  61. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -0
  62. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +7 -0
  64. package/dist-types/commands/UpdateJobStatusCommand.d.ts +8 -0
  65. package/package.json +18 -18
@@ -52,6 +52,28 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
52
52
  * };
53
53
  * const command = new GetAccessPointCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // GetAccessPointResult
56
+ * // Name: "STRING_VALUE",
57
+ * // Bucket: "STRING_VALUE",
58
+ * // NetworkOrigin: "Internet" || "VPC",
59
+ * // VpcConfiguration: { // VpcConfiguration
60
+ * // VpcId: "STRING_VALUE", // required
61
+ * // },
62
+ * // PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
63
+ * // BlockPublicAcls: true || false,
64
+ * // IgnorePublicAcls: true || false,
65
+ * // BlockPublicPolicy: true || false,
66
+ * // RestrictPublicBuckets: true || false,
67
+ * // },
68
+ * // CreationDate: new Date("TIMESTAMP"),
69
+ * // Alias: "STRING_VALUE",
70
+ * // AccessPointArn: "STRING_VALUE",
71
+ * // Endpoints: { // Endpoints
72
+ * // "<keys>": "STRING_VALUE",
73
+ * // },
74
+ * // BucketAccountId: "STRING_VALUE",
75
+ * // };
76
+ *
55
77
  * ```
56
78
  *
57
79
  * @param GetAccessPointCommandInput - {@link GetAccessPointCommandInput}
@@ -60,6 +82,8 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
60
82
  * @see {@link GetAccessPointCommandOutput} for command's `response` shape.
61
83
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
62
84
  *
85
+ * @throws {@link S3ControlServiceException}
86
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
63
87
  *
64
88
  */
65
89
  export declare class GetAccessPointCommand extends $Command<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3ControlClientResolvedConfig> {
@@ -41,6 +41,29 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
41
41
  * };
42
42
  * const command = new GetAccessPointConfigurationForObjectLambdaCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // GetAccessPointConfigurationForObjectLambdaResult
45
+ * // Configuration: { // ObjectLambdaConfiguration
46
+ * // SupportingAccessPoint: "STRING_VALUE", // required
47
+ * // CloudWatchMetricsEnabled: true || false,
48
+ * // AllowedFeatures: [ // ObjectLambdaAllowedFeaturesList
49
+ * // "GetObject-Range" || "GetObject-PartNumber" || "HeadObject-Range" || "HeadObject-PartNumber",
50
+ * // ],
51
+ * // TransformationConfigurations: [ // ObjectLambdaTransformationConfigurationsList // required
52
+ * // { // ObjectLambdaTransformationConfiguration
53
+ * // Actions: [ // ObjectLambdaTransformationConfigurationActionsList // required
54
+ * // "GetObject" || "HeadObject" || "ListObjects" || "ListObjectsV2",
55
+ * // ],
56
+ * // ContentTransformation: { // ObjectLambdaContentTransformation Union: only one key present
57
+ * // AwsLambda: { // AwsLambdaTransformation
58
+ * // FunctionArn: "STRING_VALUE", // required
59
+ * // FunctionPayload: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // };
66
+ *
44
67
  * ```
45
68
  *
46
69
  * @param GetAccessPointConfigurationForObjectLambdaCommandInput - {@link GetAccessPointConfigurationForObjectLambdaCommandInput}
@@ -49,6 +72,8 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
49
72
  * @see {@link GetAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
50
73
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
51
74
  *
75
+ * @throws {@link S3ControlServiceException}
76
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
52
77
  *
53
78
  */
54
79
  export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $Command<GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
@@ -50,6 +50,21 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
50
50
  * };
51
51
  * const command = new GetAccessPointForObjectLambdaCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // GetAccessPointForObjectLambdaResult
54
+ * // Name: "STRING_VALUE",
55
+ * // PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
56
+ * // BlockPublicAcls: true || false,
57
+ * // IgnorePublicAcls: true || false,
58
+ * // BlockPublicPolicy: true || false,
59
+ * // RestrictPublicBuckets: true || false,
60
+ * // },
61
+ * // CreationDate: new Date("TIMESTAMP"),
62
+ * // Alias: { // ObjectLambdaAccessPointAlias
63
+ * // Value: "STRING_VALUE",
64
+ * // Status: "PROVISIONING" || "READY",
65
+ * // },
66
+ * // };
67
+ *
53
68
  * ```
54
69
  *
55
70
  * @param GetAccessPointForObjectLambdaCommandInput - {@link GetAccessPointForObjectLambdaCommandInput}
@@ -58,6 +73,8 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
58
73
  * @see {@link GetAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
59
74
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
60
75
  *
76
+ * @throws {@link S3ControlServiceException}
77
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
61
78
  *
62
79
  */
63
80
  export declare class GetAccessPointForObjectLambdaCommand extends $Command<GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
@@ -45,6 +45,10 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
45
45
  * };
46
46
  * const command = new GetAccessPointPolicyCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // GetAccessPointPolicyResult
49
+ * // Policy: "STRING_VALUE",
50
+ * // };
51
+ *
48
52
  * ```
49
53
  *
50
54
  * @param GetAccessPointPolicyCommandInput - {@link GetAccessPointPolicyCommandInput}
@@ -53,6 +57,8 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
53
57
  * @see {@link GetAccessPointPolicyCommandOutput} for command's `response` shape.
54
58
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
55
59
  *
60
+ * @throws {@link S3ControlServiceException}
61
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
56
62
  *
57
63
  */
58
64
  export declare class GetAccessPointPolicyCommand extends $Command<GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
@@ -46,6 +46,10 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
46
46
  * };
47
47
  * const command = new GetAccessPointPolicyForObjectLambdaCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // GetAccessPointPolicyForObjectLambdaResult
50
+ * // Policy: "STRING_VALUE",
51
+ * // };
52
+ *
49
53
  * ```
50
54
  *
51
55
  * @param GetAccessPointPolicyForObjectLambdaCommandInput - {@link GetAccessPointPolicyForObjectLambdaCommandInput}
@@ -54,6 +58,8 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
54
58
  * @see {@link GetAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
55
59
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
56
60
  *
61
+ * @throws {@link S3ControlServiceException}
62
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
57
63
  *
58
64
  */
59
65
  export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command<GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
@@ -34,6 +34,12 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
34
34
  * };
35
35
  * const command = new GetAccessPointPolicyStatusCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetAccessPointPolicyStatusResult
38
+ * // PolicyStatus: { // PolicyStatus
39
+ * // IsPublic: true || false,
40
+ * // },
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param GetAccessPointPolicyStatusCommandInput - {@link GetAccessPointPolicyStatusCommandInput}
@@ -42,6 +48,8 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
42
48
  * @see {@link GetAccessPointPolicyStatusCommandOutput} for command's `response` shape.
43
49
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
44
50
  *
51
+ * @throws {@link S3ControlServiceException}
52
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
45
53
  *
46
54
  */
47
55
  export declare class GetAccessPointPolicyStatusCommand extends $Command<GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
32
32
  * };
33
33
  * const command = new GetAccessPointPolicyStatusForObjectLambdaCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetAccessPointPolicyStatusForObjectLambdaResult
36
+ * // PolicyStatus: { // PolicyStatus
37
+ * // IsPublic: true || false,
38
+ * // },
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param GetAccessPointPolicyStatusForObjectLambdaCommandInput - {@link GetAccessPointPolicyStatusForObjectLambdaCommandInput}
@@ -40,6 +46,8 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
40
46
  * @see {@link GetAccessPointPolicyStatusForObjectLambdaCommandOutput} for command's `response` shape.
41
47
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
42
48
  *
49
+ * @throws {@link S3ControlServiceException}
50
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
43
51
  *
44
52
  */
45
53
  export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command<GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
@@ -60,6 +60,12 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
60
60
  * };
61
61
  * const command = new GetBucketCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // GetBucketResult
64
+ * // Bucket: "STRING_VALUE",
65
+ * // PublicAccessBlockEnabled: true || false,
66
+ * // CreationDate: new Date("TIMESTAMP"),
67
+ * // };
68
+ *
63
69
  * ```
64
70
  *
65
71
  * @param GetBucketCommandInput - {@link GetBucketCommandInput}
@@ -68,6 +74,8 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
68
74
  * @see {@link GetBucketCommandOutput} for command's `response` shape.
69
75
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
70
76
  *
77
+ * @throws {@link S3ControlServiceException}
78
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
71
79
  *
72
80
  */
73
81
  export declare class GetBucketCommand extends $Command<GetBucketCommandInput, GetBucketCommandOutput, S3ControlClientResolvedConfig> {
@@ -79,6 +79,60 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
79
79
  * };
80
80
  * const command = new GetBucketLifecycleConfigurationCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // GetBucketLifecycleConfigurationResult
83
+ * // Rules: [ // LifecycleRules
84
+ * // { // LifecycleRule
85
+ * // Expiration: { // LifecycleExpiration
86
+ * // Date: new Date("TIMESTAMP"),
87
+ * // Days: Number("int"),
88
+ * // ExpiredObjectDeleteMarker: true || false,
89
+ * // },
90
+ * // ID: "STRING_VALUE",
91
+ * // Filter: { // LifecycleRuleFilter
92
+ * // Prefix: "STRING_VALUE",
93
+ * // Tag: { // S3Tag
94
+ * // Key: "STRING_VALUE", // required
95
+ * // Value: "STRING_VALUE", // required
96
+ * // },
97
+ * // And: { // LifecycleRuleAndOperator
98
+ * // Prefix: "STRING_VALUE",
99
+ * // Tags: [ // S3TagSet
100
+ * // {
101
+ * // Key: "STRING_VALUE", // required
102
+ * // Value: "STRING_VALUE", // required
103
+ * // },
104
+ * // ],
105
+ * // ObjectSizeGreaterThan: Number("long"),
106
+ * // ObjectSizeLessThan: Number("long"),
107
+ * // },
108
+ * // ObjectSizeGreaterThan: Number("long"),
109
+ * // ObjectSizeLessThan: Number("long"),
110
+ * // },
111
+ * // Status: "Enabled" || "Disabled", // required
112
+ * // Transitions: [ // TransitionList
113
+ * // { // Transition
114
+ * // Date: new Date("TIMESTAMP"),
115
+ * // Days: Number("int"),
116
+ * // StorageClass: "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE",
117
+ * // },
118
+ * // ],
119
+ * // NoncurrentVersionTransitions: [ // NoncurrentVersionTransitionList
120
+ * // { // NoncurrentVersionTransition
121
+ * // NoncurrentDays: Number("int"),
122
+ * // StorageClass: "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE",
123
+ * // },
124
+ * // ],
125
+ * // NoncurrentVersionExpiration: { // NoncurrentVersionExpiration
126
+ * // NoncurrentDays: Number("int"),
127
+ * // NewerNoncurrentVersions: Number("int"),
128
+ * // },
129
+ * // AbortIncompleteMultipartUpload: { // AbortIncompleteMultipartUpload
130
+ * // DaysAfterInitiation: Number("int"),
131
+ * // },
132
+ * // },
133
+ * // ],
134
+ * // };
135
+ *
82
136
  * ```
83
137
  *
84
138
  * @param GetBucketLifecycleConfigurationCommandInput - {@link GetBucketLifecycleConfigurationCommandInput}
@@ -87,6 +141,8 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
87
141
  * @see {@link GetBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
88
142
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
89
143
  *
144
+ * @throws {@link S3ControlServiceException}
145
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
90
146
  *
91
147
  */
92
148
  export declare class GetBucketLifecycleConfigurationCommand extends $Command<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
@@ -72,6 +72,10 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
72
72
  * };
73
73
  * const command = new GetBucketPolicyCommand(input);
74
74
  * const response = await client.send(command);
75
+ * // { // GetBucketPolicyResult
76
+ * // Policy: "STRING_VALUE",
77
+ * // };
78
+ *
75
79
  * ```
76
80
  *
77
81
  * @param GetBucketPolicyCommandInput - {@link GetBucketPolicyCommandInput}
@@ -80,6 +84,8 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
80
84
  * @see {@link GetBucketPolicyCommandOutput} for command's `response` shape.
81
85
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
82
86
  *
87
+ * @throws {@link S3ControlServiceException}
88
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
83
89
  *
84
90
  */
85
91
  export declare class GetBucketPolicyCommand extends $Command<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
@@ -72,6 +72,74 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationR
72
72
  * };
73
73
  * const command = new GetBucketReplicationCommand(input);
74
74
  * const response = await client.send(command);
75
+ * // { // GetBucketReplicationResult
76
+ * // ReplicationConfiguration: { // ReplicationConfiguration
77
+ * // Role: "STRING_VALUE", // required
78
+ * // Rules: [ // ReplicationRules // required
79
+ * // { // ReplicationRule
80
+ * // ID: "STRING_VALUE",
81
+ * // Priority: Number("int"),
82
+ * // Prefix: "STRING_VALUE",
83
+ * // Filter: { // ReplicationRuleFilter
84
+ * // Prefix: "STRING_VALUE",
85
+ * // Tag: { // S3Tag
86
+ * // Key: "STRING_VALUE", // required
87
+ * // Value: "STRING_VALUE", // required
88
+ * // },
89
+ * // And: { // ReplicationRuleAndOperator
90
+ * // Prefix: "STRING_VALUE",
91
+ * // Tags: [ // S3TagSet
92
+ * // {
93
+ * // Key: "STRING_VALUE", // required
94
+ * // Value: "STRING_VALUE", // required
95
+ * // },
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // Status: "Enabled" || "Disabled", // required
100
+ * // SourceSelectionCriteria: { // SourceSelectionCriteria
101
+ * // SseKmsEncryptedObjects: { // SseKmsEncryptedObjects
102
+ * // Status: "Enabled" || "Disabled", // required
103
+ * // },
104
+ * // ReplicaModifications: { // ReplicaModifications
105
+ * // Status: "Enabled" || "Disabled", // required
106
+ * // },
107
+ * // },
108
+ * // ExistingObjectReplication: { // ExistingObjectReplication
109
+ * // Status: "Enabled" || "Disabled", // required
110
+ * // },
111
+ * // Destination: { // Destination
112
+ * // Account: "STRING_VALUE",
113
+ * // Bucket: "STRING_VALUE", // required
114
+ * // ReplicationTime: { // ReplicationTime
115
+ * // Status: "Enabled" || "Disabled", // required
116
+ * // Time: { // ReplicationTimeValue
117
+ * // Minutes: Number("int"),
118
+ * // },
119
+ * // },
120
+ * // AccessControlTranslation: { // AccessControlTranslation
121
+ * // Owner: "Destination", // required
122
+ * // },
123
+ * // EncryptionConfiguration: { // EncryptionConfiguration
124
+ * // ReplicaKmsKeyID: "STRING_VALUE",
125
+ * // },
126
+ * // Metrics: { // Metrics
127
+ * // Status: "Enabled" || "Disabled", // required
128
+ * // EventThreshold: {
129
+ * // Minutes: Number("int"),
130
+ * // },
131
+ * // },
132
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR",
133
+ * // },
134
+ * // DeleteMarkerReplication: { // DeleteMarkerReplication
135
+ * // Status: "Enabled" || "Disabled", // required
136
+ * // },
137
+ * // Bucket: "STRING_VALUE", // required
138
+ * // },
139
+ * // ],
140
+ * // },
141
+ * // };
142
+ *
75
143
  * ```
76
144
  *
77
145
  * @param GetBucketReplicationCommandInput - {@link GetBucketReplicationCommandInput}
@@ -80,6 +148,8 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationR
80
148
  * @see {@link GetBucketReplicationCommandOutput} for command's `response` shape.
81
149
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
82
150
  *
151
+ * @throws {@link S3ControlServiceException}
152
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
83
153
  *
84
154
  */
85
155
  export declare class GetBucketReplicationCommand extends $Command<GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput, S3ControlClientResolvedConfig> {
@@ -68,6 +68,15 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
68
68
  * };
69
69
  * const command = new GetBucketTaggingCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // { // GetBucketTaggingResult
72
+ * // TagSet: [ // S3TagSet // required
73
+ * // { // S3Tag
74
+ * // Key: "STRING_VALUE", // required
75
+ * // Value: "STRING_VALUE", // required
76
+ * // },
77
+ * // ],
78
+ * // };
79
+ *
71
80
  * ```
72
81
  *
73
82
  * @param GetBucketTaggingCommandInput - {@link GetBucketTaggingCommandInput}
@@ -76,6 +85,8 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
76
85
  * @see {@link GetBucketTaggingCommandOutput} for command's `response` shape.
77
86
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
78
87
  *
88
+ * @throws {@link S3ControlServiceException}
89
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
79
90
  *
80
91
  */
81
92
  export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
@@ -69,6 +69,11 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
69
69
  * };
70
70
  * const command = new GetBucketVersioningCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // GetBucketVersioningResult
73
+ * // Status: "Enabled" || "Suspended",
74
+ * // MFADelete: "Enabled" || "Disabled",
75
+ * // };
76
+ *
72
77
  * ```
73
78
  *
74
79
  * @param GetBucketVersioningCommandInput - {@link GetBucketVersioningCommandInput}
@@ -77,6 +82,8 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
77
82
  * @see {@link GetBucketVersioningCommandOutput} for command's `response` shape.
78
83
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
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 GetBucketVersioningCommand extends $Command<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput, S3ControlClientResolvedConfig> {
@@ -56,6 +56,15 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
56
56
  * };
57
57
  * const command = new GetJobTaggingCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // GetJobTaggingResult
60
+ * // Tags: [ // S3TagSet
61
+ * // { // S3Tag
62
+ * // Key: "STRING_VALUE", // required
63
+ * // Value: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // };
67
+ *
59
68
  * ```
60
69
  *
61
70
  * @param GetJobTaggingCommandInput - {@link GetJobTaggingCommandInput}
@@ -73,6 +82,8 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
73
82
  * @throws {@link TooManyRequestsException} (client fault)
74
83
  * <p></p>
75
84
  *
85
+ * @throws {@link S3ControlServiceException}
86
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
76
87
  *
77
88
  */
78
89
  export declare class GetJobTaggingCommand extends $Command<GetJobTaggingCommandInput, GetJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
@@ -58,6 +58,28 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
58
58
  * };
59
59
  * const command = new GetMultiRegionAccessPointCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // GetMultiRegionAccessPointResult
62
+ * // AccessPoint: { // MultiRegionAccessPointReport
63
+ * // Name: "STRING_VALUE",
64
+ * // Alias: "STRING_VALUE",
65
+ * // CreatedAt: new Date("TIMESTAMP"),
66
+ * // PublicAccessBlock: { // PublicAccessBlockConfiguration
67
+ * // BlockPublicAcls: true || false,
68
+ * // IgnorePublicAcls: true || false,
69
+ * // BlockPublicPolicy: true || false,
70
+ * // RestrictPublicBuckets: true || false,
71
+ * // },
72
+ * // Status: "READY" || "INCONSISTENT_ACROSS_REGIONS" || "CREATING" || "PARTIALLY_CREATED" || "PARTIALLY_DELETED" || "DELETING",
73
+ * // Regions: [ // RegionReportList
74
+ * // { // RegionReport
75
+ * // Bucket: "STRING_VALUE",
76
+ * // Region: "STRING_VALUE",
77
+ * // BucketAccountId: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // };
82
+ *
61
83
  * ```
62
84
  *
63
85
  * @param GetMultiRegionAccessPointCommandInput - {@link GetMultiRegionAccessPointCommandInput}
@@ -66,6 +88,8 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
66
88
  * @see {@link GetMultiRegionAccessPointCommandOutput} for command's `response` shape.
67
89
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
68
90
  *
91
+ * @throws {@link S3ControlServiceException}
92
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
69
93
  *
70
94
  */
71
95
  export declare class GetMultiRegionAccessPointCommand extends $Command<GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
@@ -49,6 +49,17 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
49
49
  * };
50
50
  * const command = new GetMultiRegionAccessPointPolicyCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // GetMultiRegionAccessPointPolicyResult
53
+ * // Policy: { // MultiRegionAccessPointPolicyDocument
54
+ * // Established: { // EstablishedMultiRegionAccessPointPolicy
55
+ * // Policy: "STRING_VALUE",
56
+ * // },
57
+ * // Proposed: { // ProposedMultiRegionAccessPointPolicy
58
+ * // Policy: "STRING_VALUE",
59
+ * // },
60
+ * // },
61
+ * // };
62
+ *
52
63
  * ```
53
64
  *
54
65
  * @param GetMultiRegionAccessPointPolicyCommandInput - {@link GetMultiRegionAccessPointPolicyCommandInput}
@@ -57,6 +68,8 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
57
68
  * @see {@link GetMultiRegionAccessPointPolicyCommandOutput} for command's `response` shape.
58
69
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
59
70
  *
71
+ * @throws {@link S3ControlServiceException}
72
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
60
73
  *
61
74
  */
62
75
  export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
@@ -50,6 +50,12 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
50
50
  * };
51
51
  * const command = new GetMultiRegionAccessPointPolicyStatusCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // GetMultiRegionAccessPointPolicyStatusResult
54
+ * // Established: { // PolicyStatus
55
+ * // IsPublic: true || false,
56
+ * // },
57
+ * // };
58
+ *
53
59
  * ```
54
60
  *
55
61
  * @param GetMultiRegionAccessPointPolicyStatusCommandInput - {@link GetMultiRegionAccessPointPolicyStatusCommandInput}
@@ -58,6 +64,8 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
58
64
  * @see {@link GetMultiRegionAccessPointPolicyStatusCommandOutput} for command's `response` shape.
59
65
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
60
66
  *
67
+ * @throws {@link S3ControlServiceException}
68
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
61
69
  *
62
70
  */
63
71
  export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Command<GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
@@ -65,6 +65,17 @@ export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRe
65
65
  * };
66
66
  * const command = new GetMultiRegionAccessPointRoutesCommand(input);
67
67
  * const response = await client.send(command);
68
+ * // { // GetMultiRegionAccessPointRoutesResult
69
+ * // Mrap: "STRING_VALUE",
70
+ * // Routes: [ // RouteList
71
+ * // { // MultiRegionAccessPointRoute
72
+ * // Bucket: "STRING_VALUE",
73
+ * // Region: "STRING_VALUE",
74
+ * // TrafficDialPercentage: Number("int"), // required
75
+ * // },
76
+ * // ],
77
+ * // };
78
+ *
68
79
  * ```
69
80
  *
70
81
  * @param GetMultiRegionAccessPointRoutesCommandInput - {@link GetMultiRegionAccessPointRoutesCommandInput}
@@ -73,6 +84,8 @@ export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRe
73
84
  * @see {@link GetMultiRegionAccessPointRoutesCommandOutput} for command's `response` shape.
74
85
  * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
75
86
  *
87
+ * @throws {@link S3ControlServiceException}
88
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
76
89
  *
77
90
  */
78
91
  export declare class GetMultiRegionAccessPointRoutesCommand extends $Command<GetMultiRegionAccessPointRoutesCommandInput, GetMultiRegionAccessPointRoutesCommandOutput, S3ControlClientResolvedConfig> {
@@ -46,6 +46,15 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
46
46
  * };
47
47
  * const command = new GetPublicAccessBlockCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // GetPublicAccessBlockOutput
50
+ * // PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
51
+ * // BlockPublicAcls: true || false,
52
+ * // IgnorePublicAcls: true || false,
53
+ * // BlockPublicPolicy: true || false,
54
+ * // RestrictPublicBuckets: true || false,
55
+ * // },
56
+ * // };
57
+ *
49
58
  * ```
50
59
  *
51
60
  * @param GetPublicAccessBlockCommandInput - {@link GetPublicAccessBlockCommandInput}
@@ -59,6 +68,8 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
59
68
  * against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
60
69
  * set.</p>
61
70
  *
71
+ * @throws {@link S3ControlServiceException}
72
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
62
73
  *
63
74
  */
64
75
  export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {