@aws-sdk/client-cognito-identity 3.927.0 → 3.929.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 +721 -882
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CognitoIdentityClient.js +2 -0
- package/dist-es/commands/CreateIdentityPoolCommand.js +3 -9
- package/dist-es/commands/DeleteIdentitiesCommand.js +3 -9
- package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -9
- package/dist-es/commands/DescribeIdentityCommand.js +3 -9
- package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -9
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -10
- package/dist-es/commands/GetIdCommand.js +3 -10
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -9
- package/dist-es/commands/GetOpenIdTokenCommand.js +3 -10
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -10
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -9
- package/dist-es/commands/ListIdentitiesCommand.js +3 -9
- package/dist-es/commands/ListIdentityPoolsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -9
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -9
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -9
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -9
- package/dist-es/commands/UnlinkIdentityCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -37
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +650 -0
- package/dist-types/CognitoIdentityClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +103 -0
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -23
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
- package/package.json +6 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -647
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
25
25
|
signer: NoAuthSigner;
|
|
26
26
|
})[];
|
|
27
27
|
logger: import("@smithy/types").Logger;
|
|
28
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
28
29
|
serviceId: string;
|
|
29
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var IdentityProviderToken: StaticSimpleSchema;
|
|
3
|
+
export declare var OIDCToken: StaticSimpleSchema;
|
|
4
|
+
export declare var SecretKeyString: StaticSimpleSchema;
|
|
5
|
+
export declare var CognitoIdentityProvider: StaticStructureSchema;
|
|
6
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
7
|
+
export declare var CreateIdentityPoolInput: StaticStructureSchema;
|
|
8
|
+
export declare var Credentials: StaticStructureSchema;
|
|
9
|
+
export declare var DeleteIdentitiesInput: StaticStructureSchema;
|
|
10
|
+
export declare var DeleteIdentitiesResponse: StaticStructureSchema;
|
|
11
|
+
export declare var DeleteIdentityPoolInput: StaticStructureSchema;
|
|
12
|
+
export declare var DescribeIdentityInput: StaticStructureSchema;
|
|
13
|
+
export declare var DescribeIdentityPoolInput: StaticStructureSchema;
|
|
14
|
+
export declare var DeveloperUserAlreadyRegisteredException: StaticErrorSchema;
|
|
15
|
+
export declare var ExternalServiceException: StaticErrorSchema;
|
|
16
|
+
export declare var GetCredentialsForIdentityInput: StaticStructureSchema;
|
|
17
|
+
export declare var GetCredentialsForIdentityResponse: StaticStructureSchema;
|
|
18
|
+
export declare var GetIdentityPoolRolesInput: StaticStructureSchema;
|
|
19
|
+
export declare var GetIdentityPoolRolesResponse: StaticStructureSchema;
|
|
20
|
+
export declare var GetIdInput: StaticStructureSchema;
|
|
21
|
+
export declare var GetIdResponse: StaticStructureSchema;
|
|
22
|
+
export declare var GetOpenIdTokenForDeveloperIdentityInput: StaticStructureSchema;
|
|
23
|
+
export declare var GetOpenIdTokenForDeveloperIdentityResponse: StaticStructureSchema;
|
|
24
|
+
export declare var GetOpenIdTokenInput: StaticStructureSchema;
|
|
25
|
+
export declare var GetOpenIdTokenResponse: StaticStructureSchema;
|
|
26
|
+
export declare var GetPrincipalTagAttributeMapInput: StaticStructureSchema;
|
|
27
|
+
export declare var GetPrincipalTagAttributeMapResponse: StaticStructureSchema;
|
|
28
|
+
export declare var IdentityDescription: StaticStructureSchema;
|
|
29
|
+
export declare var IdentityPool: StaticStructureSchema;
|
|
30
|
+
export declare var IdentityPoolShortDescription: StaticStructureSchema;
|
|
31
|
+
export declare var InternalErrorException: StaticErrorSchema;
|
|
32
|
+
export declare var InvalidIdentityPoolConfigurationException: StaticErrorSchema;
|
|
33
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
34
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
35
|
+
export declare var ListIdentitiesInput: StaticStructureSchema;
|
|
36
|
+
export declare var ListIdentitiesResponse: StaticStructureSchema;
|
|
37
|
+
export declare var ListIdentityPoolsInput: StaticStructureSchema;
|
|
38
|
+
export declare var ListIdentityPoolsResponse: StaticStructureSchema;
|
|
39
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
40
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
41
|
+
export declare var LookupDeveloperIdentityInput: StaticStructureSchema;
|
|
42
|
+
export declare var LookupDeveloperIdentityResponse: StaticStructureSchema;
|
|
43
|
+
export declare var MappingRule: StaticStructureSchema;
|
|
44
|
+
export declare var MergeDeveloperIdentitiesInput: StaticStructureSchema;
|
|
45
|
+
export declare var MergeDeveloperIdentitiesResponse: StaticStructureSchema;
|
|
46
|
+
export declare var NotAuthorizedException: StaticErrorSchema;
|
|
47
|
+
export declare var ResourceConflictException: StaticErrorSchema;
|
|
48
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
49
|
+
export declare var RoleMapping: StaticStructureSchema;
|
|
50
|
+
export declare var RulesConfigurationType: StaticStructureSchema;
|
|
51
|
+
export declare var SetIdentityPoolRolesInput: StaticStructureSchema;
|
|
52
|
+
export declare var SetPrincipalTagAttributeMapInput: StaticStructureSchema;
|
|
53
|
+
export declare var SetPrincipalTagAttributeMapResponse: StaticStructureSchema;
|
|
54
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
55
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
56
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
57
|
+
export declare var UnlinkDeveloperIdentityInput: StaticStructureSchema;
|
|
58
|
+
export declare var UnlinkIdentityInput: StaticStructureSchema;
|
|
59
|
+
export declare var UnprocessedIdentityId: StaticStructureSchema;
|
|
60
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
61
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
62
|
+
export declare var __Unit: "unit";
|
|
63
|
+
export declare var CognitoIdentityServiceException: StaticErrorSchema;
|
|
64
|
+
export declare var CognitoIdentityProviderList: StaticListSchema;
|
|
65
|
+
export declare var DeveloperUserIdentifierList: number;
|
|
66
|
+
export declare var IdentitiesList: StaticListSchema;
|
|
67
|
+
export declare var IdentityIdList: number;
|
|
68
|
+
export declare var IdentityPoolsList: StaticListSchema;
|
|
69
|
+
export declare var IdentityPoolTagsListType: number;
|
|
70
|
+
export declare var LoginsList: number;
|
|
71
|
+
export declare var MappingRulesList: StaticListSchema;
|
|
72
|
+
export declare var OIDCProviderList: number;
|
|
73
|
+
export declare var SAMLProviderList: number;
|
|
74
|
+
export declare var UnprocessedIdentityIdList: StaticListSchema;
|
|
75
|
+
export declare var IdentityPoolTagsType: number;
|
|
76
|
+
export declare var IdentityProviders: number;
|
|
77
|
+
export declare var LoginsMap: StaticMapSchema;
|
|
78
|
+
export declare var PrincipalTags: number;
|
|
79
|
+
export declare var RoleMappingMap: StaticMapSchema;
|
|
80
|
+
export declare var RolesMap: number;
|
|
81
|
+
export declare var CreateIdentityPool: StaticOperationSchema;
|
|
82
|
+
export declare var DeleteIdentities: StaticOperationSchema;
|
|
83
|
+
export declare var DeleteIdentityPool: StaticOperationSchema;
|
|
84
|
+
export declare var DescribeIdentity: StaticOperationSchema;
|
|
85
|
+
export declare var DescribeIdentityPool: StaticOperationSchema;
|
|
86
|
+
export declare var GetCredentialsForIdentity: StaticOperationSchema;
|
|
87
|
+
export declare var GetId: StaticOperationSchema;
|
|
88
|
+
export declare var GetIdentityPoolRoles: StaticOperationSchema;
|
|
89
|
+
export declare var GetOpenIdToken: StaticOperationSchema;
|
|
90
|
+
export declare var GetOpenIdTokenForDeveloperIdentity: StaticOperationSchema;
|
|
91
|
+
export declare var GetPrincipalTagAttributeMap: StaticOperationSchema;
|
|
92
|
+
export declare var ListIdentities: StaticOperationSchema;
|
|
93
|
+
export declare var ListIdentityPools: StaticOperationSchema;
|
|
94
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
95
|
+
export declare var LookupDeveloperIdentity: StaticOperationSchema;
|
|
96
|
+
export declare var MergeDeveloperIdentities: StaticOperationSchema;
|
|
97
|
+
export declare var SetIdentityPoolRoles: StaticOperationSchema;
|
|
98
|
+
export declare var SetPrincipalTagAttributeMap: StaticOperationSchema;
|
|
99
|
+
export declare var TagResource: StaticOperationSchema;
|
|
100
|
+
export declare var UnlinkDeveloperIdentity: StaticOperationSchema;
|
|
101
|
+
export declare var UnlinkIdentity: StaticOperationSchema;
|
|
102
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
103
|
+
export declare var UpdateIdentityPool: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -213,6 +216,7 @@ export interface ClientDefaults
|
|
|
213
216
|
retryMode?: string | __Provider<string>;
|
|
214
217
|
logger?: __Logger;
|
|
215
218
|
extensions?: RuntimeExtension[];
|
|
219
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
216
220
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
217
221
|
}
|
|
218
222
|
export type CognitoIdentityClientConfigType = Partial<
|
|
@@ -326,26 +326,3 @@ export interface UntagResourceInput {
|
|
|
326
326
|
TagKeys: string[] | undefined;
|
|
327
327
|
}
|
|
328
328
|
export interface UntagResourceResponse {}
|
|
329
|
-
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (
|
|
330
|
-
obj: GetCredentialsForIdentityInput
|
|
331
|
-
) => any;
|
|
332
|
-
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
333
|
-
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (
|
|
334
|
-
obj: GetCredentialsForIdentityResponse
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
337
|
-
export declare const GetOpenIdTokenInputFilterSensitiveLog: (
|
|
338
|
-
obj: GetOpenIdTokenInput
|
|
339
|
-
) => any;
|
|
340
|
-
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (
|
|
341
|
-
obj: GetOpenIdTokenResponse
|
|
342
|
-
) => any;
|
|
343
|
-
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (
|
|
344
|
-
obj: GetOpenIdTokenForDeveloperIdentityInput
|
|
345
|
-
) => any;
|
|
346
|
-
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (
|
|
347
|
-
obj: GetOpenIdTokenForDeveloperIdentityResponse
|
|
348
|
-
) => any;
|
|
349
|
-
export declare const UnlinkIdentityInputFilterSensitiveLog: (
|
|
350
|
-
obj: UnlinkIdentityInput
|
|
351
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -44,6 +44,10 @@ export declare const getRuntimeConfig: (
|
|
|
44
44
|
}
|
|
45
45
|
)[];
|
|
46
46
|
logger: import("@smithy/types").Logger;
|
|
47
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
48
|
+
import("@smithy/types").HttpRequest,
|
|
49
|
+
import("@smithy/types").HttpResponse
|
|
50
|
+
>;
|
|
47
51
|
serviceId: string;
|
|
48
52
|
urlParser: import("@smithy/types").UrlParser;
|
|
49
53
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var IdentityProviderToken: StaticSimpleSchema;
|
|
10
|
+
export declare var OIDCToken: StaticSimpleSchema;
|
|
11
|
+
export declare var SecretKeyString: StaticSimpleSchema;
|
|
12
|
+
export declare var CognitoIdentityProvider: StaticStructureSchema;
|
|
13
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
14
|
+
export declare var CreateIdentityPoolInput: StaticStructureSchema;
|
|
15
|
+
export declare var Credentials: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteIdentitiesInput: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteIdentitiesResponse: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteIdentityPoolInput: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeIdentityInput: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeIdentityPoolInput: StaticStructureSchema;
|
|
21
|
+
export declare var DeveloperUserAlreadyRegisteredException: StaticErrorSchema;
|
|
22
|
+
export declare var ExternalServiceException: StaticErrorSchema;
|
|
23
|
+
export declare var GetCredentialsForIdentityInput: StaticStructureSchema;
|
|
24
|
+
export declare var GetCredentialsForIdentityResponse: StaticStructureSchema;
|
|
25
|
+
export declare var GetIdentityPoolRolesInput: StaticStructureSchema;
|
|
26
|
+
export declare var GetIdentityPoolRolesResponse: StaticStructureSchema;
|
|
27
|
+
export declare var GetIdInput: StaticStructureSchema;
|
|
28
|
+
export declare var GetIdResponse: StaticStructureSchema;
|
|
29
|
+
export declare var GetOpenIdTokenForDeveloperIdentityInput: StaticStructureSchema;
|
|
30
|
+
export declare var GetOpenIdTokenForDeveloperIdentityResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetOpenIdTokenInput: StaticStructureSchema;
|
|
32
|
+
export declare var GetOpenIdTokenResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetPrincipalTagAttributeMapInput: StaticStructureSchema;
|
|
34
|
+
export declare var GetPrincipalTagAttributeMapResponse: StaticStructureSchema;
|
|
35
|
+
export declare var IdentityDescription: StaticStructureSchema;
|
|
36
|
+
export declare var IdentityPool: StaticStructureSchema;
|
|
37
|
+
export declare var IdentityPoolShortDescription: StaticStructureSchema;
|
|
38
|
+
export declare var InternalErrorException: StaticErrorSchema;
|
|
39
|
+
export declare var InvalidIdentityPoolConfigurationException: StaticErrorSchema;
|
|
40
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
41
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
42
|
+
export declare var ListIdentitiesInput: StaticStructureSchema;
|
|
43
|
+
export declare var ListIdentitiesResponse: StaticStructureSchema;
|
|
44
|
+
export declare var ListIdentityPoolsInput: StaticStructureSchema;
|
|
45
|
+
export declare var ListIdentityPoolsResponse: StaticStructureSchema;
|
|
46
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
47
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
48
|
+
export declare var LookupDeveloperIdentityInput: StaticStructureSchema;
|
|
49
|
+
export declare var LookupDeveloperIdentityResponse: StaticStructureSchema;
|
|
50
|
+
export declare var MappingRule: StaticStructureSchema;
|
|
51
|
+
export declare var MergeDeveloperIdentitiesInput: StaticStructureSchema;
|
|
52
|
+
export declare var MergeDeveloperIdentitiesResponse: StaticStructureSchema;
|
|
53
|
+
export declare var NotAuthorizedException: StaticErrorSchema;
|
|
54
|
+
export declare var ResourceConflictException: StaticErrorSchema;
|
|
55
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
56
|
+
export declare var RoleMapping: StaticStructureSchema;
|
|
57
|
+
export declare var RulesConfigurationType: StaticStructureSchema;
|
|
58
|
+
export declare var SetIdentityPoolRolesInput: StaticStructureSchema;
|
|
59
|
+
export declare var SetPrincipalTagAttributeMapInput: StaticStructureSchema;
|
|
60
|
+
export declare var SetPrincipalTagAttributeMapResponse: StaticStructureSchema;
|
|
61
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
62
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
63
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
64
|
+
export declare var UnlinkDeveloperIdentityInput: StaticStructureSchema;
|
|
65
|
+
export declare var UnlinkIdentityInput: StaticStructureSchema;
|
|
66
|
+
export declare var UnprocessedIdentityId: StaticStructureSchema;
|
|
67
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
68
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
69
|
+
export declare var __Unit: "unit";
|
|
70
|
+
export declare var CognitoIdentityServiceException: StaticErrorSchema;
|
|
71
|
+
export declare var CognitoIdentityProviderList: StaticListSchema;
|
|
72
|
+
export declare var DeveloperUserIdentifierList: number;
|
|
73
|
+
export declare var IdentitiesList: StaticListSchema;
|
|
74
|
+
export declare var IdentityIdList: number;
|
|
75
|
+
export declare var IdentityPoolsList: StaticListSchema;
|
|
76
|
+
export declare var IdentityPoolTagsListType: number;
|
|
77
|
+
export declare var LoginsList: number;
|
|
78
|
+
export declare var MappingRulesList: StaticListSchema;
|
|
79
|
+
export declare var OIDCProviderList: number;
|
|
80
|
+
export declare var SAMLProviderList: number;
|
|
81
|
+
export declare var UnprocessedIdentityIdList: StaticListSchema;
|
|
82
|
+
export declare var IdentityPoolTagsType: number;
|
|
83
|
+
export declare var IdentityProviders: number;
|
|
84
|
+
export declare var LoginsMap: StaticMapSchema;
|
|
85
|
+
export declare var PrincipalTags: number;
|
|
86
|
+
export declare var RoleMappingMap: StaticMapSchema;
|
|
87
|
+
export declare var RolesMap: number;
|
|
88
|
+
export declare var CreateIdentityPool: StaticOperationSchema;
|
|
89
|
+
export declare var DeleteIdentities: StaticOperationSchema;
|
|
90
|
+
export declare var DeleteIdentityPool: StaticOperationSchema;
|
|
91
|
+
export declare var DescribeIdentity: StaticOperationSchema;
|
|
92
|
+
export declare var DescribeIdentityPool: StaticOperationSchema;
|
|
93
|
+
export declare var GetCredentialsForIdentity: StaticOperationSchema;
|
|
94
|
+
export declare var GetId: StaticOperationSchema;
|
|
95
|
+
export declare var GetIdentityPoolRoles: StaticOperationSchema;
|
|
96
|
+
export declare var GetOpenIdToken: StaticOperationSchema;
|
|
97
|
+
export declare var GetOpenIdTokenForDeveloperIdentity: StaticOperationSchema;
|
|
98
|
+
export declare var GetPrincipalTagAttributeMap: StaticOperationSchema;
|
|
99
|
+
export declare var ListIdentities: StaticOperationSchema;
|
|
100
|
+
export declare var ListIdentityPools: StaticOperationSchema;
|
|
101
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
102
|
+
export declare var LookupDeveloperIdentity: StaticOperationSchema;
|
|
103
|
+
export declare var MergeDeveloperIdentities: StaticOperationSchema;
|
|
104
|
+
export declare var SetIdentityPoolRoles: StaticOperationSchema;
|
|
105
|
+
export declare var SetPrincipalTagAttributeMap: StaticOperationSchema;
|
|
106
|
+
export declare var TagResource: StaticOperationSchema;
|
|
107
|
+
export declare var UnlinkDeveloperIdentity: StaticOperationSchema;
|
|
108
|
+
export declare var UnlinkIdentity: StaticOperationSchema;
|
|
109
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
110
|
+
export declare var UpdateIdentityPool: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.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-cognito-identity",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.928.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
32
32
|
"@aws-sdk/types": "3.922.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.2",
|
|
37
37
|
"@smithy/core": "^3.17.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@aws-sdk/client-iam": "3.
|
|
64
|
+
"@aws-sdk/client-iam": "3.929.0",
|
|
65
65
|
"@tsconfig/node18": "18.2.4",
|
|
66
66
|
"@types/chai": "^4.2.11",
|
|
67
67
|
"@types/node": "^18.19.69",
|