@aws-sdk/client-resource-groups 3.908.0 → 3.911.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-types/models/models_0.d.ts +8 -8
- package/package.json +33 -33
|
@@ -554,7 +554,7 @@ export interface DeleteGroupInput {
|
|
|
554
554
|
/**
|
|
555
555
|
* <p>Deprecated - don't use this parameter. Use <code>Group</code> instead.</p>
|
|
556
556
|
*
|
|
557
|
-
* @deprecated
|
|
557
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
558
558
|
* @public
|
|
559
559
|
*/
|
|
560
560
|
GroupName?: string | undefined;
|
|
@@ -604,7 +604,7 @@ export interface GetGroupInput {
|
|
|
604
604
|
/**
|
|
605
605
|
* <p>Deprecated - don't use this parameter. Use <code>Group</code> instead.</p>
|
|
606
606
|
*
|
|
607
|
-
* @deprecated
|
|
607
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
608
608
|
* @public
|
|
609
609
|
*/
|
|
610
610
|
GroupName?: string | undefined;
|
|
@@ -656,7 +656,7 @@ export interface GetGroupQueryInput {
|
|
|
656
656
|
/**
|
|
657
657
|
* <p>Don't use this parameter. Use <code>Group</code> instead.</p>
|
|
658
658
|
*
|
|
659
|
-
* @deprecated
|
|
659
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
660
660
|
* @public
|
|
661
661
|
*/
|
|
662
662
|
GroupName?: string | undefined;
|
|
@@ -1111,7 +1111,7 @@ export interface ListGroupResourcesInput {
|
|
|
1111
1111
|
* </p>
|
|
1112
1112
|
* </important>
|
|
1113
1113
|
*
|
|
1114
|
-
* @deprecated
|
|
1114
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
1115
1115
|
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
GroupName?: string | undefined;
|
|
@@ -1290,7 +1290,7 @@ export interface ListGroupResourcesOutput {
|
|
|
1290
1290
|
* </p>
|
|
1291
1291
|
* </important>
|
|
1292
1292
|
*
|
|
1293
|
-
* @deprecated
|
|
1293
|
+
* @deprecated This field is deprecated, use Resources instead.
|
|
1294
1294
|
* @public
|
|
1295
1295
|
*/
|
|
1296
1296
|
ResourceIdentifiers?: ResourceIdentifier[] | undefined;
|
|
@@ -1486,7 +1486,7 @@ export interface ListGroupsOutput {
|
|
|
1486
1486
|
* </p>
|
|
1487
1487
|
* </important>
|
|
1488
1488
|
*
|
|
1489
|
-
* @deprecated
|
|
1489
|
+
* @deprecated This field is deprecated, use GroupIdentifiers instead.
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
1492
1492
|
Groups?: Group[] | undefined;
|
|
@@ -2023,7 +2023,7 @@ export interface UpdateGroupInput {
|
|
|
2023
2023
|
/**
|
|
2024
2024
|
* <p>Don't use this parameter. Use <code>Group</code> instead.</p>
|
|
2025
2025
|
*
|
|
2026
|
-
* @deprecated
|
|
2026
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
2027
2027
|
* @public
|
|
2028
2028
|
*/
|
|
2029
2029
|
GroupName?: string | undefined;
|
|
@@ -2073,7 +2073,7 @@ export interface UpdateGroupQueryInput {
|
|
|
2073
2073
|
/**
|
|
2074
2074
|
* <p>Don't use this parameter. Use <code>Group</code> instead.</p>
|
|
2075
2075
|
*
|
|
2076
|
-
* @deprecated
|
|
2076
|
+
* @deprecated This field is deprecated, use Group instead.
|
|
2077
2077
|
* @public
|
|
2078
2078
|
*/
|
|
2079
2079
|
GroupName?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.911.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-groups",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.3.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.911.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.911.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.911.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.911.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
35
|
+
"@smithy/core": "^3.16.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
37
|
+
"@smithy/hash-node": "^4.2.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
48
|
+
"@smithy/types": "^4.7.1",
|
|
49
|
+
"@smithy/url-parser": "^4.2.2",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
57
|
+
"@smithy/util-retry": "^4.2.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|