@aws-sdk/client-rbin 3.1074.0 → 3.1076.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.
@@ -1,323 +0,0 @@
1
- const _CE = "ConflictException";
2
- const _CR = "CreateRule";
3
- const _CRR = "CreateRuleRequest";
4
- const _CRRr = "CreateRuleResponse";
5
- const _D = "Description";
6
- const _DR = "DeleteRule";
7
- const _DRR = "DeleteRuleRequest";
8
- const _DRRe = "DeleteRuleResponse";
9
- const _ERT = "ExcludeResourceTags";
10
- const _GR = "GetRule";
11
- const _GRR = "GetRuleRequest";
12
- const _GRRe = "GetRuleResponse";
13
- const _I = "Identifier";
14
- const _ISE = "InternalServerException";
15
- const _K = "Key";
16
- const _LC = "LockConfiguration";
17
- const _LET = "LockEndTime";
18
- const _LR = "ListRules";
19
- const _LRR = "ListRulesRequest";
20
- const _LRRi = "ListRulesResponse";
21
- const _LRRo = "LockRuleRequest";
22
- const _LRRoc = "LockRuleResponse";
23
- const _LRo = "LockRule";
24
- const _LS = "LockState";
25
- const _LTFR = "ListTagsForResource";
26
- const _LTFRR = "ListTagsForResourceRequest";
27
- const _LTFRRi = "ListTagsForResourceResponse";
28
- const _M = "Message";
29
- const _MR = "MaxResults";
30
- const _NT = "NextToken";
31
- const _R = "Reason";
32
- const _RA = "RuleArn";
33
- const _RAe = "ResourceArn";
34
- const _RNFE = "ResourceNotFoundException";
35
- const _RP = "RetentionPeriod";
36
- const _RPU = "RetentionPeriodUnit";
37
- const _RPV = "RetentionPeriodValue";
38
- const _RS = "RuleSummary";
39
- const _RSL = "RuleSummaryList";
40
- const _RT = "ResourceType";
41
- const _RTK = "ResourceTagKey";
42
- const _RTV = "ResourceTagValue";
43
- const _RTe = "ResourceTags";
44
- const _RTes = "ResourceTag";
45
- const _Ru = "Rules";
46
- const _S = "Status";
47
- const _SQEE = "ServiceQuotaExceededException";
48
- const _T = "Tags";
49
- const _TK = "TagKeys";
50
- const _TL = "TagList";
51
- const _TR = "TagResource";
52
- const _TRR = "TagResourceRequest";
53
- const _TRRa = "TagResourceResponse";
54
- const _Ta = "Tag";
55
- const _UD = "UnlockDelay";
56
- const _UDU = "UnlockDelayUnit";
57
- const _UDV = "UnlockDelayValue";
58
- const _UR = "UnlockRule";
59
- const _URR = "UnlockRuleRequest";
60
- const _URRn = "UnlockRuleResponse";
61
- const _URRnt = "UntagResourceRequest";
62
- const _URRnta = "UntagResourceResponse";
63
- const _URRp = "UpdateRuleRequest";
64
- const _URRpd = "UpdateRuleResponse";
65
- const _URn = "UntagResource";
66
- const _URp = "UpdateRule";
67
- const _V = "Value";
68
- const _VE = "ValidationException";
69
- const _c = "client";
70
- const _e = "error";
71
- const _h = "http";
72
- const _hE = "httpError";
73
- const _hQ = "httpQuery";
74
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rbin";
75
- const _se = "server";
76
- const _tK = "tagKeys";
77
- const n0 = "com.amazonaws.rbin";
78
- const { TypeRegistry } = require("@smithy/core/schema");
79
- const { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException } = require("../models/errors");
80
- const { RbinServiceException } = require("../models/RbinServiceException");
81
- const _s_registry = TypeRegistry.for(_s);
82
- const RbinServiceException$ = [-3, _s, "RbinServiceException", 0, [], []];
83
- exports.RbinServiceException$ = RbinServiceException$;
84
- _s_registry.registerError(RbinServiceException$, RbinServiceException);
85
- const n0_registry = TypeRegistry.for(n0);
86
- const ConflictException$ = [-3, n0, _CE,
87
- { [_e]: _c, [_hE]: 409 },
88
- [_M, _R],
89
- [0, 0]
90
- ];
91
- exports.ConflictException$ = ConflictException$;
92
- n0_registry.registerError(ConflictException$, ConflictException);
93
- const InternalServerException$ = [-3, n0, _ISE,
94
- { [_e]: _se, [_hE]: 500 },
95
- [_M],
96
- [0]
97
- ];
98
- exports.InternalServerException$ = InternalServerException$;
99
- n0_registry.registerError(InternalServerException$, InternalServerException);
100
- const ResourceNotFoundException$ = [-3, n0, _RNFE,
101
- { [_e]: _c, [_hE]: 404 },
102
- [_M, _R],
103
- [0, 0]
104
- ];
105
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
106
- n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
107
- const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
108
- { [_e]: _c, [_hE]: 402 },
109
- [_M, _R],
110
- [0, 0]
111
- ];
112
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
113
- n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
114
- const ValidationException$ = [-3, n0, _VE,
115
- { [_e]: _c, [_hE]: 400 },
116
- [_M, _R],
117
- [0, 0]
118
- ];
119
- exports.ValidationException$ = ValidationException$;
120
- n0_registry.registerError(ValidationException$, ValidationException);
121
- exports.errorTypeRegistries = [
122
- _s_registry,
123
- n0_registry,
124
- ];
125
- const CreateRuleRequest$ = [3, n0, _CRR,
126
- 0,
127
- [_RP, _RT, _D, _T, _RTe, _LC, _ERT],
128
- [() => RetentionPeriod$, 0, 0, () => TagList, () => ResourceTags, () => LockConfiguration$, () => ExcludeResourceTags], 2
129
- ];
130
- exports.CreateRuleRequest$ = CreateRuleRequest$;
131
- const CreateRuleResponse$ = [3, n0, _CRRr,
132
- 0,
133
- [_I, _RP, _D, _T, _RT, _RTe, _S, _LC, _LS, _RA, _ERT],
134
- [0, () => RetentionPeriod$, 0, () => TagList, 0, () => ResourceTags, 0, () => LockConfiguration$, 0, 0, () => ExcludeResourceTags]
135
- ];
136
- exports.CreateRuleResponse$ = CreateRuleResponse$;
137
- const DeleteRuleRequest$ = [3, n0, _DRR,
138
- 0,
139
- [_I],
140
- [[0, 1]], 1
141
- ];
142
- exports.DeleteRuleRequest$ = DeleteRuleRequest$;
143
- const DeleteRuleResponse$ = [3, n0, _DRRe,
144
- 0,
145
- [],
146
- []
147
- ];
148
- exports.DeleteRuleResponse$ = DeleteRuleResponse$;
149
- const GetRuleRequest$ = [3, n0, _GRR,
150
- 0,
151
- [_I],
152
- [[0, 1]], 1
153
- ];
154
- exports.GetRuleRequest$ = GetRuleRequest$;
155
- const GetRuleResponse$ = [3, n0, _GRRe,
156
- 0,
157
- [_I, _D, _RT, _RP, _RTe, _S, _LC, _LS, _LET, _RA, _ERT],
158
- [0, 0, 0, () => RetentionPeriod$, () => ResourceTags, 0, () => LockConfiguration$, 0, 4, 0, () => ExcludeResourceTags]
159
- ];
160
- exports.GetRuleResponse$ = GetRuleResponse$;
161
- const ListRulesRequest$ = [3, n0, _LRR,
162
- 0,
163
- [_RT, _MR, _NT, _RTe, _LS, _ERT],
164
- [0, 1, 0, () => ResourceTags, 0, () => ExcludeResourceTags], 1
165
- ];
166
- exports.ListRulesRequest$ = ListRulesRequest$;
167
- const ListRulesResponse$ = [3, n0, _LRRi,
168
- 0,
169
- [_Ru, _NT],
170
- [() => RuleSummaryList, 0]
171
- ];
172
- exports.ListRulesResponse$ = ListRulesResponse$;
173
- const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
174
- 0,
175
- [_RAe],
176
- [[0, 1]], 1
177
- ];
178
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
179
- const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
180
- 0,
181
- [_T],
182
- [() => TagList]
183
- ];
184
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
185
- const LockConfiguration$ = [3, n0, _LC,
186
- 0,
187
- [_UD],
188
- [() => UnlockDelay$], 1
189
- ];
190
- exports.LockConfiguration$ = LockConfiguration$;
191
- const LockRuleRequest$ = [3, n0, _LRRo,
192
- 0,
193
- [_I, _LC],
194
- [[0, 1], () => LockConfiguration$], 2
195
- ];
196
- exports.LockRuleRequest$ = LockRuleRequest$;
197
- const LockRuleResponse$ = [3, n0, _LRRoc,
198
- 0,
199
- [_I, _D, _RT, _RP, _RTe, _S, _LC, _LS, _RA, _ERT],
200
- [0, 0, 0, () => RetentionPeriod$, () => ResourceTags, 0, () => LockConfiguration$, 0, 0, () => ExcludeResourceTags]
201
- ];
202
- exports.LockRuleResponse$ = LockRuleResponse$;
203
- const ResourceTag$ = [3, n0, _RTes,
204
- 0,
205
- [_RTK, _RTV],
206
- [0, 0], 1
207
- ];
208
- exports.ResourceTag$ = ResourceTag$;
209
- const RetentionPeriod$ = [3, n0, _RP,
210
- 0,
211
- [_RPV, _RPU],
212
- [1, 0], 2
213
- ];
214
- exports.RetentionPeriod$ = RetentionPeriod$;
215
- const RuleSummary$ = [3, n0, _RS,
216
- 0,
217
- [_I, _D, _RP, _LS, _RA],
218
- [0, 0, () => RetentionPeriod$, 0, 0]
219
- ];
220
- exports.RuleSummary$ = RuleSummary$;
221
- const Tag$ = [3, n0, _Ta,
222
- 0,
223
- [_K, _V],
224
- [0, 0], 2
225
- ];
226
- exports.Tag$ = Tag$;
227
- const TagResourceRequest$ = [3, n0, _TRR,
228
- 0,
229
- [_RAe, _T],
230
- [[0, 1], () => TagList], 2
231
- ];
232
- exports.TagResourceRequest$ = TagResourceRequest$;
233
- const TagResourceResponse$ = [3, n0, _TRRa,
234
- 0,
235
- [],
236
- []
237
- ];
238
- exports.TagResourceResponse$ = TagResourceResponse$;
239
- const UnlockDelay$ = [3, n0, _UD,
240
- 0,
241
- [_UDV, _UDU],
242
- [1, 0], 2
243
- ];
244
- exports.UnlockDelay$ = UnlockDelay$;
245
- const UnlockRuleRequest$ = [3, n0, _URR,
246
- 0,
247
- [_I],
248
- [[0, 1]], 1
249
- ];
250
- exports.UnlockRuleRequest$ = UnlockRuleRequest$;
251
- const UnlockRuleResponse$ = [3, n0, _URRn,
252
- 0,
253
- [_I, _D, _RT, _RP, _RTe, _S, _LC, _LS, _LET, _RA, _ERT],
254
- [0, 0, 0, () => RetentionPeriod$, () => ResourceTags, 0, () => LockConfiguration$, 0, 4, 0, () => ExcludeResourceTags]
255
- ];
256
- exports.UnlockRuleResponse$ = UnlockRuleResponse$;
257
- const UntagResourceRequest$ = [3, n0, _URRnt,
258
- 0,
259
- [_RAe, _TK],
260
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
261
- ];
262
- exports.UntagResourceRequest$ = UntagResourceRequest$;
263
- const UntagResourceResponse$ = [3, n0, _URRnta,
264
- 0,
265
- [],
266
- []
267
- ];
268
- exports.UntagResourceResponse$ = UntagResourceResponse$;
269
- const UpdateRuleRequest$ = [3, n0, _URRp,
270
- 0,
271
- [_I, _RP, _D, _RT, _RTe, _ERT],
272
- [[0, 1], () => RetentionPeriod$, 0, 0, () => ResourceTags, () => ExcludeResourceTags], 1
273
- ];
274
- exports.UpdateRuleRequest$ = UpdateRuleRequest$;
275
- const UpdateRuleResponse$ = [3, n0, _URRpd,
276
- 0,
277
- [_I, _RP, _D, _RT, _RTe, _S, _LS, _LET, _RA, _ERT],
278
- [0, () => RetentionPeriod$, 0, 0, () => ResourceTags, 0, 0, 4, 0, () => ExcludeResourceTags]
279
- ];
280
- exports.UpdateRuleResponse$ = UpdateRuleResponse$;
281
- var ExcludeResourceTags = [1, n0, _ERT,
282
- 0, () => ResourceTag$
283
- ];
284
- var ResourceTags = [1, n0, _RTe,
285
- 0, () => ResourceTag$
286
- ];
287
- var RuleSummaryList = [1, n0, _RSL,
288
- 0, () => RuleSummary$
289
- ];
290
- var TagKeyList = 64 | 0;
291
- var TagList = [1, n0, _TL,
292
- 0, () => Tag$
293
- ];
294
- exports.CreateRule$ = [9, n0, _CR,
295
- { [_h]: ["POST", "/rules", 201] }, () => CreateRuleRequest$, () => CreateRuleResponse$
296
- ];
297
- exports.DeleteRule$ = [9, n0, _DR,
298
- { [_h]: ["DELETE", "/rules/{Identifier}", 204] }, () => DeleteRuleRequest$, () => DeleteRuleResponse$
299
- ];
300
- exports.GetRule$ = [9, n0, _GR,
301
- { [_h]: ["GET", "/rules/{Identifier}", 200] }, () => GetRuleRequest$, () => GetRuleResponse$
302
- ];
303
- exports.ListRules$ = [9, n0, _LR,
304
- { [_h]: ["POST", "/list-rules", 200] }, () => ListRulesRequest$, () => ListRulesResponse$
305
- ];
306
- exports.ListTagsForResource$ = [9, n0, _LTFR,
307
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
308
- ];
309
- exports.LockRule$ = [9, n0, _LRo,
310
- { [_h]: ["PATCH", "/rules/{Identifier}/lock", 200] }, () => LockRuleRequest$, () => LockRuleResponse$
311
- ];
312
- exports.TagResource$ = [9, n0, _TR,
313
- { [_h]: ["POST", "/tags/{ResourceArn}", 201] }, () => TagResourceRequest$, () => TagResourceResponse$
314
- ];
315
- exports.UnlockRule$ = [9, n0, _UR,
316
- { [_h]: ["PATCH", "/rules/{Identifier}/unlock", 200] }, () => UnlockRuleRequest$, () => UnlockRuleResponse$
317
- ];
318
- exports.UntagResource$ = [9, n0, _URn,
319
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
320
- ];
321
- exports.UpdateRule$ = [9, n0, _URp,
322
- { [_h]: ["PATCH", "/rules/{Identifier}", 200] }, () => UpdateRuleRequest$, () => UpdateRuleResponse$
323
- ];