@aws-sdk/client-config-service 3.934.0 → 3.936.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 (83) hide show
  1. package/dist-cjs/index.js +797 -797
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +645 -0
  4. package/dist-es/models/errors.js +673 -0
  5. package/dist-es/models/models_0.js +1 -1131
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  8. package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  9. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  14. package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
  15. package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  16. package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  17. package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
  18. package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
  19. package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
  20. package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  22. package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  23. package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  24. package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
  26. package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
  29. package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  32. package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  33. package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
  34. package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
  35. package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  38. package/dist-types/index.d.ts +3 -1
  39. package/dist-types/models/enums.d.ts +949 -0
  40. package/dist-types/models/errors.d.ts +849 -0
  41. package/dist-types/models/models_0.d.ts +1347 -1536
  42. package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/index.d.ts +3 -1
  74. package/dist-types/ts3.4/models/enums.d.ts +715 -0
  75. package/dist-types/ts3.4/models/errors.d.ts +485 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
  77. package/package.json +19 -19
  78. package/dist-es/models/index.js +0 -2
  79. package/dist-es/models/models_1.js +0 -188
  80. package/dist-types/models/index.d.ts +0 -2
  81. package/dist-types/models/models_1.d.ts +0 -1611
  82. package/dist-types/ts3.4/models/index.d.ts +0 -2
  83. package/dist-types/ts3.4/models/models_1.d.ts +0 -475
@@ -790,7 +790,7 @@ const _v = "version";
790
790
  const n0 = "com.amazonaws.configservice";
791
791
  import { TypeRegistry } from "@smithy/core/schema";
792
792
  import { ConfigServiceServiceException as __ConfigServiceServiceException } from "../models/ConfigServiceServiceException";
793
- import { ConflictException as __ConflictException, ConformancePackTemplateValidationException as __ConformancePackTemplateValidationException, IdempotentParameterMismatch as __IdempotentParameterMismatch, InsufficientDeliveryPolicyException as __InsufficientDeliveryPolicyException, InsufficientPermissionsException as __InsufficientPermissionsException, InvalidConfigurationRecorderNameException as __InvalidConfigurationRecorderNameException, InvalidDeliveryChannelNameException as __InvalidDeliveryChannelNameException, InvalidExpressionException as __InvalidExpressionException, InvalidLimitException as __InvalidLimitException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRecordingGroupException as __InvalidRecordingGroupException, InvalidResultTokenException as __InvalidResultTokenException, InvalidRoleException as __InvalidRoleException, InvalidS3KeyPrefixException as __InvalidS3KeyPrefixException, InvalidS3KmsKeyArnException as __InvalidS3KmsKeyArnException, InvalidSNSTopicARNException as __InvalidSNSTopicARNException, InvalidTimeRangeException as __InvalidTimeRangeException, LastDeliveryChannelDeleteFailedException as __LastDeliveryChannelDeleteFailedException, LimitExceededException as __LimitExceededException, MaxActiveResourcesExceededException as __MaxActiveResourcesExceededException, MaxNumberOfConfigRulesExceededException as __MaxNumberOfConfigRulesExceededException, MaxNumberOfConfigurationRecordersExceededException as __MaxNumberOfConfigurationRecordersExceededException, MaxNumberOfConformancePacksExceededException as __MaxNumberOfConformancePacksExceededException, MaxNumberOfDeliveryChannelsExceededException as __MaxNumberOfDeliveryChannelsExceededException, MaxNumberOfOrganizationConfigRulesExceededException as __MaxNumberOfOrganizationConfigRulesExceededException, MaxNumberOfOrganizationConformancePacksExceededException as __MaxNumberOfOrganizationConformancePacksExceededException, MaxNumberOfRetentionConfigurationsExceededException as __MaxNumberOfRetentionConfigurationsExceededException, NoAvailableConfigurationRecorderException as __NoAvailableConfigurationRecorderException, NoAvailableDeliveryChannelException as __NoAvailableDeliveryChannelException, NoAvailableOrganizationException as __NoAvailableOrganizationException, NoRunningConfigurationRecorderException as __NoRunningConfigurationRecorderException, NoSuchBucketException as __NoSuchBucketException, NoSuchConfigRuleException as __NoSuchConfigRuleException, NoSuchConfigRuleInConformancePackException as __NoSuchConfigRuleInConformancePackException, NoSuchConfigurationAggregatorException as __NoSuchConfigurationAggregatorException, NoSuchConfigurationRecorderException as __NoSuchConfigurationRecorderException, NoSuchConformancePackException as __NoSuchConformancePackException, NoSuchDeliveryChannelException as __NoSuchDeliveryChannelException, NoSuchOrganizationConfigRuleException as __NoSuchOrganizationConfigRuleException, NoSuchOrganizationConformancePackException as __NoSuchOrganizationConformancePackException, NoSuchRemediationConfigurationException as __NoSuchRemediationConfigurationException, NoSuchRemediationExceptionException as __NoSuchRemediationExceptionException, NoSuchRetentionConfigurationException as __NoSuchRetentionConfigurationException, OrganizationAccessDeniedException as __OrganizationAccessDeniedException, OrganizationAllFeaturesNotEnabledException as __OrganizationAllFeaturesNotEnabledException, OrganizationConformancePackTemplateValidationException as __OrganizationConformancePackTemplateValidationException, OversizedConfigurationItemException as __OversizedConfigurationItemException, RemediationInProgressException as __RemediationInProgressException, ResourceConcurrentModificationException as __ResourceConcurrentModificationException, ResourceInUseException as __ResourceInUseException, ResourceNotDiscoveredException as __ResourceNotDiscoveredException, ResourceNotFoundException as __ResourceNotFoundException, TooManyTagsException as __TooManyTagsException, UnmodifiableEntityException as __UnmodifiableEntityException, ValidationException as __ValidationException, } from "../models/index";
793
+ import { ConflictException as __ConflictException, ConformancePackTemplateValidationException as __ConformancePackTemplateValidationException, IdempotentParameterMismatch as __IdempotentParameterMismatch, InsufficientDeliveryPolicyException as __InsufficientDeliveryPolicyException, InsufficientPermissionsException as __InsufficientPermissionsException, InvalidConfigurationRecorderNameException as __InvalidConfigurationRecorderNameException, InvalidDeliveryChannelNameException as __InvalidDeliveryChannelNameException, InvalidExpressionException as __InvalidExpressionException, InvalidLimitException as __InvalidLimitException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRecordingGroupException as __InvalidRecordingGroupException, InvalidResultTokenException as __InvalidResultTokenException, InvalidRoleException as __InvalidRoleException, InvalidS3KeyPrefixException as __InvalidS3KeyPrefixException, InvalidS3KmsKeyArnException as __InvalidS3KmsKeyArnException, InvalidSNSTopicARNException as __InvalidSNSTopicARNException, InvalidTimeRangeException as __InvalidTimeRangeException, LastDeliveryChannelDeleteFailedException as __LastDeliveryChannelDeleteFailedException, LimitExceededException as __LimitExceededException, MaxActiveResourcesExceededException as __MaxActiveResourcesExceededException, MaxNumberOfConfigRulesExceededException as __MaxNumberOfConfigRulesExceededException, MaxNumberOfConfigurationRecordersExceededException as __MaxNumberOfConfigurationRecordersExceededException, MaxNumberOfConformancePacksExceededException as __MaxNumberOfConformancePacksExceededException, MaxNumberOfDeliveryChannelsExceededException as __MaxNumberOfDeliveryChannelsExceededException, MaxNumberOfOrganizationConfigRulesExceededException as __MaxNumberOfOrganizationConfigRulesExceededException, MaxNumberOfOrganizationConformancePacksExceededException as __MaxNumberOfOrganizationConformancePacksExceededException, MaxNumberOfRetentionConfigurationsExceededException as __MaxNumberOfRetentionConfigurationsExceededException, NoAvailableConfigurationRecorderException as __NoAvailableConfigurationRecorderException, NoAvailableDeliveryChannelException as __NoAvailableDeliveryChannelException, NoAvailableOrganizationException as __NoAvailableOrganizationException, NoRunningConfigurationRecorderException as __NoRunningConfigurationRecorderException, NoSuchBucketException as __NoSuchBucketException, NoSuchConfigRuleException as __NoSuchConfigRuleException, NoSuchConfigRuleInConformancePackException as __NoSuchConfigRuleInConformancePackException, NoSuchConfigurationAggregatorException as __NoSuchConfigurationAggregatorException, NoSuchConfigurationRecorderException as __NoSuchConfigurationRecorderException, NoSuchConformancePackException as __NoSuchConformancePackException, NoSuchDeliveryChannelException as __NoSuchDeliveryChannelException, NoSuchOrganizationConfigRuleException as __NoSuchOrganizationConfigRuleException, NoSuchOrganizationConformancePackException as __NoSuchOrganizationConformancePackException, NoSuchRemediationConfigurationException as __NoSuchRemediationConfigurationException, NoSuchRemediationExceptionException as __NoSuchRemediationExceptionException, NoSuchRetentionConfigurationException as __NoSuchRetentionConfigurationException, OrganizationAccessDeniedException as __OrganizationAccessDeniedException, OrganizationAllFeaturesNotEnabledException as __OrganizationAllFeaturesNotEnabledException, OrganizationConformancePackTemplateValidationException as __OrganizationConformancePackTemplateValidationException, OversizedConfigurationItemException as __OversizedConfigurationItemException, RemediationInProgressException as __RemediationInProgressException, ResourceConcurrentModificationException as __ResourceConcurrentModificationException, ResourceInUseException as __ResourceInUseException, ResourceNotDiscoveredException as __ResourceNotDiscoveredException, ResourceNotFoundException as __ResourceNotFoundException, TooManyTagsException as __TooManyTagsException, UnmodifiableEntityException as __UnmodifiableEntityException, ValidationException as __ValidationException, } from "../models/errors";
794
794
  export var AccountAggregationSource = [3, n0, _AAS, 0, [_AI, _AAR, _AR], [64 | 0, 2, 64 | 0]];
795
795
  export var AggregateComplianceByConfigRule = [
796
796
  3,
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListConfigurationRecordersRequest, ListConfigurationRecordersResponse } from "../models/models_1";
4
+ import { ListConfigurationRecordersRequest, ListConfigurationRecordersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListConformancePackComplianceScoresRequest, ListConformancePackComplianceScoresResponse } from "../models/models_1";
4
+ import { ListConformancePackComplianceScoresRequest, ListConformancePackComplianceScoresResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_1";
4
+ import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListResourceEvaluationsRequest, ListResourceEvaluationsResponse } from "../models/models_1";
4
+ import { ListResourceEvaluationsRequest, ListResourceEvaluationsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListStoredQueriesRequest, ListStoredQueriesResponse } from "../models/models_1";
4
+ import { ListStoredQueriesRequest, ListStoredQueriesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutAggregationAuthorizationRequest, PutAggregationAuthorizationResponse } from "../models/models_1";
4
+ import { PutAggregationAuthorizationRequest, PutAggregationAuthorizationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutConfigRuleRequest } from "../models/models_1";
4
+ import { PutConfigRuleRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutConfigurationAggregatorRequest, PutConfigurationAggregatorResponse } from "../models/models_1";
4
+ import { PutConfigurationAggregatorRequest, PutConfigurationAggregatorResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutConfigurationRecorderRequest } from "../models/models_1";
4
+ import { PutConfigurationRecorderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutConformancePackRequest, PutConformancePackResponse } from "../models/models_1";
4
+ import { PutConformancePackRequest, PutConformancePackResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutDeliveryChannelRequest } from "../models/models_1";
4
+ import { PutDeliveryChannelRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutEvaluationsRequest, PutEvaluationsResponse } from "../models/models_1";
4
+ import { PutEvaluationsRequest, PutEvaluationsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutExternalEvaluationRequest, PutExternalEvaluationResponse } from "../models/models_1";
4
+ import { PutExternalEvaluationRequest, PutExternalEvaluationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutOrganizationConfigRuleRequest, PutOrganizationConfigRuleResponse } from "../models/models_1";
4
+ import { PutOrganizationConfigRuleRequest, PutOrganizationConfigRuleResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutOrganizationConformancePackRequest, PutOrganizationConformancePackResponse } from "../models/models_1";
4
+ import { PutOrganizationConformancePackRequest, PutOrganizationConformancePackResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutRemediationConfigurationsRequest, PutRemediationConfigurationsResponse } from "../models/models_1";
4
+ import { PutRemediationConfigurationsRequest, PutRemediationConfigurationsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutRemediationExceptionsRequest, PutRemediationExceptionsResponse } from "../models/models_1";
4
+ import { PutRemediationExceptionsRequest, PutRemediationExceptionsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutResourceConfigRequest } from "../models/models_1";
4
+ import { PutResourceConfigRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutRetentionConfigurationRequest, PutRetentionConfigurationResponse } from "../models/models_1";
4
+ import { PutRetentionConfigurationRequest, PutRetentionConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutServiceLinkedConfigurationRecorderRequest, PutServiceLinkedConfigurationRecorderResponse } from "../models/models_1";
4
+ import { PutServiceLinkedConfigurationRecorderRequest, PutServiceLinkedConfigurationRecorderResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { PutStoredQueryRequest, PutStoredQueryResponse } from "../models/models_1";
4
+ import { PutStoredQueryRequest, PutStoredQueryResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { SelectAggregateResourceConfigRequest, SelectAggregateResourceConfigResponse } from "../models/models_1";
4
+ import { SelectAggregateResourceConfigRequest, SelectAggregateResourceConfigResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { SelectResourceConfigRequest, SelectResourceConfigResponse } from "../models/models_1";
4
+ import { SelectResourceConfigRequest, SelectResourceConfigResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { StartConfigRulesEvaluationRequest, StartConfigRulesEvaluationResponse } from "../models/models_1";
4
+ import { StartConfigRulesEvaluationRequest, StartConfigRulesEvaluationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { StartConfigurationRecorderRequest } from "../models/models_1";
4
+ import { StartConfigurationRecorderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { StartRemediationExecutionRequest, StartRemediationExecutionResponse } from "../models/models_1";
4
+ import { StartRemediationExecutionRequest, StartRemediationExecutionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { StartResourceEvaluationRequest, StartResourceEvaluationResponse } from "../models/models_1";
4
+ import { StartResourceEvaluationRequest, StartResourceEvaluationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { StopConfigurationRecorderRequest } from "../models/models_1";
4
+ import { StopConfigurationRecorderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { TagResourceRequest } from "../models/models_1";
4
+ import { TagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
- import { UntagResourceRequest } from "../models/models_1";
4
+ import { UntagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -30,5 +30,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
30
30
  export type { ConfigServiceExtensionConfiguration } from "./extensionConfiguration";
31
31
  export * from "./commands";
32
32
  export * from "./pagination";
33
- export * from "./models";
33
+ export * from "./models/enums";
34
+ export * from "./models/errors";
35
+ export type * from "./models/models_0";
34
36
  export { ConfigServiceServiceException } from "./models/ConfigServiceServiceException";