@aws-sdk/client-identitystore 3.751.0 → 3.772.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/index.js +20 -26
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AddressFilterSensitiveLog: () => AddressFilterSensitiveLog,
|
|
26
26
|
AlternateIdentifier: () => AlternateIdentifier,
|
|
@@ -81,7 +81,7 @@ __export(src_exports, {
|
|
|
81
81
|
paginateListGroups: () => paginateListGroups,
|
|
82
82
|
paginateListUsers: () => paginateListUsers
|
|
83
83
|
});
|
|
84
|
-
module.exports = __toCommonJS(
|
|
84
|
+
module.exports = __toCommonJS(index_exports);
|
|
85
85
|
|
|
86
86
|
// src/IdentitystoreClient.ts
|
|
87
87
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -208,9 +208,9 @@ var IdentitystoreClient = class extends import_smithy_client.Client {
|
|
|
208
208
|
this.middlewareStack.use(
|
|
209
209
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
210
210
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIdentitystoreHttpAuthSchemeParametersProvider,
|
|
211
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
211
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
212
212
|
"aws.auth#sigv4": config.credentials
|
|
213
|
-
})
|
|
213
|
+
}), "identityProviderConfigProvider")
|
|
214
214
|
})
|
|
215
215
|
);
|
|
216
216
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -283,10 +283,8 @@ var AccessDeniedException = class _AccessDeniedException extends IdentitystoreSe
|
|
|
283
283
|
var AlternateIdentifier;
|
|
284
284
|
((AlternateIdentifier2) => {
|
|
285
285
|
AlternateIdentifier2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
286
|
-
if (value.ExternalId !== void 0)
|
|
287
|
-
|
|
288
|
-
if (value.UniqueAttribute !== void 0)
|
|
289
|
-
return visitor.UniqueAttribute(value.UniqueAttribute);
|
|
286
|
+
if (value.ExternalId !== void 0) return visitor.ExternalId(value.ExternalId);
|
|
287
|
+
if (value.UniqueAttribute !== void 0) return visitor.UniqueAttribute(value.UniqueAttribute);
|
|
290
288
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
291
289
|
}, "visit");
|
|
292
290
|
})(AlternateIdentifier || (AlternateIdentifier = {}));
|
|
@@ -439,8 +437,7 @@ var ValidationException = class _ValidationException extends IdentitystoreServic
|
|
|
439
437
|
var MemberId;
|
|
440
438
|
((MemberId3) => {
|
|
441
439
|
MemberId3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
442
|
-
if (value.UserId !== void 0)
|
|
443
|
-
return visitor.UserId(value.UserId);
|
|
440
|
+
if (value.UserId !== void 0) return visitor.UserId(value.UserId);
|
|
444
441
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
445
442
|
}, "visit");
|
|
446
443
|
})(MemberId || (MemberId = {}));
|
|
@@ -531,12 +528,9 @@ var ExternalIdFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
531
528
|
...obj.Id && { Id: import_smithy_client.SENSITIVE_STRING }
|
|
532
529
|
}), "ExternalIdFilterSensitiveLog");
|
|
533
530
|
var AlternateIdentifierFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
534
|
-
if (obj.ExternalId !== void 0)
|
|
535
|
-
|
|
536
|
-
if (obj
|
|
537
|
-
return { UniqueAttribute: obj.UniqueAttribute };
|
|
538
|
-
if (obj.$unknown !== void 0)
|
|
539
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
531
|
+
if (obj.ExternalId !== void 0) return { ExternalId: ExternalIdFilterSensitiveLog(obj.ExternalId) };
|
|
532
|
+
if (obj.UniqueAttribute !== void 0) return { UniqueAttribute: obj.UniqueAttribute };
|
|
533
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
540
534
|
}, "AlternateIdentifierFilterSensitiveLog");
|
|
541
535
|
var GetGroupIdRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
542
536
|
...obj,
|
|
@@ -1135,15 +1129,15 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1135
1129
|
}, "de_ValidationExceptionRes");
|
|
1136
1130
|
var se_AlternateIdentifier = /* @__PURE__ */ __name((input, context) => {
|
|
1137
1131
|
return AlternateIdentifier.visit(input, {
|
|
1138
|
-
ExternalId: (value) => ({ ExternalId: (0, import_smithy_client._json)(value) }),
|
|
1139
|
-
UniqueAttribute: (value) => ({ UniqueAttribute: se_UniqueAttribute(value, context) }),
|
|
1140
|
-
_: (name, value) => ({ [name]: value })
|
|
1132
|
+
ExternalId: /* @__PURE__ */ __name((value) => ({ ExternalId: (0, import_smithy_client._json)(value) }), "ExternalId"),
|
|
1133
|
+
UniqueAttribute: /* @__PURE__ */ __name((value) => ({ UniqueAttribute: se_UniqueAttribute(value, context) }), "UniqueAttribute"),
|
|
1134
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
1141
1135
|
});
|
|
1142
1136
|
}, "se_AlternateIdentifier");
|
|
1143
1137
|
var se_AttributeOperation = /* @__PURE__ */ __name((input, context) => {
|
|
1144
1138
|
return (0, import_smithy_client.take)(input, {
|
|
1145
1139
|
AttributePath: [],
|
|
1146
|
-
AttributeValue: (_) => se_AttributeValue(_, context)
|
|
1140
|
+
AttributeValue: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "AttributeValue")
|
|
1147
1141
|
});
|
|
1148
1142
|
}, "se_AttributeOperation");
|
|
1149
1143
|
var se_AttributeOperations = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1156,33 +1150,33 @@ var se_AttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
1156
1150
|
}, "se_AttributeValue");
|
|
1157
1151
|
var se_GetGroupIdRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1158
1152
|
return (0, import_smithy_client.take)(input, {
|
|
1159
|
-
AlternateIdentifier: (_) => se_AlternateIdentifier(_, context),
|
|
1153
|
+
AlternateIdentifier: /* @__PURE__ */ __name((_) => se_AlternateIdentifier(_, context), "AlternateIdentifier"),
|
|
1160
1154
|
IdentityStoreId: []
|
|
1161
1155
|
});
|
|
1162
1156
|
}, "se_GetGroupIdRequest");
|
|
1163
1157
|
var se_GetUserIdRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1164
1158
|
return (0, import_smithy_client.take)(input, {
|
|
1165
|
-
AlternateIdentifier: (_) => se_AlternateIdentifier(_, context),
|
|
1159
|
+
AlternateIdentifier: /* @__PURE__ */ __name((_) => se_AlternateIdentifier(_, context), "AlternateIdentifier"),
|
|
1166
1160
|
IdentityStoreId: []
|
|
1167
1161
|
});
|
|
1168
1162
|
}, "se_GetUserIdRequest");
|
|
1169
1163
|
var se_UniqueAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
1170
1164
|
return (0, import_smithy_client.take)(input, {
|
|
1171
1165
|
AttributePath: [],
|
|
1172
|
-
AttributeValue: (_) => se_AttributeValue(_, context)
|
|
1166
|
+
AttributeValue: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "AttributeValue")
|
|
1173
1167
|
});
|
|
1174
1168
|
}, "se_UniqueAttribute");
|
|
1175
1169
|
var se_UpdateGroupRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1176
1170
|
return (0, import_smithy_client.take)(input, {
|
|
1177
1171
|
GroupId: [],
|
|
1178
1172
|
IdentityStoreId: [],
|
|
1179
|
-
Operations: (_) => se_AttributeOperations(_, context)
|
|
1173
|
+
Operations: /* @__PURE__ */ __name((_) => se_AttributeOperations(_, context), "Operations")
|
|
1180
1174
|
});
|
|
1181
1175
|
}, "se_UpdateGroupRequest");
|
|
1182
1176
|
var se_UpdateUserRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1183
1177
|
return (0, import_smithy_client.take)(input, {
|
|
1184
1178
|
IdentityStoreId: [],
|
|
1185
|
-
Operations: (_) => se_AttributeOperations(_, context),
|
|
1179
|
+
Operations: /* @__PURE__ */ __name((_) => se_AttributeOperations(_, context), "Operations"),
|
|
1186
1180
|
UserId: []
|
|
1187
1181
|
});
|
|
1188
1182
|
}, "se_UpdateUserRequest");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-identitystore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-identitystore",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|