@aws-sdk/client-resource-groups-tagging-api 3.428.0 → 3.430.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.
@@ -240,7 +240,7 @@ export interface FailureInfo {
240
240
  * any valid error code returned by the Amazon Web Services service that hosts the resource that you want
241
241
  * to tag.</p>
242
242
  */
243
- ErrorCode?: ErrorCode | string;
243
+ ErrorCode?: ErrorCode;
244
244
  /**
245
245
  * @public
246
246
  * <p>The message of the common error.</p>
@@ -321,7 +321,7 @@ export interface GetComplianceSummaryInput {
321
321
  * <p>Specifies a list of attributes to group the counts of noncompliant resources by. If
322
322
  * supplied, the counts are sorted by those attributes.</p>
323
323
  */
324
- GroupBy?: (GroupByAttribute | string)[];
324
+ GroupBy?: GroupByAttribute[];
325
325
  /**
326
326
  * @public
327
327
  * <p>Specifies the maximum number of results to be returned in each page. A
@@ -371,7 +371,7 @@ export interface Summary {
371
371
  * @public
372
372
  * <p>Whether the target is an account, an OU, or the organization root.</p>
373
373
  */
374
- TargetIdType?: TargetIdType | string;
374
+ TargetIdType?: TargetIdType;
375
375
  /**
376
376
  * @public
377
377
  * <p>The Amazon Web Services Region that the summary applies to.</p>
@@ -60,7 +60,7 @@ export declare const ErrorCode: {
60
60
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
61
61
  export interface FailureInfo {
62
62
  StatusCode?: number;
63
- ErrorCode?: ErrorCode | string;
63
+ ErrorCode?: ErrorCode;
64
64
  ErrorMessage?: string;
65
65
  }
66
66
  export declare const GroupByAttribute: {
@@ -75,7 +75,7 @@ export interface GetComplianceSummaryInput {
75
75
  RegionFilters?: string[];
76
76
  ResourceTypeFilters?: string[];
77
77
  TagKeyFilters?: string[];
78
- GroupBy?: (GroupByAttribute | string)[];
78
+ GroupBy?: GroupByAttribute[];
79
79
  MaxResults?: number;
80
80
  PaginationToken?: string;
81
81
  }
@@ -88,7 +88,7 @@ export type TargetIdType = (typeof TargetIdType)[keyof typeof TargetIdType];
88
88
  export interface Summary {
89
89
  LastUpdated?: string;
90
90
  TargetId?: string;
91
- TargetIdType?: TargetIdType | string;
91
+ TargetIdType?: TargetIdType;
92
92
  Region?: string;
93
93
  ResourceType?: string;
94
94
  NonCompliantResources?: number;
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.428.0",
4
+ "version": "3.430.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",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"