@aws-sdk/client-config-service 3.699.0 → 3.702.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 +1 -1
@@ -3,6 +3,10 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ AssociateResourceTypesCommandInput,
8
+ AssociateResourceTypesCommandOutput,
9
+ } from "../commands/AssociateResourceTypesCommand";
6
10
  import {
7
11
  BatchGetAggregateResourceConfigCommandInput,
8
12
  BatchGetAggregateResourceConfigCommandOutput,
@@ -67,6 +71,10 @@ import {
67
71
  DeleteRetentionConfigurationCommandInput,
68
72
  DeleteRetentionConfigurationCommandOutput,
69
73
  } from "../commands/DeleteRetentionConfigurationCommand";
74
+ import {
75
+ DeleteServiceLinkedConfigurationRecorderCommandInput,
76
+ DeleteServiceLinkedConfigurationRecorderCommandOutput,
77
+ } from "../commands/DeleteServiceLinkedConfigurationRecorderCommand";
70
78
  import {
71
79
  DeleteStoredQueryCommandInput,
72
80
  DeleteStoredQueryCommandOutput,
@@ -175,6 +183,10 @@ import {
175
183
  DescribeRetentionConfigurationsCommandInput,
176
184
  DescribeRetentionConfigurationsCommandOutput,
177
185
  } from "../commands/DescribeRetentionConfigurationsCommand";
186
+ import {
187
+ DisassociateResourceTypesCommandInput,
188
+ DisassociateResourceTypesCommandOutput,
189
+ } from "../commands/DisassociateResourceTypesCommand";
178
190
  import {
179
191
  GetAggregateComplianceDetailsByConfigRuleCommandInput,
180
192
  GetAggregateComplianceDetailsByConfigRuleCommandOutput,
@@ -255,6 +267,10 @@ import {
255
267
  ListAggregateDiscoveredResourcesCommandInput,
256
268
  ListAggregateDiscoveredResourcesCommandOutput,
257
269
  } from "../commands/ListAggregateDiscoveredResourcesCommand";
270
+ import {
271
+ ListConfigurationRecordersCommandInput,
272
+ ListConfigurationRecordersCommandOutput,
273
+ } from "../commands/ListConfigurationRecordersCommand";
258
274
  import {
259
275
  ListConformancePackComplianceScoresCommandInput,
260
276
  ListConformancePackComplianceScoresCommandOutput,
@@ -331,6 +347,10 @@ import {
331
347
  PutRetentionConfigurationCommandInput,
332
348
  PutRetentionConfigurationCommandOutput,
333
349
  } from "../commands/PutRetentionConfigurationCommand";
350
+ import {
351
+ PutServiceLinkedConfigurationRecorderCommandInput,
352
+ PutServiceLinkedConfigurationRecorderCommandOutput,
353
+ } from "../commands/PutServiceLinkedConfigurationRecorderCommand";
334
354
  import {
335
355
  PutStoredQueryCommandInput,
336
356
  PutStoredQueryCommandOutput,
@@ -371,6 +391,10 @@ import {
371
391
  UntagResourceCommandInput,
372
392
  UntagResourceCommandOutput,
373
393
  } from "../commands/UntagResourceCommand";
394
+ export declare const se_AssociateResourceTypesCommand: (
395
+ input: AssociateResourceTypesCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
374
398
  export declare const se_BatchGetAggregateResourceConfigCommand: (
375
399
  input: BatchGetAggregateResourceConfigCommandInput,
376
400
  context: __SerdeContext
@@ -435,6 +459,10 @@ export declare const se_DeleteRetentionConfigurationCommand: (
435
459
  input: DeleteRetentionConfigurationCommandInput,
436
460
  context: __SerdeContext
437
461
  ) => Promise<__HttpRequest>;
462
+ export declare const se_DeleteServiceLinkedConfigurationRecorderCommand: (
463
+ input: DeleteServiceLinkedConfigurationRecorderCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
438
466
  export declare const se_DeleteStoredQueryCommand: (
439
467
  input: DeleteStoredQueryCommandInput,
440
468
  context: __SerdeContext
@@ -543,6 +571,10 @@ export declare const se_DescribeRetentionConfigurationsCommand: (
543
571
  input: DescribeRetentionConfigurationsCommandInput,
544
572
  context: __SerdeContext
545
573
  ) => Promise<__HttpRequest>;
574
+ export declare const se_DisassociateResourceTypesCommand: (
575
+ input: DisassociateResourceTypesCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
546
578
  export declare const se_GetAggregateComplianceDetailsByConfigRuleCommand: (
547
579
  input: GetAggregateComplianceDetailsByConfigRuleCommandInput,
548
580
  context: __SerdeContext
@@ -623,6 +655,10 @@ export declare const se_ListAggregateDiscoveredResourcesCommand: (
623
655
  input: ListAggregateDiscoveredResourcesCommandInput,
624
656
  context: __SerdeContext
625
657
  ) => Promise<__HttpRequest>;
658
+ export declare const se_ListConfigurationRecordersCommand: (
659
+ input: ListConfigurationRecordersCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
626
662
  export declare const se_ListConformancePackComplianceScoresCommand: (
627
663
  input: ListConformancePackComplianceScoresCommandInput,
628
664
  context: __SerdeContext
@@ -699,6 +735,10 @@ export declare const se_PutRetentionConfigurationCommand: (
699
735
  input: PutRetentionConfigurationCommandInput,
700
736
  context: __SerdeContext
701
737
  ) => Promise<__HttpRequest>;
738
+ export declare const se_PutServiceLinkedConfigurationRecorderCommand: (
739
+ input: PutServiceLinkedConfigurationRecorderCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
702
742
  export declare const se_PutStoredQueryCommand: (
703
743
  input: PutStoredQueryCommandInput,
704
744
  context: __SerdeContext
@@ -739,6 +779,10 @@ export declare const se_UntagResourceCommand: (
739
779
  input: UntagResourceCommandInput,
740
780
  context: __SerdeContext
741
781
  ) => Promise<__HttpRequest>;
782
+ export declare const de_AssociateResourceTypesCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<AssociateResourceTypesCommandOutput>;
742
786
  export declare const de_BatchGetAggregateResourceConfigCommand: (
743
787
  output: __HttpResponse,
744
788
  context: __SerdeContext
@@ -803,6 +847,10 @@ export declare const de_DeleteRetentionConfigurationCommand: (
803
847
  output: __HttpResponse,
804
848
  context: __SerdeContext
805
849
  ) => Promise<DeleteRetentionConfigurationCommandOutput>;
850
+ export declare const de_DeleteServiceLinkedConfigurationRecorderCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<DeleteServiceLinkedConfigurationRecorderCommandOutput>;
806
854
  export declare const de_DeleteStoredQueryCommand: (
807
855
  output: __HttpResponse,
808
856
  context: __SerdeContext
@@ -911,6 +959,10 @@ export declare const de_DescribeRetentionConfigurationsCommand: (
911
959
  output: __HttpResponse,
912
960
  context: __SerdeContext
913
961
  ) => Promise<DescribeRetentionConfigurationsCommandOutput>;
962
+ export declare const de_DisassociateResourceTypesCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<DisassociateResourceTypesCommandOutput>;
914
966
  export declare const de_GetAggregateComplianceDetailsByConfigRuleCommand: (
915
967
  output: __HttpResponse,
916
968
  context: __SerdeContext
@@ -991,6 +1043,10 @@ export declare const de_ListAggregateDiscoveredResourcesCommand: (
991
1043
  output: __HttpResponse,
992
1044
  context: __SerdeContext
993
1045
  ) => Promise<ListAggregateDiscoveredResourcesCommandOutput>;
1046
+ export declare const de_ListConfigurationRecordersCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ListConfigurationRecordersCommandOutput>;
994
1050
  export declare const de_ListConformancePackComplianceScoresCommand: (
995
1051
  output: __HttpResponse,
996
1052
  context: __SerdeContext
@@ -1067,6 +1123,10 @@ export declare const de_PutRetentionConfigurationCommand: (
1067
1123
  output: __HttpResponse,
1068
1124
  context: __SerdeContext
1069
1125
  ) => Promise<PutRetentionConfigurationCommandOutput>;
1126
+ export declare const de_PutServiceLinkedConfigurationRecorderCommand: (
1127
+ output: __HttpResponse,
1128
+ context: __SerdeContext
1129
+ ) => Promise<PutServiceLinkedConfigurationRecorderCommandOutput>;
1070
1130
  export declare const de_PutStoredQueryCommand: (
1071
1131
  output: __HttpResponse,
1072
1132
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-config-service",
3
3
  "description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
4
- "version": "3.699.0",
4
+ "version": "3.702.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-config-service",