@aws-sdk/client-config-service 3.721.0 → 3.723.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.
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class ConfigServiceClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -453,38 +453,38 @@ export const RecordingScope = {
453
453
  PAID: "PAID",
454
454
  };
455
455
  export class ConflictException extends __BaseException {
456
+ name = "ConflictException";
457
+ $fault = "client";
456
458
  constructor(opts) {
457
459
  super({
458
460
  name: "ConflictException",
459
461
  $fault: "client",
460
462
  ...opts,
461
463
  });
462
- this.name = "ConflictException";
463
- this.$fault = "client";
464
464
  Object.setPrototypeOf(this, ConflictException.prototype);
465
465
  }
466
466
  }
467
467
  export class NoSuchConfigurationRecorderException extends __BaseException {
468
+ name = "NoSuchConfigurationRecorderException";
469
+ $fault = "client";
468
470
  constructor(opts) {
469
471
  super({
470
472
  name: "NoSuchConfigurationRecorderException",
471
473
  $fault: "client",
472
474
  ...opts,
473
475
  });
474
- this.name = "NoSuchConfigurationRecorderException";
475
- this.$fault = "client";
476
476
  Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
477
477
  }
478
478
  }
479
479
  export class ValidationException extends __BaseException {
480
+ name = "ValidationException";
481
+ $fault = "client";
480
482
  constructor(opts) {
481
483
  super({
482
484
  name: "ValidationException",
483
485
  $fault: "client",
484
486
  ...opts,
485
487
  });
486
- this.name = "ValidationException";
487
- this.$fault = "client";
488
488
  Object.setPrototypeOf(this, ValidationException.prototype);
489
489
  }
490
490
  }
@@ -496,26 +496,26 @@ export const ConfigurationItemStatus = {
496
496
  ResourceNotRecorded: "ResourceNotRecorded",
497
497
  };
498
498
  export class NoSuchConfigurationAggregatorException extends __BaseException {
499
+ name = "NoSuchConfigurationAggregatorException";
500
+ $fault = "client";
499
501
  constructor(opts) {
500
502
  super({
501
503
  name: "NoSuchConfigurationAggregatorException",
502
504
  $fault: "client",
503
505
  ...opts,
504
506
  });
505
- this.name = "NoSuchConfigurationAggregatorException";
506
- this.$fault = "client";
507
507
  Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
508
508
  }
509
509
  }
510
510
  export class NoAvailableConfigurationRecorderException extends __BaseException {
511
+ name = "NoAvailableConfigurationRecorderException";
512
+ $fault = "client";
511
513
  constructor(opts) {
512
514
  super({
513
515
  name: "NoAvailableConfigurationRecorderException",
514
516
  $fault: "client",
515
517
  ...opts,
516
518
  });
517
- this.name = "NoAvailableConfigurationRecorderException";
518
- this.$fault = "client";
519
519
  Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
520
520
  }
521
521
  }
@@ -576,254 +576,254 @@ export const ConformancePackState = {
576
576
  DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
577
577
  };
578
578
  export class ConformancePackTemplateValidationException extends __BaseException {
579
+ name = "ConformancePackTemplateValidationException";
580
+ $fault = "client";
579
581
  constructor(opts) {
580
582
  super({
581
583
  name: "ConformancePackTemplateValidationException",
582
584
  $fault: "client",
583
585
  ...opts,
584
586
  });
585
- this.name = "ConformancePackTemplateValidationException";
586
- this.$fault = "client";
587
587
  Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
588
588
  }
589
589
  }
590
590
  export class InvalidParameterValueException extends __BaseException {
591
+ name = "InvalidParameterValueException";
592
+ $fault = "client";
591
593
  constructor(opts) {
592
594
  super({
593
595
  name: "InvalidParameterValueException",
594
596
  $fault: "client",
595
597
  ...opts,
596
598
  });
597
- this.name = "InvalidParameterValueException";
598
- this.$fault = "client";
599
599
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
600
600
  }
601
601
  }
