@aws-sdk/client-neptune-graph 3.533.0 → 3.540.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 (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/NeptuneGraph.d.ts +4 -1
  6. package/dist-types/NeptuneGraphClient.d.ts +1 -1
  7. package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
  16. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  17. package/dist-types/commands/GetGraphCommand.d.ts +2 -1
  18. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +2 -1
  19. package/dist-types/commands/GetGraphSummaryCommand.d.ts +2 -1
  20. package/dist-types/commands/GetImportTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
  22. package/dist-types/commands/GetQueryCommand.d.ts +2 -1
  23. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListImportTasksCommand.d.ts +2 -1
  26. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/ResetGraphCommand.d.ts +2 -1
  30. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateGraphCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +341 -341
  36. package/dist-types/ts3.4/NeptuneGraph.d.ts +3 -0
  37. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. package/package.json +42 -42
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
66
66
  * @throws {@link NeptuneGraphServiceException}
67
67
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface UpdateGraphCommandOutput extends UpdateGraphOutput, __MetadataB
22
22
  }
23
23
  declare const UpdateGraphCommand_base: {
24
24
  new (input: UpdateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the configuration of a specified Neptune Analytics graph</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const UpdateGraphCommand_base: {
87
87
  * @throws {@link NeptuneGraphServiceException}
88
88
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
92
93
  }
@@ -14,5 +14,4 @@ export * from "./commands";
14
14
  export * from "./pagination";
15
15
  export * from "./waiters";
16
16
  export * from "./models";
17
- import "@aws-sdk/util-endpoints";
18
17
  export { NeptuneGraphServiceException } from "./models/NeptuneGraphServiceException";