@aws-sdk/client-identitystore 3.428.0 → 3.429.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.
|
@@ -249,7 +249,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
249
249
|
* @public
|
|
250
250
|
* <p>An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.</p>
|
|
251
251
|
*/
|
|
252
|
-
ResourceType?: ResourceType
|
|
252
|
+
ResourceType?: ResourceType;
|
|
253
253
|
/**
|
|
254
254
|
* @public
|
|
255
255
|
* <p>The identifier for a resource in the identity store that can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy SSO identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>
|
|
@@ -457,7 +457,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
457
457
|
* </li>
|
|
458
458
|
* </ul>
|
|
459
459
|
*/
|
|
460
|
-
Reason?: ConflictExceptionReason
|
|
460
|
+
Reason?: ConflictExceptionReason;
|
|
461
461
|
/**
|
|
462
462
|
* @internal
|
|
463
463
|
*/
|
|
@@ -88,7 +88,7 @@ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
|
88
88
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
89
89
|
readonly name: "ResourceNotFoundException";
|
|
90
90
|
readonly $fault: "client";
|
|
91
|
-
ResourceType?: ResourceType
|
|
91
|
+
ResourceType?: ResourceType;
|
|
92
92
|
ResourceId?: string;
|
|
93
93
|
Message?: string;
|
|
94
94
|
RequestId?: string;
|
|
@@ -162,7 +162,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
162
162
|
readonly $fault: "client";
|
|
163
163
|
Message?: string;
|
|
164
164
|
RequestId?: string;
|
|
165
|
-
Reason?: ConflictExceptionReason
|
|
165
|
+
Reason?: ConflictExceptionReason;
|
|
166
166
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
167
167
|
}
|
|
168
168
|
export interface CreateGroupMembershipRequest {
|
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.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|