@aws-sdk/client-rbin 3.968.0 → 3.970.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +17 -17
- package/dist-es/schemas/schemas_0.js +17 -17
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -281,8 +281,8 @@ var ConflictException$ = [-3, n0, _CE,
|
|
|
281
281
|
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
282
282
|
var CreateRuleRequest$ = [3, n0, _CRR,
|
|
283
283
|
0,
|
|
284
|
-
[_RP, _D, _T,
|
|
285
|
-
[() => RetentionPeriod$, 0, () => TagList,
|
|
284
|
+
[_RP, _RT, _D, _T, _RTe, _LC, _ERT],
|
|
285
|
+
[() => RetentionPeriod$, 0, 0, () => TagList, () => ResourceTags, () => LockConfiguration$, () => ExcludeResourceTags], 2
|
|
286
286
|
];
|
|
287
287
|
var CreateRuleResponse$ = [3, n0, _CRRr,
|
|
288
288
|
0,
|
|
@@ -292,7 +292,7 @@ var CreateRuleResponse$ = [3, n0, _CRRr,
|
|
|
292
292
|
var DeleteRuleRequest$ = [3, n0, _DRR,
|
|
293
293
|
0,
|
|
294
294
|
[_I],
|
|
295
|
-
[[0, 1]]
|
|
295
|
+
[[0, 1]], 1
|
|
296
296
|
];
|
|
297
297
|
var DeleteRuleResponse$ = [3, n0, _DRRe,
|
|
298
298
|
0,
|
|
@@ -302,7 +302,7 @@ var DeleteRuleResponse$ = [3, n0, _DRRe,
|
|
|
302
302
|
var GetRuleRequest$ = [3, n0, _GRR,
|
|
303
303
|
0,
|
|
304
304
|
[_I],
|
|
305
|
-
[[0, 1]]
|
|
305
|
+
[[0, 1]], 1
|
|
306
306
|
];
|
|
307
307
|
var GetRuleResponse$ = [3, n0, _GRRe,
|
|
308
308
|
0,
|
|
@@ -317,8 +317,8 @@ var InternalServerException$ = [-3, n0, _ISE,
|
|
|
317
317
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
318
318
|
var ListRulesRequest$ = [3, n0, _LRR,
|
|
319
319
|
0,
|
|
320
|
-
[_MR, _NT,
|
|
321
|
-
[
|
|
320
|
+
[_RT, _MR, _NT, _RTe, _LS, _ERT],
|
|
321
|
+
[0, 1, 0, () => ResourceTags, 0, () => ExcludeResourceTags], 1
|
|
322
322
|
];
|
|
323
323
|
var ListRulesResponse$ = [3, n0, _LRRi,
|
|
324
324
|
0,
|
|
@@ -328,7 +328,7 @@ var ListRulesResponse$ = [3, n0, _LRRi,
|
|
|
328
328
|
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
329
329
|
0,
|
|
330
330
|
[_RAe],
|
|
331
|
-
[[0, 1]]
|
|
331
|
+
[[0, 1]], 1
|
|
332
332
|
];
|
|
333
333
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
334
334
|
0,
|
|
@@ -338,12 +338,12 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
338
338
|
var LockConfiguration$ = [3, n0, _LC,
|
|
339
339
|
0,
|
|
340
340
|
[_UD],
|
|
341
|
-
[() => UnlockDelay$]
|
|
341
|
+
[() => UnlockDelay$], 1
|
|
342
342
|
];
|
|
343
343
|
var LockRuleRequest$ = [3, n0, _LRRo,
|
|
344
344
|
0,
|
|
345
345
|
[_I, _LC],
|
|
346
|
-
[[0, 1], () => LockConfiguration$]
|
|
346
|
+
[[0, 1], () => LockConfiguration$], 2
|
|
347
347
|
];
|
|
348
348
|
var LockRuleResponse$ = [3, n0, _LRRoc,
|
|
349
349
|
0,
|
|
@@ -359,12 +359,12 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
|
|
|
359
359
|
var ResourceTag$ = [3, n0, _RTes,
|
|
360
360
|
0,
|
|
361
361
|
[_RTK, _RTV],
|
|
362
|
-
[0, 0]
|
|
362
|
+
[0, 0], 1
|
|
363
363
|
];
|
|
364
364
|
var RetentionPeriod$ = [3, n0, _RP,
|
|
365
365
|
0,
|
|
366
366
|
[_RPV, _RPU],
|
|
367
|
-
[1, 0]
|
|
367
|
+
[1, 0], 2
|
|
368
368
|
];
|
|
369
369
|
var RuleSummary$ = [3, n0, _RS,
|
|
370
370
|
0,
|
|
@@ -380,12 +380,12 @@ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, Servic
|
|
|
380
380
|
var Tag$ = [3, n0, _Ta,
|
|
381
381
|
0,
|
|
382
382
|
[_K, _V],
|
|
383
|
-
[0, 0]
|
|
383
|
+
[0, 0], 2
|
|
384
384
|
];
|
|
385
385
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
386
386
|
0,
|
|
387
387
|
[_RAe, _T],
|
|
388
|
-
[[0, 1], () => TagList]
|
|
388
|
+
[[0, 1], () => TagList], 2
|
|
389
389
|
];
|
|
390
390
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
391
391
|
0,
|
|
@@ -395,12 +395,12 @@ var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
395
395
|
var UnlockDelay$ = [3, n0, _UD,
|
|
396
396
|
0,
|
|
397
397
|
[_UDV, _UDU],
|
|
398
|
-
[1, 0]
|
|
398
|
+
[1, 0], 2
|
|
399
399
|
];
|
|
400
400
|
var UnlockRuleRequest$ = [3, n0, _URR,
|
|
401
401
|
0,
|
|
402
402
|
[_I],
|
|
403
|
-
[[0, 1]]
|
|
403
|
+
[[0, 1]], 1
|
|
404
404
|
];
|
|
405
405
|
var UnlockRuleResponse$ = [3, n0, _URRn,
|
|
406
406
|
0,
|
|
@@ -410,7 +410,7 @@ var UnlockRuleResponse$ = [3, n0, _URRn,
|
|
|
410
410
|
var UntagResourceRequest$ = [3, n0, _URRnt,
|
|
411
411
|
0,
|
|
412
412
|
[_RAe, _TK],
|
|
413
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
413
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
414
414
|
];
|
|
415
415
|
var UntagResourceResponse$ = [3, n0, _URRnta,
|
|
416
416
|
0,
|
|
@@ -420,7 +420,7 @@ var UntagResourceResponse$ = [3, n0, _URRnta,
|
|
|
420
420
|
var UpdateRuleRequest$ = [3, n0, _URRp,
|
|
421
421
|
0,
|
|
422
422
|
[_I, _RP, _D, _RT, _RTe, _ERT],
|
|
423
|
-
[[0, 1], () => RetentionPeriod$, 0, 0, () => ResourceTags, () => ExcludeResourceTags]
|
|
423
|
+
[[0, 1], () => RetentionPeriod$, 0, 0, () => ResourceTags, () => ExcludeResourceTags], 1
|
|
424
424
|
];
|
|
425
425
|
var UpdateRuleResponse$ = [3, n0, _URRpd,
|
|
426
426
|
0,
|
|
@@ -86,8 +86,8 @@ export var ConflictException$ = [-3, n0, _CE,
|
|
|
86
86
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
87
87
|
export var CreateRuleRequest$ = [3, n0, _CRR,
|
|
88
88
|
0,
|
|
89
|
-
[_RP, _D, _T,
|
|
90
|
-
[() => RetentionPeriod$, 0, () => TagList,
|
|
89
|
+
[_RP, _RT, _D, _T, _RTe, _LC, _ERT],
|
|
90
|
+
[() => RetentionPeriod$, 0, 0, () => TagList, () => ResourceTags, () => LockConfiguration$, () => ExcludeResourceTags], 2
|
|
91
91
|
];
|
|
92
92
|
export var CreateRuleResponse$ = [3, n0, _CRRr,
|
|
93
93
|
0,
|
|
@@ -97,7 +97,7 @@ export var CreateRuleResponse$ = [3, n0, _CRRr,
|
|
|
97
97
|
export var DeleteRuleRequest$ = [3, n0, _DRR,
|
|
98
98
|
0,
|
|
99
99
|
[_I],
|
|
100
|
-
[[0, 1]]
|
|
100
|
+
[[0, 1]], 1
|
|
101
101
|
];
|
|
102
102
|
export var DeleteRuleResponse$ = [3, n0, _DRRe,
|
|
103
103
|
0,
|
|
@@ -107,7 +107,7 @@ export var DeleteRuleResponse$ = [3, n0, _DRRe,
|
|
|
107
107
|
export var GetRuleRequest$ = [3, n0, _GRR,
|
|
108
108
|
0,
|
|
109
109
|
[_I],
|
|
110
|
-
[[0, 1]]
|
|
110
|
+
[[0, 1]], 1
|
|
111
111
|
];
|
|
112
112
|
export var GetRuleResponse$ = [3, n0, _GRRe,
|
|
113
113
|
0,
|
|
@@ -122,8 +122,8 @@ export var InternalServerException$ = [-3, n0, _ISE,
|
|
|
122
122
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
123
123
|
export var ListRulesRequest$ = [3, n0, _LRR,
|
|
124
124
|
0,
|
|
125
|
-
[_MR, _NT,
|
|
126
|
-
[
|
|
125
|
+
[_RT, _MR, _NT, _RTe, _LS, _ERT],
|
|
126
|
+
[0, 1, 0, () => ResourceTags, 0, () => ExcludeResourceTags], 1
|
|
127
127
|
];
|
|
128
128
|
export var ListRulesResponse$ = [3, n0, _LRRi,
|
|
129
129
|
0,
|
|
@@ -133,7 +133,7 @@ export var ListRulesResponse$ = [3, n0, _LRRi,
|
|
|
133
133
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
134
134
|
0,
|
|
135
135
|
[_RAe],
|
|
136
|
-
[[0, 1]]
|
|
136
|
+
[[0, 1]], 1
|
|
137
137
|
];
|
|
138
138
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
139
139
|
0,
|
|
@@ -143,12 +143,12 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
143
143
|
export var LockConfiguration$ = [3, n0, _LC,
|
|
144
144
|
0,
|
|
145
145
|
[_UD],
|
|
146
|
-
[() => UnlockDelay$]
|
|
146
|
+
[() => UnlockDelay$], 1
|
|
147
147
|
];
|
|
148
148
|
export var LockRuleRequest$ = [3, n0, _LRRo,
|
|
149
149
|
0,
|
|
150
150
|
[_I, _LC],
|
|
151
|
-
[[0, 1], () => LockConfiguration$]
|
|
151
|
+
[[0, 1], () => LockConfiguration$], 2
|
|
152
152
|
];
|
|
153
153
|
export var LockRuleResponse$ = [3, n0, _LRRoc,
|
|
154
154
|
0,
|
|
@@ -164,12 +164,12 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
|
|
|
164
164
|
export var ResourceTag$ = [3, n0, _RTes,
|
|
165
165
|
0,
|
|
166
166
|
[_RTK, _RTV],
|
|
167
|
-
[0, 0]
|
|
167
|
+
[0, 0], 1
|
|
168
168
|
];
|
|
169
169
|
export var RetentionPeriod$ = [3, n0, _RP,
|
|
170
170
|
0,
|
|
171
171
|
[_RPV, _RPU],
|
|
172
|
-
[1, 0]
|
|
172
|
+
[1, 0], 2
|
|
173
173
|
];
|
|
174
174
|
export var RuleSummary$ = [3, n0, _RS,
|
|
175
175
|
0,
|
|
@@ -185,12 +185,12 @@ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaE
|
|
|
185
185
|
export var Tag$ = [3, n0, _Ta,
|
|
186
186
|
0,
|
|
187
187
|
[_K, _V],
|
|
188
|
-
[0, 0]
|
|
188
|
+
[0, 0], 2
|
|
189
189
|
];
|
|
190
190
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
191
191
|
0,
|
|
192
192
|
[_RAe, _T],
|
|
193
|
-
[[0, 1], () => TagList]
|
|
193
|
+
[[0, 1], () => TagList], 2
|
|
194
194
|
];
|
|
195
195
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
196
196
|
0,
|
|
@@ -200,12 +200,12 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
200
200
|
export var UnlockDelay$ = [3, n0, _UD,
|
|
201
201
|
0,
|
|
202
202
|
[_UDV, _UDU],
|
|
203
|
-
[1, 0]
|
|
203
|
+
[1, 0], 2
|
|
204
204
|
];
|
|
205
205
|
export var UnlockRuleRequest$ = [3, n0, _URR,
|
|
206
206
|
0,
|
|
207
207
|
[_I],
|
|
208
|
-
[[0, 1]]
|
|
208
|
+
[[0, 1]], 1
|
|
209
209
|
];
|
|
210
210
|
export var UnlockRuleResponse$ = [3, n0, _URRn,
|
|
211
211
|
0,
|
|
@@ -215,7 +215,7 @@ export var UnlockRuleResponse$ = [3, n0, _URRn,
|
|
|
215
215
|
export var UntagResourceRequest$ = [3, n0, _URRnt,
|
|
216
216
|
0,
|
|
217
217
|
[_RAe, _TK],
|
|
218
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
218
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
219
219
|
];
|
|
220
220
|
export var UntagResourceResponse$ = [3, n0, _URRnta,
|
|
221
221
|
0,
|
|
@@ -225,7 +225,7 @@ export var UntagResourceResponse$ = [3, n0, _URRnta,
|
|
|
225
225
|
export var UpdateRuleRequest$ = [3, n0, _URRp,
|
|
226
226
|
0,
|
|
227
227
|
[_I, _RP, _D, _RT, _RTe, _ERT],
|
|
228
|
-
[[0, 1], () => RetentionPeriod$, 0, 0, () => ResourceTags, () => ExcludeResourceTags]
|
|
228
|
+
[[0, 1], () => RetentionPeriod$, 0, 0, () => ResourceTags, () => ExcludeResourceTags], 1
|
|
229
229
|
];
|
|
230
230
|
export var UpdateRuleResponse$ = [3, n0, _URRpd,
|
|
231
231
|
0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rbin",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.970.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rbin",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.970.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.970.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.970.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.970.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.970.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.6",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.7",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.23",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.8",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.22",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.25",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|