@aws-sdk/client-neptune-graph 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.
Files changed (38) hide show
  1. package/dist-es/NeptuneGraph.js +9 -9
  2. package/dist-es/waiters/waitForExportTaskCancelled.js +1 -1
  3. package/dist-es/waiters/waitForExportTaskSuccessful.js +1 -1
  4. package/dist-es/waiters/waitForGraphAvailable.js +1 -1
  5. package/dist-es/waiters/waitForGraphDeleted.js +1 -1
  6. package/dist-es/waiters/waitForGraphSnapshotAvailable.js +1 -1
  7. package/dist-es/waiters/waitForGraphSnapshotDeleted.js +1 -1
  8. package/dist-es/waiters/waitForGraphStopped.js +1 -1
  9. package/dist-es/waiters/waitForImportTaskCancelled.js +1 -1
  10. package/dist-es/waiters/waitForImportTaskSuccessful.js +1 -1
  11. package/dist-es/waiters/waitForPrivateGraphEndpointAvailable.js +1 -1
  12. package/dist-es/waiters/waitForPrivateGraphEndpointDeleted.js +1 -1
  13. package/dist-types/NeptuneGraph.d.ts +34 -34
  14. package/dist-types/NeptuneGraphClient.d.ts +37 -37
  15. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  16. package/dist-types/commands/ExecuteQueryCommand.d.ts +1 -1
  17. package/dist-types/index.d.ts +1 -1
  18. package/dist-types/models/errors.d.ts +1 -1
  19. package/dist-types/models/models_0.d.ts +2 -2
  20. package/dist-types/pagination/ListExportTasksPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListGraphSnapshotsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListGraphsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListImportTasksPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListPrivateGraphEndpointsPaginator.d.ts +1 -1
  25. package/dist-types/ts3.4/NeptuneGraphClient.d.ts +2 -3
  26. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  27. package/dist-types/waiters/waitForExportTaskCancelled.d.ts +3 -3
  28. package/dist-types/waiters/waitForExportTaskSuccessful.d.ts +3 -3
  29. package/dist-types/waiters/waitForGraphAvailable.d.ts +3 -3
  30. package/dist-types/waiters/waitForGraphDeleted.d.ts +3 -3
  31. package/dist-types/waiters/waitForGraphSnapshotAvailable.d.ts +3 -3
  32. package/dist-types/waiters/waitForGraphSnapshotDeleted.d.ts +3 -3
  33. package/dist-types/waiters/waitForGraphStopped.d.ts +3 -3
  34. package/dist-types/waiters/waitForImportTaskCancelled.d.ts +3 -3
  35. package/dist-types/waiters/waitForImportTaskSuccessful.d.ts +3 -3
  36. package/dist-types/waiters/waitForPrivateGraphEndpointAvailable.d.ts +3 -3
  37. package/dist-types/waiters/waitForPrivateGraphEndpointDeleted.d.ts +3 -3
  38. package/package.json +16 -16
@@ -1,12 +1,12 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CancelExportTaskCommand, } from "./commands/CancelExportTaskCommand";
3
3
  import { CancelImportTaskCommand, } from "./commands/CancelImportTaskCommand";
4
- import { CancelQueryCommand } from "./commands/CancelQueryCommand";
5
- import { CreateGraphCommand } from "./commands/CreateGraphCommand";
4
+ import { CancelQueryCommand, } from "./commands/CancelQueryCommand";
5
+ import { CreateGraphCommand, } from "./commands/CreateGraphCommand";
6
6
  import { CreateGraphSnapshotCommand, } from "./commands/CreateGraphSnapshotCommand";
7
7
  import { CreateGraphUsingImportTaskCommand, } from "./commands/CreateGraphUsingImportTaskCommand";
8
8
  import { CreatePrivateGraphEndpointCommand, } from "./commands/CreatePrivateGraphEndpointCommand";
9
- import { DeleteGraphCommand } from "./commands/DeleteGraphCommand";
9
+ import { DeleteGraphCommand, } from "./commands/DeleteGraphCommand";
10
10
  import { DeleteGraphSnapshotCommand, } from "./commands/DeleteGraphSnapshotCommand";
11
11
  import { DeletePrivateGraphEndpointCommand, } from "./commands/DeletePrivateGraphEndpointCommand";
