@aws-sdk/client-config-service 3.699.0 → 3.709.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 (107) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +304 -36
  3. package/dist-es/ConfigService.js +10 -0
  4. package/dist-es/commands/AssociateResourceTypesCommand.js +22 -0
  5. package/dist-es/commands/DeleteServiceLinkedConfigurationRecorderCommand.js +22 -0
  6. package/dist-es/commands/DisassociateResourceTypesCommand.js +22 -0
  7. package/dist-es/commands/ListConfigurationRecordersCommand.js +22 -0
  8. package/dist-es/commands/PutServiceLinkedConfigurationRecorderCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +53 -25
  11. package/dist-es/models/models_1.js +7 -0
  12. package/dist-es/pagination/ListConfigurationRecordersPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +129 -7
  15. package/dist-types/ConfigService.d.ts +36 -0
  16. package/dist-types/ConfigServiceClient.d.ts +7 -2
  17. package/dist-types/commands/AssociateResourceTypesCommand.d.ts +163 -0
  18. package/dist-types/commands/BatchGetAggregateResourceConfigCommand.d.ts +34 -3
  19. package/dist-types/commands/BatchGetResourceConfigCommand.d.ts +35 -5
  20. package/dist-types/commands/DeleteConfigRuleCommand.d.ts +24 -0
  21. package/dist-types/commands/DeleteConfigurationRecorderCommand.d.ts +15 -7
  22. package/dist-types/commands/DeleteDeliveryChannelCommand.d.ts +2 -4
  23. package/dist-types/commands/DeleteOrganizationConfigRuleCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteOrganizationConformancePackCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRemediationConfigurationCommand.d.ts +7 -4
  26. package/dist-types/commands/DeleteResourceConfigCommand.d.ts +34 -3
  27. package/dist-types/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +138 -0
  28. package/dist-types/commands/DeleteStoredQueryCommand.d.ts +34 -3
  29. package/dist-types/commands/DeliverConfigSnapshotCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeAggregateComplianceByConfigRulesCommand.d.ts +34 -3
  31. package/dist-types/commands/DescribeAggregateComplianceByConformancePacksCommand.d.ts +35 -4
  32. package/dist-types/commands/DescribeComplianceByConfigRuleCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeComplianceByResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeConfigurationAggregatorsCommand.d.ts +15 -1
  35. package/dist-types/commands/DescribeConfigurationRecorderStatusCommand.d.ts +47 -7
  36. package/dist-types/commands/DescribeConfigurationRecordersCommand.d.ts +45 -5
  37. package/dist-types/commands/DescribeDeliveryChannelStatusCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDeliveryChannelsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeOrganizationConfigRuleStatusesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeOrganizationConfigRulesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeOrganizationConformancePackStatusesCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeOrganizationConformancePacksCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeRetentionConfigurationsCommand.d.ts +1 -1
  44. package/dist-types/commands/DisassociateResourceTypesCommand.d.ts +163 -0
  45. package/dist-types/commands/GetAggregateComplianceDetailsByConfigRuleCommand.d.ts +34 -3
  46. package/dist-types/commands/GetAggregateConfigRuleComplianceSummaryCommand.d.ts +34 -3
  47. package/dist-types/commands/GetAggregateConformancePackComplianceSummaryCommand.d.ts +34 -3
  48. package/dist-types/commands/GetAggregateDiscoveredResourceCountsCommand.d.ts +34 -3
  49. package/dist-types/commands/GetAggregateResourceConfigCommand.d.ts +37 -3
  50. package/dist-types/commands/GetDiscoveredResourceCountsCommand.d.ts +34 -3
  51. package/dist-types/commands/GetOrganizationConfigRuleDetailedStatusCommand.d.ts +1 -1
  52. package/dist-types/commands/GetOrganizationConformancePackDetailedStatusCommand.d.ts +1 -1
  53. package/dist-types/commands/GetOrganizationCustomRulePolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/GetResourceConfigHistoryCommand.d.ts +35 -5
  55. package/dist-types/commands/GetStoredQueryCommand.d.ts +34 -3
  56. package/dist-types/commands/ListAggregateDiscoveredResourcesCommand.d.ts +34 -3
  57. package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +124 -0
  58. package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  59. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +36 -6
  60. package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListStoredQueriesCommand.d.ts +35 -4
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -5
  63. package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +4 -0
  64. package/dist-types/commands/PutConfigRuleCommand.d.ts +12 -6
  65. package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +37 -3
  66. package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +79 -16
  67. package/dist-types/commands/PutConformancePackCommand.d.ts +7 -4
  68. package/dist-types/commands/PutDeliveryChannelCommand.d.ts +14 -18
  69. package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
  70. package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +42 -8
  71. package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +42 -8
  72. package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +7 -4
  73. package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +13 -4
  74. package/dist-types/commands/PutResourceConfigCommand.d.ts +41 -7
  75. package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +182 -0
  76. package/dist-types/commands/PutStoredQueryCommand.d.ts +37 -3
  77. package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +3 -1
  78. package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +14 -4
  79. package/dist-types/commands/StartRemediationExecutionCommand.d.ts +7 -4
  80. package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +12 -1
  81. package/dist-types/commands/TagResourceCommand.d.ts +35 -4
  82. package/dist-types/commands/UntagResourceCommand.d.ts +34 -3
  83. package/dist-types/commands/index.d.ts +5 -0
  84. package/dist-types/models/models_0.d.ts +1288 -1339
  85. package/dist-types/models/models_1.d.ts +551 -12
  86. package/dist-types/pagination/ListConfigurationRecordersPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +1 -0
  88. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  89. package/dist-types/ts3.4/ConfigService.d.ts +98 -0
  90. package/dist-types/ts3.4/ConfigServiceClient.d.ts +30 -0
  91. package/dist-types/ts3.4/commands/AssociateResourceTypesCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/DisassociateResourceTypesCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -2
  100. package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +134 -132
  103. package/dist-types/ts3.4/models/models_1.d.ts +105 -0
  104. package/dist-types/ts3.4/pagination/ListConfigurationRecordersPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  106. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  107. package/package.json +35 -35
