@aws-sdk/client-resource-groups-tagging-api 3.170.0 → 3.171.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
@@ -32,7 +32,6 @@ import {
32
32
  UntagResourcesCommandOutput,
33
33
  } from "./commands/UntagResourcesCommand";
34
34
  import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
35
-
36
35
  export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPIClient {
37
36
  describeReportCreation(
38
37
  args: DescribeReportCreationCommandInput,
@@ -47,7 +46,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
47
46
  options: __HttpHandlerOptions,
48
47
  cb: (err: any, data?: DescribeReportCreationCommandOutput) => void
49
48
  ): void;
50
-
51
49
  getComplianceSummary(
52
50
  args: GetComplianceSummaryCommandInput,
53
51
  options?: __HttpHandlerOptions
@@ -61,7 +59,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
61
59
  options: __HttpHandlerOptions,
62
60
  cb: (err: any, data?: GetComplianceSummaryCommandOutput) => void
63
61
  ): void;
64
-
65
62
  getResources(
66
63
  args: GetResourcesCommandInput,
67
64
  options?: __HttpHandlerOptions
@@ -75,7 +72,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
75
72
  options: __HttpHandlerOptions,
76
73
  cb: (err: any, data?: GetResourcesCommandOutput) => void
77
74
  ): void;
78
-
79
75
  getTagKeys(
80
76
  args: GetTagKeysCommandInput,
81
77
  options?: __HttpHandlerOptions
@@ -89,7 +85,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
89
85
  options: __HttpHandlerOptions,
90
86
  cb: (err: any, data?: GetTagKeysCommandOutput) => void
91
87
  ): void;
92
-
93
88
  getTagValues(
94
89
  args: GetTagValuesCommandInput,
95
90
  options?: __HttpHandlerOptions
@@ -103,7 +98,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
103
98
  options: __HttpHandlerOptions,
104
99
  cb: (err: any, data?: GetTagValuesCommandOutput) => void
105
100
  ): void;
106
-
107
101
  startReportCreation(
108
102
  args: StartReportCreationCommandInput,
109
103
  options?: __HttpHandlerOptions
@@ -117,7 +111,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
117
111
  options: __HttpHandlerOptions,
118
112
  cb: (err: any, data?: StartReportCreationCommandOutput) => void
119
113
  ): void;
120
-
121
114
  tagResources(
122
115
  args: TagResourcesCommandInput,
123
116
  options?: __HttpHandlerOptions
@@ -131,7 +124,6 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
131
124
  options: __HttpHandlerOptions,
132
125
  cb: (err: any, data?: TagResourcesCommandOutput) => void
133
126
  ): void;
134
-
135
127
  untagResources(
136
128
  args: UntagResourcesCommandInput,
137
129
  options?: __HttpHandlerOptions
@@ -95,47 +95,26 @@ export declare type ServiceOutputTypes =
95
95
  export interface ClientDefaults
96
96
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
97
97
  requestHandler?: __HttpHandler;
98
-
99
98
  sha256?: __HashConstructor;
100
-
101
99
  urlParser?: __UrlParser;
102
-
103
100
  bodyLengthChecker?: __BodyLengthCalculator;
104
-
105
101
  streamCollector?: __StreamCollector;
106
-
107
102
  base64Decoder?: __Decoder;
108
-
109
103
  base64Encoder?: __Encoder;
110
-
111
104
  utf8Decoder?: __Decoder;
112
-
113
105
  utf8Encoder?: __Encoder;
114
-
115
106
  runtime?: string;
116
-
117
107
  disableHostPrefix?: boolean;
118
-
119
108
  maxAttempts?: number | __Provider<number>;
120
-
121
109
  retryMode?: string | __Provider<string>;
122
-
123
110
  logger?: __Logger;
124
-
125
111
  useDualstackEndpoint?: boolean | __Provider<boolean>;
126
-
127
112
  useFipsEndpoint?: boolean | __Provider<boolean>;
128
-
129
113
  serviceId?: string;
130
-
131
114
  region?: string | __Provider<string>;
132
-
133
115
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
134
-
135
116
  regionInfoProvider?: RegionInfoProvider;
136
-
137
117
  defaultUserAgentProvider?: Provider<__UserAgent>;
138
-
139
118
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
140
119
  }
141
120
  declare type ResourceGroupsTaggingAPIClientConfigType = Partial<
@@ -148,7 +127,6 @@ declare type ResourceGroupsTaggingAPIClientConfigType = Partial<
148
127
  HostHeaderInputConfig &
149
128
  AwsAuthInputConfig &
150
129
  UserAgentInputConfig;
151
-
152
130
  export interface ResourceGroupsTaggingAPIClientConfig
153
131
  extends ResourceGroupsTaggingAPIClientConfigType {}
154
132
  declare type ResourceGroupsTaggingAPIClientResolvedConfigType =
@@ -160,10 +138,8 @@ declare type ResourceGroupsTaggingAPIClientResolvedConfigType =
160
138
  HostHeaderResolvedConfig &
161
139
  AwsAuthResolvedConfig &
162
140
  UserAgentResolvedConfig;
163
-
164
141
  export interface ResourceGroupsTaggingAPIClientResolvedConfig
165
142
  extends ResourceGroupsTaggingAPIClientResolvedConfigType {}
166
-
167
143
  export declare class ResourceGroupsTaggingAPIClient extends __Client<
168
144
  __HttpHandlerOptions,
169
145
  ServiceInputTypes,
@@ -172,7 +148,6 @@ export declare class ResourceGroupsTaggingAPIClient extends __Client<
172
148
  > {
173
149
  readonly config: ResourceGroupsTaggingAPIClientResolvedConfig;
174
150
  constructor(configuration: ResourceGroupsTaggingAPIClientConfig);
175
-
176
151
  destroy(): void;
177
152
  }
178
153
  export {};
@@ -19,7 +19,6 @@ export interface DescribeReportCreationCommandInput
19
19
  export interface DescribeReportCreationCommandOutput
20
20
  extends DescribeReportCreationOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReportCreationCommand extends $Command<
24
23
  DescribeReportCreationCommandInput,
25
24
  DescribeReportCreationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeReportCreationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeReportCreationCommandInput;
29
28
  constructor(input: DescribeReportCreationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetComplianceSummaryCommandInput
19
19
  export interface GetComplianceSummaryCommandOutput
20
20
  extends GetComplianceSummaryOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetComplianceSummaryCommand extends $Command<
24
23
  GetComplianceSummaryCommandInput,
25
24
  GetComplianceSummaryCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetComplianceSummaryCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetComplianceSummaryCommandInput;
29
28
  constructor(input: GetComplianceSummaryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetResourcesCommandInput extends GetResourcesInput {}
15
15
  export interface GetResourcesCommandOutput
16
16
  extends GetResourcesOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetResourcesCommand extends $Command<
20
19
  GetResourcesCommandInput,
21
20
  GetResourcesCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetResourcesCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetResourcesCommandInput;
25
24
  constructor(input: GetResourcesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetTagKeysCommandInput extends GetTagKeysInput {}
15
15
  export interface GetTagKeysCommandOutput
16
16
  extends GetTagKeysOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetTagKeysCommand extends $Command<
20
19
  GetTagKeysCommandInput,
21
20
  GetTagKeysCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetTagKeysCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetTagKeysCommandInput;
25
24
  constructor(input: GetTagKeysCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetTagValuesCommandInput extends GetTagValuesInput {}
15
15
  export interface GetTagValuesCommandOutput
16
16
  extends GetTagValuesOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetTagValuesCommand extends $Command<
20
19
  GetTagValuesCommandInput,
21
20
  GetTagValuesCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetTagValuesCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetTagValuesCommandInput;
25
24
  constructor(input: GetTagValuesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartReportCreationCommandInput
19
19
  export interface StartReportCreationCommandOutput
20
20
  extends StartReportCreationOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartReportCreationCommand extends $Command<
24
23
  StartReportCreationCommandInput,
25
24
  StartReportCreationCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartReportCreationCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartReportCreationCommandInput;
29
28
  constructor(input: StartReportCreationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourcesCommandInput extends TagResourcesInput {}
15
15
  export interface TagResourcesCommandOutput
16
16
  extends TagResourcesOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourcesCommand extends $Command<
20
19
  TagResourcesCommandInput,
21
20
  TagResourcesCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourcesCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourcesCommandInput;
25
24
  constructor(input: TagResourcesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UntagResourcesCommandInput extends UntagResourcesInput {}
15
15
  export interface UntagResourcesCommandOutput
16
16
  extends UntagResourcesOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UntagResourcesCommand extends $Command<
20
19
  UntagResourcesCommandInput,
21
20
  UntagResourcesCommandOutput,
@@ -23,7 +22,6 @@ export declare class UntagResourcesCommand extends $Command<
23
22
  > {
24
23
  readonly input: UntagResourcesCommandInput;
25
24
  constructor(input: UntagResourcesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ResourceGroupsTaggingAPIServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,19 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException";
3
-
4
3
  export interface ComplianceDetails {
5
4
  NoncompliantKeys?: string[];
6
-
7
5
  KeysWithNoncompliantValues?: string[];
8
-
9
6
  ComplianceStatus?: boolean;
10
7
  }
11
-
12
8
  export declare class ConcurrentModificationException extends __BaseException {
13
9
  readonly name: "ConcurrentModificationException";
14
10
  readonly $fault: "client";
15
11
  Message?: string;
16
-
17
12
  constructor(
18
13
  opts: __ExceptionOptionType<
19
14
  ConcurrentModificationException,
@@ -21,12 +16,10 @@ export declare class ConcurrentModificationException extends __BaseException {
21
16
  >
22
17
  );
23
18
  }
24
-
25
19
  export declare class ConstraintViolationException extends __BaseException {
26
20
  readonly name: "ConstraintViolationException";
27
21
  readonly $fault: "client";
28
22
  Message?: string;
29
-
30
23
  constructor(
31
24
  opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
32
25
  );
@@ -34,51 +27,39 @@ export declare class ConstraintViolationException extends __BaseException {
34
27
  export interface DescribeReportCreationInput {}
35
28
  export interface DescribeReportCreationOutput {
36
29
  Status?: string;
37
-
38
30
  S3Location?: string;
39
-
40
31
  StartDate?: string;
41
-
42
32
  ErrorMessage?: string;
43
33
  }
44
-
45
34
  export declare class InternalServiceException extends __BaseException {
46
35
  readonly name: "InternalServiceException";
47
36
  readonly $fault: "server";
48
37
  Message?: string;
49
-
50
38
  constructor(
51
39
  opts: __ExceptionOptionType<InternalServiceException, __BaseException>
52
40
  );
53
41
  }
54
-
55
42
  export declare class InvalidParameterException extends __BaseException {
56
43
  readonly name: "InvalidParameterException";
57
44
  readonly $fault: "client";
58
45
  Message?: string;
59
-
60
46
  constructor(
61
47
  opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
62
48
  );
63
49
  }
64
-
65
50
  export declare class ThrottledException extends __BaseException {
66
51
  readonly name: "ThrottledException";
67
52
  readonly $fault: "client";
68
53
  Message?: string;
69
-
70
54
  constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
71
55
  }
72
56
  export declare enum ErrorCode {
73
57
  INTERNAL_SERVICE_EXCEPTION = "InternalServiceException",
74
58
  INVALID_PARAMETER_EXCEPTION = "InvalidParameterException",
75
59
  }
76
-
77
60
  export interface FailureInfo {
78
61
  StatusCode?: number;
79
-
80
62
  ErrorCode?: ErrorCode | string;
81
-
82
63
  ErrorMessage?: string;
83
64
  }
84
65
  export declare enum GroupByAttribute {
@@ -88,17 +69,11 @@ export declare enum GroupByAttribute {
88
69
  }
89
70
  export interface GetComplianceSummaryInput {
90
71
  TargetIdFilters?: string[];
91
-
92
72
  RegionFilters?: string[];
93
-
94
73
  ResourceTypeFilters?: string[];
95
-
96
74
  TagKeyFilters?: string[];
97
-
98
75
  GroupBy?: (GroupByAttribute | string)[];
99
-
100
76
  MaxResults?: number;
101
-
102
77
  PaginationToken?: string;
103
78
  }
104
79
  export declare enum TargetIdType {
@@ -106,73 +81,49 @@ export declare enum TargetIdType {
106
81
  OU = "OU",
107
82
  ROOT = "ROOT",
108
83
  }
109
-
110
84
  export interface Summary {
111
85
  LastUpdated?: string;
112
-
113
86
  TargetId?: string;
114
-
115
87
  TargetIdType?: TargetIdType | string;
116
-
117
88
  Region?: string;
118
-
119
89
  ResourceType?: string;
120
-
121
90
  NonCompliantResources?: number;
122
91
  }
123
92
  export interface GetComplianceSummaryOutput {
124
93
  SummaryList?: Summary[];
125
-
126
94
  PaginationToken?: string;
127
95
  }
128
-
129
96
  export interface TagFilter {
130
97
  Key?: string;
131
-
132
98
  Values?: string[];
133
99
  }
134
100
  export interface GetResourcesInput {
135
101
  PaginationToken?: string;
136
-
137
102
  TagFilters?: TagFilter[];
138
-
139
103
  ResourcesPerPage?: number;
140
-
141
104
  TagsPerPage?: number;
142
-
143
105
  ResourceTypeFilters?: string[];
144
-
145
106
  IncludeComplianceDetails?: boolean;
146
-
147
107
  ExcludeCompliantResources?: boolean;
148
-
149
108
  ResourceARNList?: string[];
150
109
  }
151
-
152
110
  export interface Tag {
153
111
  Key: string | undefined;
154
-
155
112
  Value: string | undefined;
156
113
  }
157
-
158
114
  export interface ResourceTagMapping {
159
115
  ResourceARN?: string;
160
-
161
116
  Tags?: Tag[];
162
-
163
117
  ComplianceDetails?: ComplianceDetails;
164
118
  }
165
119
  export interface GetResourcesOutput {
166
120
  PaginationToken?: string;
167
-
168
121
  ResourceTagMappingList?: ResourceTagMapping[];
169
122
  }
170
-
171
123
  export declare class PaginationTokenExpiredException extends __BaseException {
172
124
  readonly name: "PaginationTokenExpiredException";
173
125
  readonly $fault: "client";
174
126
  Message?: string;
175
-
176
127
  constructor(
177
128
  opts: __ExceptionOptionType<
178
129
  PaginationTokenExpiredException,
@@ -185,17 +136,14 @@ export interface GetTagKeysInput {
185
136
  }
186
137
  export interface GetTagKeysOutput {
187
138
  PaginationToken?: string;
188
-
189
139
  TagKeys?: string[];
190
140
  }
191
141
  export interface GetTagValuesInput {
192
142
  PaginationToken?: string;
193
-
194
143
  Key: string | undefined;
195
144
  }
196
145
  export interface GetTagValuesOutput {
197
146
  PaginationToken?: string;
198
-
199
147
  TagValues?: string[];
200
148
  }
201
149
  export interface StartReportCreationInput {
@@ -204,7 +152,6 @@ export interface StartReportCreationInput {
204
152
  export interface StartReportCreationOutput {}
205
153
  export interface TagResourcesInput {
206
154
  ResourceARNList: string[] | undefined;
207
-
208
155
  Tags: Record<string, string> | undefined;
209
156
  }
210
157
  export interface TagResourcesOutput {
@@ -212,89 +159,66 @@ export interface TagResourcesOutput {
212
159
  }
213
160
  export interface UntagResourcesInput {
214
161
  ResourceARNList: string[] | undefined;
215
-
216
162
  TagKeys: string[] | undefined;
217
163
  }
218
164
  export interface UntagResourcesOutput {
219
165
  FailedResourcesMap?: Record<string, FailureInfo>;
220
166
  }
221
-
222
167
  export declare const ComplianceDetailsFilterSensitiveLog: (
223
168
  obj: ComplianceDetails
224
169
  ) => any;
225
-
226
170
  export declare const DescribeReportCreationInputFilterSensitiveLog: (
227
171
  obj: DescribeReportCreationInput
228
172
  ) => any;
229
-
230
173
  export declare const DescribeReportCreationOutputFilterSensitiveLog: (
231
174
  obj: DescribeReportCreationOutput
232
175
  ) => any;
233
-
234
176
  export declare const FailureInfoFilterSensitiveLog: (obj: FailureInfo) => any;
235
-
236
177
  export declare const GetComplianceSummaryInputFilterSensitiveLog: (
237
178
  obj: GetComplianceSummaryInput
238
179
  ) => any;
239
-
240
180
  export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
241
-
242
181
  export declare const GetComplianceSummaryOutputFilterSensitiveLog: (
243
182
  obj: GetComplianceSummaryOutput
244
183
  ) => any;
245
-
246
184
  export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
247
-
248
185
  export declare const GetResourcesInputFilterSensitiveLog: (
249
186
  obj: GetResourcesInput
250
187
  ) => any;
251
-
252
188
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
253
-
254
189
  export declare const ResourceTagMappingFilterSensitiveLog: (
255
190
  obj: ResourceTagMapping
256
191
  ) => any;
257
-
258
192
  export declare const GetResourcesOutputFilterSensitiveLog: (
259
193
  obj: GetResourcesOutput
260
194
  ) => any;
261
-
262
195
  export declare const GetTagKeysInputFilterSensitiveLog: (
263
196
  obj: GetTagKeysInput
264
197
  ) => any;
265
-
266
198
  export declare const GetTagKeysOutputFilterSensitiveLog: (
267
199
  obj: GetTagKeysOutput
268
200
  ) => any;
269
-
270
201
  export declare const GetTagValuesInputFilterSensitiveLog: (
271
202
  obj: GetTagValuesInput
272
203
  ) => any;
273
-
274
204
  export declare const GetTagValuesOutputFilterSensitiveLog: (
275
205
  obj: GetTagValuesOutput
276
206
  ) => any;
277
-
278
207
  export declare const StartReportCreationInputFilterSensitiveLog: (
279
208
  obj: StartReportCreationInput
280
209
  ) => any;
281
-
282
210
  export declare const StartReportCreationOutputFilterSensitiveLog: (
283
211
  obj: StartReportCreationOutput
284
212
  ) => any;
285
-
286
213
  export declare const TagResourcesInputFilterSensitiveLog: (
287
214
  obj: TagResourcesInput
288
215
  ) => any;
289
-
290
216
  export declare const TagResourcesOutputFilterSensitiveLog: (
291
217
  obj: TagResourcesOutput
292
218
  ) => any;
293
-
294
219
  export declare const UntagResourcesInputFilterSensitiveLog: (
295
220
  obj: UntagResourcesInput
296
221
  ) => any;
297
-
298
222
  export declare const UntagResourcesOutputFilterSensitiveLog: (
299
223
  obj: UntagResourcesOutput
300
224
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ResourceGroupsTaggingAPIClientConfig
6
5
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ResourceGroupsTaggingAPIClientConfig
6
5
  ) => {
@@ -1,5 +1,4 @@
1
1
  import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: ResourceGroupsTaggingAPIClientConfig
5
4
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ResourceGroupsTaggingAPIClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-groups-tagging-api",
3
3
  "description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"