602
602
  export class NoSuchConfigRuleException extends __BaseException {
603
+ name = "NoSuchConfigRuleException";
604
+ $fault = "client";
603
605
  constructor(opts) {
604
606
  super({
605
607
  name: "NoSuchConfigRuleException",
606
608
  $fault: "client",
607
609
  ...opts,
608
610
  });
609
- this.name = "NoSuchConfigRuleException";
610
- this.$fault = "client";
611
611
  Object.setPrototypeOf(this, NoSuchConfigRuleException.prototype);
612
612
  }
613
613
  }
614
614
  export class ResourceInUseException extends __BaseException {
615
+ name = "ResourceInUseException";
616
+ $fault = "client";
615
617
  constructor(opts) {
616
618
  super({
617
619
  name: "ResourceInUseException",
618
620
  $fault: "client",
619
621
  ...opts,
620
622
  });
621
- this.name = "ResourceInUseException";
622
- this.$fault = "client";
623
623
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
624
624
  }
625
625
  }
626
626
  export class UnmodifiableEntityException extends __BaseException {
627
+ name = "UnmodifiableEntityException";
628
+ $fault = "client";
627
629
  constructor(opts) {
628
630
  super({
629
631
  name: "UnmodifiableEntityException",
630
632
  $fault: "client",
631
633
  ...opts,
632
634
  });
633
- this.name = "UnmodifiableEntityException";
634
- this.$fault = "client";
635
635
  Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
636
636
  }
637
637
  }
638
638
  export class NoSuchConformancePackException extends __BaseException {
639
+ name = "NoSuchConformancePackException";
640
+ $fault = "client";
639
641
  constructor(opts) {
640
642
  super({
641
643
  name: "NoSuchConformancePackException",
642
644
  $fault: "client",
643
645
  ...opts,
644
646
  });
645
- this.name = "NoSuchConformancePackException";
646
- this.$fault = "client";
647
647
  Object.setPrototypeOf(this, NoSuchConformancePackException.prototype);
648
648
  }
649
649
  }
650
650
  export class LastDeliveryChannelDeleteFailedException extends __BaseException {
651
+ name = "LastDeliveryChannelDeleteFailedException";
652
+ $fault = "client";
651
653
  constructor(opts) {
652
654
  super({
653
655
  name: "LastDeliveryChannelDeleteFailedException",
654
656
  $fault: "client",
655
657
  ...opts,
656
658
  });
657
- this.name = "LastDeliveryChannelDeleteFailedException";
658
- this.$fault = "client";
659
659
  Object.setPrototypeOf(this, LastDeliveryChannelDeleteFailedException.prototype);
660
660
  }
661
661
  }
662
662
  export class NoSuchDeliveryChannelException extends __BaseException {
663
+ name = "NoSuchDeliveryChannelException";
664
+ $fault = "client";
663
665
  constructor(opts) {
664
666
  super({
665
667
  name: "NoSuchDeliveryChannelException",
666
668
  $fault: "client",
667
669
  ...opts,
668
670
  });
669
- this.name = "NoSuchDeliveryChannelException";
670
- this.$fault = "client";
671
671
  Object.setPrototypeOf(this, NoSuchDeliveryChannelException.prototype);
672
672
  }
673
673
  }
674
674
  export class NoSuchOrganizationConfigRuleException extends __BaseException {
675
+ name = "NoSuchOrganizationConfigRuleException";
676
+ $fault = "client";
675
677
  constructor(opts) {
676
678
  super({
677
679
  name: "NoSuchOrganizationConfigRuleException",
678
680
  $fault: "client",
679
681
  ...opts,
680
682
  });
681
- this.name = "NoSuchOrganizationConfigRuleException";
682
- this.$fault = "client";
683
683
  Object.setPrototypeOf(this, NoSuchOrganizationConfigRuleException.prototype);
684
684
  }
685
685
  }