package/README.md CHANGED
@@ -224,6 +224,14 @@ see LICENSE for more information.
224
224
 
225
225
  ## Client Commands (Operations List)
226
226
 
227
+ <details>
228
+ <summary>
229
+ AssociateResourceTypes
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/AssociateResourceTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/AssociateResourceTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/AssociateResourceTypesCommandOutput/)
233
+
234
+ </details>
227
235
  <details>
228
236
  <summary>
229
237
  BatchGetAggregateResourceConfig
@@ -351,6 +359,14 @@ DeleteRetentionConfiguration
351
359
 
352
360
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/DeleteRetentionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DeleteRetentionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DeleteRetentionConfigurationCommandOutput/)
353
361
 
362
+ </details>
363
+ <details>
364
+ <summary>
365
+ DeleteServiceLinkedConfigurationRecorder
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/DeleteServiceLinkedConfigurationRecorderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DeleteServiceLinkedConfigurationRecorderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DeleteServiceLinkedConfigurationRecorderCommandOutput/)
369
+
354
370
  </details>
355
371
  <details>
356
372
  <summary>
@@ -567,6 +583,14 @@ DescribeRetentionConfigurations
567
583
 
568
584
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/DescribeRetentionConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DescribeRetentionConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DescribeRetentionConfigurationsCommandOutput/)
569
585
 
586
+ </details>
587
+ <details>
588
+ <summary>
589
+ DisassociateResourceTypes
590
+ </summary>
591
+
592
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/DisassociateResourceTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DisassociateResourceTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/DisassociateResourceTypesCommandOutput/)
593
+
570
594
  </details>
571
595
  <details>
572
596
  <summary>
@@ -727,6 +751,14 @@ ListAggregateDiscoveredResources
727
751
 
728
752
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/ListAggregateDiscoveredResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/ListAggregateDiscoveredResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/ListAggregateDiscoveredResourcesCommandOutput/)
729
753
 
754
+ </details>
755
+ <details>
756
+ <summary>
757
+ ListConfigurationRecorders
758
+ </summary>
759
+
760
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/ListConfigurationRecordersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/ListConfigurationRecordersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/ListConfigurationRecordersCommandOutput/)
761
+
730
762
  </details>
731
763
  <details>
732
764
  <summary>
@@ -879,6 +911,14 @@ PutRetentionConfiguration
879
911
 
880
912
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/PutRetentionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/PutRetentionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/PutRetentionConfigurationCommandOutput/)
881
913
 
914
+ </details>
915
+ <details>
916
+ <summary>
917
+ PutServiceLinkedConfigurationRecorder
918
+ </summary>
919
+
920
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/config-service/command/PutServiceLinkedConfigurationRecorderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/PutServiceLinkedConfigurationRecorderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-config-service/Interface/PutServiceLinkedConfigurationRecorderCommandOutput/)
921
+
882
922
  </details>
883
923
  <details>
884
924
  <summary>