@aws-sdk/client-aiops 3.952.0 → 3.954.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 (31) hide show
  1. package/dist-cjs/index.js +161 -117
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateInvestigationGroupCommand.js +2 -2
  4. package/dist-es/commands/DeleteInvestigationGroupCommand.js +2 -2
  5. package/dist-es/commands/DeleteInvestigationGroupPolicyCommand.js +2 -2
  6. package/dist-es/commands/GetInvestigationGroupCommand.js +2 -2
  7. package/dist-es/commands/GetInvestigationGroupPolicyCommand.js +2 -2
  8. package/dist-es/commands/ListInvestigationGroupsCommand.js +2 -2
  9. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-es/commands/PutInvestigationGroupPolicyCommand.js +2 -2
  11. package/dist-es/commands/TagResourceCommand.js +2 -2
  12. package/dist-es/commands/UntagResourceCommand.js +2 -2
  13. package/dist-es/commands/UpdateInvestigationGroupCommand.js +2 -2
  14. package/dist-es/index.js +1 -0
  15. package/dist-es/runtimeConfig.shared.js +6 -1
  16. package/dist-es/schemas/schemas_0.js +88 -88
  17. package/dist-types/AIOpsClient.d.ts +1 -10
  18. package/dist-types/index.d.ts +1 -0
  19. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  20. package/dist-types/runtimeConfig.d.ts +6 -2
  21. package/dist-types/runtimeConfig.native.d.ts +6 -2
  22. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  23. package/dist-types/schemas/schemas_0.d.ts +45 -54
  24. package/dist-types/ts3.4/AIOpsClient.d.ts +0 -4
  25. package/dist-types/ts3.4/index.d.ts +1 -0
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -56
  31. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInvestigationGroups } from "../schemas/schemas_0";
4
+ import { ListInvestigationGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInvestigationGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInvestigationGroupsCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "ListInvestigationGroups", {})
13
13
  .n("AIOpsClient", "ListInvestigationGroupsCommand")