686
686
  export class OrganizationAccessDeniedException extends __BaseException {
687
+ name = "OrganizationAccessDeniedException";
688
+ $fault = "client";
687
689
  constructor(opts) {
688
690
  super({
689
691
  name: "OrganizationAccessDeniedException",
690
692
  $fault: "client",
691
693
  ...opts,
692
694
  });
693
- this.name = "OrganizationAccessDeniedException";
694
- this.$fault = "client";
695
695
  Object.setPrototypeOf(this, OrganizationAccessDeniedException.prototype);
696
696
  }
697
697
  }
698
698
  export class NoSuchOrganizationConformancePackException extends __BaseException {
699
+ name = "NoSuchOrganizationConformancePackException";
700
+ $fault = "client";
699
701
  constructor(opts) {
700
702
  super({
701
703
  name: "NoSuchOrganizationConformancePackException",
702
704
  $fault: "client",
703
705
  ...opts,
704
706
  });
705
- this.name = "NoSuchOrganizationConformancePackException";
706
- this.$fault = "client";
707
707
  Object.setPrototypeOf(this, NoSuchOrganizationConformancePackException.prototype);
708
708
  }
709
709
  }
710
710
  export class InsufficientPermissionsException extends __BaseException {
711
+ name = "InsufficientPermissionsException";
712
+ $fault = "client";
711
713
  constructor(opts) {
712
714
  super({
713
715
  name: "InsufficientPermissionsException",
714
716
  $fault: "client",
715
717
  ...opts,
716
718
  });
717
- this.name = "InsufficientPermissionsException";
718
- this.$fault = "client";
719
719
  Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
720
720
  }
721
721
  }
722
722
  export class NoSuchRemediationConfigurationException extends __BaseException {
723
+ name = "NoSuchRemediationConfigurationException";
724
+ $fault = "client";
723
725
  constructor(opts) {
724
726
  super({
725
727
  name: "NoSuchRemediationConfigurationException",
726
728
  $fault: "client",
727
729
  ...opts,
728
730
  });
729
- this.name = "NoSuchRemediationConfigurationException";
730
- this.$fault = "client";
731
731
  Object.setPrototypeOf(this, NoSuchRemediationConfigurationException.prototype);
732
732
  }
733
733
  }
734
734
  export class RemediationInProgressException extends __BaseException {
735
+ name = "RemediationInProgressException";
736
+ $fault = "client";
735
737
  constructor(opts) {
736
738
  super({
737
739
  name: "RemediationInProgressException",
738
740
  $fault: "client",
739
741
  ...opts,
740
742
  });
741
- this.name = "RemediationInProgressException";
742
- this.$fault = "client";
743
743
  Object.setPrototypeOf(this, RemediationInProgressException.prototype);
744
744
  }
745
745
  }
746
746
  export class NoSuchRemediationExceptionException extends __BaseException {
747
+ name = "NoSuchRemediationExceptionException";
748
+ $fault = "client";
747
749
  constructor(opts) {
748
750
  super({
749
751
  name: "NoSuchRemediationExceptionException",
750
752
  $fault: "client",
751
753
  ...opts,
752
754
  });
753
- this.name = "NoSuchRemediationExceptionException";
754
- this.$fault = "client";
755
755
  Object.setPrototypeOf(this, NoSuchRemediationExceptionException.prototype);
756
756
  }
757
757
  }
758
758
  export class NoRunningConfigurationRecorderException extends __BaseException {
759
+ name = "NoRunningConfigurationRecorderException";
760
+ $fault = "client";
759
761
  constructor(opts) {
760
762
  super({
761
763
  name: "NoRunningConfigurationRecorderException",
762
764
  $fault: "client",
763
765
  ...opts,
764
766
  });
765
- this.name = "NoRunningConfigurationRecorderException";
766
- this.$fault = "client";
767
767
  Object.setPrototypeOf(this, NoRunningConfigurationRecorderException.prototype);
768
768
  }
769
769
  }
