@aws-sdk/client-resource-groups 3.40.0 → 3.45.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,47 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-resource-groups
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -87,6 +87,7 @@ const partitionHash = {
87
87
  "ap-south-1",
88
88
  "ap-southeast-1",
89
89
  "ap-southeast-2",
90
+ "ap-southeast-3",
90
91
  "ca-central-1",
91
92
  "eu-central-1",
92
93
  "eu-north-1",
@@ -155,6 +156,10 @@ const partitionHash = {
155
156
  hostname: "resource-groups.{region}.c2s.ic.gov",
156
157
  tags: [],
157
158
  },
159
+ {
160
+ hostname: "resource-groups-fips.{region}.c2s.ic.gov",
161
+ tags: ["fips"],
162
+ },
158
163
  ],
159
164
  },
160
165
  "aws-iso-b": {
@@ -165,6 +170,10 @@ const partitionHash = {
165
170
  hostname: "resource-groups.{region}.sc2s.sgov.gov",
166
171
  tags: [],
167
172
  },
173
+ {
174
+ hostname: "resource-groups-fips.{region}.sc2s.sgov.gov",
175
+ tags: ["fips"],
176
+ },
168
177
  ],
169
178
  },
170
179
  "aws-us-gov": {
@@ -179,6 +188,14 @@ const partitionHash = {
179
188
  hostname: "resource-groups.{region}.amazonaws.com",
180
189
  tags: ["fips"],
181
190
  },
191
+ {
192
+ hostname: "resource-groups-fips.{region}.api.aws",
193
+ tags: ["dualstack", "fips"],
194
+ },
195
+ {
196
+ hostname: "resource-groups.{region}.api.aws",
197
+ tags: ["dualstack"],
198
+ },
182
199
  ],
183
200
  },
184
201
  };
@@ -85,6 +85,7 @@ var partitionHash = {
85
85
  "ap-south-1",
86
86
  "ap-southeast-1",
87
87
  "ap-southeast-2",
88
+ "ap-southeast-3",
88
89
  "ca-central-1",
89
90
  "eu-central-1",
90
91
  "eu-north-1",
@@ -153,6 +154,10 @@ var partitionHash = {
153
154
  hostname: "resource-groups.{region}.c2s.ic.gov",
154
155
  tags: [],
155
156
  },
157
+ {
158
+ hostname: "resource-groups-fips.{region}.c2s.ic.gov",
159
+ tags: ["fips"],
160
+ },
156
161
  ],
157
162
  },
158
163
  "aws-iso-b": {
@@ -163,6 +168,10 @@ var partitionHash = {
163
168
  hostname: "resource-groups.{region}.sc2s.sgov.gov",
164
169
  tags: [],
165
170
  },
171
+ {
172
+ hostname: "resource-groups-fips.{region}.sc2s.sgov.gov",
173
+ tags: ["fips"],
174
+ },
166
175
  ],
167
176
  },
168
177
  "aws-us-gov": {
@@ -177,6 +186,14 @@ var partitionHash = {
177
186
  hostname: "resource-groups.{region}.amazonaws.com",
178
187
  tags: ["fips"],
179
188
  },
189
+ {
190
+ hostname: "resource-groups-fips.{region}.api.aws",
191
+ tags: ["dualstack", "fips"],
192
+ },
193
+ {
194
+ hostname: "resource-groups.{region}.api.aws",
195
+ tags: ["dualstack"],
196
+ },
180
197
  ],
181
198
  },
182
199
  };
@@ -35,7 +35,7 @@ export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataB
35
35
  *
36
36
  * @see {@link CreateGroupCommandInput} for command's `input` shape.
37
37
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
38
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataB
32
32
  *
33
33
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
35
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer
31
31
  *
32
32
  * @see {@link GetGroupCommandInput} for command's `input` shape.
33
33
  * @see {@link GetGroupCommandOutput} for command's `response` shape.
34
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface GetGroupConfigurationCommandOutput extends GetGroupConfiguratio
33
33
  *
34
34
  * @see {@link GetGroupConfigurationCommandInput} for command's `input` shape.
35
35
  * @see {@link GetGroupConfigurationCommandOutput} for command's `response` shape.
36
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class GetGroupConfigurationCommand extends $Command<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __Metad
33
33
  *
34
34
  * @see {@link GetGroupQueryCommandInput} for command's `input` shape.
35
35
  * @see {@link GetGroupQueryCommandOutput} for command's `response` shape.
36
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class GetGroupQueryCommand extends $Command<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
32
32
  *
33
33
  * @see {@link GetTagsCommandInput} for command's `input` shape.
34
34
  * @see {@link GetTagsCommandOutput} for command's `response` shape.
35
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __Met
31
31
  *
32
32
  * @see {@link GroupResourcesCommandInput} for command's `input` shape.
33
33
  * @see {@link GroupResourcesCommandOutput} for command's `response` shape.
34
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GroupResourcesCommand extends $Command<GroupResourcesCommandInput, GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutpu
47
47
  *
48
48
  * @see {@link ListGroupResourcesCommandInput} for command's `input` shape.
49
49
  * @see {@link ListGroupResourcesCommandOutput} for command's `response` shape.
50
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class ListGroupResourcesCommand extends $Command<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBea
31
31
  *
32
32
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
33
33
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
34
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface PutGroupConfigurationCommandOutput extends PutGroupConfiguratio
33
33
  *
34
34
  * @see {@link PutGroupConfigurationCommandInput} for command's `input` shape.
35
35
  * @see {@link PutGroupConfigurationCommandOutput} for command's `response` shape.
36
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class PutGroupConfigurationCommand extends $Command<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
48
48
  *
49
49
  * @see {@link SearchResourcesCommandInput} for command's `input` shape.
50
50
  * @see {@link SearchResourcesCommandOutput} for command's `response` shape.
51
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
38
38
  *
39
39
  * @see {@link TagCommandInput} for command's `input` shape.
40
40
  * @see {@link TagCommandOutput} for command's `response` shape.
41
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class TagCommand extends $Command<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
31
31
  *
32
32
  * @see {@link UngroupResourcesCommandInput} for command's `input` shape.
33
33
  * @see {@link UngroupResourcesCommandOutput} for command's `response` shape.
34
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class UngroupResourcesCommand extends $Command<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
31
31
  *
32
32
  * @see {@link UntagCommandInput} for command's `input` shape.
33
33
  * @see {@link UntagCommandOutput} for command's `response` shape.
34
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class UntagCommand extends $Command<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
32
32
  *
33
33
  * @see {@link UpdateGroupCommandInput} for command's `input` shape.
34
34
  * @see {@link UpdateGroupCommandOutput} for command's `response` shape.
35
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
32
32
  *
33
33
  * @see {@link UpdateGroupQueryCommandInput} for command's `input` shape.
34
34
  * @see {@link UpdateGroupQueryCommandOutput} for command's `response` shape.
35
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class UpdateGroupQueryCommand extends $Command<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",