@aws-sdk/client-identitystore 3.306.0 → 3.309.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 (50) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  3. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
  4. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  11. package/dist-cjs/commands/GetGroupIdCommand.js +2 -2
  12. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +2 -2
  13. package/dist-cjs/commands/GetUserIdCommand.js +2 -2
  14. package/dist-cjs/commands/IsMemberInGroupsCommand.js +2 -2
  15. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
  16. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +2 -2
  17. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  21. package/dist-cjs/endpoint/ruleset.js +2 -2
  22. package/dist-cjs/protocols/Aws_json1_1.js +407 -417
  23. package/dist-es/commands/CreateGroupCommand.js +3 -3
  24. package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
  25. package/dist-es/commands/CreateUserCommand.js +3 -3
  26. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  27. package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
  28. package/dist-es/commands/DeleteUserCommand.js +3 -3
  29. package/dist-es/commands/DescribeGroupCommand.js +3 -3
  30. package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
  31. package/dist-es/commands/DescribeUserCommand.js +3 -3
  32. package/dist-es/commands/GetGroupIdCommand.js +3 -3
  33. package/dist-es/commands/GetGroupMembershipIdCommand.js +3 -3
  34. package/dist-es/commands/GetUserIdCommand.js +3 -3
  35. package/dist-es/commands/IsMemberInGroupsCommand.js +3 -3
  36. package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
  37. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +3 -3
  38. package/dist-es/commands/ListGroupsCommand.js +3 -3
  39. package/dist-es/commands/ListUsersCommand.js +3 -3
  40. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  41. package/dist-es/commands/UpdateUserCommand.js +3 -3
  42. package/dist-es/endpoint/ruleset.js +2 -2
  43. package/dist-es/protocols/Aws_json1_1.js +368 -378
  44. package/dist-types/Identitystore.d.ts +2 -2
  45. package/dist-types/IdentitystoreClient.d.ts +1 -1
  46. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  47. package/dist-types/models/models_0.d.ts +51 -59
  48. package/dist-types/protocols/Aws_json1_1.d.ts +152 -38
  49. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +38 -38
  50. package/package.json +6 -6
@@ -79,155 +79,155 @@ import {
79
79
  UpdateUserCommandInput,
80
80
  UpdateUserCommandOutput,
81
81
  } from "../commands/UpdateUserCommand";