12
12
  import { ExecuteQueryCommand, } from "./commands/ExecuteQueryCommand";
@@ -18,21 +18,21 @@ import { GetImportTaskCommand, } from "./commands/GetImportTaskCommand";
18
18
  import { GetPrivateGraphEndpointCommand, } from "./commands/GetPrivateGraphEndpointCommand";
19
19
  import { GetQueryCommand } from "./commands/GetQueryCommand";
20
20
  import { ListExportTasksCommand, } from "./commands/ListExportTasksCommand";
21
- import { ListGraphsCommand } from "./commands/ListGraphsCommand";
21
+ import { ListGraphsCommand, } from "./commands/ListGraphsCommand";
22
22
  import { ListGraphSnapshotsCommand, } from "./commands/ListGraphSnapshotsCommand";
23
23
  import { ListImportTasksCommand, } from "./commands/ListImportTasksCommand";
24
24
  import { ListPrivateGraphEndpointsCommand, } from "./commands/ListPrivateGraphEndpointsCommand";
25
- import { ListQueriesCommand } from "./commands/ListQueriesCommand";
25
+ import { ListQueriesCommand, } from "./commands/ListQueriesCommand";
26
26
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
27
- import { ResetGraphCommand } from "./commands/ResetGraphCommand";
27
+ import { ResetGraphCommand, } from "./commands/ResetGraphCommand";
28
28
  import { RestoreGraphFromSnapshotCommand, } from "./commands/RestoreGraphFromSnapshotCommand";
29
29
  import { StartExportTaskCommand, } from "./commands/StartExportTaskCommand";
30
- import { StartGraphCommand } from "./commands/StartGraphCommand";
30
+ import { StartGraphCommand, } from "./commands/StartGraphCommand";
31
31
  import { StartImportTaskCommand, } from "./commands/StartImportTaskCommand";
32
32
  import { StopGraphCommand } from "./commands/StopGraphCommand";
33
- import { TagResourceCommand } from "./commands/TagResourceCommand";
33
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
34
34
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
35
- import { UpdateGraphCommand } from "./commands/UpdateGraphCommand";
35
+ import { UpdateGraphCommand, } from "./commands/UpdateGraphCommand";
36
36
  import { NeptuneGraphClient } from "./NeptuneGraphClient";
37
37
  import { paginateListExportTasks } from "./pagination/ListExportTasksPaginator";
38
38
  import { paginateListGraphSnapshots } from "./pagination/ListGraphSnapshotsPaginator";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetExportTaskCommand } from "../commands/GetExportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetExportTaskCommand } from "../commands/GetExportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetGraphSnapshotCommand } from "../commands/GetGraphSnapshotCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetGraphSnapshotCommand } from "../commands/GetGraphSnapshotCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetImportTaskCommand } from "../commands/GetImportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetImportTaskCommand } from "../commands/GetImportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetPrivateGraphEndpointCommand, } from "../commands/GetPrivateGraphEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetPrivateGraphEndpointCommand, } from "../commands/GetPrivateGraphEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,39 +1,39 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