770
770
  export class NoSuchRetentionConfigurationException extends __BaseException {
771
+ name = "NoSuchRetentionConfigurationException";
772
+ $fault = "client";
771
773
  constructor(opts) {
772
774
  super({
773
775
  name: "NoSuchRetentionConfigurationException",
774
776
  $fault: "client",
775
777
  ...opts,
776
778
  });
777
- this.name = "NoSuchRetentionConfigurationException";
778
- this.$fault = "client";
779
779
  Object.setPrototypeOf(this, NoSuchRetentionConfigurationException.prototype);
780
780
  }
781
781
  }
782
782
  export class ResourceNotFoundException extends __BaseException {
783
+ name = "ResourceNotFoundException";
784
+ $fault = "client";
783
785
  constructor(opts) {
784
786
  super({
785
787
  name: "ResourceNotFoundException",
786
788
  $fault: "client",
787
789
  ...opts,
788
790
  });
789
- this.name = "ResourceNotFoundException";
790
- this.$fault = "client";
791
791
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
792
792
  }
793
793
  }
794
794
  export class InvalidLimitException extends __BaseException {
795
+ name = "InvalidLimitException";
796
+ $fault = "client";
795
797
  constructor(opts) {
796
798
  super({
797
799
  name: "InvalidLimitException",
798
800
  $fault: "client",
799
801
  ...opts,
800
802
  });
801
- this.name = "InvalidLimitException";
802
- this.$fault = "client";
803
803
  Object.setPrototypeOf(this, InvalidLimitException.prototype);
804
804
  }
805
805
  }
806
806
  export class InvalidNextTokenException extends __BaseException {
807
+ name = "InvalidNextTokenException";
808
+ $fault = "client";
807
809
  constructor(opts) {
808
810
  super({
809
811
  name: "InvalidNextTokenException",
810
812
  $fault: "client",
811
813
  ...opts,
812
814
  });
813
- this.name = "InvalidNextTokenException";
814
- this.$fault = "client";
815
815
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
816
816
  }
817
817
  }
818
818
  export class NoSuchConfigRuleInConformancePackException extends __BaseException {
819
+ name = "NoSuchConfigRuleInConformancePackException";
820
+ $fault = "client";
819
821
  constructor(opts) {
820
822
  super({
821
823
  name: "NoSuchConfigRuleInConformancePackException",
822
824
  $fault: "client",
823
825
  ...opts,
824
826
  });
825
- this.name = "NoSuchConfigRuleInConformancePackException";
826
- this.$fault = "client";
827
827
  Object.setPrototypeOf(this, NoSuchConfigRuleInConformancePackException.prototype);
828
828
  }
829
829
  }
@@ -886,26 +886,26 @@ export const ResourceCountGroupKey = {
886
886
  RESOURCE_TYPE: "RESOURCE_TYPE",
887
887
  };
888
888
  export class OversizedConfigurationItemException extends __BaseException {
889
+ name = "OversizedConfigurationItemException";
890
+ $fault = "client";
889
891
  constructor(opts) {
890
892
  super({
891
893
  name: "OversizedConfigurationItemException",
892
894
  $fault: "client",
893
895
  ...opts,
894
896
  });
895
- this.name = "OversizedConfigurationItemException";
896
- this.$fault = "client";
897
897
  Object.setPrototypeOf(this, OversizedConfigurationItemException.prototype);
898
898
  }
899
899
  }
900
900
  export class ResourceNotDiscoveredException extends __BaseException {
901
+ name = "ResourceNotDiscoveredException";
902
+ $fault = "client";
901
903
  constructor(opts) {
902
904
  super({
903
905
  name: "ResourceNotDiscoveredException",
904
906
  $fault: "client",
905
907
  ...opts,
906
908
  });
907
- this.name = "ResourceNotDiscoveredException";
908
- this.$fault = "client";
909
909
  Object.setPrototypeOf(this, ResourceNotDiscoveredException.prototype);
910
910
  }
911
911
  }
