@aws-sdk/client-ssm 3.797.0 → 3.799.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 (54) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +333 -71
  3. package/dist-cjs/runtimeConfig.js +1 -0
  4. package/dist-es/SSM.js +4 -0
  5. package/dist-es/commands/GetAccessTokenCommand.js +23 -0
  6. package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -1
  7. package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -1
  8. package/dist-es/commands/StartAccessRequestCommand.js +22 -0
  9. package/dist-es/commands/index.js +2 -0
  10. package/dist-es/models/models_0.js +24 -4
  11. package/dist-es/models/models_1.js +57 -27
  12. package/dist-es/models/models_2.js +50 -16
  13. package/dist-es/protocols/Aws_json1_1.js +94 -6
  14. package/dist-es/runtimeConfig.js +2 -1
  15. package/dist-types/SSM.d.ts +14 -0
  16. package/dist-types/SSMClient.d.ts +4 -2
  17. package/dist-types/commands/CreateDocumentCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +2 -2
  22. package/dist-types/commands/GetAccessTokenCommand.d.ts +94 -0
  23. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  24. package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  25. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  26. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  27. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  28. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  29. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  30. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  31. package/dist-types/commands/StartAccessRequestCommand.d.ts +105 -0
  32. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +2 -0
  35. package/dist-types/models/models_0.d.ts +31 -51
  36. package/dist-types/models/models_1.d.ts +163 -348
  37. package/dist-types/models/models_2.d.ts +413 -21
  38. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -1
  40. package/dist-types/ts3.4/SSM.d.ts +34 -0
  41. package/dist-types/ts3.4/SSMClient.d.ts +12 -0
  42. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +20 -14
  50. package/dist-types/ts3.4/models/models_1.d.ts +61 -58
  51. package/dist-types/ts3.4/models/models_2.d.ts +81 -9
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
  54. package/package.json +11 -11
package/README.md CHANGED
@@ -742,6 +742,14 @@ DisassociateOpsItemRelatedItem
742
742
 
743
743
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm/command/DisassociateOpsItemRelatedItemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/DisassociateOpsItemRelatedItemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/DisassociateOpsItemRelatedItemCommandOutput/)
744
744
 
745
+ </details>
746
+ <details>
747
+ <summary>
748
+ GetAccessToken
749
+ </summary>
750
+
751
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm/command/GetAccessTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/GetAccessTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/GetAccessTokenCommandOutput/)
752
+
745
753
  </details>
746
754
  <details>
747
755
  <summary>
@@ -1214,6 +1222,14 @@ SendCommand
1214
1222
 
1215
1223
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm/command/SendCommandCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/SendCommandCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/SendCommandCommandOutput/)
1216
1224
 
1225
+ </details>
1226
+ <details>
1227
+ <summary>
1228
+ StartAccessRequest
1229
+ </summary>
1230
+
1231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm/command/StartAccessRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/StartAccessRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm/Interface/StartAccessRequestCommandOutput/)
1232
+
1217
1233
  </details>
1218
1234
  <details>
1219
1235
  <summary>