@aws-sdk/client-ssm 3.52.0 → 3.53.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.
@@ -1,5 +1,6 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, ParameterTier, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
3
+ import { SSMServiceException as __BaseException } from "./SSMServiceException";
3
4
  export declare enum ParameterType {
4
5
  SECURE_STRING = "SecureString",
5
6
  STRING = "String",
@@ -45,11 +46,11 @@ export declare namespace DescribeParametersResult {
45
46
  const filterSensitiveLog: (obj: DescribeParametersResult) => any;
46
47
  }
47
48
 
48
- export interface InvalidFilterOption extends __SmithyException, $MetadataBearer {
49
- name: "InvalidFilterOption";
50
- $fault: "client";
49
+ export declare class InvalidFilterOption extends __BaseException {
50
+ readonly name: "InvalidFilterOption";
51
+ readonly $fault: "client";
51
52
 
52
- message?: string;
53
+ constructor(opts: __ExceptionOptionType<InvalidFilterOption, __BaseException>);
53
54
  }
54
55
  export interface DescribePatchBaselinesRequest {
55
56
 
@@ -313,10 +314,12 @@ export declare namespace DisassociateOpsItemRelatedItemResponse {
313
314
  const filterSensitiveLog: (obj: DisassociateOpsItemRelatedItemResponse) => any;
314
315
  }
315
316
 
316
- export interface OpsItemRelatedItemAssociationNotFoundException extends __SmithyException, $MetadataBearer {
317
- name: "OpsItemRelatedItemAssociationNotFoundException";
318
- $fault: "client";
317
+ export declare class OpsItemRelatedItemAssociationNotFoundException extends __BaseException {
318
+ readonly name: "OpsItemRelatedItemAssociationNotFoundException";
319
+ readonly $fault: "client";
319
320
  Message?: string;
321
+
322
+ constructor(opts: __ExceptionOptionType<OpsItemRelatedItemAssociationNotFoundException, __BaseException>);
320
323
  }
321
324
  export interface GetAutomationExecutionRequest {
322
325
 
@@ -453,16 +456,20 @@ export declare namespace GetCalendarStateResponse {
453
456
  const filterSensitiveLog: (obj: GetCalendarStateResponse) => any;
454
457
  }
455
458
 
456
- export interface InvalidDocumentType extends __SmithyException, $MetadataBearer {
457
- name: "InvalidDocumentType";
458
- $fault: "client";
459
+ export declare class InvalidDocumentType extends __BaseException {
460
+ readonly name: "InvalidDocumentType";
461
+ readonly $fault: "client";
459
462
  Message?: string;
463
+
464
+ constructor(opts: __ExceptionOptionType<InvalidDocumentType, __BaseException>);
460
465
  }
461
466
 
462
- export interface UnsupportedCalendarException extends __SmithyException, $MetadataBearer {
463
- name: "UnsupportedCalendarException";
464
- $fault: "client";
467
+ export declare class UnsupportedCalendarException extends __BaseException {
468
+ readonly name: "UnsupportedCalendarException";
469
+ readonly $fault: "client";
465
470
  Message?: string;
471
+
472
+ constructor(opts: __ExceptionOptionType<UnsupportedCalendarException, __BaseException>);
466
473
  }
467
474
  export interface GetCommandInvocationRequest {
468
475
 
@@ -538,14 +545,18 @@ export declare namespace GetCommandInvocationResult {
538
545
  const filterSensitiveLog: (obj: GetCommandInvocationResult) => any;
539
546
  }
540
547
 
541
- export interface InvalidPluginName extends __SmithyException, $MetadataBearer {
542
- name: "InvalidPluginName";
543
- $fault: "client";
548
+ export declare class InvalidPluginName extends __BaseException {
549
+ readonly name: "InvalidPluginName";
550
+ readonly $fault: "client";
551
+
552
+ constructor(opts: __ExceptionOptionType<InvalidPluginName, __BaseException>);
544
553
  }
545
554
 
546
- export interface InvocationDoesNotExist extends __SmithyException, $MetadataBearer {
547
- name: "InvocationDoesNotExist";
548
- $fault: "client";
555
+ export declare class InvocationDoesNotExist extends __BaseException {
556
+ readonly name: "InvocationDoesNotExist";
557
+ readonly $fault: "client";
558
+
559
+ constructor(opts: __ExceptionOptionType<InvocationDoesNotExist, __BaseException>);
549
560
  }
550
561
  export interface GetConnectionStatusRequest {
551
562
 
@@ -639,10 +650,12 @@ export declare namespace GetDeployablePatchSnapshotForInstanceResult {
639
650
  const filterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceResult) => any;
640
651
  }
641
652
 
642
- export interface UnsupportedFeatureRequiredException extends __SmithyException, $MetadataBearer {
643
- name: "UnsupportedFeatureRequiredException";
644
- $fault: "client";
653
+ export declare class UnsupportedFeatureRequiredException extends __BaseException {
654
+ readonly name: "UnsupportedFeatureRequiredException";
655
+ readonly $fault: "client";
645
656
  Message?: string;
657
+
658
+ constructor(opts: __ExceptionOptionType<UnsupportedFeatureRequiredException, __BaseException>);
646
659
  }
647
660
  export interface GetDocumentRequest {
648
661
 
@@ -794,22 +807,28 @@ export declare namespace GetInventoryResult {
794
807
  const filterSensitiveLog: (obj: GetInventoryResult) => any;
795
808
  }
796
809
 
797
- export interface InvalidAggregatorException extends __SmithyException, $MetadataBearer {
798
- name: "InvalidAggregatorException";
799
- $fault: "client";
810
+ export declare class InvalidAggregatorException extends __BaseException {
811
+ readonly name: "InvalidAggregatorException";
812
+ readonly $fault: "client";
800
813
  Message?: string;
814
+
815
+ constructor(opts: __ExceptionOptionType<InvalidAggregatorException, __BaseException>);
801
816
  }
802
817
 
803
- export interface InvalidInventoryGroupException extends __SmithyException, $MetadataBearer {
804
- name: "InvalidInventoryGroupException";
805
- $fault: "client";
818
+ export declare class InvalidInventoryGroupException extends __BaseException {
819
+ readonly name: "InvalidInventoryGroupException";
820
+ readonly $fault: "client";
806
821
  Message?: string;
822
+
823
+ constructor(opts: __ExceptionOptionType<InvalidInventoryGroupException, __BaseException>);
807
824
  }
808
825
 
809
- export interface InvalidResultAttributeException extends __SmithyException, $MetadataBearer {
810
- name: "InvalidResultAttributeException";
811
- $fault: "client";
826
+ export declare class InvalidResultAttributeException extends __BaseException {
827
+ readonly name: "InvalidResultAttributeException";
828
+ readonly $fault: "client";
812
829
  Message?: string;
830
+
831
+ constructor(opts: __ExceptionOptionType<InvalidResultAttributeException, __BaseException>);
813
832
  }
814
833
  export interface GetInventorySchemaRequest {
815
834
 
@@ -1382,16 +1401,18 @@ export declare namespace GetParameterResult {
1382
1401
  const filterSensitiveLog: (obj: GetParameterResult) => any;
1383
1402
  }
1384
1403
 
1385
- export interface InvalidKeyId extends __SmithyException, $MetadataBearer {
1386
- name: "InvalidKeyId";
1387
- $fault: "client";
1388
- message?: string;
1404
+ export declare class InvalidKeyId extends __BaseException {
1405
+ readonly name: "InvalidKeyId";
1406
+ readonly $fault: "client";
1407
+
1408
+ constructor(opts: __ExceptionOptionType<InvalidKeyId, __BaseException>);
1389
1409
  }
1390
1410
 
1391
- export interface ParameterVersionNotFound extends __SmithyException, $MetadataBearer {
1392
- name: "ParameterVersionNotFound";
1393
- $fault: "client";
1394
- message?: string;
1411
+ export declare class ParameterVersionNotFound extends __BaseException {
1412
+ readonly name: "ParameterVersionNotFound";
1413
+ readonly $fault: "client";
1414
+
1415
+ constructor(opts: __ExceptionOptionType<ParameterVersionNotFound, __BaseException>);
1395
1416
  }
1396
1417
  export interface GetParameterHistoryRequest {
1397
1418
 
@@ -1602,10 +1623,12 @@ export declare namespace GetServiceSettingResult {
1602
1623
  const filterSensitiveLog: (obj: GetServiceSettingResult) => any;
1603
1624
  }
1604
1625
 
1605
- export interface ServiceSettingNotFound extends __SmithyException, $MetadataBearer {
1606
- name: "ServiceSettingNotFound";
1607
- $fault: "client";
1626
+ export declare class ServiceSettingNotFound extends __BaseException {
1627
+ readonly name: "ServiceSettingNotFound";
1628
+ readonly $fault: "client";
1608
1629
  Message?: string;
1630
+
1631
+ constructor(opts: __ExceptionOptionType<ServiceSettingNotFound, __BaseException>);
1609
1632
  }
1610
1633
  export interface LabelParameterVersionRequest {
1611
1634
 
@@ -1630,10 +1653,11 @@ export declare namespace LabelParameterVersionResult {
1630
1653
  const filterSensitiveLog: (obj: LabelParameterVersionResult) => any;
1631
1654
  }
1632
1655
 
1633
- export interface ParameterVersionLabelLimitExceeded extends __SmithyException, $MetadataBearer {
1634
- name: "ParameterVersionLabelLimitExceeded";
1635
- $fault: "client";
1636
- message?: string;
1656
+ export declare class ParameterVersionLabelLimitExceeded extends __BaseException {
1657
+ readonly name: "ParameterVersionLabelLimitExceeded";
1658
+ readonly $fault: "client";
1659
+
1660
+ constructor(opts: __ExceptionOptionType<ParameterVersionLabelLimitExceeded, __BaseException>);
1637
1661
  }
1638
1662
  export declare enum AssociationFilterKey {
1639
1663
  AssociationId = "AssociationId",
@@ -2737,10 +2761,12 @@ export declare namespace ListTagsForResourceResult {
2737
2761
  const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
2738
2762
  }
2739
2763
 
2740
- export interface DocumentPermissionLimit extends __SmithyException, $MetadataBearer {
2741
- name: "DocumentPermissionLimit";
2742
- $fault: "client";
2764
+ export declare class DocumentPermissionLimit extends __BaseException {
2765
+ readonly name: "DocumentPermissionLimit";
2766
+ readonly $fault: "client";
2743
2767
  Message?: string;
2768
+
2769
+ constructor(opts: __ExceptionOptionType<DocumentPermissionLimit, __BaseException>);
2744
2770
  }
2745
2771
  export interface ModifyDocumentPermissionRequest {
2746
2772
 
@@ -2765,24 +2791,30 @@ export declare namespace ModifyDocumentPermissionResponse {
2765
2791
  const filterSensitiveLog: (obj: ModifyDocumentPermissionResponse) => any;
2766
2792
  }
2767
2793
 
2768
- export interface ComplianceTypeCountLimitExceededException extends __SmithyException, $MetadataBearer {
2769
- name: "ComplianceTypeCountLimitExceededException";
2770
- $fault: "client";
2794
+ export declare class ComplianceTypeCountLimitExceededException extends __BaseException {
2795
+ readonly name: "ComplianceTypeCountLimitExceededException";
2796
+ readonly $fault: "client";
2771
2797
  Message?: string;
2798
+
2799
+ constructor(opts: __ExceptionOptionType<ComplianceTypeCountLimitExceededException, __BaseException>);
2772
2800
  }
2773
2801
 
2774
- export interface InvalidItemContentException extends __SmithyException, $MetadataBearer {
2775
- name: "InvalidItemContentException";
2776
- $fault: "client";
2802
+ export declare class InvalidItemContentException extends __BaseException {
2803
+ readonly name: "InvalidItemContentException";
2804
+ readonly $fault: "client";
2777
2805
  TypeName?: string;
2778
2806
  Message?: string;
2807
+
2808
+ constructor(opts: __ExceptionOptionType<InvalidItemContentException, __BaseException>);
2779
2809
  }
2780
2810
 
2781
- export interface ItemSizeLimitExceededException extends __SmithyException, $MetadataBearer {
2782
- name: "ItemSizeLimitExceededException";
2783
- $fault: "client";
2811
+ export declare class ItemSizeLimitExceededException extends __BaseException {
2812
+ readonly name: "ItemSizeLimitExceededException";
2813
+ readonly $fault: "client";
2784
2814
  TypeName?: string;
2785
2815
  Message?: string;
2816
+
2817
+ constructor(opts: __ExceptionOptionType<ItemSizeLimitExceededException, __BaseException>);
2786
2818
  }
2787
2819
 
2788
2820
  export interface ComplianceItemEntry {
@@ -2834,29 +2866,37 @@ export declare namespace PutComplianceItemsResult {
2834
2866
  const filterSensitiveLog: (obj: PutComplianceItemsResult) => any;
2835
2867
  }
2836
2868
 
2837
- export interface TotalSizeLimitExceededException extends __SmithyException, $MetadataBearer {
2838
- name: "TotalSizeLimitExceededException";
2839
- $fault: "client";
2869
+ export declare class TotalSizeLimitExceededException extends __BaseException {
2870
+ readonly name: "TotalSizeLimitExceededException";
2871
+ readonly $fault: "client";
2840
2872
  Message?: string;
2873
+
2874
+ constructor(opts: __ExceptionOptionType<TotalSizeLimitExceededException, __BaseException>);
2841
2875
  }
2842
2876
 
2843
- export interface CustomSchemaCountLimitExceededException extends __SmithyException, $MetadataBearer {
2844
- name: "CustomSchemaCountLimitExceededException";
2845
- $fault: "client";
2877
+ export declare class CustomSchemaCountLimitExceededException extends __BaseException {
2878
+ readonly name: "CustomSchemaCountLimitExceededException";
2879
+ readonly $fault: "client";
2846
2880
  Message?: string;
2881
+
2882
+ constructor(opts: __ExceptionOptionType<CustomSchemaCountLimitExceededException, __BaseException>);
2847
2883
  }
2848
2884
 
2849
- export interface InvalidInventoryItemContextException extends __SmithyException, $MetadataBearer {
2850
- name: "InvalidInventoryItemContextException";
2851
- $fault: "client";
2885
+ export declare class InvalidInventoryItemContextException extends __BaseException {
2886
+ readonly name: "InvalidInventoryItemContextException";
2887
+ readonly $fault: "client";
2852
2888
  Message?: string;
2889
+
2890
+ constructor(opts: __ExceptionOptionType<InvalidInventoryItemContextException, __BaseException>);
2853
2891
  }
2854
2892
 
2855
- export interface ItemContentMismatchException extends __SmithyException, $MetadataBearer {
2856
- name: "ItemContentMismatchException";
2857
- $fault: "client";
2893
+ export declare class ItemContentMismatchException extends __BaseException {
2894
+ readonly name: "ItemContentMismatchException";
2895
+ readonly $fault: "client";
2858
2896
  TypeName?: string;
2859
2897
  Message?: string;
2898
+
2899
+ constructor(opts: __ExceptionOptionType<ItemContentMismatchException, __BaseException>);
2860
2900
  }
2861
2901
 
2862
2902
  export interface InventoryItem {
@@ -2900,93 +2940,106 @@ export declare namespace PutInventoryResult {
2900
2940
  const filterSensitiveLog: (obj: PutInventoryResult) => any;
2901
2941
  }
2902
2942
 
2903
- export interface SubTypeCountLimitExceededException extends __SmithyException, $MetadataBearer {
2904
- name: "SubTypeCountLimitExceededException";
2905
- $fault: "client";
2943
+ export declare class SubTypeCountLimitExceededException extends __BaseException {
2944
+ readonly name: "SubTypeCountLimitExceededException";
2945
+ readonly $fault: "client";
2906
2946
  Message?: string;
2947
+
2948
+ constructor(opts: __ExceptionOptionType<SubTypeCountLimitExceededException, __BaseException>);
2907
2949
  }
2908
2950
 
2909
- export interface UnsupportedInventoryItemContextException extends __SmithyException, $MetadataBearer {
2910
- name: "UnsupportedInventoryItemContextException";
2911
- $fault: "client";
2951
+ export declare class UnsupportedInventoryItemContextException extends __BaseException {
2952
+ readonly name: "UnsupportedInventoryItemContextException";
2953
+ readonly $fault: "client";
2912
2954
  TypeName?: string;
2913
2955
  Message?: string;
2956
+
2957
+ constructor(opts: __ExceptionOptionType<UnsupportedInventoryItemContextException, __BaseException>);
2914
2958
  }
2915
2959
 
2916
- export interface UnsupportedInventorySchemaVersionException extends __SmithyException, $MetadataBearer {
2917
- name: "UnsupportedInventorySchemaVersionException";
2918
- $fault: "client";
2960
+ export declare class UnsupportedInventorySchemaVersionException extends __BaseException {
2961
+ readonly name: "UnsupportedInventorySchemaVersionException";
2962
+ readonly $fault: "client";
2919
2963
  Message?: string;
2964
+
2965
+ constructor(opts: __ExceptionOptionType<UnsupportedInventorySchemaVersionException, __BaseException>);
2920
2966
  }
2921
2967
 
2922
- export interface HierarchyLevelLimitExceededException extends __SmithyException, $MetadataBearer {
2923
- name: "HierarchyLevelLimitExceededException";
2924
- $fault: "client";
2968
+ export declare class HierarchyLevelLimitExceededException extends __BaseException {
2969
+ readonly name: "HierarchyLevelLimitExceededException";
2970
+ readonly $fault: "client";
2925
2971
 
2926
- message?: string;
2972
+ constructor(opts: __ExceptionOptionType<HierarchyLevelLimitExceededException, __BaseException>);
2927
2973
  }
2928
2974
 
2929
- export interface HierarchyTypeMismatchException extends __SmithyException, $MetadataBearer {
2930
- name: "HierarchyTypeMismatchException";
2931
- $fault: "client";
2975
+ export declare class HierarchyTypeMismatchException extends __BaseException {
2976
+ readonly name: "HierarchyTypeMismatchException";
2977
+ readonly $fault: "client";
2932
2978
 
2933
- message?: string;
2979
+ constructor(opts: __ExceptionOptionType<HierarchyTypeMismatchException, __BaseException>);
2934
2980
  }
2935
2981
 
2936
- export interface IncompatiblePolicyException extends __SmithyException, $MetadataBearer {
2937
- name: "IncompatiblePolicyException";
2938
- $fault: "client";
2939
- message?: string;
2982
+ export declare class IncompatiblePolicyException extends __BaseException {
2983
+ readonly name: "IncompatiblePolicyException";
2984
+ readonly $fault: "client";
2985
+
2986
+ constructor(opts: __ExceptionOptionType<IncompatiblePolicyException, __BaseException>);
2940
2987
  }
2941
2988
 
2942
- export interface InvalidAllowedPatternException extends __SmithyException, $MetadataBearer {
2943
- name: "InvalidAllowedPatternException";
2944
- $fault: "client";
2989
+ export declare class InvalidAllowedPatternException extends __BaseException {
2990
+ readonly name: "InvalidAllowedPatternException";
2991
+ readonly $fault: "client";
2945
2992
 
2946
- message?: string;
2993
+ constructor(opts: __ExceptionOptionType<InvalidAllowedPatternException, __BaseException>);
2947
2994
  }
2948
2995
 
2949
- export interface InvalidPolicyAttributeException extends __SmithyException, $MetadataBearer {
2950
- name: "InvalidPolicyAttributeException";
2951
- $fault: "client";
2952
- message?: string;
2996
+ export declare class InvalidPolicyAttributeException extends __BaseException {
2997
+ readonly name: "InvalidPolicyAttributeException";
2998
+ readonly $fault: "client";
2999
+
3000
+ constructor(opts: __ExceptionOptionType<InvalidPolicyAttributeException, __BaseException>);
2953
3001
  }
2954
3002
 
2955
- export interface InvalidPolicyTypeException extends __SmithyException, $MetadataBearer {
2956
- name: "InvalidPolicyTypeException";
2957
- $fault: "client";
2958
- message?: string;
3003
+ export declare class InvalidPolicyTypeException extends __BaseException {
3004
+ readonly name: "InvalidPolicyTypeException";
3005
+ readonly $fault: "client";
3006
+
3007
+ constructor(opts: __ExceptionOptionType<InvalidPolicyTypeException, __BaseException>);
2959
3008
  }
2960
3009
 
2961
- export interface ParameterAlreadyExists extends __SmithyException, $MetadataBearer {
2962
- name: "ParameterAlreadyExists";
2963
- $fault: "client";
2964
- message?: string;
3010
+ export declare class ParameterAlreadyExists extends __BaseException {
3011
+ readonly name: "ParameterAlreadyExists";
3012
+ readonly $fault: "client";
3013
+
3014
+ constructor(opts: __ExceptionOptionType<ParameterAlreadyExists, __BaseException>);
2965
3015
  }
2966
3016
 
2967
- export interface ParameterLimitExceeded extends __SmithyException, $MetadataBearer {
2968
- name: "ParameterLimitExceeded";
2969
- $fault: "client";
2970
- message?: string;
3017
+ export declare class ParameterLimitExceeded extends __BaseException {
3018
+ readonly name: "ParameterLimitExceeded";
3019
+ readonly $fault: "client";
3020
+
3021
+ constructor(opts: __ExceptionOptionType<ParameterLimitExceeded, __BaseException>);
2971
3022
  }
2972
3023
 
2973
- export interface ParameterMaxVersionLimitExceeded extends __SmithyException, $MetadataBearer {
2974
- name: "ParameterMaxVersionLimitExceeded";
2975
- $fault: "client";
2976
- message?: string;
3024
+ export declare class ParameterMaxVersionLimitExceeded extends __BaseException {
3025
+ readonly name: "ParameterMaxVersionLimitExceeded";
3026
+ readonly $fault: "client";
3027
+
3028
+ constructor(opts: __ExceptionOptionType<ParameterMaxVersionLimitExceeded, __BaseException>);
2977
3029
  }
2978
3030
 
2979
- export interface ParameterPatternMismatchException extends __SmithyException, $MetadataBearer {
2980
- name: "ParameterPatternMismatchException";
2981
- $fault: "client";
3031
+ export declare class ParameterPatternMismatchException extends __BaseException {
3032
+ readonly name: "ParameterPatternMismatchException";
3033
+ readonly $fault: "client";
2982
3034
 
2983
- message?: string;
3035
+ constructor(opts: __ExceptionOptionType<ParameterPatternMismatchException, __BaseException>);
2984
3036
  }
2985
3037
 
2986
- export interface PoliciesLimitExceededException extends __SmithyException, $MetadataBearer {
2987
- name: "PoliciesLimitExceededException";
2988
- $fault: "client";
2989
- message?: string;
3038
+ export declare class PoliciesLimitExceededException extends __BaseException {
3039
+ readonly name: "PoliciesLimitExceededException";
3040
+ readonly $fault: "client";
3041
+
3042
+ constructor(opts: __ExceptionOptionType<PoliciesLimitExceededException, __BaseException>);
2990
3043
  }
2991
3044
  export interface PutParameterRequest {
2992
3045
 
@@ -3027,10 +3080,11 @@ export declare namespace PutParameterResult {
3027
3080
  const filterSensitiveLog: (obj: PutParameterResult) => any;
3028
3081
  }
3029
3082
 
3030
- export interface UnsupportedParameterType extends __SmithyException, $MetadataBearer {
3031
- name: "UnsupportedParameterType";
3032
- $fault: "client";
3033
- message?: string;
3083
+ export declare class UnsupportedParameterType extends __BaseException {
3084
+ readonly name: "UnsupportedParameterType";
3085
+ readonly $fault: "client";
3086
+
3087
+ constructor(opts: __ExceptionOptionType<UnsupportedParameterType, __BaseException>);
3034
3088
  }
3035
3089
  export interface RegisterDefaultPatchBaselineRequest {
3036
3090
 
@@ -3097,10 +3151,12 @@ export declare namespace RegisterTargetWithMaintenanceWindowResult {
3097
3151
  const filterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowResult) => any;
3098
3152
  }
3099
3153
 
3100
- export interface FeatureNotAvailableException extends __SmithyException, $MetadataBearer {
3101
- name: "FeatureNotAvailableException";
3102
- $fault: "client";
3154
+ export declare class FeatureNotAvailableException extends __BaseException {
3155
+ readonly name: "FeatureNotAvailableException";
3156
+ readonly $fault: "client";
3103
3157
  Message?: string;
3158
+
3159
+ constructor(opts: __ExceptionOptionType<FeatureNotAvailableException, __BaseException>);
3104
3160
  }
3105
3161
  export interface RegisterTaskWithMaintenanceWindowRequest {
3106
3162
 
@@ -3205,16 +3261,20 @@ export declare namespace ResumeSessionResponse {
3205
3261
  const filterSensitiveLog: (obj: ResumeSessionResponse) => any;
3206
3262
  }
3207
3263
 
3208
- export interface AutomationStepNotFoundException extends __SmithyException, $MetadataBearer {
3209
- name: "AutomationStepNotFoundException";
3210
- $fault: "client";
3264
+ export declare class AutomationStepNotFoundException extends __BaseException {
3265
+ readonly name: "AutomationStepNotFoundException";
3266
+ readonly $fault: "client";
3211
3267
  Message?: string;
3268
+
3269
+ constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
3212
3270
  }
3213
3271
 
3214
- export interface InvalidAutomationSignalException extends __SmithyException, $MetadataBearer {
3215
- name: "InvalidAutomationSignalException";
3216
- $fault: "client";
3272
+ export declare class InvalidAutomationSignalException extends __BaseException {
3273
+ readonly name: "InvalidAutomationSignalException";
3274
+ readonly $fault: "client";
3217
3275
  Message?: string;
3276
+
3277
+ constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
3218
3278
  }
3219
3279
  export declare enum SignalType {
3220
3280
  APPROVE = "Approve",
@@ -3244,21 +3304,27 @@ export declare namespace SendAutomationSignalResult {
3244
3304
  const filterSensitiveLog: (obj: SendAutomationSignalResult) => any;
3245
3305
  }
3246
3306
 
3247
- export interface InvalidNotificationConfig extends __SmithyException, $MetadataBearer {
3248
- name: "InvalidNotificationConfig";
3249
- $fault: "client";
3307
+ export declare class InvalidNotificationConfig extends __BaseException {
3308
+ readonly name: "InvalidNotificationConfig";
3309
+ readonly $fault: "client";
3250
3310
  Message?: string;
3311
+
3312
+ constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
3251
3313
  }
3252
3314
 
3253
- export interface InvalidOutputFolder extends __SmithyException, $MetadataBearer {
3254
- name: "InvalidOutputFolder";
3255
- $fault: "client";
3315
+ export declare class InvalidOutputFolder extends __BaseException {
3316
+ readonly name: "InvalidOutputFolder";
3317
+ readonly $fault: "client";
3318
+
3319
+ constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
3256
3320
  }
3257
3321
 
3258
- export interface InvalidRole extends __SmithyException, $MetadataBearer {
3259
- name: "InvalidRole";
3260
- $fault: "client";
3322
+ export declare class InvalidRole extends __BaseException {
3323
+ readonly name: "InvalidRole";
3324
+ readonly $fault: "client";
3261
3325
  Message?: string;
3326
+
3327
+ constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
3262
3328
  }
3263
3329
  export interface SendCommandRequest {
3264
3330
 
@@ -3311,10 +3377,12 @@ export declare namespace SendCommandResult {
3311
3377
  const filterSensitiveLog: (obj: SendCommandResult) => any;
3312
3378
  }
3313
3379
 
3314
- export interface InvalidAssociation extends __SmithyException, $MetadataBearer {
3315
- name: "InvalidAssociation";
3316
- $fault: "client";
3380
+ export declare class InvalidAssociation extends __BaseException {
3381
+ readonly name: "InvalidAssociation";
3382
+ readonly $fault: "client";
3317
3383
  Message?: string;
3384
+
3385
+ constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
3318
3386
  }
3319
3387
  export interface StartAssociationsOnceRequest {
3320
3388
 
@@ -3331,28 +3399,36 @@ export declare namespace StartAssociationsOnceResult {
3331
3399
  const filterSensitiveLog: (obj: StartAssociationsOnceResult) => any;
3332
3400
  }
3333
3401
 
3334
- export interface AutomationDefinitionNotFoundException extends __SmithyException, $MetadataBearer {
3335
- name: "AutomationDefinitionNotFoundException";
3336
- $fault: "client";
3402
+ export declare class AutomationDefinitionNotFoundException extends __BaseException {
3403
+ readonly name: "AutomationDefinitionNotFoundException";
3404
+ readonly $fault: "client";
3337
3405
  Message?: string;
3406
+
3407
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
3338
3408
  }
3339
3409
 
3340
- export interface AutomationDefinitionVersionNotFoundException extends __SmithyException, $MetadataBearer {
3341
- name: "AutomationDefinitionVersionNotFoundException";
3342
- $fault: "client";
3410
+ export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
3411
+ readonly name: "AutomationDefinitionVersionNotFoundException";
3412
+ readonly $fault: "client";
3343
3413
  Message?: string;
3414
+
3415
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>);
3344
3416
  }
3345
3417
 
3346
- export interface AutomationExecutionLimitExceededException extends __SmithyException, $MetadataBearer {
3347
- name: "AutomationExecutionLimitExceededException";
3348
- $fault: "client";
3418
+ export declare class AutomationExecutionLimitExceededException extends __BaseException {
3419
+ readonly name: "AutomationExecutionLimitExceededException";
3420
+ readonly $fault: "client";
3349
3421
  Message?: string;
3422
+
3423
+ constructor(opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>);
3350
3424
  }
3351
3425
 
3352
- export interface InvalidAutomationExecutionParametersException extends __SmithyException, $MetadataBearer {
3353
- name: "InvalidAutomationExecutionParametersException";
3354
- $fault: "client";
3426
+ export declare class InvalidAutomationExecutionParametersException extends __BaseException {
3427
+ readonly name: "InvalidAutomationExecutionParametersException";
3428
+ readonly $fault: "client";
3355
3429
  Message?: string;
3430
+
3431
+ constructor(opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>);
3356
3432
  }
3357
3433
  export interface StartAutomationExecutionRequest {
3358
3434
 
@@ -3397,10 +3473,12 @@ export declare namespace StartAutomationExecutionResult {
3397
3473
  const filterSensitiveLog: (obj: StartAutomationExecutionResult) => any;
3398
3474
  }
3399
3475
 
3400
- export interface AutomationDefinitionNotApprovedException extends __SmithyException, $MetadataBearer {
3401
- name: "AutomationDefinitionNotApprovedException";
3402
- $fault: "client";
3476
+ export declare class AutomationDefinitionNotApprovedException extends __BaseException {
3477
+ readonly name: "AutomationDefinitionNotApprovedException";
3478
+ readonly $fault: "client";
3403
3479
  Message?: string;
3480
+
3481
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotApprovedException, __BaseException>);
3404
3482
  }
3405
3483
  export interface StartChangeRequestExecutionRequest {
3406
3484
 
@@ -3469,16 +3547,20 @@ export declare namespace StartSessionResponse {
3469
3547
  const filterSensitiveLog: (obj: StartSessionResponse) => any;
3470
3548
  }
3471
3549
 
3472
- export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
3473
- name: "TargetNotConnected";
3474
- $fault: "client";
3550
+ export declare class TargetNotConnected extends __BaseException {
3551
+ readonly name: "TargetNotConnected";
3552
+ readonly $fault: "client";
3475
3553
  Message?: string;
3554
+
3555
+ constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
3476
3556
  }
3477
3557
 
3478
- export interface InvalidAutomationStatusUpdateException extends __SmithyException, $MetadataBearer {
3479
- name: "InvalidAutomationStatusUpdateException";
3480
- $fault: "client";
3558
+ export declare class InvalidAutomationStatusUpdateException extends __BaseException {
3559
+ readonly name: "InvalidAutomationStatusUpdateException";
3560
+ readonly $fault: "client";
3481
3561
  Message?: string;
3562
+
3563
+ constructor(opts: __ExceptionOptionType<InvalidAutomationStatusUpdateException, __BaseException>);
3482
3564
  }
3483
3565
  export declare enum StopType {
3484
3566
  CANCEL = "Cancel",
@@ -3539,16 +3621,20 @@ export declare namespace UnlabelParameterVersionResult {
3539
3621
  const filterSensitiveLog: (obj: UnlabelParameterVersionResult) => any;
3540
3622
  }
3541
3623
 
3542
- export interface AssociationVersionLimitExceeded extends __SmithyException, $MetadataBearer {
3543
- name: "AssociationVersionLimitExceeded";
3544
- $fault: "client";
3624
+ export declare class AssociationVersionLimitExceeded extends __BaseException {
3625
+ readonly name: "AssociationVersionLimitExceeded";
3626
+ readonly $fault: "client";
3545
3627
  Message?: string;
3628
+
3629
+ constructor(opts: __ExceptionOptionType<AssociationVersionLimitExceeded, __BaseException>);
3546
3630
  }
3547
3631
 
3548
- export interface InvalidUpdate extends __SmithyException, $MetadataBearer {
3549
- name: "InvalidUpdate";
3550
- $fault: "client";
3632
+ export declare class InvalidUpdate extends __BaseException {
3633
+ readonly name: "InvalidUpdate";
3634
+ readonly $fault: "client";
3551
3635
  Message?: string;
3636
+
3637
+ constructor(opts: __ExceptionOptionType<InvalidUpdate, __BaseException>);
3552
3638
  }
3553
3639
  export interface UpdateAssociationRequest {
3554
3640
 
@@ -3601,9 +3687,11 @@ export declare namespace UpdateAssociationResult {
3601
3687
  const filterSensitiveLog: (obj: UpdateAssociationResult) => any;
3602
3688
  }
3603
3689
 
3604
- export interface StatusUnchanged extends __SmithyException, $MetadataBearer {
3605
- name: "StatusUnchanged";
3606
- $fault: "client";
3690
+ export declare class StatusUnchanged extends __BaseException {
3691
+ readonly name: "StatusUnchanged";
3692
+ readonly $fault: "client";
3693
+
3694
+ constructor(opts: __ExceptionOptionType<StatusUnchanged, __BaseException>);
3607
3695
  }
3608
3696
  export interface UpdateAssociationStatusRequest {
3609
3697
 
@@ -3626,22 +3714,28 @@ export declare namespace UpdateAssociationStatusResult {
3626
3714
  const filterSensitiveLog: (obj: UpdateAssociationStatusResult) => any;
3627
3715
  }
3628
3716
 
3629
- export interface DocumentVersionLimitExceeded extends __SmithyException, $MetadataBearer {
3630
- name: "DocumentVersionLimitExceeded";
3631
- $fault: "client";
3717
+ export declare class DocumentVersionLimitExceeded extends __BaseException {
3718
+ readonly name: "DocumentVersionLimitExceeded";
3719
+ readonly $fault: "client";
3632
3720
  Message?: string;
3721
+
3722
+ constructor(opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>);
3633
3723
  }
3634
3724
 
3635
- export interface DuplicateDocumentContent extends __SmithyException, $MetadataBearer {
3636
- name: "DuplicateDocumentContent";
3637
- $fault: "client";
3725
+ export declare class DuplicateDocumentContent extends __BaseException {
3726
+ readonly name: "DuplicateDocumentContent";
3727
+ readonly $fault: "client";
3638
3728
  Message?: string;
3729
+
3730
+ constructor(opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>);
3639
3731
  }
3640
3732
 
3641
- export interface DuplicateDocumentVersionName extends __SmithyException, $MetadataBearer {
3642
- name: "DuplicateDocumentVersionName";
3643
- $fault: "client";
3733
+ export declare class DuplicateDocumentVersionName extends __BaseException {
3734
+ readonly name: "DuplicateDocumentVersionName";
3735
+ readonly $fault: "client";
3644
3736
  Message?: string;
3737
+
3738
+ constructor(opts: __ExceptionOptionType<DuplicateDocumentVersionName, __BaseException>);
3645
3739
  }
3646
3740
  export interface UpdateDocumentRequest {
3647
3741