@aws-sdk/client-directory-service 3.651.1 → 3.654.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/README.md +24 -0
- package/dist-cjs/index.js +124 -5
- package/dist-es/DirectoryService.js +6 -0
- package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +60 -3
- package/dist-types/DirectoryService.d.ts +21 -0
- package/dist-types/DirectoryServiceClient.d.ts +5 -2
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/AddRegionCommand.d.ts +13 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
- package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +95 -27
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -103,6 +103,10 @@ import {
|
|
|
103
103
|
DescribeDirectoriesCommandInput,
|
|
104
104
|
DescribeDirectoriesCommandOutput,
|
|
105
105
|
} from "../commands/DescribeDirectoriesCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeDirectoryDataAccessCommandInput,
|
|
108
|
+
DescribeDirectoryDataAccessCommandOutput,
|
|
109
|
+
} from "../commands/DescribeDirectoryDataAccessCommand";
|
|
106
110
|
import {
|
|
107
111
|
DescribeDomainControllersCommandInput,
|
|
108
112
|
DescribeDomainControllersCommandOutput,
|
|
@@ -143,6 +147,10 @@ import {
|
|
|
143
147
|
DisableClientAuthenticationCommandInput,
|
|
144
148
|
DisableClientAuthenticationCommandOutput,
|
|
145
149
|
} from "../commands/DisableClientAuthenticationCommand";
|
|
150
|
+
import {
|
|
151
|
+
DisableDirectoryDataAccessCommandInput,
|
|
152
|
+
DisableDirectoryDataAccessCommandOutput,
|
|
153
|
+
} from "../commands/DisableDirectoryDataAccessCommand";
|
|
146
154
|
import {
|
|
147
155
|
DisableLDAPSCommandInput,
|
|
148
156
|
DisableLDAPSCommandOutput,
|
|
@@ -159,6 +167,10 @@ import {
|
|
|
159
167
|
EnableClientAuthenticationCommandInput,
|
|
160
168
|
EnableClientAuthenticationCommandOutput,
|
|
161
169
|
} from "../commands/EnableClientAuthenticationCommand";
|
|
170
|
+
import {
|
|
171
|
+
EnableDirectoryDataAccessCommandInput,
|
|
172
|
+
EnableDirectoryDataAccessCommandOutput,
|
|
173
|
+
} from "../commands/EnableDirectoryDataAccessCommand";
|
|
162
174
|
import {
|
|
163
175
|
EnableLDAPSCommandInput,
|
|
164
176
|
EnableLDAPSCommandOutput,
|
|
@@ -371,6 +383,10 @@ export declare const se_DescribeDirectoriesCommand: (
|
|
|
371
383
|
input: DescribeDirectoriesCommandInput,
|
|
372
384
|
context: __SerdeContext
|
|
373
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_DescribeDirectoryDataAccessCommand: (
|
|
387
|
+
input: DescribeDirectoryDataAccessCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
374
390
|
export declare const se_DescribeDomainControllersCommand: (
|
|
375
391
|
input: DescribeDomainControllersCommandInput,
|
|
376
392
|
context: __SerdeContext
|
|
@@ -411,6 +427,10 @@ export declare const se_DisableClientAuthenticationCommand: (
|
|
|
411
427
|
input: DisableClientAuthenticationCommandInput,
|
|
412
428
|
context: __SerdeContext
|
|
413
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_DisableDirectoryDataAccessCommand: (
|
|
431
|
+
input: DisableDirectoryDataAccessCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
414
434
|
export declare const se_DisableLDAPSCommand: (
|
|
415
435
|
input: DisableLDAPSCommandInput,
|
|
416
436
|
context: __SerdeContext
|
|
@@ -427,6 +447,10 @@ export declare const se_EnableClientAuthenticationCommand: (
|
|
|
427
447
|
input: EnableClientAuthenticationCommandInput,
|
|
428
448
|
context: __SerdeContext
|
|
429
449
|
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_EnableDirectoryDataAccessCommand: (
|
|
451
|
+
input: EnableDirectoryDataAccessCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
430
454
|
export declare const se_EnableLDAPSCommand: (
|
|
431
455
|
input: EnableLDAPSCommandInput,
|
|
432
456
|
context: __SerdeContext
|
|
@@ -639,6 +663,10 @@ export declare const de_DescribeDirectoriesCommand: (
|
|
|
639
663
|
output: __HttpResponse,
|
|
640
664
|
context: __SerdeContext
|
|
641
665
|
) => Promise<DescribeDirectoriesCommandOutput>;
|
|
666
|
+
export declare const de_DescribeDirectoryDataAccessCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<DescribeDirectoryDataAccessCommandOutput>;
|
|
642
670
|
export declare const de_DescribeDomainControllersCommand: (
|
|
643
671
|
output: __HttpResponse,
|
|
644
672
|
context: __SerdeContext
|
|
@@ -679,6 +707,10 @@ export declare const de_DisableClientAuthenticationCommand: (
|
|
|
679
707
|
output: __HttpResponse,
|
|
680
708
|
context: __SerdeContext
|
|
681
709
|
) => Promise<DisableClientAuthenticationCommandOutput>;
|
|
710
|
+
export declare const de_DisableDirectoryDataAccessCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<DisableDirectoryDataAccessCommandOutput>;
|
|
682
714
|
export declare const de_DisableLDAPSCommand: (
|
|
683
715
|
output: __HttpResponse,
|
|
684
716
|
context: __SerdeContext
|
|
@@ -695,6 +727,10 @@ export declare const de_EnableClientAuthenticationCommand: (
|
|
|
695
727
|
output: __HttpResponse,
|
|
696
728
|
context: __SerdeContext
|
|
697
729
|
) => Promise<EnableClientAuthenticationCommandOutput>;
|
|
730
|
+
export declare const de_EnableDirectoryDataAccessCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<EnableDirectoryDataAccessCommandOutput>;
|
|
698
734
|
export declare const de_EnableLDAPSCommand: (
|
|
699
735
|
output: __HttpResponse,
|
|
700
736
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-directory-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.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-directory-service",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|