@aws-sdk/client-resource-groups 3.306.0 → 3.310.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.
Files changed (41) hide show
  1. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  3. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  4. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  5. package/dist-cjs/commands/GetGroupConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/GetGroupQueryCommand.js +2 -2
  7. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  8. package/dist-cjs/commands/GroupResourcesCommand.js +2 -2
  9. package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
  10. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  11. package/dist-cjs/commands/PutGroupConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  13. package/dist-cjs/commands/TagCommand.js +2 -2
  14. package/dist-cjs/commands/UngroupResourcesCommand.js +2 -2
  15. package/dist-cjs/commands/UntagCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateGroupQueryCommand.js +2 -2
  19. package/dist-cjs/protocols/Aws_restJson1.js +327 -349
  20. package/dist-es/commands/CreateGroupCommand.js +3 -3
  21. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  22. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  23. package/dist-es/commands/GetGroupCommand.js +3 -3
  24. package/dist-es/commands/GetGroupConfigurationCommand.js +3 -3
  25. package/dist-es/commands/GetGroupQueryCommand.js +3 -3
  26. package/dist-es/commands/GetTagsCommand.js +3 -3
  27. package/dist-es/commands/GroupResourcesCommand.js +3 -3
  28. package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
  29. package/dist-es/commands/ListGroupsCommand.js +3 -3
  30. package/dist-es/commands/PutGroupConfigurationCommand.js +3 -3
  31. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  32. package/dist-es/commands/TagCommand.js +3 -3
  33. package/dist-es/commands/UngroupResourcesCommand.js +3 -3
  34. package/dist-es/commands/UntagCommand.js +3 -3
  35. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
  36. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  37. package/dist-es/commands/UpdateGroupQueryCommand.js +3 -3
  38. package/dist-es/protocols/Aws_restJson1.js +290 -312
  39. package/dist-types/protocols/Aws_restJson1.d.ts +144 -36
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -36
  41. package/package.json +35 -35
@@ -18,39 +18,147 @@ import { UntagCommandInput, UntagCommandOutput } from "../commands/UntagCommand"
18
18
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
19
19
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
20
20
  import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "../commands/UpdateGroupQueryCommand";
