@aws-sdk/client-opensearchserverless 3.1019.0 → 3.1021.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-es/OpenSearchServerless.js +4 -4
- package/dist-types/OpenSearchServerless.d.ts +46 -46
- package/dist-types/OpenSearchServerlessClient.d.ts +49 -49
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollectionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLifecyclePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcEndpointsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
|
@@ -7,7 +7,7 @@ import { BatchGetVpcEndpointCommand, } from "./commands/BatchGetVpcEndpointComma
|
|
|
7
7
|
import { CreateAccessPolicyCommand, } from "./commands/CreateAccessPolicyCommand";
|
|
8
8
|
import { CreateCollectionCommand, } from "./commands/CreateCollectionCommand";
|
|
9
9
|
import { CreateCollectionGroupCommand, } from "./commands/CreateCollectionGroupCommand";
|
|
10
|
-
import { CreateIndexCommand } from "./commands/CreateIndexCommand";
|
|
10
|
+
import { CreateIndexCommand, } from "./commands/CreateIndexCommand";
|
|
11
11
|
import { CreateLifecyclePolicyCommand, } from "./commands/CreateLifecyclePolicyCommand";
|
|
12
12
|
import { CreateSecurityConfigCommand, } from "./commands/CreateSecurityConfigCommand";
|
|
13
13
|
import { CreateSecurityPolicyCommand, } from "./commands/CreateSecurityPolicyCommand";
|
|
@@ -15,7 +15,7 @@ import { CreateVpcEndpointCommand, } from "./commands/CreateVpcEndpointCommand";
|
|
|
15
15
|
import { DeleteAccessPolicyCommand, } from "./commands/DeleteAccessPolicyCommand";
|
|
16
16
|
import { DeleteCollectionCommand, } from "./commands/DeleteCollectionCommand";
|
|
17
17
|
import { DeleteCollectionGroupCommand, } from "./commands/DeleteCollectionGroupCommand";
|
|
18
|
-
import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
|
|
18
|
+
import { DeleteIndexCommand, } from "./commands/DeleteIndexCommand";
|
|
19
19
|
import { DeleteLifecyclePolicyCommand, } from "./commands/DeleteLifecyclePolicyCommand";
|
|
20
20
|
import { DeleteSecurityConfigCommand, } from "./commands/DeleteSecurityConfigCommand";
|
|
21
21
|
import { DeleteSecurityPolicyCommand, } from "./commands/DeleteSecurityPolicyCommand";
|
|
@@ -34,13 +34,13 @@ import { ListSecurityConfigsCommand, } from "./commands/ListSecurityConfigsComma
|
|
|
34
34
|
import { ListSecurityPoliciesCommand, } from "./commands/ListSecurityPoliciesCommand";
|
|
35
35
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
36
36
|
import { ListVpcEndpointsCommand, } from "./commands/ListVpcEndpointsCommand";
|
|
37
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
37
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
38
38
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
39
39
|
import { UpdateAccessPolicyCommand, } from "./commands/UpdateAccessPolicyCommand";
|
|
40
40
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
41
41
|
import { UpdateCollectionCommand, } from "./commands/UpdateCollectionCommand";
|
|
42
42
|
import { UpdateCollectionGroupCommand, } from "./commands/UpdateCollectionGroupCommand";
|
|
43
|
-
import { UpdateIndexCommand } from "./commands/UpdateIndexCommand";
|
|
43
|
+
import { UpdateIndexCommand, } from "./commands/UpdateIndexCommand";
|
|
44
44
|
import { UpdateLifecyclePolicyCommand, } from "./commands/UpdateLifecyclePolicyCommand";
|
|
45
45
|
import { UpdateSecurityConfigCommand, } from "./commands/UpdateSecurityConfigCommand";
|
|
46
46
|
import { UpdateSecurityPolicyCommand, } from "./commands/UpdateSecurityPolicyCommand";
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput } from "./commands/BatchGetCollectionCommand";
|
|
3
|
-
import { BatchGetCollectionGroupCommandInput, BatchGetCollectionGroupCommandOutput } from "./commands/BatchGetCollectionGroupCommand";
|
|
4
|
-
import { BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput } from "./commands/BatchGetEffectiveLifecyclePolicyCommand";
|
|
5
|
-
import { BatchGetLifecyclePolicyCommandInput, BatchGetLifecyclePolicyCommandOutput } from "./commands/BatchGetLifecyclePolicyCommand";
|
|
6
|
-
import { BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput } from "./commands/BatchGetVpcEndpointCommand";
|
|
7
|
-
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
8
|
-
import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
|
|
9
|
-
import { CreateCollectionGroupCommandInput, CreateCollectionGroupCommandOutput } from "./commands/CreateCollectionGroupCommand";
|
|
10
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
11
|
-
import { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "./commands/CreateLifecyclePolicyCommand";
|
|
12
|
-
import { CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput } from "./commands/CreateSecurityConfigCommand";
|
|
13
|
-
import { CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput } from "./commands/CreateSecurityPolicyCommand";
|
|
14
|
-
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
15
|
-
import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
16
|
-
import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
|
|
17
|
-
import { DeleteCollectionGroupCommandInput, DeleteCollectionGroupCommandOutput } from "./commands/DeleteCollectionGroupCommand";
|
|
18
|
-
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
19
|
-
import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
|
|
20
|
-
import { DeleteSecurityConfigCommandInput, DeleteSecurityConfigCommandOutput } from "./commands/DeleteSecurityConfigCommand";
|
|
21
|
-
import { DeleteSecurityPolicyCommandInput, DeleteSecurityPolicyCommandOutput } from "./commands/DeleteSecurityPolicyCommand";
|
|
22
|
-
import { DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
|
|
23
|
-
import { GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput } from "./commands/GetAccessPolicyCommand";
|
|
24
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
25
|
-
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
26
|
-
import { GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput } from "./commands/GetPoliciesStatsCommand";
|
|
27
|
-
import { GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput } from "./commands/GetSecurityConfigCommand";
|
|
28
|
-
import { GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput } from "./commands/GetSecurityPolicyCommand";
|
|
29
|
-
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
30
|
-
import { ListCollectionGroupsCommandInput, ListCollectionGroupsCommandOutput } from "./commands/ListCollectionGroupsCommand";
|
|
31
|
-
import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
|
|
32
|
-
import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "./commands/ListLifecyclePoliciesCommand";
|
|
33
|
-
import { ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput } from "./commands/ListSecurityConfigsCommand";
|
|
34
|
-
import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
|
|
35
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
|
|
37
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
38
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
|
-
import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
40
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
41
|
-
import { UpdateCollectionCommandInput, UpdateCollectionCommandOutput } from "./commands/UpdateCollectionCommand";
|
|
42
|
-
import { UpdateCollectionGroupCommandInput, UpdateCollectionGroupCommandOutput } from "./commands/UpdateCollectionGroupCommand";
|
|
43
|
-
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
44
|
-
import { UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput } from "./commands/UpdateLifecyclePolicyCommand";
|
|
45
|
-
import { UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput } from "./commands/UpdateSecurityConfigCommand";
|
|
46
|
-
import { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } from "./commands/UpdateSecurityPolicyCommand";
|
|
47
|
-
import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
|
|
2
|
+
import { type BatchGetCollectionCommandInput, type BatchGetCollectionCommandOutput } from "./commands/BatchGetCollectionCommand";
|
|
3
|
+
import { type BatchGetCollectionGroupCommandInput, type BatchGetCollectionGroupCommandOutput } from "./commands/BatchGetCollectionGroupCommand";
|
|
4
|
+
import { type BatchGetEffectiveLifecyclePolicyCommandInput, type BatchGetEffectiveLifecyclePolicyCommandOutput } from "./commands/BatchGetEffectiveLifecyclePolicyCommand";
|
|
5
|
+
import { type BatchGetLifecyclePolicyCommandInput, type BatchGetLifecyclePolicyCommandOutput } from "./commands/BatchGetLifecyclePolicyCommand";
|
|
6
|
+
import { type BatchGetVpcEndpointCommandInput, type BatchGetVpcEndpointCommandOutput } from "./commands/BatchGetVpcEndpointCommand";
|
|
7
|
+
import { type CreateAccessPolicyCommandInput, type CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
8
|
+
import { type CreateCollectionCommandInput, type CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
|
|
9
|
+
import { type CreateCollectionGroupCommandInput, type CreateCollectionGroupCommandOutput } from "./commands/CreateCollectionGroupCommand";
|
|
10
|
+
import { type CreateIndexCommandInput, type CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
11
|
+
import { type CreateLifecyclePolicyCommandInput, type CreateLifecyclePolicyCommandOutput } from "./commands/CreateLifecyclePolicyCommand";
|
|
12
|
+
import { type CreateSecurityConfigCommandInput, type CreateSecurityConfigCommandOutput } from "./commands/CreateSecurityConfigCommand";
|
|
13
|
+
import { type CreateSecurityPolicyCommandInput, type CreateSecurityPolicyCommandOutput } from "./commands/CreateSecurityPolicyCommand";
|
|
14
|
+
import { type CreateVpcEndpointCommandInput, type CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
15
|
+
import { type DeleteAccessPolicyCommandInput, type DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
16
|
+
import { type DeleteCollectionCommandInput, type DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
|
|
17
|
+
import { type DeleteCollectionGroupCommandInput, type DeleteCollectionGroupCommandOutput } from "./commands/DeleteCollectionGroupCommand";
|
|
18
|
+
import { type DeleteIndexCommandInput, type DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
19
|
+
import { type DeleteLifecyclePolicyCommandInput, type DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
|
|
20
|
+
import { type DeleteSecurityConfigCommandInput, type DeleteSecurityConfigCommandOutput } from "./commands/DeleteSecurityConfigCommand";
|
|
21
|
+
import { type DeleteSecurityPolicyCommandInput, type DeleteSecurityPolicyCommandOutput } from "./commands/DeleteSecurityPolicyCommand";
|
|
22
|
+
import { type DeleteVpcEndpointCommandInput, type DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
|
|
23
|
+
import { type GetAccessPolicyCommandInput, type GetAccessPolicyCommandOutput } from "./commands/GetAccessPolicyCommand";
|
|
24
|
+
import { type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
25
|
+
import { type GetIndexCommandInput, type GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
26
|
+
import { type GetPoliciesStatsCommandInput, type GetPoliciesStatsCommandOutput } from "./commands/GetPoliciesStatsCommand";
|
|
27
|
+
import { type GetSecurityConfigCommandInput, type GetSecurityConfigCommandOutput } from "./commands/GetSecurityConfigCommand";
|
|
28
|
+
import { type GetSecurityPolicyCommandInput, type GetSecurityPolicyCommandOutput } from "./commands/GetSecurityPolicyCommand";
|
|
29
|
+
import { type ListAccessPoliciesCommandInput, type ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
30
|
+
import { type ListCollectionGroupsCommandInput, type ListCollectionGroupsCommandOutput } from "./commands/ListCollectionGroupsCommand";
|
|
31
|
+
import { type ListCollectionsCommandInput, type ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
|
|
32
|
+
import { type ListLifecyclePoliciesCommandInput, type ListLifecyclePoliciesCommandOutput } from "./commands/ListLifecyclePoliciesCommand";
|
|
33
|
+
import { type ListSecurityConfigsCommandInput, type ListSecurityConfigsCommandOutput } from "./commands/ListSecurityConfigsCommand";
|
|
34
|
+
import { type ListSecurityPoliciesCommandInput, type ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
|
|
35
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
+
import { type ListVpcEndpointsCommandInput, type ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
|
|
37
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
38
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
|
+
import { type UpdateAccessPolicyCommandInput, type UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
40
|
+
import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
41
|
+
import { type UpdateCollectionCommandInput, type UpdateCollectionCommandOutput } from "./commands/UpdateCollectionCommand";
|
|
42
|
+
import { type UpdateCollectionGroupCommandInput, type UpdateCollectionGroupCommandOutput } from "./commands/UpdateCollectionGroupCommand";
|
|
43
|
+
import { type UpdateIndexCommandInput, type UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
44
|
+
import { type UpdateLifecyclePolicyCommandInput, type UpdateLifecyclePolicyCommandOutput } from "./commands/UpdateLifecyclePolicyCommand";
|
|
45
|
+
import { type UpdateSecurityConfigCommandInput, type UpdateSecurityConfigCommandOutput } from "./commands/UpdateSecurityConfigCommand";
|
|
46
|
+
import { type UpdateSecurityPolicyCommandInput, type UpdateSecurityPolicyCommandOutput } from "./commands/UpdateSecurityPolicyCommand";
|
|
47
|
+
import { type UpdateVpcEndpointCommandInput, type UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
|
|
48
48
|
import { OpenSearchServerlessClient } from "./OpenSearchServerlessClient";
|
|
49
49
|
export interface OpenSearchServerless {
|
|
50
50
|
/**
|
|
@@ -5,55 +5,55 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput } from "./commands/BatchGetCollectionCommand";
|
|
11
|
-
import { BatchGetCollectionGroupCommandInput, BatchGetCollectionGroupCommandOutput } from "./commands/BatchGetCollectionGroupCommand";
|
|
12
|
-
import { BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput } from "./commands/BatchGetEffectiveLifecyclePolicyCommand";
|
|
13
|
-
import { BatchGetLifecyclePolicyCommandInput, BatchGetLifecyclePolicyCommandOutput } from "./commands/BatchGetLifecyclePolicyCommand";
|
|
14
|
-
import { BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput } from "./commands/BatchGetVpcEndpointCommand";
|
|
15
|
-
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
16
|
-
import { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
|
|
17
|
-
import { CreateCollectionGroupCommandInput, CreateCollectionGroupCommandOutput } from "./commands/CreateCollectionGroupCommand";
|
|
18
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
19
|
-
import { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "./commands/CreateLifecyclePolicyCommand";
|
|
20
|
-
import { CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput } from "./commands/CreateSecurityConfigCommand";
|
|
21
|
-
import { CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput } from "./commands/CreateSecurityPolicyCommand";
|
|
22
|
-
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
23
|
-
import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
24
|
-
import { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
|
|
25
|
-
import { DeleteCollectionGroupCommandInput, DeleteCollectionGroupCommandOutput } from "./commands/DeleteCollectionGroupCommand";
|
|
26
|
-
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
27
|
-
import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
|
|
28
|
-
import { DeleteSecurityConfigCommandInput, DeleteSecurityConfigCommandOutput } from "./commands/DeleteSecurityConfigCommand";
|
|
29
|
-
import { DeleteSecurityPolicyCommandInput, DeleteSecurityPolicyCommandOutput } from "./commands/DeleteSecurityPolicyCommand";
|
|
30
|
-
import { DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
|
|
31
|
-
import { GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput } from "./commands/GetAccessPolicyCommand";
|
|
32
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
33
|
-
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
34
|
-
import { GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput } from "./commands/GetPoliciesStatsCommand";
|
|
35
|
-
import { GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput } from "./commands/GetSecurityConfigCommand";
|
|
36
|
-
import { GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput } from "./commands/GetSecurityPolicyCommand";
|
|
37
|
-
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
38
|
-
import { ListCollectionGroupsCommandInput, ListCollectionGroupsCommandOutput } from "./commands/ListCollectionGroupsCommand";
|
|
39
|
-
import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
|
|
40
|
-
import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "./commands/ListLifecyclePoliciesCommand";
|
|
41
|
-
import { ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput } from "./commands/ListSecurityConfigsCommand";
|
|
42
|
-
import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
|
|
43
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
-
import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
|
|
45
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
46
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
47
|
-
import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
48
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
49
|
-
import { UpdateCollectionCommandInput, UpdateCollectionCommandOutput } from "./commands/UpdateCollectionCommand";
|
|
50
|
-
import { UpdateCollectionGroupCommandInput, UpdateCollectionGroupCommandOutput } from "./commands/UpdateCollectionGroupCommand";
|
|
51
|
-
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
52
|
-
import { UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput } from "./commands/UpdateLifecyclePolicyCommand";
|
|
53
|
-
import { UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput } from "./commands/UpdateSecurityConfigCommand";
|
|
54
|
-
import { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } from "./commands/UpdateSecurityPolicyCommand";
|
|
55
|
-
import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
|
|
56
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput } from "./commands/BatchGetCollectionCommand";
|
|
11
|
+
import type { BatchGetCollectionGroupCommandInput, BatchGetCollectionGroupCommandOutput } from "./commands/BatchGetCollectionGroupCommand";
|
|
12
|
+
import type { BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput } from "./commands/BatchGetEffectiveLifecyclePolicyCommand";
|
|
13
|
+
import type { BatchGetLifecyclePolicyCommandInput, BatchGetLifecyclePolicyCommandOutput } from "./commands/BatchGetLifecyclePolicyCommand";
|
|
14
|
+
import type { BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput } from "./commands/BatchGetVpcEndpointCommand";
|
|
15
|
+
import type { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
16
|
+
import type { CreateCollectionCommandInput, CreateCollectionCommandOutput } from "./commands/CreateCollectionCommand";
|
|
17
|
+
import type { CreateCollectionGroupCommandInput, CreateCollectionGroupCommandOutput } from "./commands/CreateCollectionGroupCommand";
|
|
18
|
+
import type { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
19
|
+
import type { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "./commands/CreateLifecyclePolicyCommand";
|
|
20
|
+
import type { CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput } from "./commands/CreateSecurityConfigCommand";
|
|
21
|
+
import type { CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput } from "./commands/CreateSecurityPolicyCommand";
|
|
22
|
+
import type { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
23
|
+
import type { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
24
|
+
import type { DeleteCollectionCommandInput, DeleteCollectionCommandOutput } from "./commands/DeleteCollectionCommand";
|
|
25
|
+
import type { DeleteCollectionGroupCommandInput, DeleteCollectionGroupCommandOutput } from "./commands/DeleteCollectionGroupCommand";
|
|
26
|
+
import type { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
27
|
+
import type { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
|
|
28
|
+
import type { DeleteSecurityConfigCommandInput, DeleteSecurityConfigCommandOutput } from "./commands/DeleteSecurityConfigCommand";
|
|
29
|
+
import type { DeleteSecurityPolicyCommandInput, DeleteSecurityPolicyCommandOutput } from "./commands/DeleteSecurityPolicyCommand";
|
|
30
|
+
import type { DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
|
|
31
|
+
import type { GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput } from "./commands/GetAccessPolicyCommand";
|
|
32
|
+
import type { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
33
|
+
import type { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
34
|
+
import type { GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput } from "./commands/GetPoliciesStatsCommand";
|
|
35
|
+
import type { GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput } from "./commands/GetSecurityConfigCommand";
|
|
36
|
+
import type { GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput } from "./commands/GetSecurityPolicyCommand";
|
|
37
|
+
import type { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
38
|
+
import type { ListCollectionGroupsCommandInput, ListCollectionGroupsCommandOutput } from "./commands/ListCollectionGroupsCommand";
|
|
39
|
+
import type { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "./commands/ListCollectionsCommand";
|
|
40
|
+
import type { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "./commands/ListLifecyclePoliciesCommand";
|
|
41
|
+
import type { ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput } from "./commands/ListSecurityConfigsCommand";
|
|
42
|
+
import type { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
|
|
43
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
+
import type { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
|
|
45
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
46
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
47
|
+
import type { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
48
|
+
import type { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
49
|
+
import type { UpdateCollectionCommandInput, UpdateCollectionCommandOutput } from "./commands/UpdateCollectionCommand";
|
|
50
|
+
import type { UpdateCollectionGroupCommandInput, UpdateCollectionGroupCommandOutput } from "./commands/UpdateCollectionGroupCommand";
|
|
51
|
+
import type { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
52
|
+
import type { UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput } from "./commands/UpdateLifecyclePolicyCommand";
|
|
53
|
+
import type { UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput } from "./commands/UpdateSecurityConfigCommand";
|
|
54
|
+
import type { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } from "./commands/UpdateSecurityPolicyCommand";
|
|
55
|
+
import type { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
|
|
56
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
57
57
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
58
58
|
export { __Client };
|
|
59
59
|
/**
|
|
@@ -162,7 +162,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
162
162
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
163
163
|
* @internal
|
|
164
164
|
*/
|
|
165
|
-
defaultUserAgentProvider?:
|
|
165
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
166
166
|
/**
|
|
167
167
|
* Default credentials provider; Not available in browser runtime.
|
|
168
168
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { OpenSearchServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./OpenSearchServerlessClient";
|
|
7
7
|
export * from "./OpenSearchServerless";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { OpenSearchServerlessExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AccessPolicyType, CollectionStatus, CollectionType, IamIdentityCenterGroupAttribute, IamIdentityCenterUserAttribute, LifecyclePolicyType, ResourceType, SecurityConfigType, SecurityPolicyType, ServerlessVectorAccelerationStatus, StandbyReplicas, VpcEndpointStatus } from "./enums";
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AccessPolicyType, CollectionStatus, CollectionType, IamIdentityCenterGroupAttribute, IamIdentityCenterUserAttribute, LifecyclePolicyType, ResourceType, SecurityConfigType, SecurityPolicyType, ServerlessVectorAccelerationStatus, StandbyReplicas, VpcEndpointStatus } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollectionGroupsCommandInput, ListCollectionGroupsCommandOutput } from "../commands/ListCollectionGroupsCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollectionsCommandInput, ListCollectionsCommandOutput } from "../commands/ListCollectionsCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "../commands/ListLifecyclePoliciesCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput } from "../commands/ListSecurityConfigsCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "../commands/ListVpcEndpointsCommand";
|
|
3
|
-
import { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OpenSearchServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -348,7 +347,7 @@ export interface ClientDefaults
|
|
|
348
347
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
349
348
|
region?: string | __Provider<string>;
|
|
350
349
|
profile?: string;
|
|
351
|
-
defaultUserAgentProvider?:
|
|
350
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
352
351
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
353
352
|
maxAttempts?: number | __Provider<number>;
|
|
354
353
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
HttpAuthScheme,
|
|
3
2
|
AwsCredentialIdentity,
|
|
4
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { OpenSearchServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearchserverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearchserverless",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|