@aws-sdk/client-resource-groups-tagging-api 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.
- package/dist-cjs/index.js +144 -103
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/DescribeReportCreationCommand.js +2 -2
- package/dist-es/commands/GetComplianceSummaryCommand.js +2 -2
- package/dist-es/commands/GetResourcesCommand.js +2 -2
- package/dist-es/commands/GetTagKeysCommand.js +2 -2
- package/dist-es/commands/GetTagValuesCommand.js +2 -2
- package/dist-es/commands/ListRequiredTagsCommand.js +2 -2
- package/dist-es/commands/StartReportCreationCommand.js +2 -2
- package/dist-es/commands/TagResourcesCommand.js +2 -2
- package/dist-es/commands/UntagResourcesCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +89 -89
- package/dist-types/ResourceGroupsTaggingAPIClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +42 -62
- package/dist-types/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -63
- package/package.json +34 -34
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.resourcegroupstaggingapi",
|
|
29
|
+
version: "2017-01-26",
|
|
30
|
+
serviceTarget: "ResourceGroupsTaggingAPI_20170126",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Resource Groups Tagging API",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -92,17 +92,17 @@ const _s = "server";
|
|
|
92
92
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.resourcegroupstaggingapi";
|
|
93
93
|
const n0 = "com.amazonaws.resourcegroupstaggingapi";
|
|
94
94
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
95
|
-
import { ConcurrentModificationException
|
|
96
|
-
import { ResourceGroupsTaggingAPIServiceException
|
|
97
|
-
export var ComplianceDetails = [3, n0, _CD, 0, [_NK, _KWNV, _CS], [64 | 0, 64 | 0, 2]];
|
|
98
|
-
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_M], [0]];
|
|
99
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
100
|
-
export var ConstraintViolationException = [-3, n0, _CVE, { [_e]: _c }, [_M], [0]];
|
|
101
|
-
TypeRegistry.for(n0).registerError(ConstraintViolationException
|
|
102
|
-
export var DescribeReportCreationInput = [3, n0, _DRCI, 0, [], []];
|
|
103
|
-
export var DescribeReportCreationOutput = [3, n0, _DRCO, 0, [_S, _SL, _SD, _EM], [0, 0, 0, 0]];
|
|
104
|
-
export var FailureInfo = [3, n0, _FI, 0, [_SC, _EC, _EM], [1, 0, 0]];
|
|
105
|
-
export var GetComplianceSummaryInput = [
|
|
95
|
+
import { ConcurrentModificationException, ConstraintViolationException, InternalServiceException, InvalidParameterException, PaginationTokenExpiredException, ThrottledException, } from "../models/errors";
|
|
96
|
+
import { ResourceGroupsTaggingAPIServiceException } from "../models/ResourceGroupsTaggingAPIServiceException";
|
|
97
|
+
export var ComplianceDetails$ = [3, n0, _CD, 0, [_NK, _KWNV, _CS], [64 | 0, 64 | 0, 2]];
|
|
98
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c }, [_M], [0]];
|
|
99
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
100
|
+
export var ConstraintViolationException$ = [-3, n0, _CVE, { [_e]: _c }, [_M], [0]];
|
|
101
|
+
TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
102
|
+
export var DescribeReportCreationInput$ = [3, n0, _DRCI, 0, [], []];
|
|
103
|
+
export var DescribeReportCreationOutput$ = [3, n0, _DRCO, 0, [_S, _SL, _SD, _EM], [0, 0, 0, 0]];
|
|
104
|
+
export var FailureInfo$ = [3, n0, _FI, 0, [_SC, _EC, _EM], [1, 0, 0]];
|
|
105
|
+
export var GetComplianceSummaryInput$ = [
|
|
106
106
|
3,
|
|
107
107
|
n0,
|
|
108
108
|
_GCSI,
|
|
@@ -110,8 +110,8 @@ export var GetComplianceSummaryInput = [
|
|
|
110
110
|
[_TIF, _RF, _RTF, _TKF, _GB, _MR, _PT],
|
|
111
111
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0],
|
|
112
112
|
];
|
|
113
|
-
export var GetComplianceSummaryOutput = [3, n0, _GCSO, 0, [_SLu, _PT], [() => SummaryList, 0]];
|
|
114
|
-
export var GetResourcesInput = [
|
|
113
|
+
export var GetComplianceSummaryOutput$ = [3, n0, _GCSO, 0, [_SLu, _PT], [() => SummaryList, 0]];
|
|
114
|
+
export var GetResourcesInput$ = [
|
|
115
115
|
3,
|
|
116
116
|
n0,
|
|
117
117
|
_GRI,
|
|
@@ -119,7 +119,7 @@ export var GetResourcesInput = [
|
|
|
119
119
|
[_PT, _TF, _RPP, _TPP, _RTF, _ICD, _ECR, _RARNL],
|
|
120
120
|
[0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0],
|
|
121
121
|
];
|
|
122
|
-
export var GetResourcesOutput = [
|
|
122
|
+
export var GetResourcesOutput$ = [
|
|
123
123
|
3,
|
|
124
124
|
n0,
|
|
125
125
|
_GRO,
|
|
@@ -127,16 +127,16 @@ export var GetResourcesOutput = [
|
|
|
127
127
|
[_PT, _RTML],
|
|
128
128
|
[0, () => ResourceTagMappingList],
|
|
129
129
|
];
|
|
130
|
-
export var GetTagKeysInput = [3, n0, _GTKI, 0, [_PT], [0]];
|
|
131
|
-
export var GetTagKeysOutput = [3, n0, _GTKO, 0, [_PT, _TK], [0, 64 | 0]];
|
|
132
|
-
export var GetTagValuesInput = [3, n0, _GTVI, 0, [_PT, _K], [0, 0]];
|
|
133
|
-
export var GetTagValuesOutput = [3, n0, _GTVO, 0, [_PT, _TV], [0, 64 | 0]];
|
|
134
|
-
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
135
|
-
TypeRegistry.for(n0).registerError(InternalServiceException
|
|
136
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M], [0]];
|
|
137
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
138
|
-
export var ListRequiredTagsInput = [3, n0, _LRTI, 0, [_NT, _MR], [0, 1]];
|
|
139
|
-
export var ListRequiredTagsOutput = [
|
|
130
|
+
export var GetTagKeysInput$ = [3, n0, _GTKI, 0, [_PT], [0]];
|
|
131
|
+
export var GetTagKeysOutput$ = [3, n0, _GTKO, 0, [_PT, _TK], [0, 64 | 0]];
|
|
132
|
+
export var GetTagValuesInput$ = [3, n0, _GTVI, 0, [_PT, _K], [0, 0]];
|
|
133
|
+
export var GetTagValuesOutput$ = [3, n0, _GTVO, 0, [_PT, _TV], [0, 64 | 0]];
|
|
134
|
+
export var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
135
|
+
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
136
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M], [0]];
|
|
137
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
138
|
+
export var ListRequiredTagsInput$ = [3, n0, _LRTI, 0, [_NT, _MR], [0, 1]];
|
|
139
|
+
export var ListRequiredTagsOutput$ = [
|
|
140
140
|
3,
|
|
141
141
|
n0,
|
|
142
142
|
_LRTO,
|
|
@@ -144,29 +144,29 @@ export var ListRequiredTagsOutput = [
|
|
|
144
144
|
[_RT, _NT],
|
|
145
145
|
[() => RequiredTagsForListRequiredTags, 0],
|
|
146
146
|
];
|
|
147
|
-
export var PaginationTokenExpiredException = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
|
|
148
|
-
TypeRegistry.for(n0).registerError(PaginationTokenExpiredException
|
|
149
|
-
export var RequiredTag = [3, n0, _RTe, 0, [_RTes, _CFRT, _RTK], [0, 64 | 0, 64 | 0]];
|
|
150
|
-
export var ResourceTagMapping = [
|
|
147
|
+
export var PaginationTokenExpiredException$ = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
|
|
148
|
+
TypeRegistry.for(n0).registerError(PaginationTokenExpiredException$, PaginationTokenExpiredException);
|
|
149
|
+
export var RequiredTag$ = [3, n0, _RTe, 0, [_RTes, _CFRT, _RTK], [0, 64 | 0, 64 | 0]];
|
|
150
|
+
export var ResourceTagMapping$ = [
|
|
151
151
|
3,
|
|
152
152
|
n0,
|
|
153
153
|
_RTM,
|
|
154
154
|
0,
|
|
155
155
|
[_RARN, _T, _CD],
|
|
156
|
-
[0, () => TagList, () => ComplianceDetails],
|
|
156
|
+
[0, () => TagList, () => ComplianceDetails$],
|
|
157
157
|
];
|
|
158
|
-
export var StartReportCreationInput = [3, n0, _SRCI, 0, [_SB], [0]];
|
|
159
|
-
export var StartReportCreationOutput = [3, n0, _SRCO, 0, [], []];
|
|
160
|
-
export var Summary = [3, n0, _Su, 0, [_LU, _TI, _TIT, _R, _RTes, _NCR], [0, 0, 0, 0, 0, 1]];
|
|
161
|
-
export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
162
|
-
export var TagFilter = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
|
|
163
|
-
export var TagResourcesInput = [3, n0, _TRI, 0, [_RARNL, _T], [64 | 0, 128 | 0]];
|
|
164
|
-
export var TagResourcesOutput = [3, n0, _TRO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
165
|
-
export var ThrottledException = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
|
|
166
|
-
TypeRegistry.for(n0).registerError(ThrottledException
|
|
167
|
-
export var UntagResourcesInput = [3, n0, _URI, 0, [_RARNL, _TK], [64 | 0, 64 | 0]];
|
|
168
|
-
export var UntagResourcesOutput = [3, n0, _URO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
169
|
-
export var ResourceGroupsTaggingAPIServiceException = [
|
|
158
|
+
export var StartReportCreationInput$ = [3, n0, _SRCI, 0, [_SB], [0]];
|
|
159
|
+
export var StartReportCreationOutput$ = [3, n0, _SRCO, 0, [], []];
|
|
160
|
+
export var Summary$ = [3, n0, _Su, 0, [_LU, _TI, _TIT, _R, _RTes, _NCR], [0, 0, 0, 0, 0, 1]];
|
|
161
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
162
|
+
export var TagFilter$ = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
|
|
163
|
+
export var TagResourcesInput$ = [3, n0, _TRI, 0, [_RARNL, _T], [64 | 0, 128 | 0]];
|
|
164
|
+
export var TagResourcesOutput$ = [3, n0, _TRO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
165
|
+
export var ThrottledException$ = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
|
|
166
|
+
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
167
|
+
export var UntagResourcesInput$ = [3, n0, _URI, 0, [_RARNL, _TK], [64 | 0, 64 | 0]];
|
|
168
|
+
export var UntagResourcesOutput$ = [3, n0, _URO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
169
|
+
export var ResourceGroupsTaggingAPIServiceException$ = [
|
|
170
170
|
-3,
|
|
171
171
|
_sm,
|
|
172
172
|
"ResourceGroupsTaggingAPIServiceException",
|
|
@@ -174,96 +174,96 @@ export var ResourceGroupsTaggingAPIServiceException = [
|
|
|
174
174
|
[],
|
|
175
175
|
[],
|
|
176
176
|
];
|
|
177
|
-
TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
export var DescribeReportCreation = [
|
|
177
|
+
TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException$, ResourceGroupsTaggingAPIServiceException);
|
|
178
|
+
var CloudFormationResourceTypes = 64 | 0;
|
|
179
|
+
var GroupBy = 64 | 0;
|
|
180
|
+
var RegionFilterList = 64 | 0;
|
|
181
|
+
var ReportingTagKeys = 64 | 0;
|
|
182
|
+
var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT, 0, () => RequiredTag$];
|
|
183
|
+
var ResourceARNListForGet = 64 | 0;
|
|
184
|
+
var ResourceARNListForTagUntag = 64 | 0;
|
|
185
|
+
var ResourceTagMappingList = [1, n0, _RTML, 0, () => ResourceTagMapping$];
|
|
186
|
+
var ResourceTypeFilterList = 64 | 0;
|
|
187
|
+
var SummaryList = [1, n0, _SLu, 0, () => Summary$];
|
|
188
|
+
var TagFilterList = [1, n0, _TFL, 0, () => TagFilter$];
|
|
189
|
+
var TagKeyFilterList = 64 | 0;
|
|
190
|
+
var TagKeyList = 64 | 0;
|
|
191
|
+
var TagKeyListForUntag = 64 | 0;
|
|
192
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
193
|
+
var TagValueList = 64 | 0;
|
|
194
|
+
var TagValuesOutputList = 64 | 0;
|
|
195
|
+
var TargetIdFilterList = 64 | 0;
|
|
196
|
+
var FailedResourcesMap = [2, n0, _FRM, 0, 0, () => FailureInfo$];
|
|
197
|
+
var TagMap = 128 | 0;
|
|
198
|
+
export var DescribeReportCreation$ = [
|
|
199
199
|
9,
|
|
200
200
|
n0,
|
|
201
201
|
_DRC,
|
|
202
202
|
{ [_h]: ["POST", "/DescribeReportCreation", 200] },
|
|
203
|
-
() => DescribeReportCreationInput
|
|
204
|
-
() => DescribeReportCreationOutput
|
|
203
|
+
() => DescribeReportCreationInput$,
|
|
204
|
+
() => DescribeReportCreationOutput$,
|
|
205
205
|
];
|
|
206
|
-
export var GetComplianceSummary = [
|
|
206
|
+
export var GetComplianceSummary$ = [
|
|
207
207
|
9,
|
|
208
208
|
n0,
|
|
209
209
|
_GCS,
|
|
210
210
|
{ [_h]: ["POST", "/GetComplianceSummary", 200] },
|
|
211
|
-
() => GetComplianceSummaryInput
|
|
212
|
-
() => GetComplianceSummaryOutput
|
|
211
|
+
() => GetComplianceSummaryInput$,
|
|
212
|
+
() => GetComplianceSummaryOutput$,
|
|
213
213
|
];
|
|
214
|
-
export var GetResources = [
|
|
214
|
+
export var GetResources$ = [
|
|
215
215
|
9,
|
|
216
216
|
n0,
|
|
217
217
|
_GR,
|
|
218
218
|
{ [_h]: ["POST", "/GetResources", 200] },
|
|
219
|
-
() => GetResourcesInput
|
|
220
|
-
() => GetResourcesOutput
|
|
219
|
+
() => GetResourcesInput$,
|
|
220
|
+
() => GetResourcesOutput$,
|
|
221
221
|
];
|
|
222
|
-
export var GetTagKeys = [
|
|
222
|
+
export var GetTagKeys$ = [
|
|
223
223
|
9,
|
|
224
224
|
n0,
|
|
225
225
|
_GTK,
|
|
226
226
|
{ [_h]: ["POST", "/GetTagKeys", 200] },
|
|
227
|
-
() => GetTagKeysInput
|
|
228
|
-
() => GetTagKeysOutput
|
|
227
|
+
() => GetTagKeysInput$,
|
|
228
|
+
() => GetTagKeysOutput$,
|
|
229
229
|
];
|
|
230
|
-
export var GetTagValues = [
|
|
230
|
+
export var GetTagValues$ = [
|
|
231
231
|
9,
|
|
232
232
|
n0,
|
|
233
233
|
_GTV,
|
|
234
234
|
{ [_h]: ["POST", "/GetTagValues", 200] },
|
|
235
|
-
() => GetTagValuesInput
|
|
236
|
-
() => GetTagValuesOutput
|
|
235
|
+
() => GetTagValuesInput$,
|
|
236
|
+
() => GetTagValuesOutput$,
|
|
237
237
|
];
|
|
238
|
-
export var ListRequiredTags = [
|
|
238
|
+
export var ListRequiredTags$ = [
|
|
239
239
|
9,
|
|
240
240
|
n0,
|
|
241
241
|
_LRT,
|
|
242
242
|
{ [_h]: ["POST", "/ListRequiredTags", 200] },
|
|
243
|
-
() => ListRequiredTagsInput
|
|
244
|
-
() => ListRequiredTagsOutput
|
|
243
|
+
() => ListRequiredTagsInput$,
|
|
244
|
+
() => ListRequiredTagsOutput$,
|
|
245
245
|
];
|
|
246
|
-
export var StartReportCreation = [
|
|
246
|
+
export var StartReportCreation$ = [
|
|
247
247
|
9,
|
|
248
248
|
n0,
|
|
249
249
|
_SRC,
|
|
250
250
|
{ [_h]: ["POST", "/StartReportCreation", 200] },
|
|
251
|
-
() => StartReportCreationInput
|
|
252
|
-
() => StartReportCreationOutput
|
|
251
|
+
() => StartReportCreationInput$,
|
|
252
|
+
() => StartReportCreationOutput$,
|
|
253
253
|
];
|
|
254
|
-
export var TagResources = [
|
|
254
|
+
export var TagResources$ = [
|
|
255
255
|
9,
|
|
256
256
|
n0,
|
|
257
257
|
_TR,
|
|
258
258
|
{ [_h]: ["POST", "/TagResources", 200] },
|
|
259
|
-
() => TagResourcesInput
|
|
260
|
-
() => TagResourcesOutput
|
|
259
|
+
() => TagResourcesInput$,
|
|
260
|
+
() => TagResourcesOutput$,
|
|
261
261
|
];
|
|
262
|
-
export var UntagResources = [
|
|
262
|
+
export var UntagResources$ = [
|
|
263
263
|
9,
|
|
264
264
|
n0,
|
|
265
265
|
_UR,
|
|
266
266
|
{ [_h]: ["POST", "/UntagResources", 200] },
|
|
267
|
-
() => UntagResourcesInput
|
|
268
|
-
() => UntagResourcesOutput
|
|
267
|
+
() => UntagResourcesInput$,
|
|
268
|
+
() => UntagResourcesOutput$,
|
|
269
269
|
];
|
|
@@ -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
|
|
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 { DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput } from "./commands/DescribeReportCreationCommand";
|
|
11
11
|
import { GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput } from "./commands/GetComplianceSummaryCommand";
|
|
@@ -150,15 +150,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
150
150
|
* Optional extensions
|
|
151
151
|
*/
|
|
152
152
|
extensions?: RuntimeExtension[];
|
|
153
|
-
/**
|
|
154
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
155
|
-
* may be overridden. A default will always be set by the client.
|
|
156
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
157
|
-
* the client.
|
|
158
|
-
* @alpha
|
|
159
|
-
*
|
|
160
|
-
*/
|
|
161
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
162
153
|
/**
|
|
163
154
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
164
155
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ResourceGroupsTaggingAPIExtensionConfiguration } 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: ResourceGroupsTaggingAPIClientCo
|
|
|
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").AwsJson1_1Protocol;
|
|
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: ResourceGroupsTaggingAPIClientCo
|
|
|
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: ResourceGroupsTaggingAPIClientCo
|
|
|
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").AwsJson1_1Protocol;
|
|
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: ResourceGroupsTaggingAPIClientCo
|
|
|
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: ResourceGroupsTaggingAPIClientCo
|
|
|
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").AwsJson1_1Protocol;
|
|
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: ResourceGroupsTaggingAPIClientCo
|
|
|
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 { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ResourceGroupsTaggingAPIHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
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;
|
|
@@ -1,62 +1,42 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var ComplianceDetails
|
|
3
|
-
export declare var ConcurrentModificationException
|
|
4
|
-
export declare var ConstraintViolationException
|
|
5
|
-
export declare var DescribeReportCreationInput
|
|
6
|
-
export declare var DescribeReportCreationOutput
|
|
7
|
-
export declare var FailureInfo
|
|
8
|
-
export declare var GetComplianceSummaryInput
|
|
9
|
-
export declare var GetComplianceSummaryOutput
|
|
10
|
-
export declare var GetResourcesInput
|
|
11
|
-
export declare var GetResourcesOutput
|
|
12
|
-
export declare var GetTagKeysInput
|
|
13
|
-
export declare var GetTagKeysOutput
|
|
14
|
-
export declare var GetTagValuesInput
|
|
15
|
-
export declare var GetTagValuesOutput
|
|
16
|
-
export declare var InternalServiceException
|
|
17
|
-
export declare var InvalidParameterException
|
|
18
|
-
export declare var ListRequiredTagsInput
|
|
19
|
-
export declare var ListRequiredTagsOutput
|
|
20
|
-
export declare var PaginationTokenExpiredException
|
|
21
|
-
export declare var RequiredTag
|
|
22
|
-
export declare var ResourceTagMapping
|
|
23
|
-
export declare var StartReportCreationInput
|
|
24
|
-
export declare var StartReportCreationOutput
|
|
25
|
-
export declare var Summary
|
|
26
|
-
export declare var Tag
|
|
27
|
-
export declare var TagFilter
|
|
28
|
-
export declare var TagResourcesInput
|
|
29
|
-
export declare var TagResourcesOutput
|
|
30
|
-
export declare var ThrottledException
|
|
31
|
-
export declare var UntagResourcesInput
|
|
32
|
-
export declare var UntagResourcesOutput
|
|
33
|
-
export declare var ResourceGroupsTaggingAPIServiceException
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var SummaryList: StaticListSchema;
|
|
44
|
-
export declare var TagFilterList: StaticListSchema;
|
|
45
|
-
export declare var TagKeyFilterList: number;
|
|
46
|
-
export declare var TagKeyList: number;
|
|
47
|
-
export declare var TagKeyListForUntag: number;
|
|
48
|
-
export declare var TagList: StaticListSchema;
|
|
49
|
-
export declare var TagValueList: number;
|
|
50
|
-
export declare var TagValuesOutputList: number;
|
|
51
|
-
export declare var TargetIdFilterList: number;
|
|
52
|
-
export declare var FailedResourcesMap: StaticMapSchema;
|
|
53
|
-
export declare var TagMap: number;
|
|
54
|
-
export declare var DescribeReportCreation: StaticOperationSchema;
|
|
55
|
-
export declare var GetComplianceSummary: StaticOperationSchema;
|
|
56
|
-
export declare var GetResources: StaticOperationSchema;
|
|
57
|
-
export declare var GetTagKeys: StaticOperationSchema;
|
|
58
|
-
export declare var GetTagValues: StaticOperationSchema;
|
|
59
|
-
export declare var ListRequiredTags: StaticOperationSchema;
|
|
60
|
-
export declare var StartReportCreation: StaticOperationSchema;
|
|
61
|
-
export declare var TagResources: StaticOperationSchema;
|
|
62
|
-
export declare var UntagResources: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ComplianceDetails$: StaticStructureSchema;
|
|
3
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
5
|
+
export declare var DescribeReportCreationInput$: StaticStructureSchema;
|
|
6
|
+
export declare var DescribeReportCreationOutput$: StaticStructureSchema;
|
|
7
|
+
export declare var FailureInfo$: StaticStructureSchema;
|
|
8
|
+
export declare var GetComplianceSummaryInput$: StaticStructureSchema;
|
|
9
|
+
export declare var GetComplianceSummaryOutput$: StaticStructureSchema;
|
|
10
|
+
export declare var GetResourcesInput$: StaticStructureSchema;
|
|
11
|
+
export declare var GetResourcesOutput$: StaticStructureSchema;
|
|
12
|
+
export declare var GetTagKeysInput$: StaticStructureSchema;
|
|
13
|
+
export declare var GetTagKeysOutput$: StaticStructureSchema;
|
|
14
|
+
export declare var GetTagValuesInput$: StaticStructureSchema;
|
|
15
|
+
export declare var GetTagValuesOutput$: StaticStructureSchema;
|
|
16
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
18
|
+
export declare var ListRequiredTagsInput$: StaticStructureSchema;
|
|
19
|
+
export declare var ListRequiredTagsOutput$: StaticStructureSchema;
|
|
20
|
+
export declare var PaginationTokenExpiredException$: StaticErrorSchema;
|
|
21
|
+
export declare var RequiredTag$: StaticStructureSchema;
|
|
22
|
+
export declare var ResourceTagMapping$: StaticStructureSchema;
|
|
23
|
+
export declare var StartReportCreationInput$: StaticStructureSchema;
|
|
24
|
+
export declare var StartReportCreationOutput$: StaticStructureSchema;
|
|
25
|
+
export declare var Summary$: StaticStructureSchema;
|
|
26
|
+
export declare var Tag$: StaticStructureSchema;
|
|
27
|
+
export declare var TagFilter$: StaticStructureSchema;
|
|
28
|
+
export declare var TagResourcesInput$: StaticStructureSchema;
|
|
29
|
+
export declare var TagResourcesOutput$: StaticStructureSchema;
|
|
30
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
31
|
+
export declare var UntagResourcesInput$: StaticStructureSchema;
|
|
32
|
+
export declare var UntagResourcesOutput$: StaticStructureSchema;
|
|
33
|
+
export declare var ResourceGroupsTaggingAPIServiceException$: StaticErrorSchema;
|
|
34
|
+
export declare var DescribeReportCreation$: StaticOperationSchema;
|
|
35
|
+
export declare var GetComplianceSummary$: StaticOperationSchema;
|
|
36
|
+
export declare var GetResources$: StaticOperationSchema;
|
|
37
|
+
export declare var GetTagKeys$: StaticOperationSchema;
|
|
38
|
+
export declare var GetTagValues$: StaticOperationSchema;
|
|
39
|
+
export declare var ListRequiredTags$: StaticOperationSchema;
|
|
40
|
+
export declare var StartReportCreation$: StaticOperationSchema;
|
|
41
|
+
export declare var TagResources$: StaticOperationSchema;
|
|
42
|
+
export declare var UntagResources$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -135,7 +132,6 @@ export interface ClientDefaults
|
|
|
135
132
|
retryMode?: string | __Provider<string>;
|
|
136
133
|
logger?: __Logger;
|
|
137
134
|
extensions?: RuntimeExtension[];
|
|
138
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
139
135
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
140
136
|
}
|
|
141
137
|
export type ResourceGroupsTaggingAPIClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ResourceGroupsTaggingAPIExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|