@@ -932,14 +932,14 @@ export const OrganizationResourceDetailedStatus = {
932
932
  UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
933
933
  };
934
934
  export class InvalidTimeRangeException extends __BaseException {
935
+ name = "InvalidTimeRangeException";
936
+ $fault = "client";
935
937
  constructor(opts) {
936
938
  super({
937
939
  name: "InvalidTimeRangeException",
938
940
  $fault: "client",
939
941
  ...opts,
940
942
  });
941
- this.name = "InvalidTimeRangeException";
942
- this.$fault = "client";
943
943
  Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
944
944
  }
945
945
  }
@@ -947,146 +947,146 @@ export const ResourceConfigurationSchemaType = {
947
947
  CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA",
948
948
  };
949
949
  export class IdempotentParameterMismatch extends __BaseException {
950
+ name = "IdempotentParameterMismatch";
951
+ $fault = "client";
950
952
  constructor(opts) {
951
953
  super({
952
954
  name: "IdempotentParameterMismatch",
953
955
  $fault: "client",
954
956
  ...opts,
955
957
  });
956
- this.name = "IdempotentParameterMismatch";
957
- this.$fault = "client";
958
958
  Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
959
959
  }
960
960
  }
961
961
  export class InsufficientDeliveryPolicyException extends __BaseException {
962
+ name = "InsufficientDeliveryPolicyException";
963
+ $fault = "client";
962
964
  constructor(opts) {
963
965
  super({
964
966
  name: "InsufficientDeliveryPolicyException",
965
967
  $fault: "client",
966
968
  ...opts,
967
969
  });
968
- this.name = "InsufficientDeliveryPolicyException";
969
- this.$fault = "client";
970
970
  Object.setPrototypeOf(this, InsufficientDeliveryPolicyException.prototype);
971
971
  }
972
972
  }
973
973
  export class InvalidConfigurationRecorderNameException extends __BaseException {
974
+ name = "InvalidConfigurationRecorderNameException";
975
+ $fault = "client";
974
976
  constructor(opts) {
975
977
  super({
976
978
  name: "InvalidConfigurationRecorderNameException",
977
979
  $fault: "client",
978
980
  ...opts,
979
981
  });
980
- this.name = "InvalidConfigurationRecorderNameException";
981
- this.$fault = "client";
982
982
  Object.setPrototypeOf(this, InvalidConfigurationRecorderNameException.prototype);
983
983
  }
984
984
  }
985
985
  export class InvalidDeliveryChannelNameException extends __BaseException {
986
+ name = "InvalidDeliveryChannelNameException";
987
+ $fault = "client";
986
988
  constructor(opts) {
987
989
  super({
988
990
  name: "InvalidDeliveryChannelNameException",
989
991
  $fault: "client",
990
992
  ...opts,
991
993
  });
992
- this.name = "InvalidDeliveryChannelNameException";
993
- this.$fault = "client";
994
994
  Object.setPrototypeOf(this, InvalidDeliveryChannelNameException.prototype);
995
995
  }
996
996
  }
997
997
  export class InvalidExpressionException extends __BaseException {
998
+ name = "InvalidExpressionException";
999
+ $fault = "client";
998
1000
  constructor(opts) {
999
1001
  super({
1000
1002
  name: "InvalidExpressionException",
1001
1003
  $fault: "client",
1002
1004
  ...opts,
1003
1005
  });
1004
- this.name = "InvalidExpressionException";
1005
- this.$fault = "client";
1006
1006
  Object.setPrototypeOf(this, InvalidExpressionException.prototype);
1007
1007
  }
1008
1008
  }
1009
1009
  export class InvalidRecordingGroupException extends __BaseException {
1010
+ name = "InvalidRecordingGroupException";
1011
+ $fault = "client";
1010
1012
  constructor(opts) {
1011
1013
  super({
1012
1014
  name: "InvalidRecordingGroupException",
1013
1015
  $fault: "client",
1014
1016
  ...opts,
1015
1017
  });
1016
- this.name = "InvalidRecordingGroupException";
1017
- this.$fault = "client";
1018
1018
  Object.setPrototypeOf(this, InvalidRecordingGroupException.prototype);
1019
1019
  }
1020
1020
  }
