@aws-sdk/client-s3-control 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/S3Control.d.ts +1102 -290
- package/dist-types/ts3.4/S3ControlClient.d.ts +483 -137
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +57 -57
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2252 -2062
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +689 -173
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +74 -42
- package/dist-types/ts3.4/runtimeConfig.d.ts +75 -43
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -41
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +40 -40
|
@@ -1,290 +1,1102 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateAccessPointCommandInput,
|
|
4
|
+
CreateAccessPointCommandOutput,
|
|
5
|
+
} from "./commands/CreateAccessPointCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateAccessPointForObjectLambdaCommandInput,
|
|
8
|
+
CreateAccessPointForObjectLambdaCommandOutput,
|
|
9
|
+
} from "./commands/CreateAccessPointForObjectLambdaCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateBucketCommandInput,
|
|
12
|
+
CreateBucketCommandOutput,
|
|
13
|
+
} from "./commands/CreateBucketCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateJobCommandInput,
|
|
16
|
+
CreateJobCommandOutput,
|
|
17
|
+
} from "./commands/CreateJobCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateMultiRegionAccessPointCommandInput,
|
|
20
|
+
CreateMultiRegionAccessPointCommandOutput,
|
|
21
|
+
} from "./commands/CreateMultiRegionAccessPointCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteAccessPointCommandInput,
|
|
24
|
+
DeleteAccessPointCommandOutput,
|
|
25
|
+
} from "./commands/DeleteAccessPointCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteAccessPointForObjectLambdaCommandInput,
|
|
28
|
+
DeleteAccessPointForObjectLambdaCommandOutput,
|
|
29
|
+
} from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteAccessPointPolicyCommandInput,
|
|
32
|
+
DeleteAccessPointPolicyCommandOutput,
|
|
33
|
+
} from "./commands/DeleteAccessPointPolicyCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
36
|
+
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
37
|
+
} from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteBucketCommandInput,
|
|
40
|
+
DeleteBucketCommandOutput,
|
|
41
|
+
} from "./commands/DeleteBucketCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteBucketLifecycleConfigurationCommandInput,
|
|
44
|
+
DeleteBucketLifecycleConfigurationCommandOutput,
|
|
45
|
+
} from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteBucketPolicyCommandInput,
|
|
48
|
+
DeleteBucketPolicyCommandOutput,
|
|
49
|
+
} from "./commands/DeleteBucketPolicyCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteBucketTaggingCommandInput,
|
|
52
|
+
DeleteBucketTaggingCommandOutput,
|
|
53
|
+
} from "./commands/DeleteBucketTaggingCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteJobTaggingCommandInput,
|
|
56
|
+
DeleteJobTaggingCommandOutput,
|
|
57
|
+
} from "./commands/DeleteJobTaggingCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteMultiRegionAccessPointCommandInput,
|
|
60
|
+
DeleteMultiRegionAccessPointCommandOutput,
|
|
61
|
+
} from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeletePublicAccessBlockCommandInput,
|
|
64
|
+
DeletePublicAccessBlockCommandOutput,
|
|
65
|
+
} from "./commands/DeletePublicAccessBlockCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteStorageLensConfigurationCommandInput,
|
|
68
|
+
DeleteStorageLensConfigurationCommandOutput,
|
|
69
|
+
} from "./commands/DeleteStorageLensConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
72
|
+
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
73
|
+
} from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeJobCommandInput,
|
|
76
|
+
DescribeJobCommandOutput,
|
|
77
|
+
} from "./commands/DescribeJobCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
80
|
+
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
81
|
+
} from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetAccessPointCommandInput,
|
|
84
|
+
GetAccessPointCommandOutput,
|
|
85
|
+
} from "./commands/GetAccessPointCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
88
|
+
GetAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
89
|
+
} from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetAccessPointForObjectLambdaCommandInput,
|
|
92
|
+
GetAccessPointForObjectLambdaCommandOutput,
|
|
93
|
+
} from "./commands/GetAccessPointForObjectLambdaCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetAccessPointPolicyCommandInput,
|
|
96
|
+
GetAccessPointPolicyCommandOutput,
|
|
97
|
+
} from "./commands/GetAccessPointPolicyCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
100
|
+
GetAccessPointPolicyForObjectLambdaCommandOutput,
|
|
101
|
+
} from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetAccessPointPolicyStatusCommandInput,
|
|
104
|
+
GetAccessPointPolicyStatusCommandOutput,
|
|
105
|
+
} from "./commands/GetAccessPointPolicyStatusCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
108
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
109
|
+
} from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetBucketCommandInput,
|
|
112
|
+
GetBucketCommandOutput,
|
|
113
|
+
} from "./commands/GetBucketCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetBucketLifecycleConfigurationCommandInput,
|
|
116
|
+
GetBucketLifecycleConfigurationCommandOutput,
|
|
117
|
+
} from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetBucketPolicyCommandInput,
|
|
120
|
+
GetBucketPolicyCommandOutput,
|
|
121
|
+
} from "./commands/GetBucketPolicyCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetBucketTaggingCommandInput,
|
|
124
|
+
GetBucketTaggingCommandOutput,
|
|
125
|
+
} from "./commands/GetBucketTaggingCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetJobTaggingCommandInput,
|
|
128
|
+
GetJobTaggingCommandOutput,
|
|
129
|
+
} from "./commands/GetJobTaggingCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetMultiRegionAccessPointCommandInput,
|
|
132
|
+
GetMultiRegionAccessPointCommandOutput,
|
|
133
|
+
} from "./commands/GetMultiRegionAccessPointCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetMultiRegionAccessPointPolicyCommandInput,
|
|
136
|
+
GetMultiRegionAccessPointPolicyCommandOutput,
|
|
137
|
+
} from "./commands/GetMultiRegionAccessPointPolicyCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
140
|
+
GetMultiRegionAccessPointPolicyStatusCommandOutput,
|
|
141
|
+
} from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetPublicAccessBlockCommandInput,
|
|
144
|
+
GetPublicAccessBlockCommandOutput,
|
|
145
|
+
} from "./commands/GetPublicAccessBlockCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetStorageLensConfigurationCommandInput,
|
|
148
|
+
GetStorageLensConfigurationCommandOutput,
|
|
149
|
+
} from "./commands/GetStorageLensConfigurationCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetStorageLensConfigurationTaggingCommandInput,
|
|
152
|
+
GetStorageLensConfigurationTaggingCommandOutput,
|
|
153
|
+
} from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListAccessPointsCommandInput,
|
|
156
|
+
ListAccessPointsCommandOutput,
|
|
157
|
+
} from "./commands/ListAccessPointsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListAccessPointsForObjectLambdaCommandInput,
|
|
160
|
+
ListAccessPointsForObjectLambdaCommandOutput,
|
|
161
|
+
} from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListJobsCommandInput,
|
|
164
|
+
ListJobsCommandOutput,
|
|
165
|
+
} from "./commands/ListJobsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListMultiRegionAccessPointsCommandInput,
|
|
168
|
+
ListMultiRegionAccessPointsCommandOutput,
|
|
169
|
+
} from "./commands/ListMultiRegionAccessPointsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListRegionalBucketsCommandInput,
|
|
172
|
+
ListRegionalBucketsCommandOutput,
|
|
173
|
+
} from "./commands/ListRegionalBucketsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListStorageLensConfigurationsCommandInput,
|
|
176
|
+
ListStorageLensConfigurationsCommandOutput,
|
|
177
|
+
} from "./commands/ListStorageLensConfigurationsCommand";
|
|
178
|
+
import {
|
|
179
|
+
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
180
|
+
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
181
|
+
} from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
182
|
+
import {
|
|
183
|
+
PutAccessPointPolicyCommandInput,
|
|
184
|
+
PutAccessPointPolicyCommandOutput,
|
|
185
|
+
} from "./commands/PutAccessPointPolicyCommand";
|
|
186
|
+
import {
|
|
187
|
+
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
188
|
+
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
189
|
+
} from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
190
|
+
import {
|
|
191
|
+
PutBucketLifecycleConfigurationCommandInput,
|
|
192
|
+
PutBucketLifecycleConfigurationCommandOutput,
|
|
193
|
+
} from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
194
|
+
import {
|
|
195
|
+
PutBucketPolicyCommandInput,
|
|
196
|
+
PutBucketPolicyCommandOutput,
|
|
197
|
+
} from "./commands/PutBucketPolicyCommand";
|
|
198
|
+
import {
|
|
199
|
+
PutBucketTaggingCommandInput,
|
|
200
|
+
PutBucketTaggingCommandOutput,
|
|
201
|
+
} from "./commands/PutBucketTaggingCommand";
|
|
202
|
+
import {
|
|
203
|
+
PutJobTaggingCommandInput,
|
|
204
|
+
PutJobTaggingCommandOutput,
|
|
205
|
+
} from "./commands/PutJobTaggingCommand";
|
|
206
|
+
import {
|
|
207
|
+
PutMultiRegionAccessPointPolicyCommandInput,
|
|
208
|
+
PutMultiRegionAccessPointPolicyCommandOutput,
|
|
209
|
+
} from "./commands/PutMultiRegionAccessPointPolicyCommand";
|
|
210
|
+
import {
|
|
211
|
+
PutPublicAccessBlockCommandInput,
|
|
212
|
+
PutPublicAccessBlockCommandOutput,
|
|
213
|
+
} from "./commands/PutPublicAccessBlockCommand";
|
|
214
|
+
import {
|
|
215
|
+
PutStorageLensConfigurationCommandInput,
|
|
216
|
+
PutStorageLensConfigurationCommandOutput,
|
|
217
|
+
} from "./commands/PutStorageLensConfigurationCommand";
|
|
218
|
+
import {
|
|
219
|
+
PutStorageLensConfigurationTaggingCommandInput,
|
|
220
|
+
PutStorageLensConfigurationTaggingCommandOutput,
|
|
221
|
+
} from "./commands/PutStorageLensConfigurationTaggingCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateJobPriorityCommandInput,
|
|
224
|
+
UpdateJobPriorityCommandOutput,
|
|
225
|
+
} from "./commands/UpdateJobPriorityCommand";
|
|
226
|
+
import {
|
|
227
|
+
UpdateJobStatusCommandInput,
|
|
228
|
+
UpdateJobStatusCommandOutput,
|
|
229
|
+
} from "./commands/UpdateJobStatusCommand";
|
|
230
|
+
import { S3ControlClient } from "./S3ControlClient";
|
|
231
|
+
|
|
232
|
+
export declare class S3Control extends S3ControlClient {
|
|
233
|
+
createAccessPoint(
|
|
234
|
+
args: CreateAccessPointCommandInput,
|
|
235
|
+
options?: __HttpHandlerOptions
|
|
236
|
+
): Promise<CreateAccessPointCommandOutput>;
|
|
237
|
+
createAccessPoint(
|
|
238
|
+
args: CreateAccessPointCommandInput,
|
|
239
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
createAccessPoint(
|
|
242
|
+
args: CreateAccessPointCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
|
|
247
|
+
createAccessPointForObjectLambda(
|
|
248
|
+
args: CreateAccessPointForObjectLambdaCommandInput,
|
|
249
|
+
options?: __HttpHandlerOptions
|
|
250
|
+
): Promise<CreateAccessPointForObjectLambdaCommandOutput>;
|
|
251
|
+
createAccessPointForObjectLambda(
|
|
252
|
+
args: CreateAccessPointForObjectLambdaCommandInput,
|
|
253
|
+
cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
|
|
254
|
+
): void;
|
|
255
|
+
createAccessPointForObjectLambda(
|
|
256
|
+
args: CreateAccessPointForObjectLambdaCommandInput,
|
|
257
|
+
options: __HttpHandlerOptions,
|
|
258
|
+
cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
|
|
259
|
+
): void;
|
|
260
|
+
|
|
261
|
+
createBucket(
|
|
262
|
+
args: CreateBucketCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<CreateBucketCommandOutput>;
|
|
265
|
+
createBucket(
|
|
266
|
+
args: CreateBucketCommandInput,
|
|
267
|
+
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
createBucket(
|
|
270
|
+
args: CreateBucketCommandInput,
|
|
271
|
+
options: __HttpHandlerOptions,
|
|
272
|
+
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
273
|
+
): void;
|
|
274
|
+
|
|
275
|
+
createJob(
|
|
276
|
+
args: CreateJobCommandInput,
|
|
277
|
+
options?: __HttpHandlerOptions
|
|
278
|
+
): Promise<CreateJobCommandOutput>;
|
|
279
|
+
createJob(
|
|
280
|
+
args: CreateJobCommandInput,
|
|
281
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
createJob(
|
|
284
|
+
args: CreateJobCommandInput,
|
|
285
|
+
options: __HttpHandlerOptions,
|
|
286
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
|
|
289
|
+
createMultiRegionAccessPoint(
|
|
290
|
+
args: CreateMultiRegionAccessPointCommandInput,
|
|
291
|
+
options?: __HttpHandlerOptions
|
|
292
|
+
): Promise<CreateMultiRegionAccessPointCommandOutput>;
|
|
293
|
+
createMultiRegionAccessPoint(
|
|
294
|
+
args: CreateMultiRegionAccessPointCommandInput,
|
|
295
|
+
cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
createMultiRegionAccessPoint(
|
|
298
|
+
args: CreateMultiRegionAccessPointCommandInput,
|
|
299
|
+
options: __HttpHandlerOptions,
|
|
300
|
+
cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
|
|
303
|
+
deleteAccessPoint(
|
|
304
|
+
args: DeleteAccessPointCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<DeleteAccessPointCommandOutput>;
|
|
307
|
+
deleteAccessPoint(
|
|
308
|
+
args: DeleteAccessPointCommandInput,
|
|
309
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
deleteAccessPoint(
|
|
312
|
+
args: DeleteAccessPointCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
|
|
317
|
+
deleteAccessPointForObjectLambda(
|
|
318
|
+
args: DeleteAccessPointForObjectLambdaCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
|
|
321
|
+
deleteAccessPointForObjectLambda(
|
|
322
|
+
args: DeleteAccessPointForObjectLambdaCommandInput,
|
|
323
|
+
cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
deleteAccessPointForObjectLambda(
|
|
326
|
+
args: DeleteAccessPointForObjectLambdaCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
|
|
331
|
+
deleteAccessPointPolicy(
|
|
332
|
+
args: DeleteAccessPointPolicyCommandInput,
|
|
333
|
+
options?: __HttpHandlerOptions
|
|
334
|
+
): Promise<DeleteAccessPointPolicyCommandOutput>;
|
|
335
|
+
deleteAccessPointPolicy(
|
|
336
|
+
args: DeleteAccessPointPolicyCommandInput,
|
|
337
|
+
cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
|
|
338
|
+
): void;
|
|
339
|
+
deleteAccessPointPolicy(
|
|
340
|
+
args: DeleteAccessPointPolicyCommandInput,
|
|
341
|
+
options: __HttpHandlerOptions,
|
|
342
|
+
cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
|
|
345
|
+
deleteAccessPointPolicyForObjectLambda(
|
|
346
|
+
args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
347
|
+
options?: __HttpHandlerOptions
|
|
348
|
+
): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
349
|
+
deleteAccessPointPolicyForObjectLambda(
|
|
350
|
+
args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
351
|
+
cb: (
|
|
352
|
+
err: any,
|
|
353
|
+
data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
354
|
+
) => void
|
|
355
|
+
): void;
|
|
356
|
+
deleteAccessPointPolicyForObjectLambda(
|
|
357
|
+
args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
358
|
+
options: __HttpHandlerOptions,
|
|
359
|
+
cb: (
|
|
360
|
+
err: any,
|
|
361
|
+
data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
362
|
+
) => void
|
|
363
|
+
): void;
|
|
364
|
+
|
|
365
|
+
deleteBucket(
|
|
366
|
+
args: DeleteBucketCommandInput,
|
|
367
|
+
options?: __HttpHandlerOptions
|
|
368
|
+
): Promise<DeleteBucketCommandOutput>;
|
|
369
|
+
deleteBucket(
|
|
370
|
+
args: DeleteBucketCommandInput,
|
|
371
|
+
cb: (err: any, data?: DeleteBucketCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
deleteBucket(
|
|
374
|
+
args: DeleteBucketCommandInput,
|
|
375
|
+
options: __HttpHandlerOptions,
|
|
376
|
+
cb: (err: any, data?: DeleteBucketCommandOutput) => void
|
|
377
|
+
): void;
|
|
378
|
+
|
|
379
|
+
deleteBucketLifecycleConfiguration(
|
|
380
|
+
args: DeleteBucketLifecycleConfigurationCommandInput,
|
|
381
|
+
options?: __HttpHandlerOptions
|
|
382
|
+
): Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
|
|
383
|
+
deleteBucketLifecycleConfiguration(
|
|
384
|
+
args: DeleteBucketLifecycleConfigurationCommandInput,
|
|
385
|
+
cb: (
|
|
386
|
+
err: any,
|
|
387
|
+
data?: DeleteBucketLifecycleConfigurationCommandOutput
|
|
388
|
+
) => void
|
|
389
|
+
): void;
|
|
390
|
+
deleteBucketLifecycleConfiguration(
|
|
391
|
+
args: DeleteBucketLifecycleConfigurationCommandInput,
|
|
392
|
+
options: __HttpHandlerOptions,
|
|
393
|
+
cb: (
|
|
394
|
+
err: any,
|
|
395
|
+
data?: DeleteBucketLifecycleConfigurationCommandOutput
|
|
396
|
+
) => void
|
|
397
|
+
): void;
|
|
398
|
+
|
|
399
|
+
deleteBucketPolicy(
|
|
400
|
+
args: DeleteBucketPolicyCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<DeleteBucketPolicyCommandOutput>;
|
|
403
|
+
deleteBucketPolicy(
|
|
404
|
+
args: DeleteBucketPolicyCommandInput,
|
|
405
|
+
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
deleteBucketPolicy(
|
|
408
|
+
args: DeleteBucketPolicyCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
deleteBucketTagging(
|
|
414
|
+
args: DeleteBucketTaggingCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<DeleteBucketTaggingCommandOutput>;
|
|
417
|
+
deleteBucketTagging(
|
|
418
|
+
args: DeleteBucketTaggingCommandInput,
|
|
419
|
+
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
deleteBucketTagging(
|
|
422
|
+
args: DeleteBucketTaggingCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
deleteJobTagging(
|
|
428
|
+
args: DeleteJobTaggingCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<DeleteJobTaggingCommandOutput>;
|
|
431
|
+
deleteJobTagging(
|
|
432
|
+
args: DeleteJobTaggingCommandInput,
|
|
433
|
+
cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
deleteJobTagging(
|
|
436
|
+
args: DeleteJobTaggingCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
deleteMultiRegionAccessPoint(
|
|
442
|
+
args: DeleteMultiRegionAccessPointCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<DeleteMultiRegionAccessPointCommandOutput>;
|
|
445
|
+
deleteMultiRegionAccessPoint(
|
|
446
|
+
args: DeleteMultiRegionAccessPointCommandInput,
|
|
447
|
+
cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
deleteMultiRegionAccessPoint(
|
|
450
|
+
args: DeleteMultiRegionAccessPointCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
deletePublicAccessBlock(
|
|
456
|
+
args: DeletePublicAccessBlockCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<DeletePublicAccessBlockCommandOutput>;
|
|
459
|
+
deletePublicAccessBlock(
|
|
460
|
+
args: DeletePublicAccessBlockCommandInput,
|
|
461
|
+
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
deletePublicAccessBlock(
|
|
464
|
+
args: DeletePublicAccessBlockCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
deleteStorageLensConfiguration(
|
|
470
|
+
args: DeleteStorageLensConfigurationCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<DeleteStorageLensConfigurationCommandOutput>;
|
|
473
|
+
deleteStorageLensConfiguration(
|
|
474
|
+
args: DeleteStorageLensConfigurationCommandInput,
|
|
475
|
+
cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
deleteStorageLensConfiguration(
|
|
478
|
+
args: DeleteStorageLensConfigurationCommandInput,
|
|
479
|
+
options: __HttpHandlerOptions,
|
|
480
|
+
cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
|
|
481
|
+
): void;
|
|
482
|
+
|
|
483
|
+
deleteStorageLensConfigurationTagging(
|
|
484
|
+
args: DeleteStorageLensConfigurationTaggingCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
|
|
487
|
+
deleteStorageLensConfigurationTagging(
|
|
488
|
+
args: DeleteStorageLensConfigurationTaggingCommandInput,
|
|
489
|
+
cb: (
|
|
490
|
+
err: any,
|
|
491
|
+
data?: DeleteStorageLensConfigurationTaggingCommandOutput
|
|
492
|
+
) => void
|
|
493
|
+
): void;
|
|
494
|
+
deleteStorageLensConfigurationTagging(
|
|
495
|
+
args: DeleteStorageLensConfigurationTaggingCommandInput,
|
|
496
|
+
options: __HttpHandlerOptions,
|
|
497
|
+
cb: (
|
|
498
|
+
err: any,
|
|
499
|
+
data?: DeleteStorageLensConfigurationTaggingCommandOutput
|
|
500
|
+
) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
describeJob(
|
|
504
|
+
args: DescribeJobCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<DescribeJobCommandOutput>;
|
|
507
|
+
describeJob(
|
|
508
|
+
args: DescribeJobCommandInput,
|
|
509
|
+
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
describeJob(
|
|
512
|
+
args: DescribeJobCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
describeMultiRegionAccessPointOperation(
|
|
518
|
+
args: DescribeMultiRegionAccessPointOperationCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
|
|
521
|
+
describeMultiRegionAccessPointOperation(
|
|
522
|
+
args: DescribeMultiRegionAccessPointOperationCommandInput,
|
|
523
|
+
cb: (
|
|
524
|
+
err: any,
|
|
525
|
+
data?: DescribeMultiRegionAccessPointOperationCommandOutput
|
|
526
|
+
) => void
|
|
527
|
+
): void;
|
|
528
|
+
describeMultiRegionAccessPointOperation(
|
|
529
|
+
args: DescribeMultiRegionAccessPointOperationCommandInput,
|
|
530
|
+
options: __HttpHandlerOptions,
|
|
531
|
+
cb: (
|
|
532
|
+
err: any,
|
|
533
|
+
data?: DescribeMultiRegionAccessPointOperationCommandOutput
|
|
534
|
+
) => void
|
|
535
|
+
): void;
|
|
536
|
+
|
|
537
|
+
getAccessPoint(
|
|
538
|
+
args: GetAccessPointCommandInput,
|
|
539
|
+
options?: __HttpHandlerOptions
|
|
540
|
+
): Promise<GetAccessPointCommandOutput>;
|
|
541
|
+
getAccessPoint(
|
|
542
|
+
args: GetAccessPointCommandInput,
|
|
543
|
+
cb: (err: any, data?: GetAccessPointCommandOutput) => void
|
|
544
|
+
): void;
|
|
545
|
+
getAccessPoint(
|
|
546
|
+
args: GetAccessPointCommandInput,
|
|
547
|
+
options: __HttpHandlerOptions,
|
|
548
|
+
cb: (err: any, data?: GetAccessPointCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
|
|
551
|
+
getAccessPointConfigurationForObjectLambda(
|
|
552
|
+
args: GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
|
|
555
|
+
getAccessPointConfigurationForObjectLambda(
|
|
556
|
+
args: GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
557
|
+
cb: (
|
|
558
|
+
err: any,
|
|
559
|
+
data?: GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
560
|
+
) => void
|
|
561
|
+
): void;
|
|
562
|
+
getAccessPointConfigurationForObjectLambda(
|
|
563
|
+
args: GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
564
|
+
options: __HttpHandlerOptions,
|
|
565
|
+
cb: (
|
|
566
|
+
err: any,
|
|
567
|
+
data?: GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
568
|
+
) => void
|
|
569
|
+
): void;
|
|
570
|
+
|
|
571
|
+
getAccessPointForObjectLambda(
|
|
572
|
+
args: GetAccessPointForObjectLambdaCommandInput,
|
|
573
|
+
options?: __HttpHandlerOptions
|
|
574
|
+
): Promise<GetAccessPointForObjectLambdaCommandOutput>;
|
|
575
|
+
getAccessPointForObjectLambda(
|
|
576
|
+
args: GetAccessPointForObjectLambdaCommandInput,
|
|
577
|
+
cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
|
|
578
|
+
): void;
|
|
579
|
+
getAccessPointForObjectLambda(
|
|
580
|
+
args: GetAccessPointForObjectLambdaCommandInput,
|
|
581
|
+
options: __HttpHandlerOptions,
|
|
582
|
+
cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
|
|
583
|
+
): void;
|
|
584
|
+
|
|
585
|
+
getAccessPointPolicy(
|
|
586
|
+
args: GetAccessPointPolicyCommandInput,
|
|
587
|
+
options?: __HttpHandlerOptions
|
|
588
|
+
): Promise<GetAccessPointPolicyCommandOutput>;
|
|
589
|
+
getAccessPointPolicy(
|
|
590
|
+
args: GetAccessPointPolicyCommandInput,
|
|
591
|
+
cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
|
|
592
|
+
): void;
|
|
593
|
+
getAccessPointPolicy(
|
|
594
|
+
args: GetAccessPointPolicyCommandInput,
|
|
595
|
+
options: __HttpHandlerOptions,
|
|
596
|
+
cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
|
|
597
|
+
): void;
|
|
598
|
+
|
|
599
|
+
getAccessPointPolicyForObjectLambda(
|
|
600
|
+
args: GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
601
|
+
options?: __HttpHandlerOptions
|
|
602
|
+
): Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
603
|
+
getAccessPointPolicyForObjectLambda(
|
|
604
|
+
args: GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
605
|
+
cb: (
|
|
606
|
+
err: any,
|
|
607
|
+
data?: GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
608
|
+
) => void
|
|
609
|
+
): void;
|
|
610
|
+
getAccessPointPolicyForObjectLambda(
|
|
611
|
+
args: GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
612
|
+
options: __HttpHandlerOptions,
|
|
613
|
+
cb: (
|
|
614
|
+
err: any,
|
|
615
|
+
data?: GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
616
|
+
) => void
|
|
617
|
+
): void;
|
|
618
|
+
|
|
619
|
+
getAccessPointPolicyStatus(
|
|
620
|
+
args: GetAccessPointPolicyStatusCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<GetAccessPointPolicyStatusCommandOutput>;
|
|
623
|
+
getAccessPointPolicyStatus(
|
|
624
|
+
args: GetAccessPointPolicyStatusCommandInput,
|
|
625
|
+
cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
getAccessPointPolicyStatus(
|
|
628
|
+
args: GetAccessPointPolicyStatusCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
|
|
633
|
+
getAccessPointPolicyStatusForObjectLambda(
|
|
634
|
+
args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
|
|
637
|
+
getAccessPointPolicyStatusForObjectLambda(
|
|
638
|
+
args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
639
|
+
cb: (
|
|
640
|
+
err: any,
|
|
641
|
+
data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
642
|
+
) => void
|
|
643
|
+
): void;
|
|
644
|
+
getAccessPointPolicyStatusForObjectLambda(
|
|
645
|
+
args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
646
|
+
options: __HttpHandlerOptions,
|
|
647
|
+
cb: (
|
|
648
|
+
err: any,
|
|
649
|
+
data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
650
|
+
) => void
|
|
651
|
+
): void;
|
|
652
|
+
|
|
653
|
+
getBucket(
|
|
654
|
+
args: GetBucketCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<GetBucketCommandOutput>;
|
|
657
|
+
getBucket(
|
|
658
|
+
args: GetBucketCommandInput,
|
|
659
|
+
cb: (err: any, data?: GetBucketCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
getBucket(
|
|
662
|
+
args: GetBucketCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: GetBucketCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
|
|
667
|
+
getBucketLifecycleConfiguration(
|
|
668
|
+
args: GetBucketLifecycleConfigurationCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<GetBucketLifecycleConfigurationCommandOutput>;
|
|
671
|
+
getBucketLifecycleConfiguration(
|
|
672
|
+
args: GetBucketLifecycleConfigurationCommandInput,
|
|
673
|
+
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
getBucketLifecycleConfiguration(
|
|
676
|
+
args: GetBucketLifecycleConfigurationCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
|
|
681
|
+
getBucketPolicy(
|
|
682
|
+
args: GetBucketPolicyCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<GetBucketPolicyCommandOutput>;
|
|
685
|
+
getBucketPolicy(
|
|
686
|
+
args: GetBucketPolicyCommandInput,
|
|
687
|
+
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
getBucketPolicy(
|
|
690
|
+
args: GetBucketPolicyCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
|
|
695
|
+
getBucketTagging(
|
|
696
|
+
args: GetBucketTaggingCommandInput,
|
|
697
|
+
options?: __HttpHandlerOptions
|
|
698
|
+
): Promise<GetBucketTaggingCommandOutput>;
|
|
699
|
+
getBucketTagging(
|
|
700
|
+
args: GetBucketTaggingCommandInput,
|
|
701
|
+
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
getBucketTagging(
|
|
704
|
+
args: GetBucketTaggingCommandInput,
|
|
705
|
+
options: __HttpHandlerOptions,
|
|
706
|
+
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
|
|
709
|
+
getJobTagging(
|
|
710
|
+
args: GetJobTaggingCommandInput,
|
|
711
|
+
options?: __HttpHandlerOptions
|
|
712
|
+
): Promise<GetJobTaggingCommandOutput>;
|
|
713
|
+
getJobTagging(
|
|
714
|
+
args: GetJobTaggingCommandInput,
|
|
715
|
+
cb: (err: any, data?: GetJobTaggingCommandOutput) => void
|
|
716
|
+
): void;
|
|
717
|
+
getJobTagging(
|
|
718
|
+
args: GetJobTaggingCommandInput,
|
|
719
|
+
options: __HttpHandlerOptions,
|
|
720
|
+
cb: (err: any, data?: GetJobTaggingCommandOutput) => void
|
|
721
|
+
): void;
|
|
722
|
+
|
|
723
|
+
getMultiRegionAccessPoint(
|
|
724
|
+
args: GetMultiRegionAccessPointCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<GetMultiRegionAccessPointCommandOutput>;
|
|
727
|
+
getMultiRegionAccessPoint(
|
|
728
|
+
args: GetMultiRegionAccessPointCommandInput,
|
|
729
|
+
cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
getMultiRegionAccessPoint(
|
|
732
|
+
args: GetMultiRegionAccessPointCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
|
|
737
|
+
getMultiRegionAccessPointPolicy(
|
|
738
|
+
args: GetMultiRegionAccessPointPolicyCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
|
|
741
|
+
getMultiRegionAccessPointPolicy(
|
|
742
|
+
args: GetMultiRegionAccessPointPolicyCommandInput,
|
|
743
|
+
cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
getMultiRegionAccessPointPolicy(
|
|
746
|
+
args: GetMultiRegionAccessPointPolicyCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
|
|
751
|
+
getMultiRegionAccessPointPolicyStatus(
|
|
752
|
+
args: GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
753
|
+
options?: __HttpHandlerOptions
|
|
754
|
+
): Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
|
|
755
|
+
getMultiRegionAccessPointPolicyStatus(
|
|
756
|
+
args: GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
757
|
+
cb: (
|
|
758
|
+
err: any,
|
|
759
|
+
data?: GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
760
|
+
) => void
|
|
761
|
+
): void;
|
|
762
|
+
getMultiRegionAccessPointPolicyStatus(
|
|
763
|
+
args: GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
764
|
+
options: __HttpHandlerOptions,
|
|
765
|
+
cb: (
|
|
766
|
+
err: any,
|
|
767
|
+
data?: GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
768
|
+
) => void
|
|
769
|
+
): void;
|
|
770
|
+
|
|
771
|
+
getPublicAccessBlock(
|
|
772
|
+
args: GetPublicAccessBlockCommandInput,
|
|
773
|
+
options?: __HttpHandlerOptions
|
|
774
|
+
): Promise<GetPublicAccessBlockCommandOutput>;
|
|
775
|
+
getPublicAccessBlock(
|
|
776
|
+
args: GetPublicAccessBlockCommandInput,
|
|
777
|
+
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
|
|
778
|
+
): void;
|
|
779
|
+
getPublicAccessBlock(
|
|
780
|
+
args: GetPublicAccessBlockCommandInput,
|
|
781
|
+
options: __HttpHandlerOptions,
|
|
782
|
+
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
|
|
783
|
+
): void;
|
|
784
|
+
|
|
785
|
+
getStorageLensConfiguration(
|
|
786
|
+
args: GetStorageLensConfigurationCommandInput,
|
|
787
|
+
options?: __HttpHandlerOptions
|
|
788
|
+
): Promise<GetStorageLensConfigurationCommandOutput>;
|
|
789
|
+
getStorageLensConfiguration(
|
|
790
|
+
args: GetStorageLensConfigurationCommandInput,
|
|
791
|
+
cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
|
|
792
|
+
): void;
|
|
793
|
+
getStorageLensConfiguration(
|
|
794
|
+
args: GetStorageLensConfigurationCommandInput,
|
|
795
|
+
options: __HttpHandlerOptions,
|
|
796
|
+
cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
|
|
797
|
+
): void;
|
|
798
|
+
|
|
799
|
+
getStorageLensConfigurationTagging(
|
|
800
|
+
args: GetStorageLensConfigurationTaggingCommandInput,
|
|
801
|
+
options?: __HttpHandlerOptions
|
|
802
|
+
): Promise<GetStorageLensConfigurationTaggingCommandOutput>;
|
|
803
|
+
getStorageLensConfigurationTagging(
|
|
804
|
+
args: GetStorageLensConfigurationTaggingCommandInput,
|
|
805
|
+
cb: (
|
|
806
|
+
err: any,
|
|
807
|
+
data?: GetStorageLensConfigurationTaggingCommandOutput
|
|
808
|
+
) => void
|
|
809
|
+
): void;
|
|
810
|
+
getStorageLensConfigurationTagging(
|
|
811
|
+
args: GetStorageLensConfigurationTaggingCommandInput,
|
|
812
|
+
options: __HttpHandlerOptions,
|
|
813
|
+
cb: (
|
|
814
|
+
err: any,
|
|
815
|
+
data?: GetStorageLensConfigurationTaggingCommandOutput
|
|
816
|
+
) => void
|
|
817
|
+
): void;
|
|
818
|
+
|
|
819
|
+
listAccessPoints(
|
|
820
|
+
args: ListAccessPointsCommandInput,
|
|
821
|
+
options?: __HttpHandlerOptions
|
|
822
|
+
): Promise<ListAccessPointsCommandOutput>;
|
|
823
|
+
listAccessPoints(
|
|
824
|
+
args: ListAccessPointsCommandInput,
|
|
825
|
+
cb: (err: any, data?: ListAccessPointsCommandOutput) => void
|
|
826
|
+
): void;
|
|
827
|
+
listAccessPoints(
|
|
828
|
+
args: ListAccessPointsCommandInput,
|
|
829
|
+
options: __HttpHandlerOptions,
|
|
830
|
+
cb: (err: any, data?: ListAccessPointsCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
|
|
833
|
+
listAccessPointsForObjectLambda(
|
|
834
|
+
args: ListAccessPointsForObjectLambdaCommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
837
|
+
listAccessPointsForObjectLambda(
|
|
838
|
+
args: ListAccessPointsForObjectLambdaCommandInput,
|
|
839
|
+
cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
listAccessPointsForObjectLambda(
|
|
842
|
+
args: ListAccessPointsForObjectLambdaCommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
|
|
847
|
+
listJobs(
|
|
848
|
+
args: ListJobsCommandInput,
|
|
849
|
+
options?: __HttpHandlerOptions
|
|
850
|
+
): Promise<ListJobsCommandOutput>;
|
|
851
|
+
listJobs(
|
|
852
|
+
args: ListJobsCommandInput,
|
|
853
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
854
|
+
): void;
|
|
855
|
+
listJobs(
|
|
856
|
+
args: ListJobsCommandInput,
|
|
857
|
+
options: __HttpHandlerOptions,
|
|
858
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
|
|
861
|
+
listMultiRegionAccessPoints(
|
|
862
|
+
args: ListMultiRegionAccessPointsCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<ListMultiRegionAccessPointsCommandOutput>;
|
|
865
|
+
listMultiRegionAccessPoints(
|
|
866
|
+
args: ListMultiRegionAccessPointsCommandInput,
|
|
867
|
+
cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
listMultiRegionAccessPoints(
|
|
870
|
+
args: ListMultiRegionAccessPointsCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
|
|
875
|
+
listRegionalBuckets(
|
|
876
|
+
args: ListRegionalBucketsCommandInput,
|
|
877
|
+
options?: __HttpHandlerOptions
|
|
878
|
+
): Promise<ListRegionalBucketsCommandOutput>;
|
|
879
|
+
listRegionalBuckets(
|
|
880
|
+
args: ListRegionalBucketsCommandInput,
|
|
881
|
+
cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
listRegionalBuckets(
|
|
884
|
+
args: ListRegionalBucketsCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
|
|
887
|
+
): void;
|
|
888
|
+
|
|
889
|
+
listStorageLensConfigurations(
|
|
890
|
+
args: ListStorageLensConfigurationsCommandInput,
|
|
891
|
+
options?: __HttpHandlerOptions
|
|
892
|
+
): Promise<ListStorageLensConfigurationsCommandOutput>;
|
|
893
|
+
listStorageLensConfigurations(
|
|
894
|
+
args: ListStorageLensConfigurationsCommandInput,
|
|
895
|
+
cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
|
|
896
|
+
): void;
|
|
897
|
+
listStorageLensConfigurations(
|
|
898
|
+
args: ListStorageLensConfigurationsCommandInput,
|
|
899
|
+
options: __HttpHandlerOptions,
|
|
900
|
+
cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
|
|
903
|
+
putAccessPointConfigurationForObjectLambda(
|
|
904
|
+
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
|
|
907
|
+
putAccessPointConfigurationForObjectLambda(
|
|
908
|
+
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
909
|
+
cb: (
|
|
910
|
+
err: any,
|
|
911
|
+
data?: PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
912
|
+
) => void
|
|
913
|
+
): void;
|
|
914
|
+
putAccessPointConfigurationForObjectLambda(
|
|
915
|
+
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
916
|
+
options: __HttpHandlerOptions,
|
|
917
|
+
cb: (
|
|
918
|
+
err: any,
|
|
919
|
+
data?: PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
920
|
+
) => void
|
|
921
|
+
): void;
|
|
922
|
+
|
|
923
|
+
putAccessPointPolicy(
|
|
924
|
+
args: PutAccessPointPolicyCommandInput,
|
|
925
|
+
options?: __HttpHandlerOptions
|
|
926
|
+
): Promise<PutAccessPointPolicyCommandOutput>;
|
|
927
|
+
putAccessPointPolicy(
|
|
928
|
+
args: PutAccessPointPolicyCommandInput,
|
|
929
|
+
cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
|
|
930
|
+
): void;
|
|
931
|
+
putAccessPointPolicy(
|
|
932
|
+
args: PutAccessPointPolicyCommandInput,
|
|
933
|
+
options: __HttpHandlerOptions,
|
|
934
|
+
cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
|
|
935
|
+
): void;
|
|
936
|
+
|
|
937
|
+
putAccessPointPolicyForObjectLambda(
|
|
938
|
+
args: PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
939
|
+
options?: __HttpHandlerOptions
|
|
940
|
+
): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
941
|
+
putAccessPointPolicyForObjectLambda(
|
|
942
|
+
args: PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
943
|
+
cb: (
|
|
944
|
+
err: any,
|
|
945
|
+
data?: PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
946
|
+
) => void
|
|
947
|
+
): void;
|
|
948
|
+
putAccessPointPolicyForObjectLambda(
|
|
949
|
+
args: PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
950
|
+
options: __HttpHandlerOptions,
|
|
951
|
+
cb: (
|
|
952
|
+
err: any,
|
|
953
|
+
data?: PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
954
|
+
) => void
|
|
955
|
+
): void;
|
|
956
|
+
|
|
957
|
+
putBucketLifecycleConfiguration(
|
|
958
|
+
args: PutBucketLifecycleConfigurationCommandInput,
|
|
959
|
+
options?: __HttpHandlerOptions
|
|
960
|
+
): Promise<PutBucketLifecycleConfigurationCommandOutput>;
|
|
961
|
+
putBucketLifecycleConfiguration(
|
|
962
|
+
args: PutBucketLifecycleConfigurationCommandInput,
|
|
963
|
+
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
putBucketLifecycleConfiguration(
|
|
966
|
+
args: PutBucketLifecycleConfigurationCommandInput,
|
|
967
|
+
options: __HttpHandlerOptions,
|
|
968
|
+
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
|
|
971
|
+
putBucketPolicy(
|
|
972
|
+
args: PutBucketPolicyCommandInput,
|
|
973
|
+
options?: __HttpHandlerOptions
|
|
974
|
+
): Promise<PutBucketPolicyCommandOutput>;
|
|
975
|
+
putBucketPolicy(
|
|
976
|
+
args: PutBucketPolicyCommandInput,
|
|
977
|
+
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
978
|
+
): void;
|
|
979
|
+
putBucketPolicy(
|
|
980
|
+
args: PutBucketPolicyCommandInput,
|
|
981
|
+
options: __HttpHandlerOptions,
|
|
982
|
+
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
|
|
985
|
+
putBucketTagging(
|
|
986
|
+
args: PutBucketTaggingCommandInput,
|
|
987
|
+
options?: __HttpHandlerOptions
|
|
988
|
+
): Promise<PutBucketTaggingCommandOutput>;
|
|
989
|
+
putBucketTagging(
|
|
990
|
+
args: PutBucketTaggingCommandInput,
|
|
991
|
+
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
putBucketTagging(
|
|
994
|
+
args: PutBucketTaggingCommandInput,
|
|
995
|
+
options: __HttpHandlerOptions,
|
|
996
|
+
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
|
|
997
|
+
): void;
|
|
998
|
+
|
|
999
|
+
putJobTagging(
|
|
1000
|
+
args: PutJobTaggingCommandInput,
|
|
1001
|
+
options?: __HttpHandlerOptions
|
|
1002
|
+
): Promise<PutJobTaggingCommandOutput>;
|
|
1003
|
+
putJobTagging(
|
|
1004
|
+
args: PutJobTaggingCommandInput,
|
|
1005
|
+
cb: (err: any, data?: PutJobTaggingCommandOutput) => void
|
|
1006
|
+
): void;
|
|
1007
|
+
putJobTagging(
|
|
1008
|
+
args: PutJobTaggingCommandInput,
|
|
1009
|
+
options: __HttpHandlerOptions,
|
|
1010
|
+
cb: (err: any, data?: PutJobTaggingCommandOutput) => void
|
|
1011
|
+
): void;
|
|
1012
|
+
|
|
1013
|
+
putMultiRegionAccessPointPolicy(
|
|
1014
|
+
args: PutMultiRegionAccessPointPolicyCommandInput,
|
|
1015
|
+
options?: __HttpHandlerOptions
|
|
1016
|
+
): Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
|
|
1017
|
+
putMultiRegionAccessPointPolicy(
|
|
1018
|
+
args: PutMultiRegionAccessPointPolicyCommandInput,
|
|
1019
|
+
cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
|
|
1020
|
+
): void;
|
|
1021
|
+
putMultiRegionAccessPointPolicy(
|
|
1022
|
+
args: PutMultiRegionAccessPointPolicyCommandInput,
|
|
1023
|
+
options: __HttpHandlerOptions,
|
|
1024
|
+
cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
|
|
1025
|
+
): void;
|
|
1026
|
+
|
|
1027
|
+
putPublicAccessBlock(
|
|
1028
|
+
args: PutPublicAccessBlockCommandInput,
|
|
1029
|
+
options?: __HttpHandlerOptions
|
|
1030
|
+
): Promise<PutPublicAccessBlockCommandOutput>;
|
|
1031
|
+
putPublicAccessBlock(
|
|
1032
|
+
args: PutPublicAccessBlockCommandInput,
|
|
1033
|
+
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1034
|
+
): void;
|
|
1035
|
+
putPublicAccessBlock(
|
|
1036
|
+
args: PutPublicAccessBlockCommandInput,
|
|
1037
|
+
options: __HttpHandlerOptions,
|
|
1038
|
+
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1039
|
+
): void;
|
|
1040
|
+
|
|
1041
|
+
putStorageLensConfiguration(
|
|
1042
|
+
args: PutStorageLensConfigurationCommandInput,
|
|
1043
|
+
options?: __HttpHandlerOptions
|
|
1044
|
+
): Promise<PutStorageLensConfigurationCommandOutput>;
|
|
1045
|
+
putStorageLensConfiguration(
|
|
1046
|
+
args: PutStorageLensConfigurationCommandInput,
|
|
1047
|
+
cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
putStorageLensConfiguration(
|
|
1050
|
+
args: PutStorageLensConfigurationCommandInput,
|
|
1051
|
+
options: __HttpHandlerOptions,
|
|
1052
|
+
cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
|
|
1053
|
+
): void;
|
|
1054
|
+
|
|
1055
|
+
putStorageLensConfigurationTagging(
|
|
1056
|
+
args: PutStorageLensConfigurationTaggingCommandInput,
|
|
1057
|
+
options?: __HttpHandlerOptions
|
|
1058
|
+
): Promise<PutStorageLensConfigurationTaggingCommandOutput>;
|
|
1059
|
+
putStorageLensConfigurationTagging(
|
|
1060
|
+
args: PutStorageLensConfigurationTaggingCommandInput,
|
|
1061
|
+
cb: (
|
|
1062
|
+
err: any,
|
|
1063
|
+
data?: PutStorageLensConfigurationTaggingCommandOutput
|
|
1064
|
+
) => void
|
|
1065
|
+
): void;
|
|
1066
|
+
putStorageLensConfigurationTagging(
|
|
1067
|
+
args: PutStorageLensConfigurationTaggingCommandInput,
|
|
1068
|
+
options: __HttpHandlerOptions,
|
|
1069
|
+
cb: (
|
|
1070
|
+
err: any,
|
|
1071
|
+
data?: PutStorageLensConfigurationTaggingCommandOutput
|
|
1072
|
+
) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
|
|
1075
|
+
updateJobPriority(
|
|
1076
|
+
args: UpdateJobPriorityCommandInput,
|
|
1077
|
+
options?: __HttpHandlerOptions
|
|
1078
|
+
): Promise<UpdateJobPriorityCommandOutput>;
|
|
1079
|
+
updateJobPriority(
|
|
1080
|
+
args: UpdateJobPriorityCommandInput,
|
|
1081
|
+
cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
updateJobPriority(
|
|
1084
|
+
args: UpdateJobPriorityCommandInput,
|
|
1085
|
+
options: __HttpHandlerOptions,
|
|
1086
|
+
cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
|
|
1087
|
+
): void;
|
|
1088
|
+
|
|
1089
|
+
updateJobStatus(
|
|
1090
|
+
args: UpdateJobStatusCommandInput,
|
|
1091
|
+
options?: __HttpHandlerOptions
|
|
1092
|
+
): Promise<UpdateJobStatusCommandOutput>;
|
|
1093
|
+
updateJobStatus(
|
|
1094
|
+
args: UpdateJobStatusCommandInput,
|
|
1095
|
+
cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
updateJobStatus(
|
|
1098
|
+
args: UpdateJobStatusCommandInput,
|
|
1099
|
+
options: __HttpHandlerOptions,
|
|
1100
|
+
cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
|
|
1101
|
+
): void;
|
|
1102
|
+
}
|