@aws-sdk/client-dax 3.50.0 → 3.51.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 (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DAX.d.ts +110 -0
  3. package/dist-types/ts3.4/DAXClient.d.ts +94 -0
  4. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  26. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  27. package/dist-types/ts3.4/index.d.ts +4 -0
  28. package/dist-types/ts3.4/models/index.d.ts +1 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +861 -0
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +65 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  35. package/package.json +8 -8
@@ -0,0 +1,21 @@
1
+ export * from "./CreateClusterCommand";
2
+ export * from "./CreateParameterGroupCommand";
3
+ export * from "./CreateSubnetGroupCommand";
4
+ export * from "./DecreaseReplicationFactorCommand";
5
+ export * from "./DeleteClusterCommand";
6
+ export * from "./DeleteParameterGroupCommand";
7
+ export * from "./DeleteSubnetGroupCommand";
8
+ export * from "./DescribeClustersCommand";
9
+ export * from "./DescribeDefaultParametersCommand";
10
+ export * from "./DescribeEventsCommand";
11
+ export * from "./DescribeParameterGroupsCommand";
12
+ export * from "./DescribeParametersCommand";
13
+ export * from "./DescribeSubnetGroupsCommand";
14
+ export * from "./IncreaseReplicationFactorCommand";
15
+ export * from "./ListTagsCommand";
16
+ export * from "./RebootNodeCommand";
17
+ export * from "./TagResourceCommand";
18
+ export * from "./UntagResourceCommand";
19
+ export * from "./UpdateClusterCommand";
20
+ export * from "./UpdateParameterGroupCommand";
21
+ export * from "./UpdateSubnetGroupCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,4 @@
1
+ export * from "./DAX";
2
+ export * from "./DAXClient";
3
+ export * from "./commands";
4
+ export * from "./models";
@@ -0,0 +1 @@
1
+ export * from "./models_0";