4
- import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
5
- import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
6
- import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
7
- import { CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput } from "./commands/CreateGraphSnapshotCommand";
8
- import { CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput } from "./commands/CreateGraphUsingImportTaskCommand";
9
- import { CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput } from "./commands/CreatePrivateGraphEndpointCommand";
10
- import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
11
- import { DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput } from "./commands/DeleteGraphSnapshotCommand";
12
- import { DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput } from "./commands/DeletePrivateGraphEndpointCommand";
13
- import { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
14
- import { GetExportTaskCommandInput, GetExportTaskCommandOutput } from "./commands/GetExportTaskCommand";
15
- import { GetGraphCommandInput, GetGraphCommandOutput } from "./commands/GetGraphCommand";
16
- import { GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput } from "./commands/GetGraphSnapshotCommand";
17
- import { GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput } from "./commands/GetGraphSummaryCommand";
18
- import { GetImportTaskCommandInput, GetImportTaskCommandOutput } from "./commands/GetImportTaskCommand";
19
- import { GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput } from "./commands/GetPrivateGraphEndpointCommand";
20
- import { GetQueryCommandInput, GetQueryCommandOutput } from "./commands/GetQueryCommand";
21
- import { ListExportTasksCommandInput, ListExportTasksCommandOutput } from "./commands/ListExportTasksCommand";
22
- import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
23
- import { ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput } from "./commands/ListGraphSnapshotsCommand";
24
- import { ListImportTasksCommandInput, ListImportTasksCommandOutput } from "./commands/ListImportTasksCommand";
25
- import { ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput } from "./commands/ListPrivateGraphEndpointsCommand";
26
- import { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { ResetGraphCommandInput, ResetGraphCommandOutput } from "./commands/ResetGraphCommand";
29
- import { RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput } from "./commands/RestoreGraphFromSnapshotCommand";
30
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
31
- import { StartGraphCommandInput, StartGraphCommandOutput } from "./commands/StartGraphCommand";
32
- import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
33
- import { StopGraphCommandInput, StopGraphCommandOutput } from "./commands/StopGraphCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
36
- import { UpdateGraphCommandInput, UpdateGraphCommandOutput } from "./commands/UpdateGraphCommand";
3
+ import { type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
4
+ import { type CancelImportTaskCommandInput, type CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
5
+ import { type CancelQueryCommandInput, type CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
6
+ import { type CreateGraphCommandInput, type CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
7
+ import { type CreateGraphSnapshotCommandInput, type CreateGraphSnapshotCommandOutput } from "./commands/CreateGraphSnapshotCommand";
8
+ import { type CreateGraphUsingImportTaskCommandInput, type CreateGraphUsingImportTaskCommandOutput } from "./commands/CreateGraphUsingImportTaskCommand";
9
+ import { type CreatePrivateGraphEndpointCommandInput, type CreatePrivateGraphEndpointCommandOutput } from "./commands/CreatePrivateGraphEndpointCommand";
10
+ import { type DeleteGraphCommandInput, type DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
11
+ import { type DeleteGraphSnapshotCommandInput, type DeleteGraphSnapshotCommandOutput } from "./commands/DeleteGraphSnapshotCommand";
12
+ import { type DeletePrivateGraphEndpointCommandInput, type DeletePrivateGraphEndpointCommandOutput } from "./commands/DeletePrivateGraphEndpointCommand";
13
+ import { type ExecuteQueryCommandInput, type ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
14
+ import { type GetExportTaskCommandInput, type GetExportTaskCommandOutput } from "./commands/GetExportTaskCommand";
15
+ import { type GetGraphCommandInput, type GetGraphCommandOutput } from "./commands/GetGraphCommand";
16
+ import { type GetGraphSnapshotCommandInput, type GetGraphSnapshotCommandOutput } from "./commands/GetGraphSnapshotCommand";
17
+ import { type GetGraphSummaryCommandInput, type GetGraphSummaryCommandOutput } from "./commands/GetGraphSummaryCommand";
18
+ import { type GetImportTaskCommandInput, type GetImportTaskCommandOutput } from "./commands/GetImportTaskCommand";
19
+ import { type GetPrivateGraphEndpointCommandInput, type GetPrivateGraphEndpointCommandOutput } from "./commands/GetPrivateGraphEndpointCommand";
20
+ import { type GetQueryCommandInput, type GetQueryCommandOutput } from "./commands/GetQueryCommand";
21
+ import { type ListExportTasksCommandInput, type ListExportTasksCommandOutput } from "./commands/ListExportTasksCommand";
22
+ import { type ListGraphsCommandInput, type ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
23
+ import { type ListGraphSnapshotsCommandInput, type ListGraphSnapshotsCommandOutput } from "./commands/ListGraphSnapshotsCommand";
24
+ import { type ListImportTasksCommandInput, type ListImportTasksCommandOutput } from "./commands/ListImportTasksCommand";
25
+ import { type ListPrivateGraphEndpointsCommandInput, type ListPrivateGraphEndpointsCommandOutput } from "./commands/ListPrivateGraphEndpointsCommand";
26
+ import { type ListQueriesCommandInput, type ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
27
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
+ import { type ResetGraphCommandInput, type ResetGraphCommandOutput } from "./commands/ResetGraphCommand";
29
+ import { type RestoreGraphFromSnapshotCommandInput, type RestoreGraphFromSnapshotCommandOutput } from "./commands/RestoreGraphFromSnapshotCommand";
30
+ import { type StartExportTaskCommandInput, type StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
31
+ import { type StartGraphCommandInput, type StartGraphCommandOutput } from "./commands/StartGraphCommand";
32
+ import { type StartImportTaskCommandInput, type StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
33
+ import { type StopGraphCommandInput, type StopGraphCommandOutput } from "./commands/StopGraphCommand";
34
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
35
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
36
+ import { type UpdateGraphCommandInput, type UpdateGraphCommandOutput } from "./commands/UpdateGraphCommand";
37
37
  import { NeptuneGraphClient } from "./NeptuneGraphClient";
38
38
  export interface NeptuneGraph {
39
39
  /**
@@ -5,43 +5,43 @@ 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 { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
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, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
11
- import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
12
- import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
13
- import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
14
- import { CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput } from "./commands/CreateGraphSnapshotCommand";
15
- import { CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput } from "./commands/CreateGraphUsingImportTaskCommand";
16
- import { CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput } from "./commands/CreatePrivateGraphEndpointCommand";
17
- import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
18
- import { DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput } from "./commands/DeleteGraphSnapshotCommand";
19
- import { DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput } from "./commands/DeletePrivateGraphEndpointCommand";
20
- import { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
21
- import { GetExportTaskCommandInput, GetExportTaskCommandOutput } from "./commands/GetExportTaskCommand";
22
- import { GetGraphCommandInput, GetGraphCommandOutput } from "./commands/GetGraphCommand";
23
- import { GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput } from "./commands/GetGraphSnapshotCommand";
24
- import { GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput } from "./commands/GetGraphSummaryCommand";
25
- import { GetImportTaskCommandInput, GetImportTaskCommandOutput } from "./commands/GetImportTaskCommand";
26
- import { GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput } from "./commands/GetPrivateGraphEndpointCommand";
27
- import { GetQueryCommandInput, GetQueryCommandOutput } from "./commands/GetQueryCommand";
28
- import { ListExportTasksCommandInput, ListExportTasksCommandOutput } from "./commands/ListExportTasksCommand";
29
- import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
30
- import { ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput } from "./commands/ListGraphSnapshotsCommand";
31
- import { ListImportTasksCommandInput, ListImportTasksCommandOutput } from "./commands/ListImportTasksCommand";
32
- import { ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput } from "./commands/ListPrivateGraphEndpointsCommand";
33
- import { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
35
- import { ResetGraphCommandInput, ResetGraphCommandOutput } from "./commands/ResetGraphCommand";
36
- import { RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput } from "./commands/RestoreGraphFromSnapshotCommand";
37
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
38
- import { StartGraphCommandInput, StartGraphCommandOutput } from "./commands/StartGraphCommand";
39
- import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
40
- import { StopGraphCommandInput, StopGraphCommandOutput } from "./commands/StopGraphCommand";
41
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
42
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
43
- import { UpdateGraphCommandInput, UpdateGraphCommandOutput } from "./commands/UpdateGraphCommand";
44
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
11
+ import type { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
12
+ import type { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
13
+ import type { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
14
+ import type { CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput } from "./commands/CreateGraphSnapshotCommand";
15
+ import type { CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput } from "./commands/CreateGraphUsingImportTaskCommand";
16
+ import type { CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput } from "./commands/CreatePrivateGraphEndpointCommand";
17
+ import type { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
18
+ import type { DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput } from "./commands/DeleteGraphSnapshotCommand";
19
+ import type { DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput } from "./commands/DeletePrivateGraphEndpointCommand";
20
+ import type { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
21
+ import type { GetExportTaskCommandInput, GetExportTaskCommandOutput } from "./commands/GetExportTaskCommand";
22
+ import type { GetGraphCommandInput, GetGraphCommandOutput } from "./commands/GetGraphCommand";
23
+ import type { GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput } from "./commands/GetGraphSnapshotCommand";
24
+ import type { GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput } from "./commands/GetGraphSummaryCommand";
25
+ import type { GetImportTaskCommandInput, GetImportTaskCommandOutput } from "./commands/GetImportTaskCommand";
26
+ import type { GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput } from "./commands/GetPrivateGraphEndpointCommand";
27
+ import type { GetQueryCommandInput, GetQueryCommandOutput } from "./commands/GetQueryCommand";
28
+ import type { ListExportTasksCommandInput, ListExportTasksCommandOutput } from "./commands/ListExportTasksCommand";
29
+ import type { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
30
+ import type { ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput } from "./commands/ListGraphSnapshotsCommand";
31
+ import type { ListImportTasksCommandInput, ListImportTasksCommandOutput } from "./commands/ListImportTasksCommand";
32
+ import type { ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput } from "./commands/ListPrivateGraphEndpointsCommand";
33
+ import type { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
34
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
35
+ import type { ResetGraphCommandInput, ResetGraphCommandOutput } from "./commands/ResetGraphCommand";
36
+ import type { RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput } from "./commands/RestoreGraphFromSnapshotCommand";
37
+ import type { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
38
+ import type { StartGraphCommandInput, StartGraphCommandOutput } from "./commands/StartGraphCommand";
39
+ import type { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
40
+ import type { StopGraphCommandInput, StopGraphCommandOutput } from "./commands/StopGraphCommand";
41
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
42
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
43
+ import type { UpdateGraphCommandInput, UpdateGraphCommandOutput } from "./commands/UpdateGraphCommand";
44
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
45
45
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
46
46
  export { __Client };
47
47
  /**
@@ -150,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
150
150
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
151
151
  * @internal
152
152
  */
153
- defaultUserAgentProvider?: Provider<__UserAgent>;
153
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
154
154
  /**
155
155
  * Default credentials provider; Not available in browser runtime.
156
156
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { NeptuneGraphHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
- import { type ExecuteQueryInput, ExecuteQueryOutput } from "../models/models_0";
3
+ import type { ExecuteQueryInput, ExecuteQueryOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
5
5
  /**
6
6
  * @public
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./NeptuneGraphClient";
7
7
  export * from "./NeptuneGraph";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { NeptuneGraphExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,5 +1,5 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ConflictExceptionReason, UnprocessableExceptionReason, ValidationExceptionReason } from "./enums";
2
+ import type { ConflictExceptionReason, UnprocessableExceptionReason, ValidationExceptionReason } from "./enums";
3
3
  import { NeptuneGraphServiceException as __BaseException } from "./NeptuneGraphServiceException";
4
4
  /**
5
5
  * <p>Raised in case of an authentication or authorization failure.</p>
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
2
- import { BlankNodeHandling, ExplainMode, ExportFormat, ExportTaskStatus, Format, GraphStatus, GraphSummaryMode, ImportTaskStatus, MultiValueHandlingType, ParquetType, PlanCacheType, PrivateGraphEndpointStatus, QueryLanguage, QueryState, QueryStateInput, SnapshotStatus } from "./enums";
1
+ import type { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
2
+ import type { BlankNodeHandling, ExplainMode, ExportFormat, ExportTaskStatus, Format, GraphStatus, GraphSummaryMode, ImportTaskStatus, MultiValueHandlingType, ParquetType, PlanCacheType, PrivateGraphEndpointStatus, QueryLanguage, QueryState, QueryStateInput, SnapshotStatus } from "./enums";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListExportTasksCommandInput, ListExportTasksCommandOutput } from "../commands/ListExportTasksCommand";
3
- import { NeptuneGraphPaginationConfiguration } from "./Interfaces";
3
+ import type { NeptuneGraphPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput } from "../commands/ListGraphSnapshotsCommand";
3
- import { NeptuneGraphPaginationConfiguration } from "./Interfaces";
3
+ import type { NeptuneGraphPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
3
- import { NeptuneGraphPaginationConfiguration } from "./Interfaces";
3
+ import type { NeptuneGraphPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListImportTasksCommandInput, ListImportTasksCommandOutput } from "../commands/ListImportTasksCommand";
3
- import { NeptuneGraphPaginationConfiguration } from "./Interfaces";
3
+ import type { NeptuneGraphPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput } from "../commands/ListPrivateGraphEndpointsCommand";
3
- import { NeptuneGraphPaginationConfiguration } from "./Interfaces";
3
+ import type { NeptuneGraphPaginationConfiguration } 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,
@@ -38,8 +39,6 @@ import {
38
39
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
39
40
  StreamCollector as __StreamCollector,
40
41
  UrlParser as __UrlParser,
41
- AwsCredentialIdentityProvider,
42
- Provider,
43
42
  UserAgent as __UserAgent,
44
43
  } from "@smithy/types";
45
44
  import {
@@ -277,7 +276,7 @@ export interface ClientDefaults
277
276
  useFipsEndpoint?: boolean | __Provider<boolean>;
278
277
  region?: string | __Provider<string>;
279
278
  profile?: string;
280
- defaultUserAgentProvider?: Provider<__UserAgent>;
279
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
281
280
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
282
281
  maxAttempts?: number | __Provider<number>;
283
282
  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 { NeptuneGraphHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetExportTaskCommandInput } from "../commands/GetExportTaskCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetExportTaskCommandInput } from "../commands/GetExportTaskCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Export Task is Cancelled
6
6
  * @deprecated Use waitUntilExportTaskCancelled instead. waitForExportTaskCancelled does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetExportTaskCommandInput } from "../commands/GetExportTaskCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetExportTaskCommandInput } from "../commands/GetExportTaskCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Export Task is Successful
6
6
  * @deprecated Use waitUntilExportTaskSuccessful instead. waitForExportTaskSuccessful does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetGraphCommandInput } from "../commands/GetGraphCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetGraphCommandInput } from "../commands/GetGraphCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Graph is Available
6
6
  * @deprecated Use waitUntilGraphAvailable instead. waitForGraphAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetGraphCommandInput } from "../commands/GetGraphCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetGraphCommandInput } from "../commands/GetGraphCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Graph is Deleted
6
6
  * @deprecated Use waitUntilGraphDeleted instead. waitForGraphDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetGraphSnapshotCommandInput } from "../commands/GetGraphSnapshotCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetGraphSnapshotCommandInput } from "../commands/GetGraphSnapshotCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until GraphSnapshot is Available
6
6
  * @deprecated Use waitUntilGraphSnapshotAvailable instead. waitForGraphSnapshotAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetGraphSnapshotCommandInput } from "../commands/GetGraphSnapshotCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetGraphSnapshotCommandInput } from "../commands/GetGraphSnapshotCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until GraphSnapshot is Deleted
6
6
  * @deprecated Use waitUntilGraphSnapshotDeleted instead. waitForGraphSnapshotDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetGraphCommandInput } from "../commands/GetGraphCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetGraphCommandInput } from "../commands/GetGraphCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Graph is Stopped
6
6
  * @deprecated Use waitUntilGraphStopped instead. waitForGraphStopped does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetImportTaskCommandInput } from "../commands/GetImportTaskCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetImportTaskCommandInput } from "../commands/GetImportTaskCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Import Task is Cancelled
6
6
  * @deprecated Use waitUntilImportTaskCancelled instead. waitForImportTaskCancelled does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetImportTaskCommandInput } from "../commands/GetImportTaskCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetImportTaskCommandInput } from "../commands/GetImportTaskCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until Import Task is Successful
6
6
  * @deprecated Use waitUntilImportTaskSuccessful instead. waitForImportTaskSuccessful does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetPrivateGraphEndpointCommandInput } from "../commands/GetPrivateGraphEndpointCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetPrivateGraphEndpointCommandInput } from "../commands/GetPrivateGraphEndpointCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until PrivateGraphEndpoint is Available
6
6
  * @deprecated Use waitUntilPrivateGraphEndpointAvailable instead. waitForPrivateGraphEndpointAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetPrivateGraphEndpointCommandInput } from "../commands/GetPrivateGraphEndpointCommand";
3
- import { NeptuneGraphClient } from "../NeptuneGraphClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetPrivateGraphEndpointCommandInput } from "../commands/GetPrivateGraphEndpointCommand";
3
+ import type { NeptuneGraphClient } from "../NeptuneGraphClient";
4
4
  /**
5
5
  * Wait until PrivateGraphEndpoint is Deleted
6
6
  * @deprecated Use waitUntilPrivateGraphEndpointDeleted instead. waitForPrivateGraphEndpointDeleted does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-neptune-graph",
3
3
  "description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
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-neptune-graph",
@@ -21,44 +21,44 @@
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",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
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.26",
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.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
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.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
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.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
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.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
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.12",
59
- "@smithy/util-stream": "^4.5.20",
58
+ "@smithy/util-retry": "^4.2.13",
59
+ "@smithy/util-stream": "^4.5.21",
60
60
  "@smithy/util-utf8": "^4.2.2",
61
- "@smithy/util-waiter": "^4.2.13",
61
+ "@smithy/util-waiter": "^4.2.14",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {