@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
@@ -1,5 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { AssociateResourceTypesCommandInput, AssociateResourceTypesCommandOutput } from "../commands/AssociateResourceTypesCommand";
3
4
  import { BatchGetAggregateResourceConfigCommandInput, BatchGetAggregateResourceConfigCommandOutput } from "../commands/BatchGetAggregateResourceConfigCommand";
4
5
  import { BatchGetResourceConfigCommandInput, BatchGetResourceConfigCommandOutput } from "../commands/BatchGetResourceConfigCommand";
5
6
  import { DeleteAggregationAuthorizationCommandInput, DeleteAggregationAuthorizationCommandOutput } from "../commands/DeleteAggregationAuthorizationCommand";
@@ -16,6 +17,7 @@ import { DeleteRemediationConfigurationCommandInput, DeleteRemediationConfigurat
16
17
  import { DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput } from "../commands/DeleteRemediationExceptionsCommand";
17
18
  import { DeleteResourceConfigCommandInput, DeleteResourceConfigCommandOutput } from "../commands/DeleteResourceConfigCommand";
18
19
  import { DeleteRetentionConfigurationCommandInput, DeleteRetentionConfigurationCommandOutput } from "../commands/DeleteRetentionConfigurationCommand";
20
+ import { DeleteServiceLinkedConfigurationRecorderCommandInput, DeleteServiceLinkedConfigurationRecorderCommandOutput } from "../commands/DeleteServiceLinkedConfigurationRecorderCommand";
19
21
  import { DeleteStoredQueryCommandInput, DeleteStoredQueryCommandOutput } from "../commands/DeleteStoredQueryCommand";
20
22
  import { DeliverConfigSnapshotCommandInput, DeliverConfigSnapshotCommandOutput } from "../commands/DeliverConfigSnapshotCommand";
21
23
  import { DescribeAggregateComplianceByConfigRulesCommandInput, DescribeAggregateComplianceByConfigRulesCommandOutput } from "../commands/DescribeAggregateComplianceByConfigRulesCommand";
@@ -43,6 +45,7 @@ import { DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfi
43
45
  import { DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput } from "../commands/DescribeRemediationExceptionsCommand";
44
46
  import { DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput } from "../commands/DescribeRemediationExecutionStatusCommand";
45
47
  import { DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput } from "../commands/DescribeRetentionConfigurationsCommand";
48
+ import { DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput } from "../commands/DisassociateResourceTypesCommand";
46
49
  import { GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "../commands/GetAggregateComplianceDetailsByConfigRuleCommand";
47
50
  import { GetAggregateConfigRuleComplianceSummaryCommandInput, GetAggregateConfigRuleComplianceSummaryCommandOutput } from "../commands/GetAggregateConfigRuleComplianceSummaryCommand";
48
51
  import { GetAggregateConformancePackComplianceSummaryCommandInput, GetAggregateConformancePackComplianceSummaryCommandOutput } from "../commands/GetAggregateConformancePackComplianceSummaryCommand";
@@ -63,6 +66,7 @@ import { GetResourceConfigHistoryCommandInput, GetResourceConfigHistoryCommandOu
63
66
  import { GetResourceEvaluationSummaryCommandInput, GetResourceEvaluationSummaryCommandOutput } from "../commands/GetResourceEvaluationSummaryCommand";
64
67
  import { GetStoredQueryCommandInput, GetStoredQueryCommandOutput } from "../commands/GetStoredQueryCommand";
65
68
  import { ListAggregateDiscoveredResourcesCommandInput, ListAggregateDiscoveredResourcesCommandOutput } from "../commands/ListAggregateDiscoveredResourcesCommand";
69
+ import { ListConfigurationRecordersCommandInput, ListConfigurationRecordersCommandOutput } from "../commands/ListConfigurationRecordersCommand";
66
70
  import { ListConformancePackComplianceScoresCommandInput, ListConformancePackComplianceScoresCommandOutput } from "../commands/ListConformancePackComplianceScoresCommand";
67
71
  import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "../commands/ListDiscoveredResourcesCommand";
68
72
  import { ListResourceEvaluationsCommandInput, ListResourceEvaluationsCommandOutput } from "../commands/ListResourceEvaluationsCommand";
@@ -82,6 +86,7 @@ import { PutRemediationConfigurationsCommandInput, PutRemediationConfigurationsC
82
86
  import { PutRemediationExceptionsCommandInput, PutRemediationExceptionsCommandOutput } from "../commands/PutRemediationExceptionsCommand";
83
87
  import { PutResourceConfigCommandInput, PutResourceConfigCommandOutput } from "../commands/PutResourceConfigCommand";
84
88
  import { PutRetentionConfigurationCommandInput, PutRetentionConfigurationCommandOutput } from "../commands/PutRetentionConfigurationCommand";
89
+ import { PutServiceLinkedConfigurationRecorderCommandInput, PutServiceLinkedConfigurationRecorderCommandOutput } from "../commands/PutServiceLinkedConfigurationRecorderCommand";
85
90
  import { PutStoredQueryCommandInput, PutStoredQueryCommandOutput } from "../commands/PutStoredQueryCommand";
86
91
  import { SelectAggregateResourceConfigCommandInput, SelectAggregateResourceConfigCommandOutput } from "../commands/SelectAggregateResourceConfigCommand";
87
92
  import { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "../commands/SelectResourceConfigCommand";
@@ -92,6 +97,10 @@ import { StartResourceEvaluationCommandInput, StartResourceEvaluationCommandOutp
92
97
  import { StopConfigurationRecorderCommandInput, StopConfigurationRecorderCommandOutput } from "../commands/StopConfigurationRecorderCommand";
93
98
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
94
99
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
100
+ /**
101
+ * serializeAws_json1_1AssociateResourceTypesCommand
102
+ */
103
+ export declare const se_AssociateResourceTypesCommand: (input: AssociateResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
104
  /**
96
105
  * serializeAws_json1_1BatchGetAggregateResourceConfigCommand
97
106
  */
@@ -156,6 +165,10 @@ export declare const se_DeleteResourceConfigCommand: (input: DeleteResourceConfi
156
165
  * serializeAws_json1_1DeleteRetentionConfigurationCommand
157
166
  */
158
167
  export declare const se_DeleteRetentionConfigurationCommand: (input: DeleteRetentionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ /**
169
+ * serializeAws_json1_1DeleteServiceLinkedConfigurationRecorderCommand
170
+ */
171
+ export declare const se_DeleteServiceLinkedConfigurationRecorderCommand: (input: DeleteServiceLinkedConfigurationRecorderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
172
  /**
160
173
  * serializeAws_json1_1DeleteStoredQueryCommand
161
174
  */
@@ -264,6 +277,10 @@ export declare const se_DescribeRemediationExecutionStatusCommand: (input: Descr
264
277
  * serializeAws_json1_1DescribeRetentionConfigurationsCommand
265
278
  */
266
279
  export declare const se_DescribeRetentionConfigurationsCommand: (input: DescribeRetentionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
+ /**
281
+ * serializeAws_json1_1DisassociateResourceTypesCommand
282
+ */
283
+ export declare const se_DisassociateResourceTypesCommand: (input: DisassociateResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
284
  /**
268
285
  * serializeAws_json1_1GetAggregateComplianceDetailsByConfigRuleCommand
269
286
  */
@@ -344,6 +361,10 @@ export declare const se_GetStoredQueryCommand: (input: GetStoredQueryCommandInpu
344
361
  * serializeAws_json1_1ListAggregateDiscoveredResourcesCommand
345
362
  */
346
363
  export declare const se_ListAggregateDiscoveredResourcesCommand: (input: ListAggregateDiscoveredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
+ /**
365
+ * serializeAws_json1_1ListConfigurationRecordersCommand
366
+ */
367
+ export declare const se_ListConfigurationRecordersCommand: (input: ListConfigurationRecordersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
368
  /**
348
369
  * serializeAws_json1_1ListConformancePackComplianceScoresCommand
349
370
  */
@@ -420,6 +441,10 @@ export declare const se_PutResourceConfigCommand: (input: PutResourceConfigComma
420
441
  * serializeAws_json1_1PutRetentionConfigurationCommand
421
442
  */
422
443
  export declare const se_PutRetentionConfigurationCommand: (input: PutRetentionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
444
+ /**
445
+ * serializeAws_json1_1PutServiceLinkedConfigurationRecorderCommand
446
+ */
447
+ export declare const se_PutServiceLinkedConfigurationRecorderCommand: (input: PutServiceLinkedConfigurationRecorderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
448
  /**
424
449
  * serializeAws_json1_1PutStoredQueryCommand
425
450
  */
@@ -460,6 +485,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
460
485
  * serializeAws_json1_1UntagResourceCommand
461
486
  */
462
487
  export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
488
+ /**
489
+ * deserializeAws_json1_1AssociateResourceTypesCommand
490
+ */
491
+ export declare const de_AssociateResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceTypesCommandOutput>;
463
492
  /**
464
493
  * deserializeAws_json1_1BatchGetAggregateResourceConfigCommand
465
494
  */
@@ -524,6 +553,10 @@ export declare const de_DeleteResourceConfigCommand: (output: __HttpResponse, co
524
553
  * deserializeAws_json1_1DeleteRetentionConfigurationCommand
525
554
  */
526
555
  export declare const de_DeleteRetentionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRetentionConfigurationCommandOutput>;
556
+ /**
557
+ * deserializeAws_json1_1DeleteServiceLinkedConfigurationRecorderCommand
558
+ */
559
+ export declare const de_DeleteServiceLinkedConfigurationRecorderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceLinkedConfigurationRecorderCommandOutput>;
527
560
  /**
528
561
  * deserializeAws_json1_1DeleteStoredQueryCommand
529
562
  */
@@ -632,6 +665,10 @@ export declare const de_DescribeRemediationExecutionStatusCommand: (output: __Ht
632
665
  * deserializeAws_json1_1DescribeRetentionConfigurationsCommand
633
666
  */
634
667
  export declare const de_DescribeRetentionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRetentionConfigurationsCommandOutput>;
668
+ /**
669
+ * deserializeAws_json1_1DisassociateResourceTypesCommand
670
+ */
671
+ export declare const de_DisassociateResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceTypesCommandOutput>;
635
672
  /**
636
673
  * deserializeAws_json1_1GetAggregateComplianceDetailsByConfigRuleCommand
637
674
  */
@@ -712,6 +749,10 @@ export declare const de_GetStoredQueryCommand: (output: __HttpResponse, context:
712
749
  * deserializeAws_json1_1ListAggregateDiscoveredResourcesCommand
713
750
  */
714
751
  export declare const de_ListAggregateDiscoveredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAggregateDiscoveredResourcesCommandOutput>;
752
+ /**
753
+ * deserializeAws_json1_1ListConfigurationRecordersCommand
754
+ */
755
+ export declare const de_ListConfigurationRecordersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationRecordersCommandOutput>;
715
756
  /**
716
757
  * deserializeAws_json1_1ListConformancePackComplianceScoresCommand
717
758
  */
@@ -788,6 +829,10 @@ export declare const de_PutResourceConfigCommand: (output: __HttpResponse, conte
788
829
  * deserializeAws_json1_1PutRetentionConfigurationCommand
789
830
  */
790
831
  export declare const de_PutRetentionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionConfigurationCommandOutput>;
832
+ /**
833
+ * deserializeAws_json1_1PutServiceLinkedConfigurationRecorderCommand
834
+ */
835
+ export declare const de_PutServiceLinkedConfigurationRecorderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutServiceLinkedConfigurationRecorderCommandOutput>;
791
836
  /**
792
837
  * deserializeAws_json1_1PutStoredQueryCommand
793
838
  */
@@ -1,4 +1,8 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ AssociateResourceTypesCommandInput,
4
+ AssociateResourceTypesCommandOutput,
5
+ } from "./commands/AssociateResourceTypesCommand";
2
6
  import {
3
7
  BatchGetAggregateResourceConfigCommandInput,
4
8
  BatchGetAggregateResourceConfigCommandOutput,
@@ -63,6 +67,10 @@ import {
63
67
  DeleteRetentionConfigurationCommandInput,
64
68
  DeleteRetentionConfigurationCommandOutput,
65
69
  } from "./commands/DeleteRetentionConfigurationCommand";
70
+ import {
71
+ DeleteServiceLinkedConfigurationRecorderCommandInput,
72
+ DeleteServiceLinkedConfigurationRecorderCommandOutput,
73
+ } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
66
74
  import {
67
75
  DeleteStoredQueryCommandInput,
68
76
  DeleteStoredQueryCommandOutput,
@@ -171,6 +179,10 @@ import {
171
179
  DescribeRetentionConfigurationsCommandInput,
172
180
  DescribeRetentionConfigurationsCommandOutput,
173
181
  } from "./commands/DescribeRetentionConfigurationsCommand";
182
+ import {
183
+ DisassociateResourceTypesCommandInput,
184
+ DisassociateResourceTypesCommandOutput,
185
+ } from "./commands/DisassociateResourceTypesCommand";
174
186
  import {
175
187
  GetAggregateComplianceDetailsByConfigRuleCommandInput,
176
188
  GetAggregateComplianceDetailsByConfigRuleCommandOutput,
@@ -251,6 +263,10 @@ import {
251
263
  ListAggregateDiscoveredResourcesCommandInput,
252
264
  ListAggregateDiscoveredResourcesCommandOutput,
253
265
  } from "./commands/ListAggregateDiscoveredResourcesCommand";
266
+ import {
267
+ ListConfigurationRecordersCommandInput,
268
+ ListConfigurationRecordersCommandOutput,
269
+ } from "./commands/ListConfigurationRecordersCommand";
254
270
  import {
255
271
  ListConformancePackComplianceScoresCommandInput,
256
272
  ListConformancePackComplianceScoresCommandOutput,
@@ -327,6 +343,10 @@ import {
327
343
  PutRetentionConfigurationCommandInput,
328
344
  PutRetentionConfigurationCommandOutput,
329
345
  } from "./commands/PutRetentionConfigurationCommand";
346
+ import {
347
+ PutServiceLinkedConfigurationRecorderCommandInput,
348
+ PutServiceLinkedConfigurationRecorderCommandOutput,
349
+ } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
330
350
  import {
331
351
  PutStoredQueryCommandInput,
332
352
  PutStoredQueryCommandOutput,
@@ -369,6 +389,19 @@ import {
369
389
  } from "./commands/UntagResourceCommand";
370
390
  import { ConfigServiceClient } from "./ConfigServiceClient";
371
391
  export interface ConfigService {
392
+ associateResourceTypes(
393
+ args: AssociateResourceTypesCommandInput,
394
+ options?: __HttpHandlerOptions
395
+ ): Promise<AssociateResourceTypesCommandOutput>;
396
+ associateResourceTypes(
397
+ args: AssociateResourceTypesCommandInput,
398
+ cb: (err: any, data?: AssociateResourceTypesCommandOutput) => void
399
+ ): void;
400
+ associateResourceTypes(
401
+ args: AssociateResourceTypesCommandInput,
402
+ options: __HttpHandlerOptions,
403
+ cb: (err: any, data?: AssociateResourceTypesCommandOutput) => void
404
+ ): void;
372
405
  batchGetAggregateResourceConfig(
373
406
  args: BatchGetAggregateResourceConfigCommandInput,
374
407
  options?: __HttpHandlerOptions
@@ -583,6 +616,25 @@ export interface ConfigService {
583
616
  options: __HttpHandlerOptions,
584
617
  cb: (err: any, data?: DeleteRetentionConfigurationCommandOutput) => void
585
618
  ): void;
619
+ deleteServiceLinkedConfigurationRecorder(
620
+ args: DeleteServiceLinkedConfigurationRecorderCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<DeleteServiceLinkedConfigurationRecorderCommandOutput>;
623
+ deleteServiceLinkedConfigurationRecorder(
624
+ args: DeleteServiceLinkedConfigurationRecorderCommandInput,
625
+ cb: (
626
+ err: any,
627
+ data?: DeleteServiceLinkedConfigurationRecorderCommandOutput
628
+ ) => void
629
+ ): void;
630
+ deleteServiceLinkedConfigurationRecorder(
631
+ args: DeleteServiceLinkedConfigurationRecorderCommandInput,
632
+ options: __HttpHandlerOptions,
633
+ cb: (
634
+ err: any,
635
+ data?: DeleteServiceLinkedConfigurationRecorderCommandOutput
636
+ ) => void
637
+ ): void;
586
638
  deleteStoredQuery(
587
639
  args: DeleteStoredQueryCommandInput,
588
640
  options?: __HttpHandlerOptions
@@ -1030,6 +1082,19 @@ export interface ConfigService {
1030
1082
  options: __HttpHandlerOptions,
1031
1083
  cb: (err: any, data?: DescribeRetentionConfigurationsCommandOutput) => void
1032
1084
  ): void;
1085
+ disassociateResourceTypes(
1086
+ args: DisassociateResourceTypesCommandInput,
1087
+ options?: __HttpHandlerOptions
1088
+ ): Promise<DisassociateResourceTypesCommandOutput>;
1089
+ disassociateResourceTypes(
1090
+ args: DisassociateResourceTypesCommandInput,
1091
+ cb: (err: any, data?: DisassociateResourceTypesCommandOutput) => void
1092
+ ): void;
1093
+ disassociateResourceTypes(
1094
+ args: DisassociateResourceTypesCommandInput,
1095
+ options: __HttpHandlerOptions,
1096
+ cb: (err: any, data?: DisassociateResourceTypesCommandOutput) => void
1097
+ ): void;
1033
1098
  getAggregateComplianceDetailsByConfigRule(
1034
1099
  args: GetAggregateComplianceDetailsByConfigRuleCommandInput,
1035
1100
  options?: __HttpHandlerOptions
@@ -1349,6 +1414,20 @@ export interface ConfigService {
1349
1414
  options: __HttpHandlerOptions,
1350
1415
  cb: (err: any, data?: ListAggregateDiscoveredResourcesCommandOutput) => void
1351
1416
  ): void;
1417
+ listConfigurationRecorders(): Promise<ListConfigurationRecordersCommandOutput>;
1418
+ listConfigurationRecorders(
1419
+ args: ListConfigurationRecordersCommandInput,
1420
+ options?: __HttpHandlerOptions
1421
+ ): Promise<ListConfigurationRecordersCommandOutput>;
1422
+ listConfigurationRecorders(
1423
+ args: ListConfigurationRecordersCommandInput,
1424
+ cb: (err: any, data?: ListConfigurationRecordersCommandOutput) => void
1425
+ ): void;
1426
+ listConfigurationRecorders(
1427
+ args: ListConfigurationRecordersCommandInput,
1428
+ options: __HttpHandlerOptions,
1429
+ cb: (err: any, data?: ListConfigurationRecordersCommandOutput) => void
1430
+ ): void;
1352
1431
  listConformancePackComplianceScores(): Promise<ListConformancePackComplianceScoresCommandOutput>;
1353
1432
  listConformancePackComplianceScores(
1354
1433
  args: ListConformancePackComplianceScoresCommandInput,
@@ -1605,6 +1684,25 @@ export interface ConfigService {
1605
1684
  options: __HttpHandlerOptions,
1606
1685
  cb: (err: any, data?: PutRetentionConfigurationCommandOutput) => void
1607
1686
  ): void;
1687
+ putServiceLinkedConfigurationRecorder(
1688
+ args: PutServiceLinkedConfigurationRecorderCommandInput,
1689
+ options?: __HttpHandlerOptions
1690
+ ): Promise<PutServiceLinkedConfigurationRecorderCommandOutput>;
1691
+ putServiceLinkedConfigurationRecorder(
1692
+ args: PutServiceLinkedConfigurationRecorderCommandInput,
1693
+ cb: (
1694
+ err: any,
1695
+ data?: PutServiceLinkedConfigurationRecorderCommandOutput
1696
+ ) => void
1697
+ ): void;
1698
+ putServiceLinkedConfigurationRecorder(
1699
+ args: PutServiceLinkedConfigurationRecorderCommandInput,
1700
+ options: __HttpHandlerOptions,
1701
+ cb: (
1702
+ err: any,
1703
+ data?: PutServiceLinkedConfigurationRecorderCommandOutput
1704
+ ) => void
1705
+ ): void;
1608
1706
  putStoredQuery(
1609
1707
  args: PutStoredQueryCommandInput,
1610
1708
  options?: __HttpHandlerOptions
@@ -45,6 +45,10 @@ import {
45
45
  HttpAuthSchemeInputConfig,
46
46
  HttpAuthSchemeResolvedConfig,
47
47
  } from "./auth/httpAuthSchemeProvider";
48
+ import {
49
+ AssociateResourceTypesCommandInput,
50
+ AssociateResourceTypesCommandOutput,
51
+ } from "./commands/AssociateResourceTypesCommand";
48
52
  import {
49
53
  BatchGetAggregateResourceConfigCommandInput,
50
54
  BatchGetAggregateResourceConfigCommandOutput,
@@ -109,6 +113,10 @@ import {
109
113
  DeleteRetentionConfigurationCommandInput,
110
114
  DeleteRetentionConfigurationCommandOutput,
111
115
  } from "./commands/DeleteRetentionConfigurationCommand";
116
+ import {
117
+ DeleteServiceLinkedConfigurationRecorderCommandInput,
118
+ DeleteServiceLinkedConfigurationRecorderCommandOutput,
119
+ } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
112
120
  import {
113
121
  DeleteStoredQueryCommandInput,
114
122
  DeleteStoredQueryCommandOutput,
@@ -217,6 +225,10 @@ import {
217
225
  DescribeRetentionConfigurationsCommandInput,
218
226
  DescribeRetentionConfigurationsCommandOutput,
219
227
  } from "./commands/DescribeRetentionConfigurationsCommand";
228
+ import {
229
+ DisassociateResourceTypesCommandInput,
230
+ DisassociateResourceTypesCommandOutput,
231
+ } from "./commands/DisassociateResourceTypesCommand";
220
232
  import {
221
233
  GetAggregateComplianceDetailsByConfigRuleCommandInput,
222
234
  GetAggregateComplianceDetailsByConfigRuleCommandOutput,
@@ -297,6 +309,10 @@ import {
297
309
  ListAggregateDiscoveredResourcesCommandInput,
298
310
  ListAggregateDiscoveredResourcesCommandOutput,
299
311
  } from "./commands/ListAggregateDiscoveredResourcesCommand";
312
+ import {
313
+ ListConfigurationRecordersCommandInput,
314
+ ListConfigurationRecordersCommandOutput,
315
+ } from "./commands/ListConfigurationRecordersCommand";
300
316
  import {
301
317
  ListConformancePackComplianceScoresCommandInput,
302
318
  ListConformancePackComplianceScoresCommandOutput,
@@ -373,6 +389,10 @@ import {
373
389
  PutRetentionConfigurationCommandInput,
374
390
  PutRetentionConfigurationCommandOutput,
375
391
  } from "./commands/PutRetentionConfigurationCommand";
392
+ import {
393
+ PutServiceLinkedConfigurationRecorderCommandInput,
394
+ PutServiceLinkedConfigurationRecorderCommandOutput,
395
+ } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
376
396
  import {
377
397
  PutStoredQueryCommandInput,
378
398
  PutStoredQueryCommandOutput,
@@ -421,6 +441,7 @@ import {
421
441
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
422
442
  export { __Client };
423
443
  export type ServiceInputTypes =
444
+ | AssociateResourceTypesCommandInput
424
445
  | BatchGetAggregateResourceConfigCommandInput
425
446
  | BatchGetResourceConfigCommandInput
426
447
  | DeleteAggregationAuthorizationCommandInput
@@ -437,6 +458,7 @@ export type ServiceInputTypes =
437
458
  | DeleteRemediationExceptionsCommandInput
438
459
  | DeleteResourceConfigCommandInput
439
460
  | DeleteRetentionConfigurationCommandInput
461
+ | DeleteServiceLinkedConfigurationRecorderCommandInput
440
462
  | DeleteStoredQueryCommandInput
441
463
  | DeliverConfigSnapshotCommandInput
442
464
  | DescribeAggregateComplianceByConfigRulesCommandInput
@@ -464,6 +486,7 @@ export type ServiceInputTypes =
464
486
  | DescribeRemediationExceptionsCommandInput
465
487
  | DescribeRemediationExecutionStatusCommandInput
466
488
  | DescribeRetentionConfigurationsCommandInput
489
+ | DisassociateResourceTypesCommandInput
467
490
  | GetAggregateComplianceDetailsByConfigRuleCommandInput
468
491
  | GetAggregateConfigRuleComplianceSummaryCommandInput
469
492
  | GetAggregateConformancePackComplianceSummaryCommandInput
@@ -484,6 +507,7 @@ export type ServiceInputTypes =
484
507
  | GetResourceEvaluationSummaryCommandInput
485
508
  | GetStoredQueryCommandInput
486
509
  | ListAggregateDiscoveredResourcesCommandInput
510
+ | ListConfigurationRecordersCommandInput
487
511
  | ListConformancePackComplianceScoresCommandInput
488
512
  | ListDiscoveredResourcesCommandInput
489
513
  | ListResourceEvaluationsCommandInput
@@ -503,6 +527,7 @@ export type ServiceInputTypes =
503
527
  | PutRemediationExceptionsCommandInput
504
528
  | PutResourceConfigCommandInput
505
529
  | PutRetentionConfigurationCommandInput
530
+ | PutServiceLinkedConfigurationRecorderCommandInput
506
531
  | PutStoredQueryCommandInput
507
532
  | SelectAggregateResourceConfigCommandInput
508
533
  | SelectResourceConfigCommandInput
@@ -514,6 +539,7 @@ export type ServiceInputTypes =
514
539
  | TagResourceCommandInput
515
540
  | UntagResourceCommandInput;
516
541
  export type ServiceOutputTypes =
542
+ | AssociateResourceTypesCommandOutput
517
543
  | BatchGetAggregateResourceConfigCommandOutput
518
544
  | BatchGetResourceConfigCommandOutput
519
545
  | DeleteAggregationAuthorizationCommandOutput
@@ -530,6 +556,7 @@ export type ServiceOutputTypes =
530
556
  | DeleteRemediationExceptionsCommandOutput
531
557
  | DeleteResourceConfigCommandOutput
532
558
  | DeleteRetentionConfigurationCommandOutput
559
+ | DeleteServiceLinkedConfigurationRecorderCommandOutput
533
560
  | DeleteStoredQueryCommandOutput
534
561
  | DeliverConfigSnapshotCommandOutput
535
562
  | DescribeAggregateComplianceByConfigRulesCommandOutput
@@ -557,6 +584,7 @@ export type ServiceOutputTypes =
557
584
  | DescribeRemediationExceptionsCommandOutput
558
585
  | DescribeRemediationExecutionStatusCommandOutput
559
586
  | DescribeRetentionConfigurationsCommandOutput
587
+ | DisassociateResourceTypesCommandOutput
560
588
  | GetAggregateComplianceDetailsByConfigRuleCommandOutput
561
589
  | GetAggregateConfigRuleComplianceSummaryCommandOutput
562
590
  | GetAggregateConformancePackComplianceSummaryCommandOutput
@@ -577,6 +605,7 @@ export type ServiceOutputTypes =
577
605
  | GetResourceEvaluationSummaryCommandOutput
578
606
  | GetStoredQueryCommandOutput
579
607
  | ListAggregateDiscoveredResourcesCommandOutput
608
+ | ListConfigurationRecordersCommandOutput
580
609
  | ListConformancePackComplianceScoresCommandOutput
581
610
  | ListDiscoveredResourcesCommandOutput
582
611
  | ListResourceEvaluationsCommandOutput
@@ -596,6 +625,7 @@ export type ServiceOutputTypes =
596
625
  | PutRemediationExceptionsCommandOutput
597
626
  | PutResourceConfigCommandOutput
598
627
  | PutRetentionConfigurationCommandOutput
628
+ | PutServiceLinkedConfigurationRecorderCommandOutput
599
629
  | PutStoredQueryCommandOutput
600
630
  | SelectAggregateResourceConfigCommandOutput
601
631
  | SelectResourceConfigCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConfigServiceClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConfigServiceClient";
8
+ import {
9
+ AssociateResourceTypesRequest,
10
+ AssociateResourceTypesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateResourceTypesCommandInput
15
+ extends AssociateResourceTypesRequest {}
16
+ export interface AssociateResourceTypesCommandOutput
17
+ extends AssociateResourceTypesResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateResourceTypesCommand_base: {
20
+ new (
21
+ input: AssociateResourceTypesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateResourceTypesCommandInput,
24
+ AssociateResourceTypesCommandOutput,
25
+ ConfigServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: AssociateResourceTypesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateResourceTypesCommandInput,
33
+ AssociateResourceTypesCommandOutput,
34
+ ConfigServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateResourceTypesCommand extends AssociateResourceTypesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateResourceTypesRequest;
44
+ output: AssociateResourceTypesResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateResourceTypesCommandInput;
48
+ output: AssociateResourceTypesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConfigServiceClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConfigServiceClient";
8
+ import {
9
+ DeleteServiceLinkedConfigurationRecorderRequest,
10
+ DeleteServiceLinkedConfigurationRecorderResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteServiceLinkedConfigurationRecorderCommandInput
15
+ extends DeleteServiceLinkedConfigurationRecorderRequest {}
16
+ export interface DeleteServiceLinkedConfigurationRecorderCommandOutput
17
+ extends DeleteServiceLinkedConfigurationRecorderResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteServiceLinkedConfigurationRecorderCommand_base: {
20
+ new (
21
+ input: DeleteServiceLinkedConfigurationRecorderCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteServiceLinkedConfigurationRecorderCommandInput,
24
+ DeleteServiceLinkedConfigurationRecorderCommandOutput,
25
+ ConfigServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteServiceLinkedConfigurationRecorderCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteServiceLinkedConfigurationRecorderCommandInput,
33
+ DeleteServiceLinkedConfigurationRecorderCommandOutput,
34
+ ConfigServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteServiceLinkedConfigurationRecorderCommand extends DeleteServiceLinkedConfigurationRecorderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteServiceLinkedConfigurationRecorderRequest;
44
+ output: DeleteServiceLinkedConfigurationRecorderResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteServiceLinkedConfigurationRecorderCommandInput;
48
+ output: DeleteServiceLinkedConfigurationRecorderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConfigServiceClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConfigServiceClient";
8
+ import {
9
+ DisassociateResourceTypesRequest,
10
+ DisassociateResourceTypesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisassociateResourceTypesCommandInput
15
+ extends DisassociateResourceTypesRequest {}
16
+ export interface DisassociateResourceTypesCommandOutput
17
+ extends DisassociateResourceTypesResponse,
18
+ __MetadataBearer {}
19
+ declare const DisassociateResourceTypesCommand_base: {
20
+ new (
21
+ input: DisassociateResourceTypesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisassociateResourceTypesCommandInput,
24
+ DisassociateResourceTypesCommandOutput,
25
+ ConfigServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DisassociateResourceTypesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisassociateResourceTypesCommandInput,
33
+ DisassociateResourceTypesCommandOutput,
34
+ ConfigServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisassociateResourceTypesCommand extends DisassociateResourceTypesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateResourceTypesRequest;
44
+ output: DisassociateResourceTypesResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateResourceTypesCommandInput;
48
+ output: DisassociateResourceTypesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConfigServiceClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConfigServiceClient";
8
+ import {
9
+ ListConfigurationRecordersRequest,
10
+ ListConfigurationRecordersResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListConfigurationRecordersCommandInput
15
+ extends ListConfigurationRecordersRequest {}
16
+ export interface ListConfigurationRecordersCommandOutput
17
+ extends ListConfigurationRecordersResponse,
18
+ __MetadataBearer {}
19
+ declare const ListConfigurationRecordersCommand_base: {
20
+ new (
21
+ input: ListConfigurationRecordersCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListConfigurationRecordersCommandInput,
24
+ ListConfigurationRecordersCommandOutput,
25
+ ConfigServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListConfigurationRecordersCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListConfigurationRecordersCommandInput,
33
+ ListConfigurationRecordersCommandOutput,
34
+ ConfigServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListConfigurationRecordersCommand extends ListConfigurationRecordersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListConfigurationRecordersRequest;
44
+ output: ListConfigurationRecordersResponse;
45
+ };
46
+ sdk: {
47
+ input: ListConfigurationRecordersCommandInput;
48
+ output: ListConfigurationRecordersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListConformancePackComplianceScoresRequest,
10
10
  ListConformancePackComplianceScoresResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListConformancePackComplianceScoresCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListDiscoveredResourcesRequest,
10
10
  ListDiscoveredResourcesResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListDiscoveredResourcesCommandInput