@aws-sdk/client-chime-sdk-identity 3.54.1 → 3.55.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/CHANGELOG.md +8 -0
- package/dist-cjs/ChimeSDKIdentityClient.js +13 -13
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +3 -3
- package/dist-cjs/commands/CreateAppInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +3 -3
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +3 -3
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +3 -3
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +3 -3
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +3 -3
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +3 -3
- package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +3 -3
- package/dist-cjs/commands/ListAppInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +3 -3
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +3 -3
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +148 -148
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/ChimeSDKIdentity.js +24 -24
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +4 -4
- package/dist-es/pagination/ListAppInstanceUserEndpointsPaginator.js +4 -4
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +4 -4
- package/dist-es/pagination/ListAppInstancesPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +24 -24
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateAppInstanceCommand = function (input, con
|
|
|
15
15
|
headers = {
|
|
16
16
|
"content-type": "application/json",
|
|
17
17
|
};
|
|
18
|
-
resolvedPath = ""
|
|
18
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances";
|
|
19
19
|
body = JSON.stringify(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.Metadata !== undefined && input.Metadata !== null && { Metadata: input.Metadata })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Tags !== undefined &&
|
|
20
20
|
input.Tags !== null && { Tags: serializeAws_restJson1TagList(input.Tags, context) })));
|
|
21
21
|
return [2, new __HttpRequest({
|
|
@@ -40,7 +40,7 @@ export var serializeAws_restJson1CreateAppInstanceAdminCommand = function (input
|
|
|
40
40
|
headers = {
|
|
41
41
|
"content-type": "application/json",
|
|
42
42
|
};
|
|
43
|
-
resolvedPath = ""
|
|
43
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances/{AppInstanceArn}/admins";
|
|
44
44
|
if (input.AppInstanceArn !== undefined) {
|
|
45
45
|
labelValue = input.AppInstanceArn;
|
|
46
46
|
if (labelValue.length <= 0) {
|
|
@@ -76,7 +76,7 @@ export var serializeAws_restJson1CreateAppInstanceUserCommand = function (input,
|
|
|
76
76
|
headers = {
|
|
77
77
|
"content-type": "application/json",
|
|
78
78
|
};
|
|
79
|
-
resolvedPath = ""
|
|
79
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instance-users";
|
|
80
80
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AppInstanceArn !== undefined &&
|
|
81
81
|
input.AppInstanceArn !== null && { AppInstanceArn: input.AppInstanceArn })), (input.AppInstanceUserId !== undefined &&
|
|
82
82
|
input.AppInstanceUserId !== null && { AppInstanceUserId: input.AppInstanceUserId })), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.Metadata !== undefined && input.Metadata !== null && { Metadata: input.Metadata })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Tags !== undefined &&
|
|
@@ -101,7 +101,7 @@ export var serializeAws_restJson1DeleteAppInstanceCommand = function (input, con
|
|
|
101
101
|
case 1:
|
|
102
102
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
103
103
|
headers = {};
|
|
104
|
-
resolvedPath = ""
|
|
104
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances/{AppInstanceArn}";
|
|
105
105
|
if (input.AppInstanceArn !== undefined) {
|
|
106
106
|
labelValue = input.AppInstanceArn;
|
|
107
107
|
if (labelValue.length <= 0) {
|
|
@@ -132,7 +132,7 @@ export var serializeAws_restJson1DeleteAppInstanceAdminCommand = function (input
|
|
|
132
132
|
case 1:
|
|
133
133
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
134
134
|
headers = {};
|
|
135
|
-
resolvedPath = ""
|
|
135
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
136
136
|
"/app-instances/{AppInstanceArn}/admins/{AppInstanceAdminArn}";
|
|
137
137
|
if (input.AppInstanceAdminArn !== undefined) {
|
|
138
138
|
labelValue = input.AppInstanceAdminArn;
|
|
@@ -174,7 +174,7 @@ export var serializeAws_restJson1DeleteAppInstanceUserCommand = function (input,
|
|
|
174
174
|
case 1:
|
|
175
175
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
176
176
|
headers = {};
|
|
177
|
-
resolvedPath = ""
|
|
177
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instance-users/{AppInstanceUserArn}";
|
|
178
178
|
if (input.AppInstanceUserArn !== undefined) {
|
|
179
179
|
labelValue = input.AppInstanceUserArn;
|
|
180
180
|
if (labelValue.length <= 0) {
|
|
@@ -205,7 +205,7 @@ export var serializeAws_restJson1DeregisterAppInstanceUserEndpointCommand = func
|
|
|
205
205
|
case 1:
|
|
206
206
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
207
207
|
headers = {};
|
|
208
|
-
resolvedPath = ""
|
|
208
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
209
209
|
"/app-instance-users/{AppInstanceUserArn}/endpoints/{EndpointId}";
|
|
210
210
|
if (input.AppInstanceUserArn !== undefined) {
|
|
211
211
|
labelValue = input.AppInstanceUserArn;
|
|
@@ -247,7 +247,7 @@ export var serializeAws_restJson1DescribeAppInstanceCommand = function (input, c
|
|
|
247
247
|
case 1:
|
|
248
248
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
249
249
|
headers = {};
|
|
250
|
-
resolvedPath = ""
|
|
250
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances/{AppInstanceArn}";
|
|
251
251
|
if (input.AppInstanceArn !== undefined) {
|
|
252
252
|
labelValue = input.AppInstanceArn;
|
|
253
253
|
if (labelValue.length <= 0) {
|
|
@@ -278,7 +278,7 @@ export var serializeAws_restJson1DescribeAppInstanceAdminCommand = function (inp
|
|
|
278
278
|
case 1:
|
|
279
279
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
280
280
|
headers = {};
|
|
281
|
-
resolvedPath = ""
|
|
281
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
282
282
|
"/app-instances/{AppInstanceArn}/admins/{AppInstanceAdminArn}";
|
|
283
283
|
if (input.AppInstanceAdminArn !== undefined) {
|
|
284
284
|
labelValue = input.AppInstanceAdminArn;
|
|
@@ -320,7 +320,7 @@ export var serializeAws_restJson1DescribeAppInstanceUserCommand = function (inpu
|
|
|
320
320
|
case 1:
|
|
321
321
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
322
322
|
headers = {};
|
|
323
|
-
resolvedPath = ""
|
|
323
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instance-users/{AppInstanceUserArn}";
|
|
324
324
|
if (input.AppInstanceUserArn !== undefined) {
|
|
325
325
|
labelValue = input.AppInstanceUserArn;
|
|
326
326
|
if (labelValue.length <= 0) {
|
|
@@ -351,7 +351,7 @@ export var serializeAws_restJson1DescribeAppInstanceUserEndpointCommand = functi
|
|
|
351
351
|
case 1:
|
|
352
352
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
353
353
|
headers = {};
|
|
354
|
-
resolvedPath = ""
|
|
354
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
355
355
|
"/app-instance-users/{AppInstanceUserArn}/endpoints/{EndpointId}";
|
|
356
356
|
if (input.AppInstanceUserArn !== undefined) {
|
|
357
357
|
labelValue = input.AppInstanceUserArn;
|
|
@@ -393,7 +393,7 @@ export var serializeAws_restJson1GetAppInstanceRetentionSettingsCommand = functi
|
|
|
393
393
|
case 1:
|
|
394
394
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
395
395
|
headers = {};
|
|
396
|
-
resolvedPath = ""
|
|
396
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
397
397
|
"/app-instances/{AppInstanceArn}/retention-settings";
|
|
398
398
|
if (input.AppInstanceArn !== undefined) {
|
|
399
399
|
labelValue = input.AppInstanceArn;
|
|
@@ -425,7 +425,7 @@ export var serializeAws_restJson1ListAppInstanceAdminsCommand = function (input,
|
|
|
425
425
|
case 1:
|
|
426
426
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
427
427
|
headers = {};
|
|
428
|
-
resolvedPath = ""
|
|
428
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances/{AppInstanceArn}/admins";
|
|
429
429
|
if (input.AppInstanceArn !== undefined) {
|
|
430
430
|
labelValue = input.AppInstanceArn;
|
|
431
431
|
if (labelValue.length <= 0) {
|
|
@@ -458,7 +458,7 @@ export var serializeAws_restJson1ListAppInstancesCommand = function (input, cont
|
|
|
458
458
|
case 1:
|
|
459
459
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
460
460
|
headers = {};
|
|
461
|
-
resolvedPath = ""
|
|
461
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances";
|
|
462
462
|
query = __assign(__assign({}, (input.MaxResults !== undefined && { "max-results": input.MaxResults.toString() })), (input.NextToken !== undefined && { "next-token": input.NextToken }));
|
|
463
463
|
return [2, new __HttpRequest({
|
|
464
464
|
protocol: protocol,
|
|
@@ -481,7 +481,7 @@ export var serializeAws_restJson1ListAppInstanceUserEndpointsCommand = function
|
|
|
481
481
|
case 1:
|
|
482
482
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
483
483
|
headers = {};
|
|
484
|
-
resolvedPath = ""
|
|
484
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
485
485
|
"/app-instance-users/{AppInstanceUserArn}/endpoints";
|
|
486
486
|
if (input.AppInstanceUserArn !== undefined) {
|
|
487
487
|
labelValue = input.AppInstanceUserArn;
|
|
@@ -515,7 +515,7 @@ export var serializeAws_restJson1ListAppInstanceUsersCommand = function (input,
|
|
|
515
515
|
case 1:
|
|
516
516
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
517
517
|
headers = {};
|
|
518
|
-
resolvedPath = ""
|
|
518
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instance-users";
|
|
519
519
|
query = __assign(__assign(__assign({}, (input.AppInstanceArn !== undefined && { "app-instance-arn": input.AppInstanceArn })), (input.MaxResults !== undefined && { "max-results": input.MaxResults.toString() })), (input.NextToken !== undefined && { "next-token": input.NextToken }));
|
|
520
520
|
return [2, new __HttpRequest({
|
|
521
521
|
protocol: protocol,
|
|
@@ -538,7 +538,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
538
538
|
case 1:
|
|
539
539
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
540
540
|
headers = {};
|
|
541
|
-
resolvedPath = ""
|
|
541
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags";
|
|
542
542
|
query = __assign({}, (input.ResourceARN !== undefined && { arn: input.ResourceARN }));
|
|
543
543
|
return [2, new __HttpRequest({
|
|
544
544
|
protocol: protocol,
|
|
@@ -563,7 +563,7 @@ export var serializeAws_restJson1PutAppInstanceRetentionSettingsCommand = functi
|
|
|
563
563
|
headers = {
|
|
564
564
|
"content-type": "application/json",
|
|
565
565
|
};
|
|
566
|
-
resolvedPath = ""
|
|
566
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
567
567
|
"/app-instances/{AppInstanceArn}/retention-settings";
|
|
568
568
|
if (input.AppInstanceArn !== undefined) {
|
|
569
569
|
labelValue = input.AppInstanceArn;
|
|
@@ -602,7 +602,7 @@ export var serializeAws_restJson1RegisterAppInstanceUserEndpointCommand = functi
|
|
|
602
602
|
headers = {
|
|
603
603
|
"content-type": "application/json",
|
|
604
604
|
};
|
|
605
|
-
resolvedPath = ""
|
|
605
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
606
606
|
"/app-instance-users/{AppInstanceUserArn}/endpoints";
|
|
607
607
|
if (input.AppInstanceUserArn !== undefined) {
|
|
608
608
|
labelValue = input.AppInstanceUserArn;
|
|
@@ -640,7 +640,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
640
640
|
headers = {
|
|
641
641
|
"content-type": "application/json",
|
|
642
642
|
};
|
|
643
|
-
resolvedPath = ""
|
|
643
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags";
|
|
644
644
|
query = {
|
|
645
645
|
operation: "tag-resource",
|
|
646
646
|
};
|
|
@@ -669,7 +669,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
669
669
|
headers = {
|
|
670
670
|
"content-type": "application/json",
|
|
671
671
|
};
|
|
672
|
-
resolvedPath = ""
|
|
672
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags";
|
|
673
673
|
query = {
|
|
674
674
|
operation: "untag-resource",
|
|
675
675
|
};
|
|
@@ -698,7 +698,7 @@ export var serializeAws_restJson1UpdateAppInstanceCommand = function (input, con
|
|
|
698
698
|
headers = {
|
|
699
699
|
"content-type": "application/json",
|
|
700
700
|
};
|
|
701
|
-
resolvedPath = ""
|
|
701
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instances/{AppInstanceArn}";
|
|
702
702
|
if (input.AppInstanceArn !== undefined) {
|
|
703
703
|
labelValue = input.AppInstanceArn;
|
|
704
704
|
if (labelValue.length <= 0) {
|
|
@@ -732,7 +732,7 @@ export var serializeAws_restJson1UpdateAppInstanceUserCommand = function (input,
|
|
|
732
732
|
headers = {
|
|
733
733
|
"content-type": "application/json",
|
|
734
734
|
};
|
|
735
|
-
resolvedPath = ""
|
|
735
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/app-instance-users/{AppInstanceUserArn}";
|
|
736
736
|
if (input.AppInstanceUserArn !== undefined) {
|
|
737
737
|
labelValue = input.AppInstanceUserArn;
|
|
738
738
|
if (labelValue.length <= 0) {
|
|
@@ -766,7 +766,7 @@ export var serializeAws_restJson1UpdateAppInstanceUserEndpointCommand = function
|
|
|
766
766
|
headers = {
|
|
767
767
|
"content-type": "application/json",
|
|
768
768
|
};
|
|
769
|
-
resolvedPath = ""
|
|
769
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
770
770
|
"/app-instance-users/{AppInstanceUserArn}/endpoints/{EndpointId}";
|
|
771
771
|
if (input.AppInstanceUserArn !== undefined) {
|
|
772
772
|
labelValue = input.AppInstanceUserArn;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) =>
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.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",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|