@aws-sdk/client-oam 3.948.0 → 3.953.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 (35) hide show
  1. package/dist-cjs/index.js +210 -150
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateLinkCommand.js +2 -2
  4. package/dist-es/commands/CreateSinkCommand.js +2 -2
  5. package/dist-es/commands/DeleteLinkCommand.js +2 -2
  6. package/dist-es/commands/DeleteSinkCommand.js +2 -2
  7. package/dist-es/commands/GetLinkCommand.js +2 -2
  8. package/dist-es/commands/GetSinkCommand.js +2 -2
  9. package/dist-es/commands/GetSinkPolicyCommand.js +2 -2
  10. package/dist-es/commands/ListAttachedLinksCommand.js +2 -2
  11. package/dist-es/commands/ListLinksCommand.js +2 -2
  12. package/dist-es/commands/ListSinksCommand.js +2 -2
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-es/commands/PutSinkPolicyCommand.js +2 -2
  15. package/dist-es/commands/TagResourceCommand.js +2 -2
  16. package/dist-es/commands/UntagResourceCommand.js +2 -2
  17. package/dist-es/commands/UpdateLinkCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -1
  20. package/dist-es/schemas/schemas_0.js +115 -115
  21. package/dist-types/OAMClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +61 -69
  28. package/dist-types/ts3.4/OAMClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -69
  35. package/package.json +34 -34
@@ -95,9 +95,9 @@ const _tK = "tagKeys";
95
95
  const _xaE = "x-amzn-ErrorType";
96
96
  const n0 = "com.amazonaws.oam";
97
97
  import { TypeRegistry } from "@smithy/core/schema";