1021
1021
  export class InvalidResultTokenException extends __BaseException {
1022
+ name = "InvalidResultTokenException";
1023
+ $fault = "client";
1022
1024
  constructor(opts) {
1023
1025
  super({
1024
1026
  name: "InvalidResultTokenException",
1025
1027
  $fault: "client",
1026
1028
  ...opts,
1027
1029
  });
1028
- this.name = "InvalidResultTokenException";
1029
- this.$fault = "client";
1030
1030
  Object.setPrototypeOf(this, InvalidResultTokenException.prototype);
1031
1031
  }
1032
1032
  }
1033
1033
  export class InvalidRoleException extends __BaseException {
1034
+ name = "InvalidRoleException";
1035
+ $fault = "client";
1034
1036
  constructor(opts) {
1035
1037
  super({
1036
1038
  name: "InvalidRoleException",
1037
1039
  $fault: "client",
1038
1040
  ...opts,
1039
1041
  });
1040
- this.name = "InvalidRoleException";
1041
- this.$fault = "client";
1042
1042
  Object.setPrototypeOf(this, InvalidRoleException.prototype);
1043
1043
  }
1044
1044
  }
1045
1045
  export class InvalidS3KeyPrefixException extends __BaseException {
1046
+ name = "InvalidS3KeyPrefixException";
1047
+ $fault = "client";
1046
1048
  constructor(opts) {
1047
1049
  super({
1048
1050
  name: "InvalidS3KeyPrefixException",
1049
1051
  $fault: "client",
1050
1052
  ...opts,
1051
1053
  });
1052
- this.name = "InvalidS3KeyPrefixException";
1053
- this.$fault = "client";
1054
1054
  Object.setPrototypeOf(this, InvalidS3KeyPrefixException.prototype);
1055
1055
  }
1056
1056
  }
1057
1057
  export class InvalidS3KmsKeyArnException extends __BaseException {
1058
+ name = "InvalidS3KmsKeyArnException";
1059
+ $fault = "client";
1058
1060
  constructor(opts) {
1059
1061
  super({
1060
1062
  name: "InvalidS3KmsKeyArnException",
1061
1063
  $fault: "client",
1062
1064
  ...opts,
1063
1065
  });
1064
- this.name = "InvalidS3KmsKeyArnException";
1065
- this.$fault = "client";
1066
1066
  Object.setPrototypeOf(this, InvalidS3KmsKeyArnException.prototype);
1067
1067
  }
1068
1068
  }
1069
1069
  export class InvalidSNSTopicARNException extends __BaseException {
1070
+ name = "InvalidSNSTopicARNException";
1071
+ $fault = "client";
1070
1072
  constructor(opts) {
1071
1073
  super({
1072
1074
  name: "InvalidSNSTopicARNException",
1073
1075
  $fault: "client",
1074
1076
  ...opts,
1075
1077
  });
1076
- this.name = "InvalidSNSTopicARNException";
1077
- this.$fault = "client";
1078
1078
  Object.setPrototypeOf(this, InvalidSNSTopicARNException.prototype);
1079
1079
  }
1080
1080
  }
1081
1081
  export class LimitExceededException extends __BaseException {
1082
+ name = "LimitExceededException";
1083
+ $fault = "client";
1082
1084
  constructor(opts) {
1083
1085
  super({
1084
1086
  name: "LimitExceededException",
1085
1087
  $fault: "client",
1086
1088
  ...opts,
1087
1089
  });
1088
- this.name = "LimitExceededException";
1089
- this.$fault = "client";
1090
1090
  Object.setPrototypeOf(this, LimitExceededException.prototype);
1091
1091
  }
1092
1092
  }