21
- export declare const serializeAws_restJson1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1GetGroupConfigurationCommand: (input: GetGroupConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1GetGroupQueryCommand: (input: GetGroupQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1GroupResourcesCommand: (input: GroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1ListGroupResourcesCommand: (input: ListGroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1PutGroupConfigurationCommand: (input: PutGroupConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1SearchResourcesCommand: (input: SearchResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1TagCommand: (input: TagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1UngroupResourcesCommand: (input: UngroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1UntagCommand: (input: UntagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1UpdateGroupQueryCommand: (input: UpdateGroupQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const deserializeAws_restJson1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
40
- export declare const deserializeAws_restJson1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
41
- export declare const deserializeAws_restJson1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
42
- export declare const deserializeAws_restJson1GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
43
- export declare const deserializeAws_restJson1GetGroupConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupConfigurationCommandOutput>;
44
- export declare const deserializeAws_restJson1GetGroupQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupQueryCommandOutput>;
45
- export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
46
- export declare const deserializeAws_restJson1GroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GroupResourcesCommandOutput>;
47
- export declare const deserializeAws_restJson1ListGroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupResourcesCommandOutput>;
48
- export declare const deserializeAws_restJson1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
49
- export declare const deserializeAws_restJson1PutGroupConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupConfigurationCommandOutput>;
50
- export declare const deserializeAws_restJson1SearchResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchResourcesCommandOutput>;
51
- export declare const deserializeAws_restJson1TagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagCommandOutput>;
52
- export declare const deserializeAws_restJson1UngroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UngroupResourcesCommandOutput>;
53
- export declare const deserializeAws_restJson1UntagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagCommandOutput>;
54
- export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
55
- export declare const deserializeAws_restJson1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
56
- export declare const deserializeAws_restJson1UpdateGroupQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupQueryCommandOutput>;
21
+ /**
22
+ * serializeAws_restJson1CreateGroupCommand
23
+ */
24
+ export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
+ /**
26
+ * serializeAws_restJson1DeleteGroupCommand
27
+ */
28
+ export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ /**
30
+ * serializeAws_restJson1GetAccountSettingsCommand
31
+ */
32
+ export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_restJson1GetGroupCommand
35
+ */
36
+ export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1GetGroupConfigurationCommand
39
+ */
40
+ export declare const se_GetGroupConfigurationCommand: (input: GetGroupConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1GetGroupQueryCommand
43
+ */
44
+ export declare const se_GetGroupQueryCommand: (input: GetGroupQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1GetTagsCommand
47
+ */
48
+ export declare const se_GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1GroupResourcesCommand
51
+ */
52
+ export declare const se_GroupResourcesCommand: (input: GroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1ListGroupResourcesCommand
55
+ */
56
+ export declare const se_ListGroupResourcesCommand: (input: ListGroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1ListGroupsCommand
59
+ */
60
+ export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1PutGroupConfigurationCommand
63
+ */
64
+ export declare const se_PutGroupConfigurationCommand: (input: PutGroupConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1SearchResourcesCommand
67
+ */
68
+ export declare const se_SearchResourcesCommand: (input: SearchResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1TagCommand
71
+ */
72
+ export declare const se_TagCommand: (input: TagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1UngroupResourcesCommand
75
+ */
76
+ export declare const se_UngroupResourcesCommand: (input: UngroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1UntagCommand
79
+ */
80
+ export declare const se_UntagCommand: (input: UntagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1UpdateAccountSettingsCommand
83
+ */
84
+ export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1UpdateGroupCommand
87
+ */
88
+ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1UpdateGroupQueryCommand
91
+ */
92
+ export declare const se_UpdateGroupQueryCommand: (input: UpdateGroupQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * deserializeAws_restJson1CreateGroupCommand
95
+ */
96
+ export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
97
+ /**
98
+ * deserializeAws_restJson1DeleteGroupCommand
99
+ */
100
+ export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
101
+ /**
102
+ * deserializeAws_restJson1GetAccountSettingsCommand
103
+ */
104
+ export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
105
+ /**
106
+ * deserializeAws_restJson1GetGroupCommand
107
+ */
108
+ export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
109
+ /**
110
+ * deserializeAws_restJson1GetGroupConfigurationCommand
111
+ */
112
+ export declare const de_GetGroupConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupConfigurationCommandOutput>;
113
+ /**
114
+ * deserializeAws_restJson1GetGroupQueryCommand
115
+ */
116
+ export declare const de_GetGroupQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupQueryCommandOutput>;
117
+ /**
118
+ * deserializeAws_restJson1GetTagsCommand
119
+ */
120
+ export declare const de_GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
121
+ /**
122
+ * deserializeAws_restJson1GroupResourcesCommand
123
+ */
124
+ export declare const de_GroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GroupResourcesCommandOutput>;
125
+ /**
126
+ * deserializeAws_restJson1ListGroupResourcesCommand
127
+ */
128
+ export declare const de_ListGroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupResourcesCommandOutput>;
129
+ /**
130
+ * deserializeAws_restJson1ListGroupsCommand
131
+ */
132
+ export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
133
+ /**
134
+ * deserializeAws_restJson1PutGroupConfigurationCommand
135
+ */
136
+ export declare const de_PutGroupConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupConfigurationCommandOutput>;
137
+ /**
138
+ * deserializeAws_restJson1SearchResourcesCommand
139
+ */
140
+ export declare const de_SearchResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchResourcesCommandOutput>;
141
+ /**
142
+ * deserializeAws_restJson1TagCommand
143
+ */
144
+ export declare const de_TagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagCommandOutput>;
145
+ /**
146
+ * deserializeAws_restJson1UngroupResourcesCommand
147
+ */
148
+ export declare const de_UngroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UngroupResourcesCommandOutput>;
149
+ /**
150
+ * deserializeAws_restJson1UntagCommand
151
+ */
152
+ export declare const de_UntagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagCommandOutput>;
153
+ /**
154
+ * deserializeAws_restJson1UpdateAccountSettingsCommand
155
+ */
156
+ export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1UpdateGroupCommand
159
+ */
160
+ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1UpdateGroupQueryCommand
163
+ */
164
+ export declare const de_UpdateGroupQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupQueryCommandOutput>;
@@ -72,147 +72,147 @@ import {
72
72
  UpdateGroupQueryCommandInput,
73
73
  UpdateGroupQueryCommandOutput,
74
74
  } from "../commands/UpdateGroupQueryCommand";
75
- export declare const serializeAws_restJson1CreateGroupCommand: (
75
+ export declare const se_CreateGroupCommand: (
76
76
  input: CreateGroupCommandInput,
77
77
  context: __SerdeContext
78
78
  ) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteGroupCommand: (
79
+ export declare const se_DeleteGroupCommand: (
80
80
  input: DeleteGroupCommandInput,
81
81
  context: __SerdeContext
82
82
  ) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1GetAccountSettingsCommand: (
83
+ export declare const se_GetAccountSettingsCommand: (
84
84
  input: GetAccountSettingsCommandInput,
85
85
  context: __SerdeContext
86
86
  ) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1GetGroupCommand: (
87
+ export declare const se_GetGroupCommand: (
88
88
  input: GetGroupCommandInput,
89
89
  context: __SerdeContext
90
90
  ) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1GetGroupConfigurationCommand: (
91
+ export declare const se_GetGroupConfigurationCommand: (
92
92
  input: GetGroupConfigurationCommandInput,
93
93
  context: __SerdeContext
94
94
  ) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetGroupQueryCommand: (
95
+ export declare const se_GetGroupQueryCommand: (
96
96
  input: GetGroupQueryCommandInput,
97
97
  context: __SerdeContext
98
98
  ) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetTagsCommand: (
99
+ export declare const se_GetTagsCommand: (
100
100
  input: GetTagsCommandInput,
101
101
  context: __SerdeContext
102
102
  ) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GroupResourcesCommand: (
103
+ export declare const se_GroupResourcesCommand: (
104
104
  input: GroupResourcesCommandInput,
105
105
  context: __SerdeContext
106
106
  ) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListGroupResourcesCommand: (
107
+ export declare const se_ListGroupResourcesCommand: (
108
108
  input: ListGroupResourcesCommandInput,
109
109
  context: __SerdeContext
110
110
  ) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListGroupsCommand: (
111
+ export declare const se_ListGroupsCommand: (
112
112
  input: ListGroupsCommandInput,
113
113
  context: __SerdeContext
114
114
  ) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1PutGroupConfigurationCommand: (
115
+ export declare const se_PutGroupConfigurationCommand: (
116
116
  input: PutGroupConfigurationCommandInput,
117
117
  context: __SerdeContext
118
118
  ) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1SearchResourcesCommand: (
119
+ export declare const se_SearchResourcesCommand: (
120
120
  input: SearchResourcesCommandInput,
121
121
  context: __SerdeContext
122
122
  ) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1TagCommand: (
123
+ export declare const se_TagCommand: (
124
124
  input: TagCommandInput,
125
125
  context: __SerdeContext
126
126
  ) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UngroupResourcesCommand: (
127
+ export declare const se_UngroupResourcesCommand: (
128
128
  input: UngroupResourcesCommandInput,
129
129
  context: __SerdeContext
130
130
  ) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UntagCommand: (
131
+ export declare const se_UntagCommand: (
132
132
  input: UntagCommandInput,
133
133
  context: __SerdeContext
134
134
  ) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (
135
+ export declare const se_UpdateAccountSettingsCommand: (
136
136
  input: UpdateAccountSettingsCommandInput,
137
137
  context: __SerdeContext
138
138
  ) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1UpdateGroupCommand: (
139
+ export declare const se_UpdateGroupCommand: (
140
140
  input: UpdateGroupCommandInput,
141
141
  context: __SerdeContext
142
142
  ) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1UpdateGroupQueryCommand: (
143
+ export declare const se_UpdateGroupQueryCommand: (
144
144
  input: UpdateGroupQueryCommandInput,
145
145
  context: __SerdeContext
146
146
  ) => Promise<__HttpRequest>;
147
- export declare const deserializeAws_restJson1CreateGroupCommand: (
147
+ export declare const de_CreateGroupCommand: (
148
148
  output: __HttpResponse,
149
149
  context: __SerdeContext
150
150
  ) => Promise<CreateGroupCommandOutput>;
151
- export declare const deserializeAws_restJson1DeleteGroupCommand: (
151
+ export declare const de_DeleteGroupCommand: (
152
152
  output: __HttpResponse,
153
153
  context: __SerdeContext
154
154
  ) => Promise<DeleteGroupCommandOutput>;
155
- export declare const deserializeAws_restJson1GetAccountSettingsCommand: (
155
+ export declare const de_GetAccountSettingsCommand: (
156
156
  output: __HttpResponse,
157
157
  context: __SerdeContext
158
158
  ) => Promise<GetAccountSettingsCommandOutput>;
159
- export declare const deserializeAws_restJson1GetGroupCommand: (
159
+ export declare const de_GetGroupCommand: (
160
160
  output: __HttpResponse,
161
161
  context: __SerdeContext
162
162
  ) => Promise<GetGroupCommandOutput>;
163
- export declare const deserializeAws_restJson1GetGroupConfigurationCommand: (
163
+ export declare const de_GetGroupConfigurationCommand: (
164
164
  output: __HttpResponse,
165
165
  context: __SerdeContext
166
166
  ) => Promise<GetGroupConfigurationCommandOutput>;
167
- export declare const deserializeAws_restJson1GetGroupQueryCommand: (
167
+ export declare const de_GetGroupQueryCommand: (
168
168
  output: __HttpResponse,
169
169
  context: __SerdeContext
170
170
  ) => Promise<GetGroupQueryCommandOutput>;
171
- export declare const deserializeAws_restJson1GetTagsCommand: (
171
+ export declare const de_GetTagsCommand: (
172
172
  output: __HttpResponse,
173
173
  context: __SerdeContext
174
174
  ) => Promise<GetTagsCommandOutput>;
175
- export declare const deserializeAws_restJson1GroupResourcesCommand: (
175
+ export declare const de_GroupResourcesCommand: (
176
176
  output: __HttpResponse,
177
177
  context: __SerdeContext
178
178
  ) => Promise<GroupResourcesCommandOutput>;
179
- export declare const deserializeAws_restJson1ListGroupResourcesCommand: (
179
+ export declare const de_ListGroupResourcesCommand: (
180
180
  output: __HttpResponse,
181
181
  context: __SerdeContext
182
182
  ) => Promise<ListGroupResourcesCommandOutput>;
183
- export declare const deserializeAws_restJson1ListGroupsCommand: (
183
+ export declare const de_ListGroupsCommand: (
184
184
  output: __HttpResponse,
185
185
  context: __SerdeContext
186
186
  ) => Promise<ListGroupsCommandOutput>;
187
- export declare const deserializeAws_restJson1PutGroupConfigurationCommand: (
187
+ export declare const de_PutGroupConfigurationCommand: (
188
188
  output: __HttpResponse,
189
189
  context: __SerdeContext
190
190
  ) => Promise<PutGroupConfigurationCommandOutput>;
191
- export declare const deserializeAws_restJson1SearchResourcesCommand: (
191
+ export declare const de_SearchResourcesCommand: (
192
192
  output: __HttpResponse,
193
193
  context: __SerdeContext
194
194
  ) => Promise<SearchResourcesCommandOutput>;
195
- export declare const deserializeAws_restJson1TagCommand: (
195
+ export declare const de_TagCommand: (
196
196
  output: __HttpResponse,
197
197
  context: __SerdeContext
198
198
  ) => Promise<TagCommandOutput>;
199
- export declare const deserializeAws_restJson1UngroupResourcesCommand: (
199
+ export declare const de_UngroupResourcesCommand: (
200
200
  output: __HttpResponse,
201
201
  context: __SerdeContext
202
202
  ) => Promise<UngroupResourcesCommandOutput>;
203
- export declare const deserializeAws_restJson1UntagCommand: (
203
+ export declare const de_UntagCommand: (
204
204
  output: __HttpResponse,
205
205
  context: __SerdeContext
206
206
  ) => Promise<UntagCommandOutput>;
207
- export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (
207
+ export declare const de_UpdateAccountSettingsCommand: (
208
208
  output: __HttpResponse,
209
209
  context: __SerdeContext
210
210
  ) => Promise<UpdateAccountSettingsCommandOutput>;
211
- export declare const deserializeAws_restJson1UpdateGroupCommand: (
211
+ export declare const de_UpdateGroupCommand: (
212
212
  output: __HttpResponse,
213
213
  context: __SerdeContext
214
214
  ) => Promise<UpdateGroupCommandOutput>;
215
- export declare const deserializeAws_restJson1UpdateGroupQueryCommand: (
215
+ export declare const de_UpdateGroupQueryCommand: (
216
216
  output: __HttpResponse,
217
217
  context: __SerdeContext
218
218
  ) => Promise<UpdateGroupQueryCommandOutput>;
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.306.0",
4
+ "version": "3.310.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,42 +21,42 @@
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.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",