@aws-sdk/client-identitystore 3.489.0 → 3.495.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/Identitystore.js +1 -49
- package/dist-cjs/IdentitystoreClient.js +1 -43
- package/dist-cjs/commands/CreateGroupCommand.js +1 -29
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +1 -28
- package/dist-cjs/commands/CreateUserCommand.js +1 -29
- package/dist-cjs/commands/DeleteGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserCommand.js +1 -28
- package/dist-cjs/commands/DescribeGroupCommand.js +1 -29
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +1 -28
- package/dist-cjs/commands/DescribeUserCommand.js +1 -29
- package/dist-cjs/commands/GetGroupIdCommand.js +1 -29
- package/dist-cjs/commands/GetGroupMembershipIdCommand.js +1 -28
- package/dist-cjs/commands/GetUserIdCommand.js +1 -29
- package/dist-cjs/commands/IsMemberInGroupsCommand.js +1 -29
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +1 -28
- package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +1 -28
- package/dist-cjs/commands/ListGroupsCommand.js +1 -29
- package/dist-cjs/commands/ListUsersCommand.js +1 -29
- package/dist-cjs/commands/UpdateGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateUserCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -22
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2129 -11
- package/dist-cjs/models/IdentitystoreServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -321
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListGroupMembershipsForMemberPaginator.js +1 -7
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1224
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1,12 +1,2130 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
AddressFilterSensitiveLog: () => AddressFilterSensitiveLog,
|
|
26
|
+
AlternateIdentifier: () => AlternateIdentifier,
|
|
27
|
+
AlternateIdentifierFilterSensitiveLog: () => AlternateIdentifierFilterSensitiveLog,
|
|
28
|
+
ConflictException: () => ConflictException,
|
|
29
|
+
ConflictExceptionReason: () => ConflictExceptionReason,
|
|
30
|
+
CreateGroupCommand: () => CreateGroupCommand,
|
|
31
|
+
CreateGroupMembershipCommand: () => CreateGroupMembershipCommand,
|
|
32
|
+
CreateGroupRequestFilterSensitiveLog: () => CreateGroupRequestFilterSensitiveLog,
|
|
33
|
+
CreateUserCommand: () => CreateUserCommand,
|
|
34
|
+
CreateUserRequestFilterSensitiveLog: () => CreateUserRequestFilterSensitiveLog,
|
|
35
|
+
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
36
|
+
DeleteGroupMembershipCommand: () => DeleteGroupMembershipCommand,
|
|
37
|
+
DeleteUserCommand: () => DeleteUserCommand,
|
|
38
|
+
DescribeGroupCommand: () => DescribeGroupCommand,
|
|
39
|
+
DescribeGroupMembershipCommand: () => DescribeGroupMembershipCommand,
|
|
40
|
+
DescribeGroupResponseFilterSensitiveLog: () => DescribeGroupResponseFilterSensitiveLog,
|
|
41
|
+
DescribeUserCommand: () => DescribeUserCommand,
|
|
42
|
+
DescribeUserResponseFilterSensitiveLog: () => DescribeUserResponseFilterSensitiveLog,
|
|
43
|
+
EmailFilterSensitiveLog: () => EmailFilterSensitiveLog,
|
|
44
|
+
ExternalIdFilterSensitiveLog: () => ExternalIdFilterSensitiveLog,
|
|
45
|
+
FilterFilterSensitiveLog: () => FilterFilterSensitiveLog,
|
|
46
|
+
GetGroupIdCommand: () => GetGroupIdCommand,
|
|
47
|
+
GetGroupIdRequestFilterSensitiveLog: () => GetGroupIdRequestFilterSensitiveLog,
|
|
48
|
+
GetGroupMembershipIdCommand: () => GetGroupMembershipIdCommand,
|
|
49
|
+
GetUserIdCommand: () => GetUserIdCommand,
|
|
50
|
+
GetUserIdRequestFilterSensitiveLog: () => GetUserIdRequestFilterSensitiveLog,
|
|
51
|
+
GroupFilterSensitiveLog: () => GroupFilterSensitiveLog,
|
|
52
|
+
GroupMembershipExistenceResultFilterSensitiveLog: () => GroupMembershipExistenceResultFilterSensitiveLog,
|
|
53
|
+
Identitystore: () => Identitystore,
|
|
54
|
+
IdentitystoreClient: () => IdentitystoreClient,
|
|
55
|
+
IdentitystoreServiceException: () => IdentitystoreServiceException,
|
|
56
|
+
InternalServerException: () => InternalServerException,
|
|
57
|
+
IsMemberInGroupsCommand: () => IsMemberInGroupsCommand,
|
|
58
|
+
IsMemberInGroupsResponseFilterSensitiveLog: () => IsMemberInGroupsResponseFilterSensitiveLog,
|
|
59
|
+
ListGroupMembershipsCommand: () => ListGroupMembershipsCommand,
|
|
60
|
+
ListGroupMembershipsForMemberCommand: () => ListGroupMembershipsForMemberCommand,
|
|
61
|
+
ListGroupsCommand: () => ListGroupsCommand,
|
|
62
|
+
ListGroupsRequestFilterSensitiveLog: () => ListGroupsRequestFilterSensitiveLog,
|
|
63
|
+
ListGroupsResponseFilterSensitiveLog: () => ListGroupsResponseFilterSensitiveLog,
|
|
64
|
+
ListUsersCommand: () => ListUsersCommand,
|
|
65
|
+
ListUsersRequestFilterSensitiveLog: () => ListUsersRequestFilterSensitiveLog,
|
|
66
|
+
ListUsersResponseFilterSensitiveLog: () => ListUsersResponseFilterSensitiveLog,
|
|
67
|
+
MemberId: () => MemberId,
|
|
68
|
+
NameFilterSensitiveLog: () => NameFilterSensitiveLog,
|
|
69
|
+
PhoneNumberFilterSensitiveLog: () => PhoneNumberFilterSensitiveLog,
|
|
70
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
71
|
+
ResourceType: () => ResourceType,
|
|
72
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
73
|
+
ThrottlingException: () => ThrottlingException,
|
|
74
|
+
UpdateGroupCommand: () => UpdateGroupCommand,
|
|
75
|
+
UpdateUserCommand: () => UpdateUserCommand,
|
|
76
|
+
UserFilterSensitiveLog: () => UserFilterSensitiveLog,
|
|
77
|
+
ValidationException: () => ValidationException,
|
|
78
|
+
__Client: () => import_smithy_client.Client,
|
|
79
|
+
paginateListGroupMemberships: () => paginateListGroupMemberships,
|
|
80
|
+
paginateListGroupMembershipsForMember: () => paginateListGroupMembershipsForMember,
|
|
81
|
+
paginateListGroups: () => paginateListGroups,
|
|
82
|
+
paginateListUsers: () => paginateListUsers
|
|
83
|
+
});
|
|
84
|
+
module.exports = __toCommonJS(src_exports);
|
|
85
|
+
|
|
86
|
+
// src/IdentitystoreClient.ts
|
|
87
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
88
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
89
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
90
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
91
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
92
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
93
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
94
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
95
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
// src/endpoint/EndpointParameters.ts
|
|
99
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
100
|
+
return {
|
|
101
|
+
...options,
|
|
102
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
103
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
104
|
+
defaultSigningName: "identitystore"
|
|
105
|
+
};
|
|
106
|
+
}, "resolveClientEndpointParameters");
|
|
107
|
+
var commonParams = {
|
|
108
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
109
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
110
|
+
Region: { type: "builtInParams", name: "region" },
|
|
111
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
// src/IdentitystoreClient.ts
|
|
115
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
116
|
+
|
|
117
|
+
// src/runtimeExtensions.ts
|
|
118
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
119
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
120
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
121
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
122
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
123
|
+
const extensionConfiguration = {
|
|
124
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
125
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
126
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
127
|
+
};
|
|
128
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
129
|
+
return {
|
|
130
|
+
...runtimeConfig,
|
|
131
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
132
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
133
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
134
|
+
};
|
|
135
|
+
}, "resolveRuntimeExtensions");
|
|
136
|
+
|
|
137
|
+
// src/IdentitystoreClient.ts
|
|
138
|
+
var _IdentitystoreClient = class _IdentitystoreClient extends import_smithy_client.Client {
|
|
139
|
+
constructor(...[configuration]) {
|
|
140
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
141
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
142
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
143
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
144
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
145
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
146
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
147
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
148
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
149
|
+
super(_config_8);
|
|
150
|
+
this.config = _config_8;
|
|
151
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
152
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
153
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
154
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
155
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
156
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
157
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
161
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
162
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
163
|
+
*/
|
|
164
|
+
destroy() {
|
|
165
|
+
super.destroy();
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
__name(_IdentitystoreClient, "IdentitystoreClient");
|
|
169
|
+
var IdentitystoreClient = _IdentitystoreClient;
|
|
170
|
+
|
|
171
|
+
// src/Identitystore.ts
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
// src/commands/CreateGroupCommand.ts
|
|
175
|
+
|
|
176
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
177
|
+
|
|
178
|
+
var import_types = require("@smithy/types");
|
|
179
|
+
|
|
180
|
+
// src/models/models_0.ts
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
// src/models/IdentitystoreServiceException.ts
|
|
184
|
+
|
|
185
|
+
var _IdentitystoreServiceException = class _IdentitystoreServiceException extends import_smithy_client.ServiceException {
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
constructor(options) {
|
|
190
|
+
super(options);
|
|
191
|
+
Object.setPrototypeOf(this, _IdentitystoreServiceException.prototype);
|
|
192
|
+
}
|
|
193
|
+
};
|
|
194
|
+
__name(_IdentitystoreServiceException, "IdentitystoreServiceException");
|
|
195
|
+
var IdentitystoreServiceException = _IdentitystoreServiceException;
|
|
196
|
+
|
|
197
|
+
// src/models/models_0.ts
|
|
198
|
+
var _AccessDeniedException = class _AccessDeniedException extends IdentitystoreServiceException {
|
|
199
|
+
/**
|
|
200
|
+
* @internal
|
|
201
|
+
*/
|
|
202
|
+
constructor(opts) {
|
|
203
|
+
super({
|
|
204
|
+
name: "AccessDeniedException",
|
|
205
|
+
$fault: "client",
|
|
206
|
+
...opts
|
|
207
|
+
});
|
|
208
|
+
this.name = "AccessDeniedException";
|
|
209
|
+
this.$fault = "client";
|
|
210
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
211
|
+
this.Message = opts.Message;
|
|
212
|
+
this.RequestId = opts.RequestId;
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
__name(_AccessDeniedException, "AccessDeniedException");
|
|
216
|
+
var AccessDeniedException = _AccessDeniedException;
|
|
217
|
+
var AlternateIdentifier;
|
|
218
|
+
((AlternateIdentifier2) => {
|
|
219
|
+
AlternateIdentifier2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
220
|
+
if (value.ExternalId !== void 0)
|
|
221
|
+
return visitor.ExternalId(value.ExternalId);
|
|
222
|
+
if (value.UniqueAttribute !== void 0)
|
|
223
|
+
return visitor.UniqueAttribute(value.UniqueAttribute);
|
|
224
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
225
|
+
}, "visit");
|
|
226
|
+
})(AlternateIdentifier || (AlternateIdentifier = {}));
|
|
227
|
+
var _InternalServerException = class _InternalServerException extends IdentitystoreServiceException {
|
|
228
|
+
/**
|
|
229
|
+
* @internal
|
|
230
|
+
*/
|
|
231
|
+
constructor(opts) {
|
|
232
|
+
super({
|
|
233
|
+
name: "InternalServerException",
|
|
234
|
+
$fault: "server",
|
|
235
|
+
...opts
|
|
236
|
+
});
|
|
237
|
+
this.name = "InternalServerException";
|
|
238
|
+
this.$fault = "server";
|
|
239
|
+
this.$retryable = {};
|
|
240
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
241
|
+
this.Message = opts.Message;
|
|
242
|
+
this.RequestId = opts.RequestId;
|
|
243
|
+
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
244
|
+
}
|
|
245
|
+
};
|
|
246
|
+
__name(_InternalServerException, "InternalServerException");
|
|
247
|
+
var InternalServerException = _InternalServerException;
|
|
248
|
+
var ResourceType = {
|
|
249
|
+
GROUP: "GROUP",
|
|
250
|
+
GROUP_MEMBERSHIP: "GROUP_MEMBERSHIP",
|
|
251
|
+
IDENTITY_STORE: "IDENTITY_STORE",
|
|
252
|
+
USER: "USER"
|
|
253
|
+
};
|
|
254
|
+
var _ResourceNotFoundException = class _ResourceNotFoundException extends IdentitystoreServiceException {
|
|
255
|
+
/**
|
|
256
|
+
* @internal
|
|
257
|
+
*/
|
|
258
|
+
constructor(opts) {
|
|
259
|
+
super({
|
|
260
|
+
name: "ResourceNotFoundException",
|
|
261
|
+
$fault: "client",
|
|
262
|
+
...opts
|
|
263
|
+
});
|
|
264
|
+
this.name = "ResourceNotFoundException";
|
|
265
|
+
this.$fault = "client";
|
|
266
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
267
|
+
this.ResourceType = opts.ResourceType;
|
|
268
|
+
this.ResourceId = opts.ResourceId;
|
|
269
|
+
this.Message = opts.Message;
|
|
270
|
+
this.RequestId = opts.RequestId;
|
|
271
|
+
}
|
|
272
|
+
};
|
|
273
|
+
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
274
|
+
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
275
|
+
var _ThrottlingException = class _ThrottlingException extends IdentitystoreServiceException {
|
|
276
|
+
/**
|
|
277
|
+
* @internal
|
|
278
|
+
*/
|
|
279
|
+
constructor(opts) {
|
|
280
|
+
super({
|
|
281
|
+
name: "ThrottlingException",
|
|
282
|
+
$fault: "client",
|
|
283
|
+
...opts
|
|
284
|
+
});
|
|
285
|
+
this.name = "ThrottlingException";
|
|
286
|
+
this.$fault = "client";
|
|
287
|
+
this.$retryable = {
|
|
288
|
+
throttling: true
|
|
289
|
+
};
|
|
290
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
291
|
+
this.Message = opts.Message;
|
|
292
|
+
this.RequestId = opts.RequestId;
|
|
293
|
+
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
__name(_ThrottlingException, "ThrottlingException");
|
|
297
|
+
var ThrottlingException = _ThrottlingException;
|
|
298
|
+
var _ValidationException = class _ValidationException extends IdentitystoreServiceException {
|
|
299
|
+
/**
|
|
300
|
+
* @internal
|
|
301
|
+
*/
|
|
302
|
+
constructor(opts) {
|
|
303
|
+
super({
|
|
304
|
+
name: "ValidationException",
|
|
305
|
+
$fault: "client",
|
|
306
|
+
...opts
|
|
307
|
+
});
|
|
308
|
+
this.name = "ValidationException";
|
|
309
|
+
this.$fault = "client";
|
|
310
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
311
|
+
this.Message = opts.Message;
|
|
312
|
+
this.RequestId = opts.RequestId;
|
|
313
|
+
}
|
|
314
|
+
};
|
|
315
|
+
__name(_ValidationException, "ValidationException");
|
|
316
|
+
var ValidationException = _ValidationException;
|
|
317
|
+
var MemberId;
|
|
318
|
+
((MemberId3) => {
|
|
319
|
+
MemberId3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
320
|
+
if (value.UserId !== void 0)
|
|
321
|
+
return visitor.UserId(value.UserId);
|
|
322
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
323
|
+
}, "visit");
|
|
324
|
+
})(MemberId || (MemberId = {}));
|
|
325
|
+
var ConflictExceptionReason = {
|
|
326
|
+
CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION",
|
|
327
|
+
UNIQUENESS_CONSTRAINT_VIOLATION: "UNIQUENESS_CONSTRAINT_VIOLATION"
|
|
328
|
+
};
|
|
329
|
+
var _ConflictException = class _ConflictException extends IdentitystoreServiceException {
|
|
330
|
+
/**
|
|
331
|
+
* @internal
|
|
332
|
+
*/
|
|
333
|
+
constructor(opts) {
|
|
334
|
+
super({
|
|
335
|
+
name: "ConflictException",
|
|
336
|
+
$fault: "client",
|
|
337
|
+
...opts
|
|
338
|
+
});
|
|
339
|
+
this.name = "ConflictException";
|
|
340
|
+
this.$fault = "client";
|
|
341
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
342
|
+
this.Message = opts.Message;
|
|
343
|
+
this.RequestId = opts.RequestId;
|
|
344
|
+
this.Reason = opts.Reason;
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
__name(_ConflictException, "ConflictException");
|
|
348
|
+
var ConflictException = _ConflictException;
|
|
349
|
+
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends IdentitystoreServiceException {
|
|
350
|
+
/**
|
|
351
|
+
* @internal
|
|
352
|
+
*/
|
|
353
|
+
constructor(opts) {
|
|
354
|
+
super({
|
|
355
|
+
name: "ServiceQuotaExceededException",
|
|
356
|
+
$fault: "client",
|
|
357
|
+
...opts
|
|
358
|
+
});
|
|
359
|
+
this.name = "ServiceQuotaExceededException";
|
|
360
|
+
this.$fault = "client";
|
|
361
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
362
|
+
this.Message = opts.Message;
|
|
363
|
+
this.RequestId = opts.RequestId;
|
|
364
|
+
}
|
|
365
|
+
};
|
|
366
|
+
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
367
|
+
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
368
|
+
var AddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
...obj.StreetAddress && { StreetAddress: import_smithy_client.SENSITIVE_STRING },
|
|
371
|
+
...obj.Locality && { Locality: import_smithy_client.SENSITIVE_STRING },
|
|
372
|
+
...obj.Region && { Region: import_smithy_client.SENSITIVE_STRING },
|
|
373
|
+
...obj.PostalCode && { PostalCode: import_smithy_client.SENSITIVE_STRING },
|
|
374
|
+
...obj.Country && { Country: import_smithy_client.SENSITIVE_STRING },
|
|
375
|
+
...obj.Formatted && { Formatted: import_smithy_client.SENSITIVE_STRING },
|
|
376
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING },
|
|
377
|
+
...obj.Primary && { Primary: import_smithy_client.SENSITIVE_STRING }
|
|
378
|
+
}), "AddressFilterSensitiveLog");
|
|
379
|
+
var ExternalIdFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
...obj.Issuer && { Issuer: import_smithy_client.SENSITIVE_STRING },
|
|
382
|
+
...obj.Id && { Id: import_smithy_client.SENSITIVE_STRING }
|
|
383
|
+
}), "ExternalIdFilterSensitiveLog");
|
|
384
|
+
var AlternateIdentifierFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
385
|
+
if (obj.ExternalId !== void 0)
|
|
386
|
+
return { ExternalId: ExternalIdFilterSensitiveLog(obj.ExternalId) };
|
|
387
|
+
if (obj.UniqueAttribute !== void 0)
|
|
388
|
+
return { UniqueAttribute: obj.UniqueAttribute };
|
|
389
|
+
if (obj.$unknown !== void 0)
|
|
390
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
391
|
+
}, "AlternateIdentifierFilterSensitiveLog");
|
|
392
|
+
var GetGroupIdRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
...obj.AlternateIdentifier && {
|
|
395
|
+
AlternateIdentifier: AlternateIdentifierFilterSensitiveLog(obj.AlternateIdentifier)
|
|
396
|
+
}
|
|
397
|
+
}), "GetGroupIdRequestFilterSensitiveLog");
|
|
398
|
+
var GetUserIdRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
...obj.AlternateIdentifier && {
|
|
401
|
+
AlternateIdentifier: AlternateIdentifierFilterSensitiveLog(obj.AlternateIdentifier)
|
|
402
|
+
}
|
|
403
|
+
}), "GetUserIdRequestFilterSensitiveLog");
|
|
404
|
+
var CreateGroupRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
407
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
408
|
+
}), "CreateGroupRequestFilterSensitiveLog");
|
|
409
|
+
var DescribeGroupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
412
|
+
...obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => ExternalIdFilterSensitiveLog(item)) },
|
|
413
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
414
|
+
}), "DescribeGroupResponseFilterSensitiveLog");
|
|
415
|
+
var FilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
...obj.AttributeValue && { AttributeValue: import_smithy_client.SENSITIVE_STRING }
|
|
418
|
+
}), "FilterFilterSensitiveLog");
|
|
419
|
+
var ListGroupsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
...obj.Filters && { Filters: obj.Filters.map((item) => FilterFilterSensitiveLog(item)) }
|
|
422
|
+
}), "ListGroupsRequestFilterSensitiveLog");
|
|
423
|
+
var GroupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
426
|
+
...obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => ExternalIdFilterSensitiveLog(item)) },
|
|
427
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
428
|
+
}), "GroupFilterSensitiveLog");
|
|
429
|
+
var ListGroupsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
...obj.Groups && { Groups: obj.Groups.map((item) => GroupFilterSensitiveLog(item)) }
|
|
432
|
+
}), "ListGroupsResponseFilterSensitiveLog");
|
|
433
|
+
var GroupMembershipExistenceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
...obj.MemberId && { MemberId: obj.MemberId },
|
|
436
|
+
...obj.MembershipExists && { MembershipExists: import_smithy_client.SENSITIVE_STRING }
|
|
437
|
+
}), "GroupMembershipExistenceResultFilterSensitiveLog");
|
|
438
|
+
var IsMemberInGroupsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
...obj.Results && { Results: obj.Results.map((item) => GroupMembershipExistenceResultFilterSensitiveLog(item)) }
|
|
441
|
+
}), "IsMemberInGroupsResponseFilterSensitiveLog");
|
|
442
|
+
var EmailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING },
|
|
445
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING },
|
|
446
|
+
...obj.Primary && { Primary: import_smithy_client.SENSITIVE_STRING }
|
|
447
|
+
}), "EmailFilterSensitiveLog");
|
|
448
|
+
var NameFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
...obj.Formatted && { Formatted: import_smithy_client.SENSITIVE_STRING },
|
|
451
|
+
...obj.FamilyName && { FamilyName: import_smithy_client.SENSITIVE_STRING },
|
|
452
|
+
...obj.GivenName && { GivenName: import_smithy_client.SENSITIVE_STRING },
|
|
453
|
+
...obj.MiddleName && { MiddleName: import_smithy_client.SENSITIVE_STRING },
|
|
454
|
+
...obj.HonorificPrefix && { HonorificPrefix: import_smithy_client.SENSITIVE_STRING },
|
|
455
|
+
...obj.HonorificSuffix && { HonorificSuffix: import_smithy_client.SENSITIVE_STRING }
|
|
456
|
+
}), "NameFilterSensitiveLog");
|
|
457
|
+
var PhoneNumberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING },
|
|
460
|
+
...obj.Type && { Type: import_smithy_client.SENSITIVE_STRING },
|
|
461
|
+
...obj.Primary && { Primary: import_smithy_client.SENSITIVE_STRING }
|
|
462
|
+
}), "PhoneNumberFilterSensitiveLog");
|
|
463
|
+
var CreateUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
...obj.UserName && { UserName: import_smithy_client.SENSITIVE_STRING },
|
|
466
|
+
...obj.Name && { Name: NameFilterSensitiveLog(obj.Name) },
|
|
467
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
468
|
+
...obj.NickName && { NickName: import_smithy_client.SENSITIVE_STRING },
|
|
469
|
+
...obj.ProfileUrl && { ProfileUrl: import_smithy_client.SENSITIVE_STRING },
|
|
470
|
+
...obj.Emails && { Emails: obj.Emails.map((item) => EmailFilterSensitiveLog(item)) },
|
|
471
|
+
...obj.Addresses && { Addresses: obj.Addresses.map((item) => AddressFilterSensitiveLog(item)) },
|
|
472
|
+
...obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => PhoneNumberFilterSensitiveLog(item)) },
|
|
473
|
+
...obj.UserType && { UserType: import_smithy_client.SENSITIVE_STRING },
|
|
474
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
475
|
+
...obj.PreferredLanguage && { PreferredLanguage: import_smithy_client.SENSITIVE_STRING },
|
|
476
|
+
...obj.Locale && { Locale: import_smithy_client.SENSITIVE_STRING },
|
|
477
|
+
...obj.Timezone && { Timezone: import_smithy_client.SENSITIVE_STRING }
|
|
478
|
+
}), "CreateUserRequestFilterSensitiveLog");
|
|
479
|
+
var DescribeUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
...obj.UserName && { UserName: import_smithy_client.SENSITIVE_STRING },
|
|
482
|
+
...obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => ExternalIdFilterSensitiveLog(item)) },
|
|
483
|
+
...obj.Name && { Name: NameFilterSensitiveLog(obj.Name) },
|
|
484
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
485
|
+
...obj.NickName && { NickName: import_smithy_client.SENSITIVE_STRING },
|
|
486
|
+
...obj.ProfileUrl && { ProfileUrl: import_smithy_client.SENSITIVE_STRING },
|
|
487
|
+
...obj.Emails && { Emails: obj.Emails.map((item) => EmailFilterSensitiveLog(item)) },
|
|
488
|
+
...obj.Addresses && { Addresses: obj.Addresses.map((item) => AddressFilterSensitiveLog(item)) },
|
|
489
|
+
...obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => PhoneNumberFilterSensitiveLog(item)) },
|
|
490
|
+
...obj.UserType && { UserType: import_smithy_client.SENSITIVE_STRING },
|
|
491
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
492
|
+
...obj.PreferredLanguage && { PreferredLanguage: import_smithy_client.SENSITIVE_STRING },
|
|
493
|
+
...obj.Locale && { Locale: import_smithy_client.SENSITIVE_STRING },
|
|
494
|
+
...obj.Timezone && { Timezone: import_smithy_client.SENSITIVE_STRING }
|
|
495
|
+
}), "DescribeUserResponseFilterSensitiveLog");
|
|
496
|
+
var ListUsersRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
...obj.Filters && { Filters: obj.Filters.map((item) => FilterFilterSensitiveLog(item)) }
|
|
499
|
+
}), "ListUsersRequestFilterSensitiveLog");
|
|
500
|
+
var UserFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
...obj.UserName && { UserName: import_smithy_client.SENSITIVE_STRING },
|
|
503
|
+
...obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => ExternalIdFilterSensitiveLog(item)) },
|
|
504
|
+
...obj.Name && { Name: NameFilterSensitiveLog(obj.Name) },
|
|
505
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
506
|
+
...obj.NickName && { NickName: import_smithy_client.SENSITIVE_STRING },
|
|
507
|
+
...obj.ProfileUrl && { ProfileUrl: import_smithy_client.SENSITIVE_STRING },
|
|
508
|
+
...obj.Emails && { Emails: obj.Emails.map((item) => EmailFilterSensitiveLog(item)) },
|
|
509
|
+
...obj.Addresses && { Addresses: obj.Addresses.map((item) => AddressFilterSensitiveLog(item)) },
|
|
510
|
+
...obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => PhoneNumberFilterSensitiveLog(item)) },
|
|
511
|
+
...obj.UserType && { UserType: import_smithy_client.SENSITIVE_STRING },
|
|
512
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
513
|
+
...obj.PreferredLanguage && { PreferredLanguage: import_smithy_client.SENSITIVE_STRING },
|
|
514
|
+
...obj.Locale && { Locale: import_smithy_client.SENSITIVE_STRING },
|
|
515
|
+
...obj.Timezone && { Timezone: import_smithy_client.SENSITIVE_STRING }
|
|
516
|
+
}), "UserFilterSensitiveLog");
|
|
517
|
+
var ListUsersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
518
|
+
...obj,
|
|
519
|
+
...obj.Users && { Users: obj.Users.map((item) => UserFilterSensitiveLog(item)) }
|
|
520
|
+
}), "ListUsersResponseFilterSensitiveLog");
|
|
521
|
+
|
|
522
|
+
// src/protocols/Aws_json1_1.ts
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
var se_CreateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
526
|
+
const headers = sharedHeaders("CreateGroup");
|
|
527
|
+
let body;
|
|
528
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
529
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
530
|
+
}, "se_CreateGroupCommand");
|
|
531
|
+
var se_CreateGroupMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
532
|
+
const headers = sharedHeaders("CreateGroupMembership");
|
|
533
|
+
let body;
|
|
534
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
535
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
536
|
+
}, "se_CreateGroupMembershipCommand");
|
|
537
|
+
var se_CreateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
538
|
+
const headers = sharedHeaders("CreateUser");
|
|
539
|
+
let body;
|
|
540
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
541
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
542
|
+
}, "se_CreateUserCommand");
|
|
543
|
+
var se_DeleteGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
544
|
+
const headers = sharedHeaders("DeleteGroup");
|
|
545
|
+
let body;
|
|
546
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
547
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
548
|
+
}, "se_DeleteGroupCommand");
|
|
549
|
+
var se_DeleteGroupMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
550
|
+
const headers = sharedHeaders("DeleteGroupMembership");
|
|
551
|
+
let body;
|
|
552
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
553
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
554
|
+
}, "se_DeleteGroupMembershipCommand");
|
|
555
|
+
var se_DeleteUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
556
|
+
const headers = sharedHeaders("DeleteUser");
|
|
557
|
+
let body;
|
|
558
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
559
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
560
|
+
}, "se_DeleteUserCommand");
|
|
561
|
+
var se_DescribeGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
562
|
+
const headers = sharedHeaders("DescribeGroup");
|
|
563
|
+
let body;
|
|
564
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
565
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
566
|
+
}, "se_DescribeGroupCommand");
|
|
567
|
+
var se_DescribeGroupMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
568
|
+
const headers = sharedHeaders("DescribeGroupMembership");
|
|
569
|
+
let body;
|
|
570
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
571
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
572
|
+
}, "se_DescribeGroupMembershipCommand");
|
|
573
|
+
var se_DescribeUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
574
|
+
const headers = sharedHeaders("DescribeUser");
|
|
575
|
+
let body;
|
|
576
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
577
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
578
|
+
}, "se_DescribeUserCommand");
|
|
579
|
+
var se_GetGroupIdCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
580
|
+
const headers = sharedHeaders("GetGroupId");
|
|
581
|
+
let body;
|
|
582
|
+
body = JSON.stringify(se_GetGroupIdRequest(input, context));
|
|
583
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
584
|
+
}, "se_GetGroupIdCommand");
|
|
585
|
+
var se_GetGroupMembershipIdCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
586
|
+
const headers = sharedHeaders("GetGroupMembershipId");
|
|
587
|
+
let body;
|
|
588
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
589
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
590
|
+
}, "se_GetGroupMembershipIdCommand");
|
|
591
|
+
var se_GetUserIdCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
592
|
+
const headers = sharedHeaders("GetUserId");
|
|
593
|
+
let body;
|
|
594
|
+
body = JSON.stringify(se_GetUserIdRequest(input, context));
|
|
595
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
596
|
+
}, "se_GetUserIdCommand");
|
|
597
|
+
var se_IsMemberInGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
598
|
+
const headers = sharedHeaders("IsMemberInGroups");
|
|
599
|
+
let body;
|
|
600
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
601
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
602
|
+
}, "se_IsMemberInGroupsCommand");
|
|
603
|
+
var se_ListGroupMembershipsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
604
|
+
const headers = sharedHeaders("ListGroupMemberships");
|
|
605
|
+
let body;
|
|
606
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
607
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
608
|
+
}, "se_ListGroupMembershipsCommand");
|
|
609
|
+
var se_ListGroupMembershipsForMemberCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
610
|
+
const headers = sharedHeaders("ListGroupMembershipsForMember");
|
|
611
|
+
let body;
|
|
612
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
613
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
614
|
+
}, "se_ListGroupMembershipsForMemberCommand");
|
|
615
|
+
var se_ListGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
616
|
+
const headers = sharedHeaders("ListGroups");
|
|
617
|
+
let body;
|
|
618
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
619
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
620
|
+
}, "se_ListGroupsCommand");
|
|
621
|
+
var se_ListUsersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
622
|
+
const headers = sharedHeaders("ListUsers");
|
|
623
|
+
let body;
|
|
624
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
625
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
626
|
+
}, "se_ListUsersCommand");
|
|
627
|
+
var se_UpdateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
628
|
+
const headers = sharedHeaders("UpdateGroup");
|
|
629
|
+
let body;
|
|
630
|
+
body = JSON.stringify(se_UpdateGroupRequest(input, context));
|
|
631
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
632
|
+
}, "se_UpdateGroupCommand");
|
|
633
|
+
var se_UpdateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
634
|
+
const headers = sharedHeaders("UpdateUser");
|
|
635
|
+
let body;
|
|
636
|
+
body = JSON.stringify(se_UpdateUserRequest(input, context));
|
|
637
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
638
|
+
}, "se_UpdateUserCommand");
|
|
639
|
+
var de_CreateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
640
|
+
if (output.statusCode >= 300) {
|
|
641
|
+
return de_CreateGroupCommandError(output, context);
|
|
642
|
+
}
|
|
643
|
+
const data = await parseBody(output.body, context);
|
|
644
|
+
let contents = {};
|
|
645
|
+
contents = (0, import_smithy_client._json)(data);
|
|
646
|
+
const response = {
|
|
647
|
+
$metadata: deserializeMetadata(output),
|
|
648
|
+
...contents
|
|
649
|
+
};
|
|
650
|
+
return response;
|
|
651
|
+
}, "de_CreateGroupCommand");
|
|
652
|
+
var de_CreateGroupCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
653
|
+
const parsedOutput = {
|
|
654
|
+
...output,
|
|
655
|
+
body: await parseErrorBody(output.body, context)
|
|
656
|
+
};
|
|
657
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
658
|
+
switch (errorCode) {
|
|
659
|
+
case "AccessDeniedException":
|
|
660
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
661
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
662
|
+
case "ConflictException":
|
|
663
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
664
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
665
|
+
case "InternalServerException":
|
|
666
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
667
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
668
|
+
case "ResourceNotFoundException":
|
|
669
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
670
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
671
|
+
case "ServiceQuotaExceededException":
|
|
672
|
+
case "com.amazonaws.identitystore#ServiceQuotaExceededException":
|
|
673
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
674
|
+
case "ThrottlingException":
|
|
675
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
676
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
677
|
+
case "ValidationException":
|
|
678
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
679
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
680
|
+
default:
|
|
681
|
+
const parsedBody = parsedOutput.body;
|
|
682
|
+
return throwDefaultError({
|
|
683
|
+
output,
|
|
684
|
+
parsedBody,
|
|
685
|
+
errorCode
|
|
686
|
+
});
|
|
687
|
+
}
|
|
688
|
+
}, "de_CreateGroupCommandError");
|
|
689
|
+
var de_CreateGroupMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
690
|
+
if (output.statusCode >= 300) {
|
|
691
|
+
return de_CreateGroupMembershipCommandError(output, context);
|
|
692
|
+
}
|
|
693
|
+
const data = await parseBody(output.body, context);
|
|
694
|
+
let contents = {};
|
|
695
|
+
contents = (0, import_smithy_client._json)(data);
|
|
696
|
+
const response = {
|
|
697
|
+
$metadata: deserializeMetadata(output),
|
|
698
|
+
...contents
|
|
699
|
+
};
|
|
700
|
+
return response;
|
|
701
|
+
}, "de_CreateGroupMembershipCommand");
|
|
702
|
+
var de_CreateGroupMembershipCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
703
|
+
const parsedOutput = {
|
|
704
|
+
...output,
|
|
705
|
+
body: await parseErrorBody(output.body, context)
|
|
706
|
+
};
|
|
707
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
708
|
+
switch (errorCode) {
|
|
709
|
+
case "AccessDeniedException":
|
|
710
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
711
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
712
|
+
case "ConflictException":
|
|
713
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
714
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
715
|
+
case "InternalServerException":
|
|
716
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
717
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
718
|
+
case "ResourceNotFoundException":
|
|
719
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
720
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
721
|
+
case "ServiceQuotaExceededException":
|
|
722
|
+
case "com.amazonaws.identitystore#ServiceQuotaExceededException":
|
|
723
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
724
|
+
case "ThrottlingException":
|
|
725
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
726
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
727
|
+
case "ValidationException":
|
|
728
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
729
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
730
|
+
default:
|
|
731
|
+
const parsedBody = parsedOutput.body;
|
|
732
|
+
return throwDefaultError({
|
|
733
|
+
output,
|
|
734
|
+
parsedBody,
|
|
735
|
+
errorCode
|
|
736
|
+
});
|
|
737
|
+
}
|
|
738
|
+
}, "de_CreateGroupMembershipCommandError");
|
|
739
|
+
var de_CreateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
740
|
+
if (output.statusCode >= 300) {
|
|
741
|
+
return de_CreateUserCommandError(output, context);
|
|
742
|
+
}
|
|
743
|
+
const data = await parseBody(output.body, context);
|
|
744
|
+
let contents = {};
|
|
745
|
+
contents = (0, import_smithy_client._json)(data);
|
|
746
|
+
const response = {
|
|
747
|
+
$metadata: deserializeMetadata(output),
|
|
748
|
+
...contents
|
|
749
|
+
};
|
|
750
|
+
return response;
|
|
751
|
+
}, "de_CreateUserCommand");
|
|
752
|
+
var de_CreateUserCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
753
|
+
const parsedOutput = {
|
|
754
|
+
...output,
|
|
755
|
+
body: await parseErrorBody(output.body, context)
|
|
756
|
+
};
|
|
757
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
758
|
+
switch (errorCode) {
|
|
759
|
+
case "AccessDeniedException":
|
|
760
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
761
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
762
|
+
case "ConflictException":
|
|
763
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
764
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
765
|
+
case "InternalServerException":
|
|
766
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
767
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
768
|
+
case "ResourceNotFoundException":
|
|
769
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
770
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
771
|
+
case "ServiceQuotaExceededException":
|
|
772
|
+
case "com.amazonaws.identitystore#ServiceQuotaExceededException":
|
|
773
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
774
|
+
case "ThrottlingException":
|
|
775
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
776
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
777
|
+
case "ValidationException":
|
|
778
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
779
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
780
|
+
default:
|
|
781
|
+
const parsedBody = parsedOutput.body;
|
|
782
|
+
return throwDefaultError({
|
|
783
|
+
output,
|
|
784
|
+
parsedBody,
|
|
785
|
+
errorCode
|
|
786
|
+
});
|
|
787
|
+
}
|
|
788
|
+
}, "de_CreateUserCommandError");
|
|
789
|
+
var de_DeleteGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
790
|
+
if (output.statusCode >= 300) {
|
|
791
|
+
return de_DeleteGroupCommandError(output, context);
|
|
792
|
+
}
|
|
793
|
+
const data = await parseBody(output.body, context);
|
|
794
|
+
let contents = {};
|
|
795
|
+
contents = (0, import_smithy_client._json)(data);
|
|
796
|
+
const response = {
|
|
797
|
+
$metadata: deserializeMetadata(output),
|
|
798
|
+
...contents
|
|
799
|
+
};
|
|
800
|
+
return response;
|
|
801
|
+
}, "de_DeleteGroupCommand");
|
|
802
|
+
var de_DeleteGroupCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
803
|
+
const parsedOutput = {
|
|
804
|
+
...output,
|
|
805
|
+
body: await parseErrorBody(output.body, context)
|
|
806
|
+
};
|
|
807
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
808
|
+
switch (errorCode) {
|
|
809
|
+
case "AccessDeniedException":
|
|
810
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
811
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
812
|
+
case "ConflictException":
|
|
813
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
814
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
815
|
+
case "InternalServerException":
|
|
816
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
817
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
818
|
+
case "ResourceNotFoundException":
|
|
819
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
820
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
821
|
+
case "ThrottlingException":
|
|
822
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
823
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
824
|
+
case "ValidationException":
|
|
825
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
826
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
827
|
+
default:
|
|
828
|
+
const parsedBody = parsedOutput.body;
|
|
829
|
+
return throwDefaultError({
|
|
830
|
+
output,
|
|
831
|
+
parsedBody,
|
|
832
|
+
errorCode
|
|
833
|
+
});
|
|
834
|
+
}
|
|
835
|
+
}, "de_DeleteGroupCommandError");
|
|
836
|
+
var de_DeleteGroupMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
837
|
+
if (output.statusCode >= 300) {
|
|
838
|
+
return de_DeleteGroupMembershipCommandError(output, context);
|
|
839
|
+
}
|
|
840
|
+
const data = await parseBody(output.body, context);
|
|
841
|
+
let contents = {};
|
|
842
|
+
contents = (0, import_smithy_client._json)(data);
|
|
843
|
+
const response = {
|
|
844
|
+
$metadata: deserializeMetadata(output),
|
|
845
|
+
...contents
|
|
846
|
+
};
|
|
847
|
+
return response;
|
|
848
|
+
}, "de_DeleteGroupMembershipCommand");
|
|
849
|
+
var de_DeleteGroupMembershipCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
850
|
+
const parsedOutput = {
|
|
851
|
+
...output,
|
|
852
|
+
body: await parseErrorBody(output.body, context)
|
|
853
|
+
};
|
|
854
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
855
|
+
switch (errorCode) {
|
|
856
|
+
case "AccessDeniedException":
|
|
857
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
858
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
859
|
+
case "ConflictException":
|
|
860
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
861
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
862
|
+
case "InternalServerException":
|
|
863
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
864
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
865
|
+
case "ResourceNotFoundException":
|
|
866
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
867
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
868
|
+
case "ThrottlingException":
|
|
869
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
870
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
871
|
+
case "ValidationException":
|
|
872
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
873
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
874
|
+
default:
|
|
875
|
+
const parsedBody = parsedOutput.body;
|
|
876
|
+
return throwDefaultError({
|
|
877
|
+
output,
|
|
878
|
+
parsedBody,
|
|
879
|
+
errorCode
|
|
880
|
+
});
|
|
881
|
+
}
|
|
882
|
+
}, "de_DeleteGroupMembershipCommandError");
|
|
883
|
+
var de_DeleteUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
884
|
+
if (output.statusCode >= 300) {
|
|
885
|
+
return de_DeleteUserCommandError(output, context);
|
|
886
|
+
}
|
|
887
|
+
const data = await parseBody(output.body, context);
|
|
888
|
+
let contents = {};
|
|
889
|
+
contents = (0, import_smithy_client._json)(data);
|
|
890
|
+
const response = {
|
|
891
|
+
$metadata: deserializeMetadata(output),
|
|
892
|
+
...contents
|
|
893
|
+
};
|
|
894
|
+
return response;
|
|
895
|
+
}, "de_DeleteUserCommand");
|
|
896
|
+
var de_DeleteUserCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
897
|
+
const parsedOutput = {
|
|
898
|
+
...output,
|
|
899
|
+
body: await parseErrorBody(output.body, context)
|
|
900
|
+
};
|
|
901
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
902
|
+
switch (errorCode) {
|
|
903
|
+
case "AccessDeniedException":
|
|
904
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
905
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
906
|
+
case "ConflictException":
|
|
907
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
908
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
909
|
+
case "InternalServerException":
|
|
910
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
911
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
912
|
+
case "ResourceNotFoundException":
|
|
913
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
914
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
915
|
+
case "ThrottlingException":
|
|
916
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
917
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
918
|
+
case "ValidationException":
|
|
919
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
920
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
921
|
+
default:
|
|
922
|
+
const parsedBody = parsedOutput.body;
|
|
923
|
+
return throwDefaultError({
|
|
924
|
+
output,
|
|
925
|
+
parsedBody,
|
|
926
|
+
errorCode
|
|
927
|
+
});
|
|
928
|
+
}
|
|
929
|
+
}, "de_DeleteUserCommandError");
|
|
930
|
+
var de_DescribeGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
931
|
+
if (output.statusCode >= 300) {
|
|
932
|
+
return de_DescribeGroupCommandError(output, context);
|
|
933
|
+
}
|
|
934
|
+
const data = await parseBody(output.body, context);
|
|
935
|
+
let contents = {};
|
|
936
|
+
contents = (0, import_smithy_client._json)(data);
|
|
937
|
+
const response = {
|
|
938
|
+
$metadata: deserializeMetadata(output),
|
|
939
|
+
...contents
|
|
940
|
+
};
|
|
941
|
+
return response;
|
|
942
|
+
}, "de_DescribeGroupCommand");
|
|
943
|
+
var de_DescribeGroupCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
944
|
+
const parsedOutput = {
|
|
945
|
+
...output,
|
|
946
|
+
body: await parseErrorBody(output.body, context)
|
|
947
|
+
};
|
|
948
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
949
|
+
switch (errorCode) {
|
|
950
|
+
case "AccessDeniedException":
|
|
951
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
952
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
953
|
+
case "InternalServerException":
|
|
954
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
955
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
956
|
+
case "ResourceNotFoundException":
|
|
957
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
958
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
959
|
+
case "ThrottlingException":
|
|
960
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
961
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
962
|
+
case "ValidationException":
|
|
963
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
964
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
965
|
+
default:
|
|
966
|
+
const parsedBody = parsedOutput.body;
|
|
967
|
+
return throwDefaultError({
|
|
968
|
+
output,
|
|
969
|
+
parsedBody,
|
|
970
|
+
errorCode
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
}, "de_DescribeGroupCommandError");
|
|
974
|
+
var de_DescribeGroupMembershipCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
975
|
+
if (output.statusCode >= 300) {
|
|
976
|
+
return de_DescribeGroupMembershipCommandError(output, context);
|
|
977
|
+
}
|
|
978
|
+
const data = await parseBody(output.body, context);
|
|
979
|
+
let contents = {};
|
|
980
|
+
contents = (0, import_smithy_client._json)(data);
|
|
981
|
+
const response = {
|
|
982
|
+
$metadata: deserializeMetadata(output),
|
|
983
|
+
...contents
|
|
984
|
+
};
|
|
985
|
+
return response;
|
|
986
|
+
}, "de_DescribeGroupMembershipCommand");
|
|
987
|
+
var de_DescribeGroupMembershipCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
988
|
+
const parsedOutput = {
|
|
989
|
+
...output,
|
|
990
|
+
body: await parseErrorBody(output.body, context)
|
|
991
|
+
};
|
|
992
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
993
|
+
switch (errorCode) {
|
|
994
|
+
case "AccessDeniedException":
|
|
995
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
996
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
997
|
+
case "InternalServerException":
|
|
998
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
999
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1000
|
+
case "ResourceNotFoundException":
|
|
1001
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1002
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1003
|
+
case "ThrottlingException":
|
|
1004
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1005
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1006
|
+
case "ValidationException":
|
|
1007
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1008
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1009
|
+
default:
|
|
1010
|
+
const parsedBody = parsedOutput.body;
|
|
1011
|
+
return throwDefaultError({
|
|
1012
|
+
output,
|
|
1013
|
+
parsedBody,
|
|
1014
|
+
errorCode
|
|
1015
|
+
});
|
|
1016
|
+
}
|
|
1017
|
+
}, "de_DescribeGroupMembershipCommandError");
|
|
1018
|
+
var de_DescribeUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1019
|
+
if (output.statusCode >= 300) {
|
|
1020
|
+
return de_DescribeUserCommandError(output, context);
|
|
1021
|
+
}
|
|
1022
|
+
const data = await parseBody(output.body, context);
|
|
1023
|
+
let contents = {};
|
|
1024
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1025
|
+
const response = {
|
|
1026
|
+
$metadata: deserializeMetadata(output),
|
|
1027
|
+
...contents
|
|
1028
|
+
};
|
|
1029
|
+
return response;
|
|
1030
|
+
}, "de_DescribeUserCommand");
|
|
1031
|
+
var de_DescribeUserCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1032
|
+
const parsedOutput = {
|
|
1033
|
+
...output,
|
|
1034
|
+
body: await parseErrorBody(output.body, context)
|
|
1035
|
+
};
|
|
1036
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1037
|
+
switch (errorCode) {
|
|
1038
|
+
case "AccessDeniedException":
|
|
1039
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1040
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1041
|
+
case "InternalServerException":
|
|
1042
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1043
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1044
|
+
case "ResourceNotFoundException":
|
|
1045
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1046
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1047
|
+
case "ThrottlingException":
|
|
1048
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1049
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1050
|
+
case "ValidationException":
|
|
1051
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1052
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1053
|
+
default:
|
|
1054
|
+
const parsedBody = parsedOutput.body;
|
|
1055
|
+
return throwDefaultError({
|
|
1056
|
+
output,
|
|
1057
|
+
parsedBody,
|
|
1058
|
+
errorCode
|
|
1059
|
+
});
|
|
1060
|
+
}
|
|
1061
|
+
}, "de_DescribeUserCommandError");
|
|
1062
|
+
var de_GetGroupIdCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1063
|
+
if (output.statusCode >= 300) {
|
|
1064
|
+
return de_GetGroupIdCommandError(output, context);
|
|
1065
|
+
}
|
|
1066
|
+
const data = await parseBody(output.body, context);
|
|
1067
|
+
let contents = {};
|
|
1068
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1069
|
+
const response = {
|
|
1070
|
+
$metadata: deserializeMetadata(output),
|
|
1071
|
+
...contents
|
|
1072
|
+
};
|
|
1073
|
+
return response;
|
|
1074
|
+
}, "de_GetGroupIdCommand");
|
|
1075
|
+
var de_GetGroupIdCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1076
|
+
const parsedOutput = {
|
|
1077
|
+
...output,
|
|
1078
|
+
body: await parseErrorBody(output.body, context)
|
|
1079
|
+
};
|
|
1080
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1081
|
+
switch (errorCode) {
|
|
1082
|
+
case "AccessDeniedException":
|
|
1083
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1084
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1085
|
+
case "InternalServerException":
|
|
1086
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1087
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1088
|
+
case "ResourceNotFoundException":
|
|
1089
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1090
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1091
|
+
case "ThrottlingException":
|
|
1092
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1093
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1094
|
+
case "ValidationException":
|
|
1095
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1096
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1097
|
+
default:
|
|
1098
|
+
const parsedBody = parsedOutput.body;
|
|
1099
|
+
return throwDefaultError({
|
|
1100
|
+
output,
|
|
1101
|
+
parsedBody,
|
|
1102
|
+
errorCode
|
|
1103
|
+
});
|
|
1104
|
+
}
|
|
1105
|
+
}, "de_GetGroupIdCommandError");
|
|
1106
|
+
var de_GetGroupMembershipIdCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1107
|
+
if (output.statusCode >= 300) {
|
|
1108
|
+
return de_GetGroupMembershipIdCommandError(output, context);
|
|
1109
|
+
}
|
|
1110
|
+
const data = await parseBody(output.body, context);
|
|
1111
|
+
let contents = {};
|
|
1112
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1113
|
+
const response = {
|
|
1114
|
+
$metadata: deserializeMetadata(output),
|
|
1115
|
+
...contents
|
|
1116
|
+
};
|
|
1117
|
+
return response;
|
|
1118
|
+
}, "de_GetGroupMembershipIdCommand");
|
|
1119
|
+
var de_GetGroupMembershipIdCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1120
|
+
const parsedOutput = {
|
|
1121
|
+
...output,
|
|
1122
|
+
body: await parseErrorBody(output.body, context)
|
|
1123
|
+
};
|
|
1124
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1125
|
+
switch (errorCode) {
|
|
1126
|
+
case "AccessDeniedException":
|
|
1127
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1128
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1129
|
+
case "InternalServerException":
|
|
1130
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1131
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1132
|
+
case "ResourceNotFoundException":
|
|
1133
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1134
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1135
|
+
case "ThrottlingException":
|
|
1136
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1137
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1138
|
+
case "ValidationException":
|
|
1139
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1140
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1141
|
+
default:
|
|
1142
|
+
const parsedBody = parsedOutput.body;
|
|
1143
|
+
return throwDefaultError({
|
|
1144
|
+
output,
|
|
1145
|
+
parsedBody,
|
|
1146
|
+
errorCode
|
|
1147
|
+
});
|
|
1148
|
+
}
|
|
1149
|
+
}, "de_GetGroupMembershipIdCommandError");
|
|
1150
|
+
var de_GetUserIdCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1151
|
+
if (output.statusCode >= 300) {
|
|
1152
|
+
return de_GetUserIdCommandError(output, context);
|
|
1153
|
+
}
|
|
1154
|
+
const data = await parseBody(output.body, context);
|
|
1155
|
+
let contents = {};
|
|
1156
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1157
|
+
const response = {
|
|
1158
|
+
$metadata: deserializeMetadata(output),
|
|
1159
|
+
...contents
|
|
1160
|
+
};
|
|
1161
|
+
return response;
|
|
1162
|
+
}, "de_GetUserIdCommand");
|
|
1163
|
+
var de_GetUserIdCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1164
|
+
const parsedOutput = {
|
|
1165
|
+
...output,
|
|
1166
|
+
body: await parseErrorBody(output.body, context)
|
|
1167
|
+
};
|
|
1168
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1169
|
+
switch (errorCode) {
|
|
1170
|
+
case "AccessDeniedException":
|
|
1171
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1172
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1173
|
+
case "InternalServerException":
|
|
1174
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1175
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1176
|
+
case "ResourceNotFoundException":
|
|
1177
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1178
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1179
|
+
case "ThrottlingException":
|
|
1180
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1181
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1182
|
+
case "ValidationException":
|
|
1183
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1184
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1185
|
+
default:
|
|
1186
|
+
const parsedBody = parsedOutput.body;
|
|
1187
|
+
return throwDefaultError({
|
|
1188
|
+
output,
|
|
1189
|
+
parsedBody,
|
|
1190
|
+
errorCode
|
|
1191
|
+
});
|
|
1192
|
+
}
|
|
1193
|
+
}, "de_GetUserIdCommandError");
|
|
1194
|
+
var de_IsMemberInGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1195
|
+
if (output.statusCode >= 300) {
|
|
1196
|
+
return de_IsMemberInGroupsCommandError(output, context);
|
|
1197
|
+
}
|
|
1198
|
+
const data = await parseBody(output.body, context);
|
|
1199
|
+
let contents = {};
|
|
1200
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1201
|
+
const response = {
|
|
1202
|
+
$metadata: deserializeMetadata(output),
|
|
1203
|
+
...contents
|
|
1204
|
+
};
|
|
1205
|
+
return response;
|
|
1206
|
+
}, "de_IsMemberInGroupsCommand");
|
|
1207
|
+
var de_IsMemberInGroupsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1208
|
+
const parsedOutput = {
|
|
1209
|
+
...output,
|
|
1210
|
+
body: await parseErrorBody(output.body, context)
|
|
1211
|
+
};
|
|
1212
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1213
|
+
switch (errorCode) {
|
|
1214
|
+
case "AccessDeniedException":
|
|
1215
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1216
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1217
|
+
case "InternalServerException":
|
|
1218
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1219
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1220
|
+
case "ResourceNotFoundException":
|
|
1221
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1222
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1223
|
+
case "ThrottlingException":
|
|
1224
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1225
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1226
|
+
case "ValidationException":
|
|
1227
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1228
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1229
|
+
default:
|
|
1230
|
+
const parsedBody = parsedOutput.body;
|
|
1231
|
+
return throwDefaultError({
|
|
1232
|
+
output,
|
|
1233
|
+
parsedBody,
|
|
1234
|
+
errorCode
|
|
1235
|
+
});
|
|
1236
|
+
}
|
|
1237
|
+
}, "de_IsMemberInGroupsCommandError");
|
|
1238
|
+
var de_ListGroupMembershipsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1239
|
+
if (output.statusCode >= 300) {
|
|
1240
|
+
return de_ListGroupMembershipsCommandError(output, context);
|
|
1241
|
+
}
|
|
1242
|
+
const data = await parseBody(output.body, context);
|
|
1243
|
+
let contents = {};
|
|
1244
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1245
|
+
const response = {
|
|
1246
|
+
$metadata: deserializeMetadata(output),
|
|
1247
|
+
...contents
|
|
1248
|
+
};
|
|
1249
|
+
return response;
|
|
1250
|
+
}, "de_ListGroupMembershipsCommand");
|
|
1251
|
+
var de_ListGroupMembershipsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1252
|
+
const parsedOutput = {
|
|
1253
|
+
...output,
|
|
1254
|
+
body: await parseErrorBody(output.body, context)
|
|
1255
|
+
};
|
|
1256
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1257
|
+
switch (errorCode) {
|
|
1258
|
+
case "AccessDeniedException":
|
|
1259
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1260
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1261
|
+
case "InternalServerException":
|
|
1262
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1263
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1264
|
+
case "ResourceNotFoundException":
|
|
1265
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1266
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1267
|
+
case "ThrottlingException":
|
|
1268
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1269
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1270
|
+
case "ValidationException":
|
|
1271
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1272
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1273
|
+
default:
|
|
1274
|
+
const parsedBody = parsedOutput.body;
|
|
1275
|
+
return throwDefaultError({
|
|
1276
|
+
output,
|
|
1277
|
+
parsedBody,
|
|
1278
|
+
errorCode
|
|
1279
|
+
});
|
|
1280
|
+
}
|
|
1281
|
+
}, "de_ListGroupMembershipsCommandError");
|
|
1282
|
+
var de_ListGroupMembershipsForMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1283
|
+
if (output.statusCode >= 300) {
|
|
1284
|
+
return de_ListGroupMembershipsForMemberCommandError(output, context);
|
|
1285
|
+
}
|
|
1286
|
+
const data = await parseBody(output.body, context);
|
|
1287
|
+
let contents = {};
|
|
1288
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1289
|
+
const response = {
|
|
1290
|
+
$metadata: deserializeMetadata(output),
|
|
1291
|
+
...contents
|
|
1292
|
+
};
|
|
1293
|
+
return response;
|
|
1294
|
+
}, "de_ListGroupMembershipsForMemberCommand");
|
|
1295
|
+
var de_ListGroupMembershipsForMemberCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1296
|
+
const parsedOutput = {
|
|
1297
|
+
...output,
|
|
1298
|
+
body: await parseErrorBody(output.body, context)
|
|
1299
|
+
};
|
|
1300
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1301
|
+
switch (errorCode) {
|
|
1302
|
+
case "AccessDeniedException":
|
|
1303
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1304
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1305
|
+
case "InternalServerException":
|
|
1306
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1307
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1308
|
+
case "ResourceNotFoundException":
|
|
1309
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1310
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1311
|
+
case "ThrottlingException":
|
|
1312
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1313
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1314
|
+
case "ValidationException":
|
|
1315
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1316
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1317
|
+
default:
|
|
1318
|
+
const parsedBody = parsedOutput.body;
|
|
1319
|
+
return throwDefaultError({
|
|
1320
|
+
output,
|
|
1321
|
+
parsedBody,
|
|
1322
|
+
errorCode
|
|
1323
|
+
});
|
|
1324
|
+
}
|
|
1325
|
+
}, "de_ListGroupMembershipsForMemberCommandError");
|
|
1326
|
+
var de_ListGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1327
|
+
if (output.statusCode >= 300) {
|
|
1328
|
+
return de_ListGroupsCommandError(output, context);
|
|
1329
|
+
}
|
|
1330
|
+
const data = await parseBody(output.body, context);
|
|
1331
|
+
let contents = {};
|
|
1332
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1333
|
+
const response = {
|
|
1334
|
+
$metadata: deserializeMetadata(output),
|
|
1335
|
+
...contents
|
|
1336
|
+
};
|
|
1337
|
+
return response;
|
|
1338
|
+
}, "de_ListGroupsCommand");
|
|
1339
|
+
var de_ListGroupsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1340
|
+
const parsedOutput = {
|
|
1341
|
+
...output,
|
|
1342
|
+
body: await parseErrorBody(output.body, context)
|
|
1343
|
+
};
|
|
1344
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1345
|
+
switch (errorCode) {
|
|
1346
|
+
case "AccessDeniedException":
|
|
1347
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1348
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1349
|
+
case "InternalServerException":
|
|
1350
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1351
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1352
|
+
case "ResourceNotFoundException":
|
|
1353
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1354
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1355
|
+
case "ThrottlingException":
|
|
1356
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1357
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1358
|
+
case "ValidationException":
|
|
1359
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1360
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1361
|
+
default:
|
|
1362
|
+
const parsedBody = parsedOutput.body;
|
|
1363
|
+
return throwDefaultError({
|
|
1364
|
+
output,
|
|
1365
|
+
parsedBody,
|
|
1366
|
+
errorCode
|
|
1367
|
+
});
|
|
1368
|
+
}
|
|
1369
|
+
}, "de_ListGroupsCommandError");
|
|
1370
|
+
var de_ListUsersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1371
|
+
if (output.statusCode >= 300) {
|
|
1372
|
+
return de_ListUsersCommandError(output, context);
|
|
1373
|
+
}
|
|
1374
|
+
const data = await parseBody(output.body, context);
|
|
1375
|
+
let contents = {};
|
|
1376
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1377
|
+
const response = {
|
|
1378
|
+
$metadata: deserializeMetadata(output),
|
|
1379
|
+
...contents
|
|
1380
|
+
};
|
|
1381
|
+
return response;
|
|
1382
|
+
}, "de_ListUsersCommand");
|
|
1383
|
+
var de_ListUsersCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1384
|
+
const parsedOutput = {
|
|
1385
|
+
...output,
|
|
1386
|
+
body: await parseErrorBody(output.body, context)
|
|
1387
|
+
};
|
|
1388
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1389
|
+
switch (errorCode) {
|
|
1390
|
+
case "AccessDeniedException":
|
|
1391
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1392
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1393
|
+
case "InternalServerException":
|
|
1394
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1395
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1396
|
+
case "ResourceNotFoundException":
|
|
1397
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1398
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1399
|
+
case "ThrottlingException":
|
|
1400
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1401
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1402
|
+
case "ValidationException":
|
|
1403
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1404
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1405
|
+
default:
|
|
1406
|
+
const parsedBody = parsedOutput.body;
|
|
1407
|
+
return throwDefaultError({
|
|
1408
|
+
output,
|
|
1409
|
+
parsedBody,
|
|
1410
|
+
errorCode
|
|
1411
|
+
});
|
|
1412
|
+
}
|
|
1413
|
+
}, "de_ListUsersCommandError");
|
|
1414
|
+
var de_UpdateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1415
|
+
if (output.statusCode >= 300) {
|
|
1416
|
+
return de_UpdateGroupCommandError(output, context);
|
|
1417
|
+
}
|
|
1418
|
+
const data = await parseBody(output.body, context);
|
|
1419
|
+
let contents = {};
|
|
1420
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1421
|
+
const response = {
|
|
1422
|
+
$metadata: deserializeMetadata(output),
|
|
1423
|
+
...contents
|
|
1424
|
+
};
|
|
1425
|
+
return response;
|
|
1426
|
+
}, "de_UpdateGroupCommand");
|
|
1427
|
+
var de_UpdateGroupCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1428
|
+
const parsedOutput = {
|
|
1429
|
+
...output,
|
|
1430
|
+
body: await parseErrorBody(output.body, context)
|
|
1431
|
+
};
|
|
1432
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1433
|
+
switch (errorCode) {
|
|
1434
|
+
case "AccessDeniedException":
|
|
1435
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1436
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1437
|
+
case "ConflictException":
|
|
1438
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
1439
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1440
|
+
case "InternalServerException":
|
|
1441
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1442
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1443
|
+
case "ResourceNotFoundException":
|
|
1444
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1445
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1446
|
+
case "ServiceQuotaExceededException":
|
|
1447
|
+
case "com.amazonaws.identitystore#ServiceQuotaExceededException":
|
|
1448
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1449
|
+
case "ThrottlingException":
|
|
1450
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1451
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1452
|
+
case "ValidationException":
|
|
1453
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1454
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1455
|
+
default:
|
|
1456
|
+
const parsedBody = parsedOutput.body;
|
|
1457
|
+
return throwDefaultError({
|
|
1458
|
+
output,
|
|
1459
|
+
parsedBody,
|
|
1460
|
+
errorCode
|
|
1461
|
+
});
|
|
1462
|
+
}
|
|
1463
|
+
}, "de_UpdateGroupCommandError");
|
|
1464
|
+
var de_UpdateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1465
|
+
if (output.statusCode >= 300) {
|
|
1466
|
+
return de_UpdateUserCommandError(output, context);
|
|
1467
|
+
}
|
|
1468
|
+
const data = await parseBody(output.body, context);
|
|
1469
|
+
let contents = {};
|
|
1470
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1471
|
+
const response = {
|
|
1472
|
+
$metadata: deserializeMetadata(output),
|
|
1473
|
+
...contents
|
|
1474
|
+
};
|
|
1475
|
+
return response;
|
|
1476
|
+
}, "de_UpdateUserCommand");
|
|
1477
|
+
var de_UpdateUserCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1478
|
+
const parsedOutput = {
|
|
1479
|
+
...output,
|
|
1480
|
+
body: await parseErrorBody(output.body, context)
|
|
1481
|
+
};
|
|
1482
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1483
|
+
switch (errorCode) {
|
|
1484
|
+
case "AccessDeniedException":
|
|
1485
|
+
case "com.amazonaws.identitystore#AccessDeniedException":
|
|
1486
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1487
|
+
case "ConflictException":
|
|
1488
|
+
case "com.amazonaws.identitystore#ConflictException":
|
|
1489
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1490
|
+
case "InternalServerException":
|
|
1491
|
+
case "com.amazonaws.identitystore#InternalServerException":
|
|
1492
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1493
|
+
case "ResourceNotFoundException":
|
|
1494
|
+
case "com.amazonaws.identitystore#ResourceNotFoundException":
|
|
1495
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1496
|
+
case "ServiceQuotaExceededException":
|
|
1497
|
+
case "com.amazonaws.identitystore#ServiceQuotaExceededException":
|
|
1498
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1499
|
+
case "ThrottlingException":
|
|
1500
|
+
case "com.amazonaws.identitystore#ThrottlingException":
|
|
1501
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1502
|
+
case "ValidationException":
|
|
1503
|
+
case "com.amazonaws.identitystore#ValidationException":
|
|
1504
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1505
|
+
default:
|
|
1506
|
+
const parsedBody = parsedOutput.body;
|
|
1507
|
+
return throwDefaultError({
|
|
1508
|
+
output,
|
|
1509
|
+
parsedBody,
|
|
1510
|
+
errorCode
|
|
1511
|
+
});
|
|
1512
|
+
}
|
|
1513
|
+
}, "de_UpdateUserCommandError");
|
|
1514
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1515
|
+
const body = parsedOutput.body;
|
|
1516
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1517
|
+
const exception = new AccessDeniedException({
|
|
1518
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1519
|
+
...deserialized
|
|
1520
|
+
});
|
|
1521
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1522
|
+
}, "de_AccessDeniedExceptionRes");
|
|
1523
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1524
|
+
const body = parsedOutput.body;
|
|
1525
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1526
|
+
const exception = new ConflictException({
|
|
1527
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1528
|
+
...deserialized
|
|
1529
|
+
});
|
|
1530
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1531
|
+
}, "de_ConflictExceptionRes");
|
|
1532
|
+
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1533
|
+
const body = parsedOutput.body;
|
|
1534
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1535
|
+
const exception = new InternalServerException({
|
|
1536
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1537
|
+
...deserialized
|
|
1538
|
+
});
|
|
1539
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1540
|
+
}, "de_InternalServerExceptionRes");
|
|
1541
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1542
|
+
const body = parsedOutput.body;
|
|
1543
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1544
|
+
const exception = new ResourceNotFoundException({
|
|
1545
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1546
|
+
...deserialized
|
|
1547
|
+
});
|
|
1548
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1549
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
1550
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1551
|
+
const body = parsedOutput.body;
|
|
1552
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1553
|
+
const exception = new ServiceQuotaExceededException({
|
|
1554
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1555
|
+
...deserialized
|
|
1556
|
+
});
|
|
1557
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1558
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
1559
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1560
|
+
const body = parsedOutput.body;
|
|
1561
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1562
|
+
const exception = new ThrottlingException({
|
|
1563
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1564
|
+
...deserialized
|
|
1565
|
+
});
|
|
1566
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1567
|
+
}, "de_ThrottlingExceptionRes");
|
|
1568
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1569
|
+
const body = parsedOutput.body;
|
|
1570
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
1571
|
+
const exception = new ValidationException({
|
|
1572
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1573
|
+
...deserialized
|
|
1574
|
+
});
|
|
1575
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
1576
|
+
}, "de_ValidationExceptionRes");
|
|
1577
|
+
var se_AlternateIdentifier = /* @__PURE__ */ __name((input, context) => {
|
|
1578
|
+
return AlternateIdentifier.visit(input, {
|
|
1579
|
+
ExternalId: (value) => ({ ExternalId: (0, import_smithy_client._json)(value) }),
|
|
1580
|
+
UniqueAttribute: (value) => ({ UniqueAttribute: se_UniqueAttribute(value, context) }),
|
|
1581
|
+
_: (name, value) => ({ name: value })
|
|
1582
|
+
});
|
|
1583
|
+
}, "se_AlternateIdentifier");
|
|
1584
|
+
var se_AttributeOperation = /* @__PURE__ */ __name((input, context) => {
|
|
1585
|
+
return (0, import_smithy_client.take)(input, {
|
|
1586
|
+
AttributePath: [],
|
|
1587
|
+
AttributeValue: (_) => se_AttributeValue(_, context)
|
|
1588
|
+
});
|
|
1589
|
+
}, "se_AttributeOperation");
|
|
1590
|
+
var se_AttributeOperations = /* @__PURE__ */ __name((input, context) => {
|
|
1591
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
1592
|
+
return se_AttributeOperation(entry, context);
|
|
1593
|
+
});
|
|
1594
|
+
}, "se_AttributeOperations");
|
|
1595
|
+
var se_AttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
1596
|
+
return input;
|
|
1597
|
+
}, "se_AttributeValue");
|
|
1598
|
+
var se_GetGroupIdRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1599
|
+
return (0, import_smithy_client.take)(input, {
|
|
1600
|
+
AlternateIdentifier: (_) => se_AlternateIdentifier(_, context),
|
|
1601
|
+
IdentityStoreId: []
|
|
1602
|
+
});
|
|
1603
|
+
}, "se_GetGroupIdRequest");
|
|
1604
|
+
var se_GetUserIdRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1605
|
+
return (0, import_smithy_client.take)(input, {
|
|
1606
|
+
AlternateIdentifier: (_) => se_AlternateIdentifier(_, context),
|
|
1607
|
+
IdentityStoreId: []
|
|
1608
|
+
});
|
|
1609
|
+
}, "se_GetUserIdRequest");
|
|
1610
|
+
var se_UniqueAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
1611
|
+
return (0, import_smithy_client.take)(input, {
|
|
1612
|
+
AttributePath: [],
|
|
1613
|
+
AttributeValue: (_) => se_AttributeValue(_, context)
|
|
1614
|
+
});
|
|
1615
|
+
}, "se_UniqueAttribute");
|
|
1616
|
+
var se_UpdateGroupRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1617
|
+
return (0, import_smithy_client.take)(input, {
|
|
1618
|
+
GroupId: [],
|
|
1619
|
+
IdentityStoreId: [],
|
|
1620
|
+
Operations: (_) => se_AttributeOperations(_, context)
|
|
1621
|
+
});
|
|
1622
|
+
}, "se_UpdateGroupRequest");
|
|
1623
|
+
var se_UpdateUserRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1624
|
+
return (0, import_smithy_client.take)(input, {
|
|
1625
|
+
IdentityStoreId: [],
|
|
1626
|
+
Operations: (_) => se_AttributeOperations(_, context),
|
|
1627
|
+
UserId: []
|
|
1628
|
+
});
|
|
1629
|
+
}, "se_UpdateUserRequest");
|
|
1630
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
1631
|
+
httpStatusCode: output.statusCode,
|
|
1632
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1633
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1634
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
1635
|
+
}), "deserializeMetadata");
|
|
1636
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1637
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(IdentitystoreServiceException);
|
|
1638
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
1639
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1640
|
+
const contents = {
|
|
1641
|
+
protocol,
|
|
1642
|
+
hostname,
|
|
1643
|
+
port,
|
|
1644
|
+
method: "POST",
|
|
1645
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
1646
|
+
headers
|
|
1647
|
+
};
|
|
1648
|
+
if (resolvedHostname !== void 0) {
|
|
1649
|
+
contents.hostname = resolvedHostname;
|
|
1650
|
+
}
|
|
1651
|
+
if (body !== void 0) {
|
|
1652
|
+
contents.body = body;
|
|
1653
|
+
}
|
|
1654
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
1655
|
+
}, "buildHttpRpcRequest");
|
|
1656
|
+
function sharedHeaders(operation) {
|
|
1657
|
+
return {
|
|
1658
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1659
|
+
"x-amz-target": `AWSIdentityStore.${operation}`
|
|
1660
|
+
};
|
|
1661
|
+
}
|
|
1662
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
1663
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1664
|
+
if (encoded.length) {
|
|
1665
|
+
return JSON.parse(encoded);
|
|
1666
|
+
}
|
|
1667
|
+
return {};
|
|
1668
|
+
}), "parseBody");
|
|
1669
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1670
|
+
const value = await parseBody(errorBody, context);
|
|
1671
|
+
value.message = value.message ?? value.Message;
|
|
1672
|
+
return value;
|
|
1673
|
+
}, "parseErrorBody");
|
|
1674
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1675
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1676
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1677
|
+
let cleanValue = rawValue;
|
|
1678
|
+
if (typeof cleanValue === "number") {
|
|
1679
|
+
cleanValue = cleanValue.toString();
|
|
1680
|
+
}
|
|
1681
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
1682
|
+
cleanValue = cleanValue.split(",")[0];
|
|
1683
|
+
}
|
|
1684
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
1685
|
+
cleanValue = cleanValue.split(":")[0];
|
|
1686
|
+
}
|
|
1687
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
1688
|
+
cleanValue = cleanValue.split("#")[1];
|
|
1689
|
+
}
|
|
1690
|
+
return cleanValue;
|
|
1691
|
+
}, "sanitizeErrorCode");
|
|
1692
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1693
|
+
if (headerKey !== void 0) {
|
|
1694
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1695
|
+
}
|
|
1696
|
+
if (data.code !== void 0) {
|
|
1697
|
+
return sanitizeErrorCode(data.code);
|
|
1698
|
+
}
|
|
1699
|
+
if (data["__type"] !== void 0) {
|
|
1700
|
+
return sanitizeErrorCode(data["__type"]);
|
|
1701
|
+
}
|
|
1702
|
+
}, "loadRestJsonErrorCode");
|
|
1703
|
+
|
|
1704
|
+
// src/commands/CreateGroupCommand.ts
|
|
1705
|
+
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1706
|
+
...commonParams
|
|
1707
|
+
}).m(function(Command, cs, config, o) {
|
|
1708
|
+
return [
|
|
1709
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1710
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1711
|
+
];
|
|
1712
|
+
}).s("AWSIdentityStore", "CreateGroup", {}).n("IdentitystoreClient", "CreateGroupCommand").f(CreateGroupRequestFilterSensitiveLog, void 0).ser(se_CreateGroupCommand).de(de_CreateGroupCommand).build() {
|
|
1713
|
+
};
|
|
1714
|
+
__name(_CreateGroupCommand, "CreateGroupCommand");
|
|
1715
|
+
var CreateGroupCommand = _CreateGroupCommand;
|
|
1716
|
+
|
|
1717
|
+
// src/commands/CreateGroupMembershipCommand.ts
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
var _CreateGroupMembershipCommand = class _CreateGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1723
|
+
...commonParams
|
|
1724
|
+
}).m(function(Command, cs, config, o) {
|
|
1725
|
+
return [
|
|
1726
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1727
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1728
|
+
];
|
|
1729
|
+
}).s("AWSIdentityStore", "CreateGroupMembership", {}).n("IdentitystoreClient", "CreateGroupMembershipCommand").f(void 0, void 0).ser(se_CreateGroupMembershipCommand).de(de_CreateGroupMembershipCommand).build() {
|
|
1730
|
+
};
|
|
1731
|
+
__name(_CreateGroupMembershipCommand, "CreateGroupMembershipCommand");
|
|
1732
|
+
var CreateGroupMembershipCommand = _CreateGroupMembershipCommand;
|
|
1733
|
+
|
|
1734
|
+
// src/commands/CreateUserCommand.ts
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1740
|
+
...commonParams
|
|
1741
|
+
}).m(function(Command, cs, config, o) {
|
|
1742
|
+
return [
|
|
1743
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1744
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1745
|
+
];
|
|
1746
|
+
}).s("AWSIdentityStore", "CreateUser", {}).n("IdentitystoreClient", "CreateUserCommand").f(CreateUserRequestFilterSensitiveLog, void 0).ser(se_CreateUserCommand).de(de_CreateUserCommand).build() {
|
|
1747
|
+
};
|
|
1748
|
+
__name(_CreateUserCommand, "CreateUserCommand");
|
|
1749
|
+
var CreateUserCommand = _CreateUserCommand;
|
|
1750
|
+
|
|
1751
|
+
// src/commands/DeleteGroupCommand.ts
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1757
|
+
...commonParams
|
|
1758
|
+
}).m(function(Command, cs, config, o) {
|
|
1759
|
+
return [
|
|
1760
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1761
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1762
|
+
];
|
|
1763
|
+
}).s("AWSIdentityStore", "DeleteGroup", {}).n("IdentitystoreClient", "DeleteGroupCommand").f(void 0, void 0).ser(se_DeleteGroupCommand).de(de_DeleteGroupCommand).build() {
|
|
1764
|
+
};
|
|
1765
|
+
__name(_DeleteGroupCommand, "DeleteGroupCommand");
|
|
1766
|
+
var DeleteGroupCommand = _DeleteGroupCommand;
|
|
1767
|
+
|
|
1768
|
+
// src/commands/DeleteGroupMembershipCommand.ts
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
var _DeleteGroupMembershipCommand = class _DeleteGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1774
|
+
...commonParams
|
|
1775
|
+
}).m(function(Command, cs, config, o) {
|
|
1776
|
+
return [
|
|
1777
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1778
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1779
|
+
];
|
|
1780
|
+
}).s("AWSIdentityStore", "DeleteGroupMembership", {}).n("IdentitystoreClient", "DeleteGroupMembershipCommand").f(void 0, void 0).ser(se_DeleteGroupMembershipCommand).de(de_DeleteGroupMembershipCommand).build() {
|
|
1781
|
+
};
|
|
1782
|
+
__name(_DeleteGroupMembershipCommand, "DeleteGroupMembershipCommand");
|
|
1783
|
+
var DeleteGroupMembershipCommand = _DeleteGroupMembershipCommand;
|
|
1784
|
+
|
|
1785
|
+
// src/commands/DeleteUserCommand.ts
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1791
|
+
...commonParams
|
|
1792
|
+
}).m(function(Command, cs, config, o) {
|
|
1793
|
+
return [
|
|
1794
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1795
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1796
|
+
];
|
|
1797
|
+
}).s("AWSIdentityStore", "DeleteUser", {}).n("IdentitystoreClient", "DeleteUserCommand").f(void 0, void 0).ser(se_DeleteUserCommand).de(de_DeleteUserCommand).build() {
|
|
1798
|
+
};
|
|
1799
|
+
__name(_DeleteUserCommand, "DeleteUserCommand");
|
|
1800
|
+
var DeleteUserCommand = _DeleteUserCommand;
|
|
1801
|
+
|
|
1802
|
+
// src/commands/DescribeGroupCommand.ts
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1808
|
+
...commonParams
|
|
1809
|
+
}).m(function(Command, cs, config, o) {
|
|
1810
|
+
return [
|
|
1811
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1812
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1813
|
+
];
|
|
1814
|
+
}).s("AWSIdentityStore", "DescribeGroup", {}).n("IdentitystoreClient", "DescribeGroupCommand").f(void 0, DescribeGroupResponseFilterSensitiveLog).ser(se_DescribeGroupCommand).de(de_DescribeGroupCommand).build() {
|
|
1815
|
+
};
|
|
1816
|
+
__name(_DescribeGroupCommand, "DescribeGroupCommand");
|
|
1817
|
+
var DescribeGroupCommand = _DescribeGroupCommand;
|
|
1818
|
+
|
|
1819
|
+
// src/commands/DescribeGroupMembershipCommand.ts
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
var _DescribeGroupMembershipCommand = class _DescribeGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1825
|
+
...commonParams
|
|
1826
|
+
}).m(function(Command, cs, config, o) {
|
|
1827
|
+
return [
|
|
1828
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1829
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1830
|
+
];
|
|
1831
|
+
}).s("AWSIdentityStore", "DescribeGroupMembership", {}).n("IdentitystoreClient", "DescribeGroupMembershipCommand").f(void 0, void 0).ser(se_DescribeGroupMembershipCommand).de(de_DescribeGroupMembershipCommand).build() {
|
|
1832
|
+
};
|
|
1833
|
+
__name(_DescribeGroupMembershipCommand, "DescribeGroupMembershipCommand");
|
|
1834
|
+
var DescribeGroupMembershipCommand = _DescribeGroupMembershipCommand;
|
|
1835
|
+
|
|
1836
|
+
// src/commands/DescribeUserCommand.ts
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1842
|
+
...commonParams
|
|
1843
|
+
}).m(function(Command, cs, config, o) {
|
|
1844
|
+
return [
|
|
1845
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1846
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1847
|
+
];
|
|
1848
|
+
}).s("AWSIdentityStore", "DescribeUser", {}).n("IdentitystoreClient", "DescribeUserCommand").f(void 0, DescribeUserResponseFilterSensitiveLog).ser(se_DescribeUserCommand).de(de_DescribeUserCommand).build() {
|
|
1849
|
+
};
|
|
1850
|
+
__name(_DescribeUserCommand, "DescribeUserCommand");
|
|
1851
|
+
var DescribeUserCommand = _DescribeUserCommand;
|
|
1852
|
+
|
|
1853
|
+
// src/commands/GetGroupIdCommand.ts
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
var _GetGroupIdCommand = class _GetGroupIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1859
|
+
...commonParams
|
|
1860
|
+
}).m(function(Command, cs, config, o) {
|
|
1861
|
+
return [
|
|
1862
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1863
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1864
|
+
];
|
|
1865
|
+
}).s("AWSIdentityStore", "GetGroupId", {}).n("IdentitystoreClient", "GetGroupIdCommand").f(GetGroupIdRequestFilterSensitiveLog, void 0).ser(se_GetGroupIdCommand).de(de_GetGroupIdCommand).build() {
|
|
1866
|
+
};
|
|
1867
|
+
__name(_GetGroupIdCommand, "GetGroupIdCommand");
|
|
1868
|
+
var GetGroupIdCommand = _GetGroupIdCommand;
|
|
1869
|
+
|
|
1870
|
+
// src/commands/GetGroupMembershipIdCommand.ts
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
var _GetGroupMembershipIdCommand = class _GetGroupMembershipIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1876
|
+
...commonParams
|
|
1877
|
+
}).m(function(Command, cs, config, o) {
|
|
1878
|
+
return [
|
|
1879
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1880
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1881
|
+
];
|
|
1882
|
+
}).s("AWSIdentityStore", "GetGroupMembershipId", {}).n("IdentitystoreClient", "GetGroupMembershipIdCommand").f(void 0, void 0).ser(se_GetGroupMembershipIdCommand).de(de_GetGroupMembershipIdCommand).build() {
|
|
1883
|
+
};
|
|
1884
|
+
__name(_GetGroupMembershipIdCommand, "GetGroupMembershipIdCommand");
|
|
1885
|
+
var GetGroupMembershipIdCommand = _GetGroupMembershipIdCommand;
|
|
1886
|
+
|
|
1887
|
+
// src/commands/GetUserIdCommand.ts
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
var _GetUserIdCommand = class _GetUserIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1893
|
+
...commonParams
|
|
1894
|
+
}).m(function(Command, cs, config, o) {
|
|
1895
|
+
return [
|
|
1896
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1897
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1898
|
+
];
|
|
1899
|
+
}).s("AWSIdentityStore", "GetUserId", {}).n("IdentitystoreClient", "GetUserIdCommand").f(GetUserIdRequestFilterSensitiveLog, void 0).ser(se_GetUserIdCommand).de(de_GetUserIdCommand).build() {
|
|
1900
|
+
};
|
|
1901
|
+
__name(_GetUserIdCommand, "GetUserIdCommand");
|
|
1902
|
+
var GetUserIdCommand = _GetUserIdCommand;
|
|
1903
|
+
|
|
1904
|
+
// src/commands/IsMemberInGroupsCommand.ts
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
var _IsMemberInGroupsCommand = class _IsMemberInGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1910
|
+
...commonParams
|
|
1911
|
+
}).m(function(Command, cs, config, o) {
|
|
1912
|
+
return [
|
|
1913
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1914
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1915
|
+
];
|
|
1916
|
+
}).s("AWSIdentityStore", "IsMemberInGroups", {}).n("IdentitystoreClient", "IsMemberInGroupsCommand").f(void 0, IsMemberInGroupsResponseFilterSensitiveLog).ser(se_IsMemberInGroupsCommand).de(de_IsMemberInGroupsCommand).build() {
|
|
1917
|
+
};
|
|
1918
|
+
__name(_IsMemberInGroupsCommand, "IsMemberInGroupsCommand");
|
|
1919
|
+
var IsMemberInGroupsCommand = _IsMemberInGroupsCommand;
|
|
1920
|
+
|
|
1921
|
+
// src/commands/ListGroupMembershipsCommand.ts
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
var _ListGroupMembershipsCommand = class _ListGroupMembershipsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1927
|
+
...commonParams
|
|
1928
|
+
}).m(function(Command, cs, config, o) {
|
|
1929
|
+
return [
|
|
1930
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1931
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1932
|
+
];
|
|
1933
|
+
}).s("AWSIdentityStore", "ListGroupMemberships", {}).n("IdentitystoreClient", "ListGroupMembershipsCommand").f(void 0, void 0).ser(se_ListGroupMembershipsCommand).de(de_ListGroupMembershipsCommand).build() {
|
|
1934
|
+
};
|
|
1935
|
+
__name(_ListGroupMembershipsCommand, "ListGroupMembershipsCommand");
|
|
1936
|
+
var ListGroupMembershipsCommand = _ListGroupMembershipsCommand;
|
|
1937
|
+
|
|
1938
|
+
// src/commands/ListGroupMembershipsForMemberCommand.ts
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
var _ListGroupMembershipsForMemberCommand = class _ListGroupMembershipsForMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1944
|
+
...commonParams
|
|
1945
|
+
}).m(function(Command, cs, config, o) {
|
|
1946
|
+
return [
|
|
1947
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1948
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1949
|
+
];
|
|
1950
|
+
}).s("AWSIdentityStore", "ListGroupMembershipsForMember", {}).n("IdentitystoreClient", "ListGroupMembershipsForMemberCommand").f(void 0, void 0).ser(se_ListGroupMembershipsForMemberCommand).de(de_ListGroupMembershipsForMemberCommand).build() {
|
|
1951
|
+
};
|
|
1952
|
+
__name(_ListGroupMembershipsForMemberCommand, "ListGroupMembershipsForMemberCommand");
|
|
1953
|
+
var ListGroupMembershipsForMemberCommand = _ListGroupMembershipsForMemberCommand;
|
|
1954
|
+
|
|
1955
|
+
// src/commands/ListGroupsCommand.ts
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1961
|
+
...commonParams
|
|
1962
|
+
}).m(function(Command, cs, config, o) {
|
|
1963
|
+
return [
|
|
1964
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1965
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1966
|
+
];
|
|
1967
|
+
}).s("AWSIdentityStore", "ListGroups", {}).n("IdentitystoreClient", "ListGroupsCommand").f(ListGroupsRequestFilterSensitiveLog, ListGroupsResponseFilterSensitiveLog).ser(se_ListGroupsCommand).de(de_ListGroupsCommand).build() {
|
|
1968
|
+
};
|
|
1969
|
+
__name(_ListGroupsCommand, "ListGroupsCommand");
|
|
1970
|
+
var ListGroupsCommand = _ListGroupsCommand;
|
|
1971
|
+
|
|
1972
|
+
// src/commands/ListUsersCommand.ts
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1978
|
+
...commonParams
|
|
1979
|
+
}).m(function(Command, cs, config, o) {
|
|
1980
|
+
return [
|
|
1981
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1982
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1983
|
+
];
|
|
1984
|
+
}).s("AWSIdentityStore", "ListUsers", {}).n("IdentitystoreClient", "ListUsersCommand").f(ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog).ser(se_ListUsersCommand).de(de_ListUsersCommand).build() {
|
|
1985
|
+
};
|
|
1986
|
+
__name(_ListUsersCommand, "ListUsersCommand");
|
|
1987
|
+
var ListUsersCommand = _ListUsersCommand;
|
|
1988
|
+
|
|
1989
|
+
// src/commands/UpdateGroupCommand.ts
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1995
|
+
...commonParams
|
|
1996
|
+
}).m(function(Command, cs, config, o) {
|
|
1997
|
+
return [
|
|
1998
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2000
|
+
];
|
|
2001
|
+
}).s("AWSIdentityStore", "UpdateGroup", {}).n("IdentitystoreClient", "UpdateGroupCommand").f(void 0, void 0).ser(se_UpdateGroupCommand).de(de_UpdateGroupCommand).build() {
|
|
2002
|
+
};
|
|
2003
|
+
__name(_UpdateGroupCommand, "UpdateGroupCommand");
|
|
2004
|
+
var UpdateGroupCommand = _UpdateGroupCommand;
|
|
2005
|
+
|
|
2006
|
+
// src/commands/UpdateUserCommand.ts
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2012
|
+
...commonParams
|
|
2013
|
+
}).m(function(Command, cs, config, o) {
|
|
2014
|
+
return [
|
|
2015
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2016
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2017
|
+
];
|
|
2018
|
+
}).s("AWSIdentityStore", "UpdateUser", {}).n("IdentitystoreClient", "UpdateUserCommand").f(void 0, void 0).ser(se_UpdateUserCommand).de(de_UpdateUserCommand).build() {
|
|
2019
|
+
};
|
|
2020
|
+
__name(_UpdateUserCommand, "UpdateUserCommand");
|
|
2021
|
+
var UpdateUserCommand = _UpdateUserCommand;
|
|
2022
|
+
|
|
2023
|
+
// src/Identitystore.ts
|
|
2024
|
+
var commands = {
|
|
2025
|
+
CreateGroupCommand,
|
|
2026
|
+
CreateGroupMembershipCommand,
|
|
2027
|
+
CreateUserCommand,
|
|
2028
|
+
DeleteGroupCommand,
|
|
2029
|
+
DeleteGroupMembershipCommand,
|
|
2030
|
+
DeleteUserCommand,
|
|
2031
|
+
DescribeGroupCommand,
|
|
2032
|
+
DescribeGroupMembershipCommand,
|
|
2033
|
+
DescribeUserCommand,
|
|
2034
|
+
GetGroupIdCommand,
|
|
2035
|
+
GetGroupMembershipIdCommand,
|
|
2036
|
+
GetUserIdCommand,
|
|
2037
|
+
IsMemberInGroupsCommand,
|
|
2038
|
+
ListGroupMembershipsCommand,
|
|
2039
|
+
ListGroupMembershipsForMemberCommand,
|
|
2040
|
+
ListGroupsCommand,
|
|
2041
|
+
ListUsersCommand,
|
|
2042
|
+
UpdateGroupCommand,
|
|
2043
|
+
UpdateUserCommand
|
|
2044
|
+
};
|
|
2045
|
+
var _Identitystore = class _Identitystore extends IdentitystoreClient {
|
|
2046
|
+
};
|
|
2047
|
+
__name(_Identitystore, "Identitystore");
|
|
2048
|
+
var Identitystore = _Identitystore;
|
|
2049
|
+
(0, import_smithy_client.createAggregatedClient)(commands, Identitystore);
|
|
2050
|
+
|
|
2051
|
+
// src/pagination/ListGroupMembershipsForMemberPaginator.ts
|
|
2052
|
+
var import_core = require("@smithy/core");
|
|
2053
|
+
var paginateListGroupMembershipsForMember = (0, import_core.createPaginator)(IdentitystoreClient, ListGroupMembershipsForMemberCommand, "NextToken", "NextToken", "MaxResults");
|
|
2054
|
+
|
|
2055
|
+
// src/pagination/ListGroupMembershipsPaginator.ts
|
|
2056
|
+
|
|
2057
|
+
var paginateListGroupMemberships = (0, import_core.createPaginator)(IdentitystoreClient, ListGroupMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2058
|
+
|
|
2059
|
+
// src/pagination/ListGroupsPaginator.ts
|
|
2060
|
+
|
|
2061
|
+
var paginateListGroups = (0, import_core.createPaginator)(IdentitystoreClient, ListGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2062
|
+
|
|
2063
|
+
// src/pagination/ListUsersPaginator.ts
|
|
2064
|
+
|
|
2065
|
+
var paginateListUsers = (0, import_core.createPaginator)(IdentitystoreClient, ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2066
|
+
|
|
2067
|
+
// src/index.ts
|
|
2068
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2069
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2070
|
+
0 && (module.exports = {
|
|
2071
|
+
AccessDeniedException,
|
|
2072
|
+
AddressFilterSensitiveLog,
|
|
2073
|
+
AlternateIdentifier,
|
|
2074
|
+
AlternateIdentifierFilterSensitiveLog,
|
|
2075
|
+
ConflictException,
|
|
2076
|
+
ConflictExceptionReason,
|
|
2077
|
+
CreateGroupCommand,
|
|
2078
|
+
CreateGroupMembershipCommand,
|
|
2079
|
+
CreateGroupRequestFilterSensitiveLog,
|
|
2080
|
+
CreateUserCommand,
|
|
2081
|
+
CreateUserRequestFilterSensitiveLog,
|
|
2082
|
+
DeleteGroupCommand,
|
|
2083
|
+
DeleteGroupMembershipCommand,
|
|
2084
|
+
DeleteUserCommand,
|
|
2085
|
+
DescribeGroupCommand,
|
|
2086
|
+
DescribeGroupMembershipCommand,
|
|
2087
|
+
DescribeGroupResponseFilterSensitiveLog,
|
|
2088
|
+
DescribeUserCommand,
|
|
2089
|
+
DescribeUserResponseFilterSensitiveLog,
|
|
2090
|
+
EmailFilterSensitiveLog,
|
|
2091
|
+
ExternalIdFilterSensitiveLog,
|
|
2092
|
+
FilterFilterSensitiveLog,
|
|
2093
|
+
GetGroupIdCommand,
|
|
2094
|
+
GetGroupIdRequestFilterSensitiveLog,
|
|
2095
|
+
GetGroupMembershipIdCommand,
|
|
2096
|
+
GetUserIdCommand,
|
|
2097
|
+
GetUserIdRequestFilterSensitiveLog,
|
|
2098
|
+
GroupFilterSensitiveLog,
|
|
2099
|
+
GroupMembershipExistenceResultFilterSensitiveLog,
|
|
2100
|
+
Identitystore,
|
|
2101
|
+
IdentitystoreClient,
|
|
2102
|
+
IdentitystoreServiceException,
|
|
2103
|
+
InternalServerException,
|
|
2104
|
+
IsMemberInGroupsCommand,
|
|
2105
|
+
IsMemberInGroupsResponseFilterSensitiveLog,
|
|
2106
|
+
ListGroupMembershipsCommand,
|
|
2107
|
+
ListGroupMembershipsForMemberCommand,
|
|
2108
|
+
ListGroupsCommand,
|
|
2109
|
+
ListGroupsRequestFilterSensitiveLog,
|
|
2110
|
+
ListGroupsResponseFilterSensitiveLog,
|
|
2111
|
+
ListUsersCommand,
|
|
2112
|
+
ListUsersRequestFilterSensitiveLog,
|
|
2113
|
+
ListUsersResponseFilterSensitiveLog,
|
|
2114
|
+
MemberId,
|
|
2115
|
+
NameFilterSensitiveLog,
|
|
2116
|
+
PhoneNumberFilterSensitiveLog,
|
|
2117
|
+
ResourceNotFoundException,
|
|
2118
|
+
ResourceType,
|
|
2119
|
+
ServiceQuotaExceededException,
|
|
2120
|
+
ThrottlingException,
|
|
2121
|
+
UpdateGroupCommand,
|
|
2122
|
+
UpdateUserCommand,
|
|
2123
|
+
UserFilterSensitiveLog,
|
|
2124
|
+
ValidationException,
|
|
2125
|
+
__Client,
|
|
2126
|
+
paginateListGroupMemberships,
|
|
2127
|
+
paginateListGroupMembershipsForMember,
|
|
2128
|
+
paginateListGroups,
|
|
2129
|
+
paginateListUsers
|
|
2130
|
+
});
|