98
- import { ConflictException as __ConflictException, InternalServiceFault as __InternalServiceFault, InvalidParameterException as __InvalidParameterException, MissingRequiredParameterException as __MissingRequiredParameterException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
99
- import { OAMServiceException as __OAMServiceException } from "../models/OAMServiceException";
100
- export var ConflictException = [
98
+ import { ConflictException, InternalServiceFault, InvalidParameterException, MissingRequiredParameterException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyTagsException, ValidationException, } from "../models/errors";
99
+ import { OAMServiceException } from "../models/OAMServiceException";
100
+ export var ConflictException$ = [
101
101
  -3,
102
102
  n0,
103
103
  _CE,
@@ -105,43 +105,43 @@ export var ConflictException = [
105
105
  [_M, _aET],
106
106
  [0, [0, { [_hH]: _xaE }]],
107
107
  ];
108
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
109
- export var CreateLinkInput = [
108
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
109
+ export var CreateLinkInput$ = [
110
110
  3,
111
111
  n0,
112
112
  _CLI,
113
113
  0,
114
114
  [_LT, _RT, _SI, _T, _LC],
115
- [0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
115
+ [0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
116
116
  ];
117
- export var CreateLinkOutput = [
117
+ export var CreateLinkOutput$ = [
118
118
  3,
119
119
  n0,
120
120
  _CLO,
121
121
  0,
122
122
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
123
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
123
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
124
124
  ];
125
- export var CreateSinkInput = [3, n0, _CSI, 0, [_N, _T], [0, 128 | 0]];
126
- export var CreateSinkOutput = [3, n0, _CSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
127
- export var DeleteLinkInput = [3, n0, _DLI, 0, [_Id], [0]];
128
- export var DeleteLinkOutput = [3, n0, _DLO, 0, [], []];
129
- export var DeleteSinkInput = [3, n0, _DSI, 0, [_Id], [0]];
130
- export var DeleteSinkOutput = [3, n0, _DSO, 0, [], []];
131
- export var GetLinkInput = [3, n0, _GLI, 0, [_Id, _IT], [0, 2]];
132
- export var GetLinkOutput = [
125
+ export var CreateSinkInput$ = [3, n0, _CSI, 0, [_N, _T], [0, 128 | 0]];
126
+ export var CreateSinkOutput$ = [3, n0, _CSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
127
+ export var DeleteLinkInput$ = [3, n0, _DLI, 0, [_Id], [0]];
128
+ export var DeleteLinkOutput$ = [3, n0, _DLO, 0, [], []];
129
+ export var DeleteSinkInput$ = [3, n0, _DSI, 0, [_Id], [0]];
130
+ export var DeleteSinkOutput$ = [3, n0, _DSO, 0, [], []];
131
+ export var GetLinkInput$ = [3, n0, _GLI, 0, [_Id, _IT], [0, 2]];
132
+ export var GetLinkOutput$ = [
133
133
  3,
134
134
  n0,
135
135
  _GLO,
136
136
  0,
137
137
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
138
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
138
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
139
139
  ];
140
- export var GetSinkInput = [3, n0, _GSI, 0, [_Id, _IT], [0, 2]];
141
- export var GetSinkOutput = [3, n0, _GSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
142
- export var GetSinkPolicyInput = [3, n0, _GSPI, 0, [_SI], [0]];
143
- export var GetSinkPolicyOutput = [3, n0, _GSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
144
- export var InternalServiceFault = [
140
+ export var GetSinkInput$ = [3, n0, _GSI, 0, [_Id, _IT], [0, 2]];
141
+ export var GetSinkOutput$ = [3, n0, _GSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
142
+ export var GetSinkPolicyInput$ = [3, n0, _GSPI, 0, [_SI], [0]];
143
+ export var GetSinkPolicyOutput$ = [3, n0, _GSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
144
+ export var InternalServiceFault$ = [
145
145
  -3,
146
146
  n0,
147
147
  _ISF,
@@ -149,8 +149,8 @@ export var InternalServiceFault = [
149
149
  [_M, _aET],
150
150
  [0, [0, { [_hH]: _xaE }]],
151
151
  ];
152
- TypeRegistry.for(n0).registerError(InternalServiceFault, __InternalServiceFault);
153
- export var InvalidParameterException = [
152
+ TypeRegistry.for(n0).registerError(InternalServiceFault$, InternalServiceFault);
153
+ export var InvalidParameterException$ = [
154
154
  -3,
155
155
  n0,
156
156
  _IPE,
@@ -158,18 +158,18 @@ export var InvalidParameterException = [
158
158
  [_m, _aET],
159
159
  [0, [0, { [_hH]: _xaE }]],
160
160
  ];
161
- TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
162
- export var LinkConfiguration = [
161
+ TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
162
+ export var LinkConfiguration$ = [
163
163
  3,
164
164
  n0,
165
165
  _LC,
166
166
  0,
167
167
  [_LGC, _MC],
168
- [() => LogGroupConfiguration, () => MetricConfiguration],
168
+ [() => LogGroupConfiguration$, () => MetricConfiguration$],
169
169
  ];
170
- export var ListAttachedLinksInput = [3, n0, _LALI, 0, [_MR, _NT, _SI], [1, 0, 0]];
171
- export var ListAttachedLinksItem = [3, n0, _LALIi, 0, [_L, _LA, _RT], [0, 0, 64 | 0]];
172
- export var ListAttachedLinksOutput = [
170
+ export var ListAttachedLinksInput$ = [3, n0, _LALI, 0, [_MR, _NT, _SI], [1, 0, 0]];
171
+ export var ListAttachedLinksItem$ = [3, n0, _LALIi, 0, [_L, _LA, _RT], [0, 0, 64 | 0]];
172
+ export var ListAttachedLinksOutput$ = [
173
173
  3,
174
174
  n0,
175
175
  _LALO,
@@ -177,17 +177,17 @@ export var ListAttachedLinksOutput = [
177
177
  [_It, _NT],
178
178
  [() => ListAttachedLinksItems, 0],
179
179
  ];
180
- export var ListLinksInput = [3, n0, _LLI, 0, [_MR, _NT], [1, 0]];
181
- export var ListLinksItem = [3, n0, _LLIi, 0, [_A, _I, _L, _RT, _SA], [0, 0, 0, 64 | 0, 0]];
182
- export var ListLinksOutput = [3, n0, _LLO, 0, [_It, _NT], [() => ListLinksItems, 0]];
183
- export var ListSinksInput = [3, n0, _LSI, 0, [_MR, _NT], [1, 0]];
184
- export var ListSinksItem = [3, n0, _LSIi, 0, [_A, _I, _N], [0, 0, 0]];
185
- export var ListSinksOutput = [3, n0, _LSO, 0, [_It, _NT], [() => ListSinksItems, 0]];
186
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
187
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
188
- export var LogGroupConfiguration = [3, n0, _LGC, 0, [_F], [0]];
189
- export var MetricConfiguration = [3, n0, _MC, 0, [_F], [0]];
190
- export var MissingRequiredParameterException = [
180
+ export var ListLinksInput$ = [3, n0, _LLI, 0, [_MR, _NT], [1, 0]];
181
+ export var ListLinksItem$ = [3, n0, _LLIi, 0, [_A, _I, _L, _RT, _SA], [0, 0, 0, 64 | 0, 0]];
182
+ export var ListLinksOutput$ = [3, n0, _LLO, 0, [_It, _NT], [() => ListLinksItems, 0]];
183
+ export var ListSinksInput$ = [3, n0, _LSI, 0, [_MR, _NT], [1, 0]];
184
+ export var ListSinksItem$ = [3, n0, _LSIi, 0, [_A, _I, _N], [0, 0, 0]];
185
+ export var ListSinksOutput$ = [3, n0, _LSO, 0, [_It, _NT], [() => ListSinksItems, 0]];
186
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
187
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
188
+ export var LogGroupConfiguration$ = [3, n0, _LGC, 0, [_F], [0]];
189
+ export var MetricConfiguration$ = [3, n0, _MC, 0, [_F], [0]];
190
+ export var MissingRequiredParameterException$ = [
191
191
  -3,
192
192
  n0,
193
193
  _MRPE,
@@ -195,10 +195,10 @@ export var MissingRequiredParameterException = [
195
195
  [_m, _aET],
196
196
  [0, [0, { [_hH]: _xaE }]],
197
197
  ];
198
- TypeRegistry.for(n0).registerError(MissingRequiredParameterException, __MissingRequiredParameterException);
199
- export var PutSinkPolicyInput = [3, n0, _PSPI, 0, [_SI, _P], [0, 0]];
200
- export var PutSinkPolicyOutput = [3, n0, _PSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
201
- export var ResourceNotFoundException = [
198
+ TypeRegistry.for(n0).registerError(MissingRequiredParameterException$, MissingRequiredParameterException);
199
+ export var PutSinkPolicyInput$ = [3, n0, _PSPI, 0, [_SI, _P], [0, 0]];
200
+ export var PutSinkPolicyOutput$ = [3, n0, _PSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
201
+ export var ResourceNotFoundException$ = [
202
202
  -3,
203
203
  n0,
204
204
  _RNFE,
@@ -206,8 +206,8 @@ export var ResourceNotFoundException = [
206
206
  [_M, _aET],
207
207
  [0, [0, { [_hH]: _xaE }]],
208
208
  ];
209
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
210
- export var ServiceQuotaExceededException = [
209
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
210
+ export var ServiceQuotaExceededException$ = [
211
211
  -3,
212
212
  n0,
213
213
  _SQEE,
@@ -215,12 +215,12 @@ export var ServiceQuotaExceededException = [
215
215
  [_M, _aET],
216
216
  [0, [0, { [_hH]: _xaE }]],
217
217
  ];
218
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
219
- export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
220
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
221
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
222
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
223
- export var UntagResourceInput = [
218
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
219
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
220
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
221
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
222
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
223
+ export var UntagResourceInput$ = [
224
224
  3,
225
225
  n0,
226
226
  _URI,
@@ -231,152 +231,152 @@ export var UntagResourceInput = [
231
231
  [64 | 0, { [_hQ]: _tK }],
232
232
  ],
233
233
  ];
234
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
235
- export var UpdateLinkInput = [
234
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
235
+ export var UpdateLinkInput$ = [
236
236
  3,
237
237
  n0,
238
238
  _ULI,
239
239
  0,
240
240
  [_Id, _RT, _LC, _IT],
241
- [0, 64 | 0, () => LinkConfiguration, 2],
241
+ [0, 64 | 0, () => LinkConfiguration$, 2],
242
242
  ];
243
- export var UpdateLinkOutput = [
243
+ export var UpdateLinkOutput$ = [
244
244
  3,
245
245
  n0,
246
246
  _ULO,
247
247
  0,
248
248
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
249
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
249
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
250
250
  ];
251
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
252
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
253
- export var OAMServiceException = [-3, _sm, "OAMServiceException", 0, [], []];
254
- TypeRegistry.for(_sm).registerError(OAMServiceException, __OAMServiceException);
255
- export var ListAttachedLinksItems = [1, n0, _LALIis, 0, () => ListAttachedLinksItem];
256
- export var ListLinksItems = [1, n0, _LLIis, 0, () => ListLinksItem];
257
- export var ListSinksItems = [1, n0, _LSIis, 0, () => ListSinksItem];
258
- export var ResourceTypesInput = 64 | 0;
259
- export var ResourceTypesOutput = 64 | 0;
260
- export var TagKeys = 64 | 0;
261
- export var TagMapInput = 128 | 0;
262
- export var TagMapOutput = 128 | 0;
263
- export var CreateLink = [
251
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
252
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
253
+ export var OAMServiceException$ = [-3, _sm, "OAMServiceException", 0, [], []];
254
+ TypeRegistry.for(_sm).registerError(OAMServiceException$, OAMServiceException);
255
+ var ListAttachedLinksItems = [1, n0, _LALIis, 0, () => ListAttachedLinksItem$];
256
+ var ListLinksItems = [1, n0, _LLIis, 0, () => ListLinksItem$];
257
+ var ListSinksItems = [1, n0, _LSIis, 0, () => ListSinksItem$];
258
+ var ResourceTypesInput = 64 | 0;
259
+ var ResourceTypesOutput = 64 | 0;
260
+ var TagKeys = 64 | 0;
261
+ var TagMapInput = 128 | 0;
262
+ var TagMapOutput = 128 | 0;
263
+ export var CreateLink$ = [
264
264
  9,
265
265
  n0,
266
266
  _CL,
267
267
  { [_h]: ["POST", "/CreateLink", 200] },
268
- () => CreateLinkInput,
269
- () => CreateLinkOutput,
268
+ () => CreateLinkInput$,
269
+ () => CreateLinkOutput$,
270
270
  ];
271
- export var CreateSink = [
271
+ export var CreateSink$ = [
272
272
  9,
273
273
  n0,
274
274
  _CS,
275
275
  { [_h]: ["POST", "/CreateSink", 200] },
276
- () => CreateSinkInput,
277
- () => CreateSinkOutput,
276
+ () => CreateSinkInput$,
277
+ () => CreateSinkOutput$,
278
278
  ];
279
- export var DeleteLink = [
279
+ export var DeleteLink$ = [
280
280
  9,
281
281
  n0,
282
282
  _DL,
283
283
  { [_h]: ["POST", "/DeleteLink", 200] },
284
- () => DeleteLinkInput,
285
- () => DeleteLinkOutput,
284
+ () => DeleteLinkInput$,
285
+ () => DeleteLinkOutput$,
286
286
  ];
287
- export var DeleteSink = [
287
+ export var DeleteSink$ = [
288
288
  9,
289
289
  n0,
290
290
  _DS,
291
291
  { [_h]: ["POST", "/DeleteSink", 200] },
292
- () => DeleteSinkInput,
293
- () => DeleteSinkOutput,
292
+ () => DeleteSinkInput$,
293
+ () => DeleteSinkOutput$,
294
294
  ];
295
- export var GetLink = [
295
+ export var GetLink$ = [
296
296
  9,
297
297
  n0,
298
298
  _GL,
299
299
  { [_h]: ["POST", "/GetLink", 200] },
300
- () => GetLinkInput,
301
- () => GetLinkOutput,
300
+ () => GetLinkInput$,
301
+ () => GetLinkOutput$,
302
302
  ];
303
- export var GetSink = [
303
+ export var GetSink$ = [
304
304
  9,
305
305
  n0,
306
306
  _GS,
307
307
  { [_h]: ["POST", "/GetSink", 200] },
308
- () => GetSinkInput,
309
- () => GetSinkOutput,
308
+ () => GetSinkInput$,
309
+ () => GetSinkOutput$,
310
310
  ];
311
- export var GetSinkPolicy = [
311
+ export var GetSinkPolicy$ = [
312
312
  9,
313
313
  n0,
314
314
  _GSP,
315
315
  { [_h]: ["POST", "/GetSinkPolicy", 200] },
316
- () => GetSinkPolicyInput,
317
- () => GetSinkPolicyOutput,
316
+ () => GetSinkPolicyInput$,
317
+ () => GetSinkPolicyOutput$,
318
318
  ];
319
- export var ListAttachedLinks = [
319
+ export var ListAttachedLinks$ = [
320
320
  9,
321
321
  n0,
322
322
  _LAL,
323
323
  { [_h]: ["POST", "/ListAttachedLinks", 200] },
324
- () => ListAttachedLinksInput,
325
- () => ListAttachedLinksOutput,
324
+ () => ListAttachedLinksInput$,
325
+ () => ListAttachedLinksOutput$,
326
326
  ];
327
- export var ListLinks = [
327
+ export var ListLinks$ = [
328
328
  9,
329
329
  n0,
330
330
  _LL,
331
331
  { [_h]: ["POST", "/ListLinks", 200] },
332
- () => ListLinksInput,
333
- () => ListLinksOutput,
332
+ () => ListLinksInput$,
333
+ () => ListLinksOutput$,
334
334
  ];
335
- export var ListSinks = [
335
+ export var ListSinks$ = [
336
336
  9,
337
337
  n0,
338
338
  _LS,
339
339
  { [_h]: ["POST", "/ListSinks", 200] },
340
- () => ListSinksInput,
341
- () => ListSinksOutput,
340
+ () => ListSinksInput$,
341
+ () => ListSinksOutput$,
342
342
  ];
343
- export var ListTagsForResource = [
343
+ export var ListTagsForResource$ = [
344
344
  9,
345
345
  n0,
346
346
  _LTFR,
347
347
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
348
- () => ListTagsForResourceInput,
349
- () => ListTagsForResourceOutput,
348
+ () => ListTagsForResourceInput$,
349
+ () => ListTagsForResourceOutput$,
350
350
  ];
351
- export var PutSinkPolicy = [
351
+ export var PutSinkPolicy$ = [
352
352
  9,
353
353
  n0,
354
354
  _PSP,
355
355
  { [_h]: ["POST", "/PutSinkPolicy", 200] },
356
- () => PutSinkPolicyInput,
357
- () => PutSinkPolicyOutput,
356
+ () => PutSinkPolicyInput$,
357
+ () => PutSinkPolicyOutput$,
358
358
  ];
359
- export var TagResource = [
359
+ export var TagResource$ = [
360
360
  9,
361
361
  n0,
362
362
  _TR,
363
363
  { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
364
- () => TagResourceInput,
365
- () => TagResourceOutput,
364
+ () => TagResourceInput$,
365
+ () => TagResourceOutput$,
366
366
  ];
367
- export var UntagResource = [
367
+ export var UntagResource$ = [
368
368
  9,
369
369
  n0,
370
370
  _UR,
371
371
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
372
- () => UntagResourceInput,
373
- () => UntagResourceOutput,
372
+ () => UntagResourceInput$,
373
+ () => UntagResourceOutput$,
374
374
  ];
375
- export var UpdateLink = [
375
+ export var UpdateLink$ = [
376
376
  9,
377
377
  n0,
378
378
  _UL,
379
379
  { [_h]: ["POST", "/UpdateLink", 200] },
380
- () => UpdateLinkInput,
381
- () => UpdateLinkOutput,
380
+ () => UpdateLinkInput$,
381
+ () => UpdateLinkOutput$,
382
382
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
11
11
  import { CreateSinkCommandInput, CreateSinkCommandOutput } from "./commands/CreateSinkCommand";
@@ -156,15 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
156
156
  * Optional extensions
157
157
  */
158
158
  extensions?: RuntimeExtension[];
159
- /**
160
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
161
- * may be overridden. A default will always be set by the client.
162
- * Available options depend on the service's supported protocols and will not be validated by
163
- * the client.
164
- * @alpha
165
- *
166
- */
167
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
168
159
  /**
169
160
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
170
161
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { OAMExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { OAMClientConfig } from "./OAMClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: OAMClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OAMHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;