@aws-sdk/client-ssm-sap 3.876.0 → 3.879.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 (62) hide show
  1. package/README.md +49 -3
  2. package/dist-cjs/index.js +369 -7
  3. package/dist-es/SsmSap.js +12 -0
  4. package/dist-es/commands/GetConfigurationCheckOperationCommand.js +22 -0
  5. package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +22 -0
  6. package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +22 -0
  7. package/dist-es/commands/ListSubCheckResultsCommand.js +22 -0
  8. package/dist-es/commands/ListSubCheckRuleResultsCommand.js +22 -0
  9. package/dist-es/commands/StartConfigurationChecksCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_0.js +21 -5
  12. package/dist-es/pagination/ListConfigurationCheckDefinitionsPaginator.js +4 -0
  13. package/dist-es/pagination/ListConfigurationCheckOperationsPaginator.js +4 -0
  14. package/dist-es/pagination/ListSubCheckResultsPaginator.js +4 -0
  15. package/dist-es/pagination/ListSubCheckRuleResultsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +4 -0
  17. package/dist-es/protocols/Aws_restJson1.js +198 -0
  18. package/dist-types/SsmSap.d.ts +44 -3
  19. package/dist-types/SsmSapClient.d.ts +9 -5
  20. package/dist-types/commands/DeregisterApplicationCommand.d.ts +1 -2
  21. package/dist-types/commands/GetApplicationCommand.d.ts +1 -2
  22. package/dist-types/commands/GetComponentCommand.d.ts +1 -2
  23. package/dist-types/commands/GetConfigurationCheckOperationCommand.d.ts +95 -0
  24. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -2
  25. package/dist-types/commands/ListConfigurationCheckDefinitionsCommand.d.ts +89 -0
  26. package/dist-types/commands/ListConfigurationCheckOperationsCommand.d.ts +111 -0
  27. package/dist-types/commands/ListDatabasesCommand.d.ts +1 -2
  28. package/dist-types/commands/ListOperationEventsCommand.d.ts +1 -3
  29. package/dist-types/commands/ListSubCheckResultsCommand.d.ts +90 -0
  30. package/dist-types/commands/ListSubCheckRuleResultsCommand.d.ts +91 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  32. package/dist-types/commands/RegisterApplicationCommand.d.ts +1 -8
  33. package/dist-types/commands/StartApplicationCommand.d.ts +1 -2
  34. package/dist-types/commands/StartConfigurationChecksCommand.d.ts +106 -0
  35. package/dist-types/commands/StopApplicationCommand.d.ts +1 -4
  36. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +1 -2
  37. package/dist-types/commands/index.d.ts +6 -0
  38. package/dist-types/index.d.ts +1 -3
  39. package/dist-types/models/models_0.d.ts +453 -156
  40. package/dist-types/pagination/ListConfigurationCheckDefinitionsPaginator.d.ts +7 -0
  41. package/dist-types/pagination/ListConfigurationCheckOperationsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/ListSubCheckResultsPaginator.d.ts +7 -0
  43. package/dist-types/pagination/ListSubCheckRuleResultsPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +4 -0
  45. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  46. package/dist-types/ts3.4/SsmSap.d.ts +109 -0
  47. package/dist-types/ts3.4/SsmSapClient.d.ts +36 -0
  48. package/dist-types/ts3.4/commands/GetConfigurationCheckOperationCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/ListConfigurationCheckDefinitionsCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/ListConfigurationCheckOperationsCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/ListSubCheckResultsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/ListSubCheckRuleResultsCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/StartConfigurationChecksCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +117 -7
  56. package/dist-types/ts3.4/pagination/ListConfigurationCheckDefinitionsPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/ListConfigurationCheckOperationsPaginator.d.ts +11 -0
  58. package/dist-types/ts3.4/pagination/ListSubCheckResultsPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/ListSubCheckRuleResultsPaginator.d.ts +11 -0
  60. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  62. package/package.json +12 -12
package/README.md CHANGED
@@ -6,9 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript SsmSap Client for Node.js, Browser and React Native.
8
8
 
9
- <p>This API reference provides descriptions, syntax, and other details about each of the
10
- actions and data types for AWS Systems Manager for SAP. The topic for each action shows
11
- the API request parameters and responses. </p>
9
+ <p>This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. The topic for each action shows the API request parameters and responses. </p>
12
10
 
13
11
  ## Installing
14
12
 
@@ -236,6 +234,14 @@ GetComponent
236
234
 
237
235
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/GetComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/GetComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/GetComponentCommandOutput/)
238
236
 
237
+ </details>
238
+ <details>
239
+ <summary>
240
+ GetConfigurationCheckOperation
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/GetConfigurationCheckOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/GetConfigurationCheckOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/GetConfigurationCheckOperationCommandOutput/)
244
+
239
245
  </details>
240
246
  <details>
241
247
  <summary>
@@ -276,6 +282,22 @@ ListComponents
276
282
 
277
283
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListComponentsCommandOutput/)
278
284
 
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ ListConfigurationCheckDefinitions
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListConfigurationCheckDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListConfigurationCheckDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListConfigurationCheckDefinitionsCommandOutput/)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ ListConfigurationCheckOperations
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListConfigurationCheckOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListConfigurationCheckOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListConfigurationCheckOperationsCommandOutput/)
300
+
279
301
  </details>
280
302
  <details>
281
303
  <summary>
@@ -300,6 +322,22 @@ ListOperations
300
322
 
301
323
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListOperationsCommandOutput/)
302
324
 
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ ListSubCheckResults
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListSubCheckResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListSubCheckResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListSubCheckResultsCommandOutput/)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ ListSubCheckRuleResults
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/ListSubCheckRuleResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListSubCheckRuleResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/ListSubCheckRuleResultsCommandOutput/)
340
+
303
341
  </details>
304
342
  <details>
305
343
  <summary>
@@ -340,6 +378,14 @@ StartApplicationRefresh
340
378
 
341
379
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/StartApplicationRefreshCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/StartApplicationRefreshCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/StartApplicationRefreshCommandOutput/)
342
380
 
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ StartConfigurationChecks
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-sap/command/StartConfigurationChecksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/StartConfigurationChecksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-sap/Interface/StartConfigurationChecksCommandOutput/)
388
+
343
389
  </details>
344
390
  <details>
345
391
  <summary>