82
- export declare const serializeAws_json1_1CreateGroupCommand: (
82
+ export declare const se_CreateGroupCommand: (
83
83
  input: CreateGroupCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1CreateGroupMembershipCommand: (
86
+ export declare const se_CreateGroupMembershipCommand: (
87
87
  input: CreateGroupMembershipCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1CreateUserCommand: (
90
+ export declare const se_CreateUserCommand: (
91
91
  input: CreateUserCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DeleteGroupCommand: (
94
+ export declare const se_DeleteGroupCommand: (
95
95
  input: DeleteGroupCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DeleteGroupMembershipCommand: (
98
+ export declare const se_DeleteGroupMembershipCommand: (
99
99
  input: DeleteGroupMembershipCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DeleteUserCommand: (
102
+ export declare const se_DeleteUserCommand: (
103
103
  input: DeleteUserCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DescribeGroupCommand: (
106
+ export declare const se_DescribeGroupCommand: (
107
107
  input: DescribeGroupCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1DescribeGroupMembershipCommand: (
110
+ export declare const se_DescribeGroupMembershipCommand: (
111
111
  input: DescribeGroupMembershipCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DescribeUserCommand: (
114
+ export declare const se_DescribeUserCommand: (
115
115
  input: DescribeUserCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1GetGroupIdCommand: (
118
+ export declare const se_GetGroupIdCommand: (
119
119
  input: GetGroupIdCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1GetGroupMembershipIdCommand: (
122
+ export declare const se_GetGroupMembershipIdCommand: (
123
123
  input: GetGroupMembershipIdCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1GetUserIdCommand: (
126
+ export declare const se_GetUserIdCommand: (
127
127
  input: GetUserIdCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1IsMemberInGroupsCommand: (
130
+ export declare const se_IsMemberInGroupsCommand: (
131
131
  input: IsMemberInGroupsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1ListGroupMembershipsCommand: (
134
+ export declare const se_ListGroupMembershipsCommand: (
135
135
  input: ListGroupMembershipsCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1ListGroupMembershipsForMemberCommand: (
138
+ export declare const se_ListGroupMembershipsForMemberCommand: (
139
139
  input: ListGroupMembershipsForMemberCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1ListGroupsCommand: (
142
+ export declare const se_ListGroupsCommand: (
143
143
  input: ListGroupsCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1ListUsersCommand: (
146
+ export declare const se_ListUsersCommand: (
147
147
  input: ListUsersCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1UpdateGroupCommand: (
150
+ export declare const se_UpdateGroupCommand: (
151
151
  input: UpdateGroupCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1UpdateUserCommand: (
154
+ export declare const se_UpdateUserCommand: (
155
155
  input: UpdateUserCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const deserializeAws_json1_1CreateGroupCommand: (
158
+ export declare const de_CreateGroupCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<CreateGroupCommandOutput>;
162
- export declare const deserializeAws_json1_1CreateGroupMembershipCommand: (
162
+ export declare const de_CreateGroupMembershipCommand: (
163
163
  output: __HttpResponse,
164
164
  context: __SerdeContext
165
165
  ) => Promise<CreateGroupMembershipCommandOutput>;
166
- export declare const deserializeAws_json1_1CreateUserCommand: (
166
+ export declare const de_CreateUserCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<CreateUserCommandOutput>;
170
- export declare const deserializeAws_json1_1DeleteGroupCommand: (
170
+ export declare const de_DeleteGroupCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<DeleteGroupCommandOutput>;
174
- export declare const deserializeAws_json1_1DeleteGroupMembershipCommand: (
174
+ export declare const de_DeleteGroupMembershipCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<DeleteGroupMembershipCommandOutput>;
178
- export declare const deserializeAws_json1_1DeleteUserCommand: (
178
+ export declare const de_DeleteUserCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<DeleteUserCommandOutput>;
182
- export declare const deserializeAws_json1_1DescribeGroupCommand: (
182
+ export declare const de_DescribeGroupCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<DescribeGroupCommandOutput>;
186
- export declare const deserializeAws_json1_1DescribeGroupMembershipCommand: (
186
+ export declare const de_DescribeGroupMembershipCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<DescribeGroupMembershipCommandOutput>;
190
- export declare const deserializeAws_json1_1DescribeUserCommand: (
190
+ export declare const de_DescribeUserCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<DescribeUserCommandOutput>;
194
- export declare const deserializeAws_json1_1GetGroupIdCommand: (
194
+ export declare const de_GetGroupIdCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<GetGroupIdCommandOutput>;
198
- export declare const deserializeAws_json1_1GetGroupMembershipIdCommand: (
198
+ export declare const de_GetGroupMembershipIdCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<GetGroupMembershipIdCommandOutput>;
202
- export declare const deserializeAws_json1_1GetUserIdCommand: (
202
+ export declare const de_GetUserIdCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<GetUserIdCommandOutput>;
206
- export declare const deserializeAws_json1_1IsMemberInGroupsCommand: (
206
+ export declare const de_IsMemberInGroupsCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<IsMemberInGroupsCommandOutput>;
210
- export declare const deserializeAws_json1_1ListGroupMembershipsCommand: (
210
+ export declare const de_ListGroupMembershipsCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<ListGroupMembershipsCommandOutput>;
214
- export declare const deserializeAws_json1_1ListGroupMembershipsForMemberCommand: (
214
+ export declare const de_ListGroupMembershipsForMemberCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<ListGroupMembershipsForMemberCommandOutput>;
218
- export declare const deserializeAws_json1_1ListGroupsCommand: (
218
+ export declare const de_ListGroupsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<ListGroupsCommandOutput>;
222
- export declare const deserializeAws_json1_1ListUsersCommand: (
222
+ export declare const de_ListUsersCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<ListUsersCommandOutput>;
226
- export declare const deserializeAws_json1_1UpdateGroupCommand: (
226
+ export declare const de_UpdateGroupCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<UpdateGroupCommandOutput>;
230
- export declare const deserializeAws_json1_1UpdateUserCommand: (
230
+ export declare const de_UpdateUserCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<UpdateUserCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-identitystore",
3
3
  "description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.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,9 +21,9 @@
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",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
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",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",