14
- .sc(ListInvestigationGroups)
14
+ .sc(ListInvestigationGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "ListTagsForResource", {})
13
13
  .n("AIOpsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutInvestigationGroupPolicy } from "../schemas/schemas_0";
4
+ import { PutInvestigationGroupPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutInvestigationGroupPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutInvestigationGroupPolicyCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "PutInvestigationGroupPolicy", {})
13
13
  .n("AIOpsClient", "PutInvestigationGroupPolicyCommand")
14
- .sc(PutInvestigationGroupPolicy)
14
+ .sc(PutInvestigationGroupPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "TagResource", {})
13
13
  .n("AIOpsClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "UntagResource", {})
13
13
  .n("AIOpsClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateInvestigationGroup } from "../schemas/schemas_0";
4
+ import { UpdateInvestigationGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateInvestigationGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateInvestigationGroupCommand extends $Command
11
11
  })
12
12
  .s("AIOps", "UpdateInvestigationGroup", {})
13
13
  .n("AIOpsClient", "UpdateInvestigationGroupCommand")
14
- .sc(UpdateInvestigationGroup)
14
+ .sc(UpdateInvestigationGroup$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AIOpsClient";
2
2
  export * from "./AIOps";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.aiops" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.aiops",
29
+ version: "2018-05-10",
30
+ serviceTarget: "AIOps",
31
+ },
27
32
  serviceId: config?.serviceId ?? "AIOps",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -84,14 +84,14 @@ const _tKB = "tagKeyBoundaries";
84
84
  const _ty = "type";
85
85
  const n0 = "com.amazonaws.aiops";
86
86
  import { TypeRegistry } from "@smithy/core/schema";
87
- import { AIOpsServiceException as __AIOpsServiceException } from "../models/AIOpsServiceException";
88
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
89
- export var SensitiveStringWithLengthLimits = [0, n0, _SSWLL, 8, 0];
90
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
91
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
92
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
93
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
94
- export var CreateInvestigationGroupInput = [
87
+ import { AIOpsServiceException } from "../models/AIOpsServiceException";
88
+ import { AccessDeniedException, ConflictException, ForbiddenException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
89
+ var SensitiveStringWithLengthLimits = [0, n0, _SSWLL, 8, 0];
90
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
91
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
92
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
93
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
94
+ export var CreateInvestigationGroupInput$ = [
95
95
  3,
96
96
  n0,
97
97
  _CIGI,
@@ -100,7 +100,7 @@ export var CreateInvestigationGroupInput = [
100
100
  [
101
101
  0,
102
102
  0,
103
- () => EncryptionConfiguration,
103
+ () => EncryptionConfiguration$,
104
104
  1,
105
105
  128 | 0,
106
106
  64 | 0,
@@ -109,18 +109,18 @@ export var CreateInvestigationGroupInput = [
109
109
  () => CrossAccountConfigurations,
110
110
  ],
111
111
  ];
112
- export var CreateInvestigationGroupOutput = [3, n0, _CIGO, 0, [_a], [0]];
113
- export var CrossAccountConfiguration = [3, n0, _CAC, 0, [_sRA], [0]];
114
- export var DeleteInvestigationGroupPolicyOutput = [3, n0, _DIGPO, 0, [], []];
115
- export var DeleteInvestigationGroupPolicyRequest = [3, n0, _DIGPR, 0, [_i], [[0, 1]]];
116
- export var DeleteInvestigationGroupRequest = [3, n0, _DIGR, 0, [_i], [[0, 1]]];
117
- export var EncryptionConfiguration = [3, n0, _EC, 0, [_ty, _kKI], [0, 0]];
118
- export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
119
- TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
120
- export var GetInvestigationGroupPolicyRequest = [3, n0, _GIGPR, 0, [_i], [[0, 1]]];
121
- export var GetInvestigationGroupPolicyResponse = [3, n0, _GIGPRe, 0, [_iGA, _p], [0, 0]];
122
- export var GetInvestigationGroupRequest = [3, n0, _GIGR, 0, [_i], [[0, 1]]];
123
- export var GetInvestigationGroupResponse = [
112
+ export var CreateInvestigationGroupOutput$ = [3, n0, _CIGO, 0, [_a], [0]];
113
+ export var CrossAccountConfiguration$ = [3, n0, _CAC, 0, [_sRA], [0]];
114
+ export var DeleteInvestigationGroupPolicyOutput$ = [3, n0, _DIGPO, 0, [], []];
115
+ export var DeleteInvestigationGroupPolicyRequest$ = [3, n0, _DIGPR, 0, [_i], [[0, 1]]];
116
+ export var DeleteInvestigationGroupRequest$ = [3, n0, _DIGR, 0, [_i], [[0, 1]]];
117
+ export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_ty, _kKI], [0, 0]];
118
+ export var ForbiddenException$ = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
119
+ TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
120
+ export var GetInvestigationGroupPolicyRequest$ = [3, n0, _GIGPR, 0, [_i], [[0, 1]]];
121
+ export var GetInvestigationGroupPolicyResponse$ = [3, n0, _GIGPRe, 0, [_iGA, _p], [0, 0]];
122
+ export var GetInvestigationGroupRequest$ = [3, n0, _GIGR, 0, [_i], [[0, 1]]];
123
+ export var GetInvestigationGroupResponse$ = [
124
124
  3,
125
125
  n0,
126
126
  _GIGRe,
@@ -134,7 +134,7 @@ export var GetInvestigationGroupResponse = [
134
134
  0,
135
135
  0,
136
136
  0,
137
- () => EncryptionConfiguration,
137
+ () => EncryptionConfiguration$,
138
138
  1,
139
139
  [2, n0, _CNC, 0, 0, 64 | 0],
140
140
  64 | 0,
@@ -142,9 +142,9 @@ export var GetInvestigationGroupResponse = [
142
142
  () => CrossAccountConfigurations,
143
143
  ],
144
144
  ];
145
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
146
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
147
- export var ListInvestigationGroupsInput = [
145
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
146
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
147
+ export var ListInvestigationGroupsInput$ = [
148
148
  3,
149
149
  n0,
150
150
  _LIGI,
@@ -155,8 +155,8 @@ export var ListInvestigationGroupsInput = [
155
155
  [1, { [_hQ]: _mR }],
156
156
  ],
157
157
  ];
158
- export var ListInvestigationGroupsModel = [3, n0, _LIGM, 0, [_a, _n], [0, 0]];
159
- export var ListInvestigationGroupsOutput = [
158
+ export var ListInvestigationGroupsModel$ = [3, n0, _LIGM, 0, [_a, _n], [0, 0]];
159
+ export var ListInvestigationGroupsOutput$ = [
160
160
  3,
161
161
  n0,
162
162
  _LIGO,
@@ -164,13 +164,13 @@ export var ListInvestigationGroupsOutput = [
164
164
  [_nT, _iG],
165
165
  [[() => SensitiveStringWithLengthLimits, 0], () => InvestigationGroups],
166
166
  ];
167
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
168
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
169
- export var PutInvestigationGroupPolicyRequest = [3, n0, _PIGPR, 0, [_i, _p], [[0, 1], 0]];
170
- export var PutInvestigationGroupPolicyResponse = [3, n0, _PIGPRu, 0, [_iGA], [0]];
171
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
172
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
173
- export var ServiceQuotaExceededException = [
167
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
168
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
169
+ export var PutInvestigationGroupPolicyRequest$ = [3, n0, _PIGPR, 0, [_i, _p], [[0, 1], 0]];
170
+ export var PutInvestigationGroupPolicyResponse$ = [3, n0, _PIGPRu, 0, [_iGA], [0]];
171
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
172
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
173
+ export var ServiceQuotaExceededException$ = [
174
174
  -3,
175
175
  n0,
176
176
  _SQEE,
@@ -178,12 +178,12 @@ export var ServiceQuotaExceededException = [
178
178
  [_m, _rI, _rT, _sC, _qC],
179
179
  [0, 0, 0, 0, 0],
180
180
  ];
181
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
182
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
183
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
184
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
185
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
186
- export var UntagResourceRequest = [
181
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
182
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
183
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
184
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
185
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
186
+ export var UntagResourceRequest$ = [
187
187
  3,
188
188
  n0,
189
189
  _URR,
@@ -194,113 +194,113 @@ export var UntagResourceRequest = [
194
194
  [64 | 0, { [_hQ]: _tK }],
195
195
  ],
196
196
  ];
197
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
198
- export var UpdateInvestigationGroupOutput = [3, n0, _UIGO, 0, [], []];
199
- export var UpdateInvestigationGroupRequest = [
197
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
198
+ export var UpdateInvestigationGroupOutput$ = [3, n0, _UIGO, 0, [], []];
199
+ export var UpdateInvestigationGroupRequest$ = [
200
200
  3,
201
201
  n0,
202
202
  _UIGR,
203
203
  0,
204
204
  [_i, _rA, _eC, _tKB, _cNC, _iCTEHE, _cAC],
205
- [[0, 1], 0, () => EncryptionConfiguration, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations],
205
+ [[0, 1], 0, () => EncryptionConfiguration$, 64 | 0, [2, n0, _CNC, 0, 0, 64 | 0], 2, () => CrossAccountConfigurations],
206
206
  ];
207
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
208
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
209
- export var __Unit = "unit";
210
- export var AIOpsServiceException = [-3, _sm, "AIOpsServiceException", 0, [], []];
211
- TypeRegistry.for(_sm).registerError(AIOpsServiceException, __AIOpsServiceException);
212
- export var ChatConfigurationArns = 64 | 0;
213
- export var CrossAccountConfigurations = [1, n0, _CACr, 0, () => CrossAccountConfiguration];
214
- export var InvestigationGroups = [1, n0, _IG, 0, () => ListInvestigationGroupsModel];
215
- export var TagKeyBoundaries = 64 | 0;
216
- export var TagKeys = 64 | 0;
217
- export var ChatbotNotificationChannel = [2, n0, _CNC, 0, 0, 64 | 0];
218
- export var Tags = 128 | 0;
219
- export var CreateInvestigationGroup = [
207
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
208
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
209
+ var __Unit = "unit";
210
+ export var AIOpsServiceException$ = [-3, _sm, "AIOpsServiceException", 0, [], []];
211
+ TypeRegistry.for(_sm).registerError(AIOpsServiceException$, AIOpsServiceException);
212
+ var ChatConfigurationArns = 64 | 0;
213
+ var CrossAccountConfigurations = [1, n0, _CACr, 0, () => CrossAccountConfiguration$];
214
+ var InvestigationGroups = [1, n0, _IG, 0, () => ListInvestigationGroupsModel$];
215
+ var TagKeyBoundaries = 64 | 0;
216
+ var TagKeys = 64 | 0;
217
+ var ChatbotNotificationChannel = [2, n0, _CNC, 0, 0, 64 | 0];
218
+ var Tags = 128 | 0;
219
+ export var CreateInvestigationGroup$ = [
220
220
  9,
221
221
  n0,
222
222
  _CIG,
223
223
  { [_h]: ["POST", "/investigationGroups", 201] },
224
- () => CreateInvestigationGroupInput,
225
- () => CreateInvestigationGroupOutput,
224
+ () => CreateInvestigationGroupInput$,
225
+ () => CreateInvestigationGroupOutput$,
226
226
  ];
227
- export var DeleteInvestigationGroup = [
227
+ export var DeleteInvestigationGroup$ = [
228
228
  9,
229
229
  n0,
230
230
  _DIG,
231
231
  { [_h]: ["DELETE", "/investigationGroups/{identifier}", 200] },
232
- () => DeleteInvestigationGroupRequest,
232
+ () => DeleteInvestigationGroupRequest$,
233
233
  () => __Unit,
234
234
  ];
235
- export var DeleteInvestigationGroupPolicy = [
235
+ export var DeleteInvestigationGroupPolicy$ = [
236
236
  9,
237
237
  n0,
238
238
  _DIGP,
239
239
  { [_h]: ["DELETE", "/investigationGroups/{identifier}/policy", 200] },
240
- () => DeleteInvestigationGroupPolicyRequest,
241
- () => DeleteInvestigationGroupPolicyOutput,
240
+ () => DeleteInvestigationGroupPolicyRequest$,
241
+ () => DeleteInvestigationGroupPolicyOutput$,
242
242
  ];
243
- export var GetInvestigationGroup = [
243
+ export var GetInvestigationGroup$ = [
244
244
  9,
245
245
  n0,
246
246
  _GIG,
247
247
  { [_h]: ["GET", "/investigationGroups/{identifier}", 200] },
248
- () => GetInvestigationGroupRequest,
249
- () => GetInvestigationGroupResponse,
248
+ () => GetInvestigationGroupRequest$,
249
+ () => GetInvestigationGroupResponse$,
250
250
  ];
251
- export var GetInvestigationGroupPolicy = [
251
+ export var GetInvestigationGroupPolicy$ = [
252
252
  9,
253
253
  n0,
254
254
  _GIGP,
255
255
  { [_h]: ["GET", "/investigationGroups/{identifier}/policy", 200] },
256
- () => GetInvestigationGroupPolicyRequest,
257
- () => GetInvestigationGroupPolicyResponse,
256
+ () => GetInvestigationGroupPolicyRequest$,
257
+ () => GetInvestigationGroupPolicyResponse$,
258
258
  ];
259
- export var ListInvestigationGroups = [
259
+ export var ListInvestigationGroups$ = [
260
260
  9,
261
261
  n0,
262
262
  _LIG,
263
263
  { [_h]: ["GET", "/investigationGroups", 200] },
264
- () => ListInvestigationGroupsInput,
265
- () => ListInvestigationGroupsOutput,
264
+ () => ListInvestigationGroupsInput$,
265
+ () => ListInvestigationGroupsOutput$,
266
266
  ];
267
- export var ListTagsForResource = [
267
+ export var ListTagsForResource$ = [
268
268
  9,
269
269
  n0,
270
270
  _LTFR,
271
271
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
272
- () => ListTagsForResourceRequest,
273
- () => ListTagsForResourceOutput,
272
+ () => ListTagsForResourceRequest$,
273
+ () => ListTagsForResourceOutput$,
274
274
  ];
275
- export var PutInvestigationGroupPolicy = [
275
+ export var PutInvestigationGroupPolicy$ = [
276
276
  9,
277
277
  n0,
278
278
  _PIGP,
279
279
  { [_h]: ["POST", "/investigationGroups/{identifier}/policy", 200] },
280
- () => PutInvestigationGroupPolicyRequest,
281
- () => PutInvestigationGroupPolicyResponse,
280
+ () => PutInvestigationGroupPolicyRequest$,
281
+ () => PutInvestigationGroupPolicyResponse$,
282
282
  ];
283
- export var TagResource = [
283
+ export var TagResource$ = [
284
284
  9,
285
285
  n0,
286
286
  _TR,
287
287
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
288
- () => TagResourceRequest,
289
- () => TagResourceResponse,
288
+ () => TagResourceRequest$,
289
+ () => TagResourceResponse$,
290
290
  ];
291
- export var UntagResource = [
291
+ export var UntagResource$ = [
292
292
  9,
293
293
  n0,
294
294
  _UR,
295
295
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
296
- () => UntagResourceRequest,
297
- () => UntagResourceResponse,
296
+ () => UntagResourceRequest$,
297
+ () => UntagResourceResponse$,
298
298
  ];
299
- export var UpdateInvestigationGroup = [
299
+ export var UpdateInvestigationGroup$ = [
300
300
  9,
301
301
  n0,
302
302
  _UIG,
303
303
  { [_h]: ["PATCH", "/investigationGroups/{identifier}", 200] },
304
- () => UpdateInvestigationGroupRequest,
305
- () => UpdateInvestigationGroupOutput,
304
+ () => UpdateInvestigationGroupRequest$,
305
+ () => UpdateInvestigationGroupOutput$,
306
306
  ];
@@ -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 { CreateInvestigationGroupCommandInput, CreateInvestigationGroupCommandOutput } from "./commands/CreateInvestigationGroupCommand";
11
11
  import { DeleteInvestigationGroupCommandInput, DeleteInvestigationGroupCommandOutput } from "./commands/DeleteInvestigationGroupCommand";
@@ -152,15 +152,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
152
152
  * Optional extensions
153
153
  */
154
154
  extensions?: RuntimeExtension[];
155
- /**
156
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
157
- * may be overridden. A default will always be set by the client.
158
- * Available options depend on the service's supported protocols and will not be validated by
159
- * the client.
160
- * @alpha
161
- *
162
- */
163
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
164
155
  /**
165
156
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
166
157
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { AIOpsExtensionConfiguration } 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: AIOpsClientConfig) => {
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: AIOpsClientConfig) => {
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: AIOpsClientConfig) => {
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: AIOpsClientConfig) => {
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: AIOpsClientConfig) => {
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: AIOpsClientConfig) => {
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 { AIOpsClientConfig } from "./AIOpsClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: AIOpsClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AIOpsHttpAuthSchemeProvider;
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;