@aws-sdk/client-drs 3.409.0 → 3.412.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 (63) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/Drs.js +6 -0
  3. package/dist-cjs/commands/DeleteLaunchActionCommand.js +46 -0
  4. package/dist-cjs/commands/ListLaunchActionsCommand.js +46 -0
  5. package/dist-cjs/commands/PutLaunchActionCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +22 -2
  8. package/dist-cjs/pagination/ListLaunchActionsPaginator.js +29 -0
  9. package/dist-cjs/pagination/index.js +1 -0
  10. package/dist-cjs/protocols/Aws_restJson1.js +233 -2
  11. package/dist-cjs/runtimeExtensions.js +3 -0
  12. package/dist-es/Drs.js +6 -0
  13. package/dist-es/commands/DeleteLaunchActionCommand.js +42 -0
  14. package/dist-es/commands/ListLaunchActionsCommand.js +42 -0
  15. package/dist-es/commands/PutLaunchActionCommand.js +42 -0
  16. package/dist-es/commands/index.js +3 -0
  17. package/dist-es/models/models_0.js +20 -0
  18. package/dist-es/pagination/ListLaunchActionsPaginator.js +25 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_restJson1.js +226 -1
  21. package/dist-es/runtimeExtensions.js +3 -0
  22. package/dist-types/Drs.d.ts +21 -0
  23. package/dist-types/DrsClient.d.ts +5 -2
  24. package/dist-types/commands/AssociateSourceNetworkStackCommand.d.ts +28 -0
  25. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +2 -0
  26. package/dist-types/commands/DeleteLaunchActionCommand.d.ts +87 -0
  27. package/dist-types/commands/DescribeJobsCommand.d.ts +28 -0
  28. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +1 -0
  29. package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +1 -0
  30. package/dist-types/commands/ListLaunchActionsCommand.d.ts +115 -0
  31. package/dist-types/commands/PutLaunchActionCommand.d.ts +122 -0
  32. package/dist-types/commands/StartFailbackLaunchCommand.d.ts +28 -0
  33. package/dist-types/commands/StartRecoveryCommand.d.ts +28 -0
  34. package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +28 -0
  35. package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +28 -0
  36. package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +2 -0
  37. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +2 -0
  38. package/dist-types/commands/index.d.ts +3 -0
  39. package/dist-types/extensionConfiguration.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +397 -0
  41. package/dist-types/pagination/ListLaunchActionsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  44. package/dist-types/runtimeConfig.browser.d.ts +4 -1
  45. package/dist-types/runtimeConfig.d.ts +4 -1
  46. package/dist-types/runtimeConfig.native.d.ts +4 -1
  47. package/dist-types/runtimeExtensions.d.ts +1 -1
  48. package/dist-types/ts3.4/Drs.d.ts +51 -0
  49. package/dist-types/ts3.4/DrsClient.d.ts +18 -0
  50. package/dist-types/ts3.4/commands/DeleteLaunchActionCommand.d.ts +39 -0
  51. package/dist-types/ts3.4/commands/ListLaunchActionsCommand.d.ts +39 -0
  52. package/dist-types/ts3.4/commands/PutLaunchActionCommand.d.ts +38 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  54. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  55. package/dist-types/ts3.4/models/models_0.d.ts +106 -0
  56. package/dist-types/ts3.4/pagination/ListLaunchActionsPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -1
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -1
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  62. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  63. package/package.json +28 -28
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-drs",
3
3
  "description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
4
- "version": "3.409.0",
4
+ "version": "3.412.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.409.0",
25
- "@aws-sdk/credential-provider-node": "3.409.0",
26
- "@aws-sdk/middleware-host-header": "3.408.0",
27
- "@aws-sdk/middleware-logger": "3.408.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
- "@aws-sdk/middleware-signing": "3.408.0",
30
- "@aws-sdk/middleware-user-agent": "3.408.0",
31
- "@aws-sdk/types": "3.408.0",
32
- "@aws-sdk/util-endpoints": "3.408.0",
33
- "@aws-sdk/util-user-agent-browser": "3.408.0",
34
- "@aws-sdk/util-user-agent-node": "3.408.0",
35
- "@smithy/config-resolver": "^2.0.5",
36
- "@smithy/fetch-http-handler": "^2.0.5",
37
- "@smithy/hash-node": "^2.0.5",
38
- "@smithy/invalid-dependency": "^2.0.5",
39
- "@smithy/middleware-content-length": "^2.0.5",
40
- "@smithy/middleware-endpoint": "^2.0.5",
41
- "@smithy/middleware-retry": "^2.0.5",
42
- "@smithy/middleware-serde": "^2.0.5",
24
+ "@aws-sdk/client-sts": "3.410.0",
25
+ "@aws-sdk/credential-provider-node": "3.410.0",
26
+ "@aws-sdk/middleware-host-header": "3.410.0",
27
+ "@aws-sdk/middleware-logger": "3.410.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.410.0",
29
+ "@aws-sdk/middleware-signing": "3.410.0",
30
+ "@aws-sdk/middleware-user-agent": "3.410.0",
31
+ "@aws-sdk/types": "3.410.0",
32
+ "@aws-sdk/util-endpoints": "3.410.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.410.0",
34
+ "@aws-sdk/util-user-agent-node": "3.410.0",
35
+ "@smithy/config-resolver": "^2.0.7",
36
+ "@smithy/fetch-http-handler": "^2.1.2",
37
+ "@smithy/hash-node": "^2.0.6",
38
+ "@smithy/invalid-dependency": "^2.0.6",
39
+ "@smithy/middleware-content-length": "^2.0.8",
40
+ "@smithy/middleware-endpoint": "^2.0.6",
41
+ "@smithy/middleware-retry": "^2.0.9",
42
+ "@smithy/middleware-serde": "^2.0.6",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.6",
45
- "@smithy/node-http-handler": "^2.0.5",
46
- "@smithy/protocol-http": "^2.0.5",
47
- "@smithy/smithy-client": "^2.0.5",
48
- "@smithy/types": "^2.2.2",
49
- "@smithy/url-parser": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.9",
45
+ "@smithy/node-http-handler": "^2.1.2",
46
+ "@smithy/protocol-http": "^3.0.2",
47
+ "@smithy/smithy-client": "^2.1.3",
48
+ "@smithy/types": "^2.3.0",
49
+ "@smithy/url-parser": "^2.0.6",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.6",
54
- "@smithy/util-defaults-mode-node": "^2.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.7",
54
+ "@smithy/util-defaults-mode-node": "^2.0.9",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0"