@aws-sdk/client-resource-groups-tagging-api 3.968.0 → 3.969.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 CHANGED
@@ -359,8 +359,8 @@ var GetTagKeysOutput$ = [3, n0, _GTKO,
359
359
  ];
360
360
  var GetTagValuesInput$ = [3, n0, _GTVI,
361
361
  0,
362
- [_PT, _K],
363
- [0, 0]
362
+ [_K, _PT],
363
+ [0, 0], 1
364
364
  ];
365
365
  var GetTagValuesOutput$ = [3, n0, _GTVO,
366
366
  0,
@@ -408,7 +408,7 @@ var ResourceTagMapping$ = [3, n0, _RTM,
408
408
  var StartReportCreationInput$ = [3, n0, _SRCI,
409
409
  0,
410
410
  [_SB],
411
- [0]
411
+ [0], 1
412
412
  ];
413
413
  var StartReportCreationOutput$ = [3, n0, _SRCO,
414
414
  0,
@@ -423,7 +423,7 @@ var Summary$ = [3, n0, _Su,
423
423
  var Tag$ = [3, n0, _Ta,
424
424
  0,
425
425
  [_K, _V],
426
- [0, 0]
426
+ [0, 0], 2
427
427
  ];
428
428
  var TagFilter$ = [3, n0, _TFa,
429
429
  0,
@@ -433,7 +433,7 @@ var TagFilter$ = [3, n0, _TFa,
433
433
  var TagResourcesInput$ = [3, n0, _TRI,
434
434
  0,
435
435
  [_RARNL, _T],
436
- [64 | 0, 128 | 0]
436
+ [64 | 0, 128 | 0], 2
437
437
  ];
438
438
  var TagResourcesOutput$ = [3, n0, _TRO,
439
439
  0,
@@ -449,7 +449,7 @@ schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledExceptio
449
449
  var UntagResourcesInput$ = [3, n0, _URI,
450
450
  0,
451
451
  [_RARNL, _TK],
452
- [64 | 0, 64 | 0]
452
+ [64 | 0, 64 | 0], 2
453
453
  ];
454
454
  var UntagResourcesOutput$ = [3, n0, _URO,
455
455
  0,
@@ -158,8 +158,8 @@ export var GetTagKeysOutput$ = [3, n0, _GTKO,
158
158
  ];
159
159
  export var GetTagValuesInput$ = [3, n0, _GTVI,
160
160
  0,
161
- [_PT, _K],
162
- [0, 0]
161
+ [_K, _PT],
162
+ [0, 0], 1
163
163
  ];
164
164
  export var GetTagValuesOutput$ = [3, n0, _GTVO,
165
165
  0,
@@ -207,7 +207,7 @@ export var ResourceTagMapping$ = [3, n0, _RTM,
207
207
  export var StartReportCreationInput$ = [3, n0, _SRCI,
208
208
  0,
209
209
  [_SB],
210
- [0]
210
+ [0], 1
211
211
  ];
212
212
  export var StartReportCreationOutput$ = [3, n0, _SRCO,
213
213
  0,
@@ -222,7 +222,7 @@ export var Summary$ = [3, n0, _Su,
222
222
  export var Tag$ = [3, n0, _Ta,
223
223
  0,
224
224
  [_K, _V],
225
- [0, 0]
225
+ [0, 0], 2
226
226
  ];
227
227
  export var TagFilter$ = [3, n0, _TFa,
228
228
  0,
@@ -232,7 +232,7 @@ export var TagFilter$ = [3, n0, _TFa,
232
232
  export var TagResourcesInput$ = [3, n0, _TRI,
233
233
  0,
234
234
  [_RARNL, _T],
235
- [64 | 0, 128 | 0]
235
+ [64 | 0, 128 | 0], 2
236
236
  ];
237
237
  export var TagResourcesOutput$ = [3, n0, _TRO,
238
238
  0,
@@ -248,7 +248,7 @@ TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
248
248
  export var UntagResourcesInput$ = [3, n0, _URI,
249
249
  0,
250
250
  [_RARNL, _TK],
251
- [64 | 0, 64 | 0]
251
+ [64 | 0, 64 | 0], 2
252
252
  ];
253
253
  export var UntagResourcesOutput$ = [3, n0, _URO,
254
254
  0,
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.968.0",
4
+ "version": "3.969.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-resource-groups-tagging-api",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },