@aws-sdk/client-ssm 3.45.0 → 3.47.2
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.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +5 -384
- package/dist-cjs/models/models_1.js +5 -348
- package/dist-cjs/models/models_2.js +1 -13
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -252
- package/dist-es/models/models_1.js +0 -228
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SSMClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -378
- package/dist-types/models/models_1.d.ts +0 -342
- package/dist-types/models/models_2.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SSMClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -252
- package/dist-types/ts3.4/models/models_1.d.ts +0 -228
- package/dist-types/ts3.4/models/models_2.d.ts +0 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -51,10 +51,6 @@ export interface InvalidFilterOption extends __SmithyException, $MetadataBearer
|
|
|
51
51
|
|
|
52
52
|
message?: string;
|
|
53
53
|
}
|
|
54
|
-
export declare namespace InvalidFilterOption {
|
|
55
|
-
|
|
56
|
-
const filterSensitiveLog: (obj: InvalidFilterOption) => any;
|
|
57
|
-
}
|
|
58
54
|
export interface DescribePatchBaselinesRequest {
|
|
59
55
|
|
|
60
56
|
Filters?: PatchOrchestratorFilter[];
|
|
@@ -322,10 +318,6 @@ export interface OpsItemRelatedItemAssociationNotFoundException extends __Smithy
|
|
|
322
318
|
$fault: "client";
|
|
323
319
|
Message?: string;
|
|
324
320
|
}
|
|
325
|
-
export declare namespace OpsItemRelatedItemAssociationNotFoundException {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: OpsItemRelatedItemAssociationNotFoundException) => any;
|
|
328
|
-
}
|
|
329
321
|
export interface GetAutomationExecutionRequest {
|
|
330
322
|
|
|
331
323
|
AutomationExecutionId: string | undefined;
|
|
@@ -466,20 +458,12 @@ export interface InvalidDocumentType extends __SmithyException, $MetadataBearer
|
|
|
466
458
|
$fault: "client";
|
|
467
459
|
Message?: string;
|
|
468
460
|
}
|
|
469
|
-
export declare namespace InvalidDocumentType {
|
|
470
|
-
|
|
471
|
-
const filterSensitiveLog: (obj: InvalidDocumentType) => any;
|
|
472
|
-
}
|
|
473
461
|
|
|
474
462
|
export interface UnsupportedCalendarException extends __SmithyException, $MetadataBearer {
|
|
475
463
|
name: "UnsupportedCalendarException";
|
|
476
464
|
$fault: "client";
|
|
477
465
|
Message?: string;
|
|
478
466
|
}
|
|
479
|
-
export declare namespace UnsupportedCalendarException {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: UnsupportedCalendarException) => any;
|
|
482
|
-
}
|
|
483
467
|
export interface GetCommandInvocationRequest {
|
|
484
468
|
|
|
485
469
|
CommandId: string | undefined;
|
|
@@ -558,19 +542,11 @@ export interface InvalidPluginName extends __SmithyException, $MetadataBearer {
|
|
|
558
542
|
name: "InvalidPluginName";
|
|
559
543
|
$fault: "client";
|
|
560
544
|
}
|
|
561
|
-
export declare namespace InvalidPluginName {
|
|
562
|
-
|
|
563
|
-
const filterSensitiveLog: (obj: InvalidPluginName) => any;
|
|
564
|
-
}
|
|
565
545
|
|
|
566
546
|
export interface InvocationDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
567
547
|
name: "InvocationDoesNotExist";
|
|
568
548
|
$fault: "client";
|
|
569
549
|
}
|
|
570
|
-
export declare namespace InvocationDoesNotExist {
|
|
571
|
-
|
|
572
|
-
const filterSensitiveLog: (obj: InvocationDoesNotExist) => any;
|
|
573
|
-
}
|
|
574
550
|
export interface GetConnectionStatusRequest {
|
|
575
551
|
|
|
576
552
|
Target: string | undefined;
|
|
@@ -668,10 +644,6 @@ export interface UnsupportedFeatureRequiredException extends __SmithyException,
|
|
|
668
644
|
$fault: "client";
|
|
669
645
|
Message?: string;
|
|
670
646
|
}
|
|
671
|
-
export declare namespace UnsupportedFeatureRequiredException {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: UnsupportedFeatureRequiredException) => any;
|
|
674
|
-
}
|
|
675
647
|
export interface GetDocumentRequest {
|
|
676
648
|
|
|
677
649
|
Name: string | undefined;
|
|
@@ -827,30 +799,18 @@ export interface InvalidAggregatorException extends __SmithyException, $Metadata
|
|
|
827
799
|
$fault: "client";
|
|
828
800
|
Message?: string;
|
|
829
801
|
}
|
|
830
|
-
export declare namespace InvalidAggregatorException {
|
|
831
|
-
|
|
832
|
-
const filterSensitiveLog: (obj: InvalidAggregatorException) => any;
|
|
833
|
-
}
|
|
834
802
|
|
|
835
803
|
export interface InvalidInventoryGroupException extends __SmithyException, $MetadataBearer {
|
|
836
804
|
name: "InvalidInventoryGroupException";
|
|
837
805
|
$fault: "client";
|
|
838
806
|
Message?: string;
|
|
839
807
|
}
|
|
840
|
-
export declare namespace InvalidInventoryGroupException {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: InvalidInventoryGroupException) => any;
|
|
843
|
-
}
|
|
844
808
|
|
|
845
809
|
export interface InvalidResultAttributeException extends __SmithyException, $MetadataBearer {
|
|
846
810
|
name: "InvalidResultAttributeException";
|
|
847
811
|
$fault: "client";
|
|
848
812
|
Message?: string;
|
|
849
813
|
}
|
|
850
|
-
export declare namespace InvalidResultAttributeException {
|
|
851
|
-
|
|
852
|
-
const filterSensitiveLog: (obj: InvalidResultAttributeException) => any;
|
|
853
|
-
}
|
|
854
814
|
export interface GetInventorySchemaRequest {
|
|
855
815
|
|
|
856
816
|
TypeName?: string;
|
|
@@ -1427,20 +1387,12 @@ export interface InvalidKeyId extends __SmithyException, $MetadataBearer {
|
|
|
1427
1387
|
$fault: "client";
|
|
1428
1388
|
message?: string;
|
|
1429
1389
|
}
|
|
1430
|
-
export declare namespace InvalidKeyId {
|
|
1431
|
-
|
|
1432
|
-
const filterSensitiveLog: (obj: InvalidKeyId) => any;
|
|
1433
|
-
}
|
|
1434
1390
|
|
|
1435
1391
|
export interface ParameterVersionNotFound extends __SmithyException, $MetadataBearer {
|
|
1436
1392
|
name: "ParameterVersionNotFound";
|
|
1437
1393
|
$fault: "client";
|
|
1438
1394
|
message?: string;
|
|
1439
1395
|
}
|
|
1440
|
-
export declare namespace ParameterVersionNotFound {
|
|
1441
|
-
|
|
1442
|
-
const filterSensitiveLog: (obj: ParameterVersionNotFound) => any;
|
|
1443
|
-
}
|
|
1444
1396
|
export interface GetParameterHistoryRequest {
|
|
1445
1397
|
|
|
1446
1398
|
Name: string | undefined;
|
|
@@ -1655,10 +1607,6 @@ export interface ServiceSettingNotFound extends __SmithyException, $MetadataBear
|
|
|
1655
1607
|
$fault: "client";
|
|
1656
1608
|
Message?: string;
|
|
1657
1609
|
}
|
|
1658
|
-
export declare namespace ServiceSettingNotFound {
|
|
1659
|
-
|
|
1660
|
-
const filterSensitiveLog: (obj: ServiceSettingNotFound) => any;
|
|
1661
|
-
}
|
|
1662
1610
|
export interface LabelParameterVersionRequest {
|
|
1663
1611
|
|
|
1664
1612
|
Name: string | undefined;
|
|
@@ -1687,10 +1635,6 @@ export interface ParameterVersionLabelLimitExceeded extends __SmithyException, $
|
|
|
1687
1635
|
$fault: "client";
|
|
1688
1636
|
message?: string;
|
|
1689
1637
|
}
|
|
1690
|
-
export declare namespace ParameterVersionLabelLimitExceeded {
|
|
1691
|
-
|
|
1692
|
-
const filterSensitiveLog: (obj: ParameterVersionLabelLimitExceeded) => any;
|
|
1693
|
-
}
|
|
1694
1638
|
export declare enum AssociationFilterKey {
|
|
1695
1639
|
AssociationId = "AssociationId",
|
|
1696
1640
|
AssociationName = "AssociationName",
|
|
@@ -2798,10 +2742,6 @@ export interface DocumentPermissionLimit extends __SmithyException, $MetadataBea
|
|
|
2798
2742
|
$fault: "client";
|
|
2799
2743
|
Message?: string;
|
|
2800
2744
|
}
|
|
2801
|
-
export declare namespace DocumentPermissionLimit {
|
|
2802
|
-
|
|
2803
|
-
const filterSensitiveLog: (obj: DocumentPermissionLimit) => any;
|
|
2804
|
-
}
|
|
2805
2745
|
export interface ModifyDocumentPermissionRequest {
|
|
2806
2746
|
|
|
2807
2747
|
Name: string | undefined;
|
|
@@ -2830,10 +2770,6 @@ export interface ComplianceTypeCountLimitExceededException extends __SmithyExcep
|
|
|
2830
2770
|
$fault: "client";
|
|
2831
2771
|
Message?: string;
|
|
2832
2772
|
}
|
|
2833
|
-
export declare namespace ComplianceTypeCountLimitExceededException {
|
|
2834
|
-
|
|
2835
|
-
const filterSensitiveLog: (obj: ComplianceTypeCountLimitExceededException) => any;
|
|
2836
|
-
}
|
|
2837
2773
|
|
|
2838
2774
|
export interface InvalidItemContentException extends __SmithyException, $MetadataBearer {
|
|
2839
2775
|
name: "InvalidItemContentException";
|
|
@@ -2841,10 +2777,6 @@ export interface InvalidItemContentException extends __SmithyException, $Metadat
|
|
|
2841
2777
|
TypeName?: string;
|
|
2842
2778
|
Message?: string;
|
|
2843
2779
|
}
|
|
2844
|
-
export declare namespace InvalidItemContentException {
|
|
2845
|
-
|
|
2846
|
-
const filterSensitiveLog: (obj: InvalidItemContentException) => any;
|
|
2847
|
-
}
|
|
2848
2780
|
|
|
2849
2781
|
export interface ItemSizeLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2850
2782
|
name: "ItemSizeLimitExceededException";
|
|
@@ -2852,10 +2784,6 @@ export interface ItemSizeLimitExceededException extends __SmithyException, $Meta
|
|
|
2852
2784
|
TypeName?: string;
|
|
2853
2785
|
Message?: string;
|
|
2854
2786
|
}
|
|
2855
|
-
export declare namespace ItemSizeLimitExceededException {
|
|
2856
|
-
|
|
2857
|
-
const filterSensitiveLog: (obj: ItemSizeLimitExceededException) => any;
|
|
2858
|
-
}
|
|
2859
2787
|
|
|
2860
2788
|
export interface ComplianceItemEntry {
|
|
2861
2789
|
|
|
@@ -2911,30 +2839,18 @@ export interface TotalSizeLimitExceededException extends __SmithyException, $Met
|
|
|
2911
2839
|
$fault: "client";
|
|
2912
2840
|
Message?: string;
|
|
2913
2841
|
}
|
|
2914
|
-
export declare namespace TotalSizeLimitExceededException {
|
|
2915
|
-
|
|
2916
|
-
const filterSensitiveLog: (obj: TotalSizeLimitExceededException) => any;
|
|
2917
|
-
}
|
|
2918
2842
|
|
|
2919
2843
|
export interface CustomSchemaCountLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2920
2844
|
name: "CustomSchemaCountLimitExceededException";
|
|
2921
2845
|
$fault: "client";
|
|
2922
2846
|
Message?: string;
|
|
2923
2847
|
}
|
|
2924
|
-
export declare namespace CustomSchemaCountLimitExceededException {
|
|
2925
|
-
|
|
2926
|
-
const filterSensitiveLog: (obj: CustomSchemaCountLimitExceededException) => any;
|
|
2927
|
-
}
|
|
2928
2848
|
|
|
2929
2849
|
export interface InvalidInventoryItemContextException extends __SmithyException, $MetadataBearer {
|
|
2930
2850
|
name: "InvalidInventoryItemContextException";
|
|
2931
2851
|
$fault: "client";
|
|
2932
2852
|
Message?: string;
|
|
2933
2853
|
}
|
|
2934
|
-
export declare namespace InvalidInventoryItemContextException {
|
|
2935
|
-
|
|
2936
|
-
const filterSensitiveLog: (obj: InvalidInventoryItemContextException) => any;
|
|
2937
|
-
}
|
|
2938
2854
|
|
|
2939
2855
|
export interface ItemContentMismatchException extends __SmithyException, $MetadataBearer {
|
|
2940
2856
|
name: "ItemContentMismatchException";
|
|
@@ -2942,10 +2858,6 @@ export interface ItemContentMismatchException extends __SmithyException, $Metada
|
|
|
2942
2858
|
TypeName?: string;
|
|
2943
2859
|
Message?: string;
|
|
2944
2860
|
}
|
|
2945
|
-
export declare namespace ItemContentMismatchException {
|
|
2946
|
-
|
|
2947
|
-
const filterSensitiveLog: (obj: ItemContentMismatchException) => any;
|
|
2948
|
-
}
|
|
2949
2861
|
|
|
2950
2862
|
export interface InventoryItem {
|
|
2951
2863
|
|
|
@@ -2993,10 +2905,6 @@ export interface SubTypeCountLimitExceededException extends __SmithyException, $
|
|
|
2993
2905
|
$fault: "client";
|
|
2994
2906
|
Message?: string;
|
|
2995
2907
|
}
|
|
2996
|
-
export declare namespace SubTypeCountLimitExceededException {
|
|
2997
|
-
|
|
2998
|
-
const filterSensitiveLog: (obj: SubTypeCountLimitExceededException) => any;
|
|
2999
|
-
}
|
|
3000
2908
|
|
|
3001
2909
|
export interface UnsupportedInventoryItemContextException extends __SmithyException, $MetadataBearer {
|
|
3002
2910
|
name: "UnsupportedInventoryItemContextException";
|
|
@@ -3004,20 +2912,12 @@ export interface UnsupportedInventoryItemContextException extends __SmithyExcept
|
|
|
3004
2912
|
TypeName?: string;
|
|
3005
2913
|
Message?: string;
|
|
3006
2914
|
}
|
|
3007
|
-
export declare namespace UnsupportedInventoryItemContextException {
|
|
3008
|
-
|
|
3009
|
-
const filterSensitiveLog: (obj: UnsupportedInventoryItemContextException) => any;
|
|
3010
|
-
}
|
|
3011
2915
|
|
|
3012
2916
|
export interface UnsupportedInventorySchemaVersionException extends __SmithyException, $MetadataBearer {
|
|
3013
2917
|
name: "UnsupportedInventorySchemaVersionException";
|
|
3014
2918
|
$fault: "client";
|
|
3015
2919
|
Message?: string;
|
|
3016
2920
|
}
|
|
3017
|
-
export declare namespace UnsupportedInventorySchemaVersionException {
|
|
3018
|
-
|
|
3019
|
-
const filterSensitiveLog: (obj: UnsupportedInventorySchemaVersionException) => any;
|
|
3020
|
-
}
|
|
3021
2921
|
|
|
3022
2922
|
export interface HierarchyLevelLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
3023
2923
|
name: "HierarchyLevelLimitExceededException";
|
|
@@ -3025,10 +2925,6 @@ export interface HierarchyLevelLimitExceededException extends __SmithyException,
|
|
|
3025
2925
|
|
|
3026
2926
|
message?: string;
|
|
3027
2927
|
}
|
|
3028
|
-
export declare namespace HierarchyLevelLimitExceededException {
|
|
3029
|
-
|
|
3030
|
-
const filterSensitiveLog: (obj: HierarchyLevelLimitExceededException) => any;
|
|
3031
|
-
}
|
|
3032
2928
|
|
|
3033
2929
|
export interface HierarchyTypeMismatchException extends __SmithyException, $MetadataBearer {
|
|
3034
2930
|
name: "HierarchyTypeMismatchException";
|
|
@@ -3036,20 +2932,12 @@ export interface HierarchyTypeMismatchException extends __SmithyException, $Meta
|
|
|
3036
2932
|
|
|
3037
2933
|
message?: string;
|
|
3038
2934
|
}
|
|
3039
|
-
export declare namespace HierarchyTypeMismatchException {
|
|
3040
|
-
|
|
3041
|
-
const filterSensitiveLog: (obj: HierarchyTypeMismatchException) => any;
|
|
3042
|
-
}
|
|
3043
2935
|
|
|
3044
2936
|
export interface IncompatiblePolicyException extends __SmithyException, $MetadataBearer {
|
|
3045
2937
|
name: "IncompatiblePolicyException";
|
|
3046
2938
|
$fault: "client";
|
|
3047
2939
|
message?: string;
|
|
3048
2940
|
}
|
|
3049
|
-
export declare namespace IncompatiblePolicyException {
|
|
3050
|
-
|
|
3051
|
-
const filterSensitiveLog: (obj: IncompatiblePolicyException) => any;
|
|
3052
|
-
}
|
|
3053
2941
|
|
|
3054
2942
|
export interface InvalidAllowedPatternException extends __SmithyException, $MetadataBearer {
|
|
3055
2943
|
name: "InvalidAllowedPatternException";
|
|
@@ -3057,60 +2945,36 @@ export interface InvalidAllowedPatternException extends __SmithyException, $Meta
|
|
|
3057
2945
|
|
|
3058
2946
|
message?: string;
|
|
3059
2947
|
}
|
|
3060
|
-
export declare namespace InvalidAllowedPatternException {
|
|
3061
|
-
|
|
3062
|
-
const filterSensitiveLog: (obj: InvalidAllowedPatternException) => any;
|
|
3063
|
-
}
|
|
3064
2948
|
|
|
3065
2949
|
export interface InvalidPolicyAttributeException extends __SmithyException, $MetadataBearer {
|
|
3066
2950
|
name: "InvalidPolicyAttributeException";
|
|
3067
2951
|
$fault: "client";
|
|
3068
2952
|
message?: string;
|
|
3069
2953
|
}
|
|
3070
|
-
export declare namespace InvalidPolicyAttributeException {
|
|
3071
|
-
|
|
3072
|
-
const filterSensitiveLog: (obj: InvalidPolicyAttributeException) => any;
|
|
3073
|
-
}
|
|
3074
2954
|
|
|
3075
2955
|
export interface InvalidPolicyTypeException extends __SmithyException, $MetadataBearer {
|
|
3076
2956
|
name: "InvalidPolicyTypeException";
|
|
3077
2957
|
$fault: "client";
|
|
3078
2958
|
message?: string;
|
|
3079
2959
|
}
|
|
3080
|
-
export declare namespace InvalidPolicyTypeException {
|
|
3081
|
-
|
|
3082
|
-
const filterSensitiveLog: (obj: InvalidPolicyTypeException) => any;
|
|
3083
|
-
}
|
|
3084
2960
|
|
|
3085
2961
|
export interface ParameterAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
3086
2962
|
name: "ParameterAlreadyExists";
|
|
3087
2963
|
$fault: "client";
|
|
3088
2964
|
message?: string;
|
|
3089
2965
|
}
|
|
3090
|
-
export declare namespace ParameterAlreadyExists {
|
|
3091
|
-
|
|
3092
|
-
const filterSensitiveLog: (obj: ParameterAlreadyExists) => any;
|
|
3093
|
-
}
|
|
3094
2966
|
|
|
3095
2967
|
export interface ParameterLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
3096
2968
|
name: "ParameterLimitExceeded";
|
|
3097
2969
|
$fault: "client";
|
|
3098
2970
|
message?: string;
|
|
3099
2971
|
}
|
|
3100
|
-
export declare namespace ParameterLimitExceeded {
|
|
3101
|
-
|
|
3102
|
-
const filterSensitiveLog: (obj: ParameterLimitExceeded) => any;
|
|
3103
|
-
}
|
|
3104
2972
|
|
|
3105
2973
|
export interface ParameterMaxVersionLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
3106
2974
|
name: "ParameterMaxVersionLimitExceeded";
|
|
3107
2975
|
$fault: "client";
|
|
3108
2976
|
message?: string;
|
|
3109
2977
|
}
|
|
3110
|
-
export declare namespace ParameterMaxVersionLimitExceeded {
|
|
3111
|
-
|
|
3112
|
-
const filterSensitiveLog: (obj: ParameterMaxVersionLimitExceeded) => any;
|
|
3113
|
-
}
|
|
3114
2978
|
|
|
3115
2979
|
export interface ParameterPatternMismatchException extends __SmithyException, $MetadataBearer {
|
|
3116
2980
|
name: "ParameterPatternMismatchException";
|
|
@@ -3118,20 +2982,12 @@ export interface ParameterPatternMismatchException extends __SmithyException, $M
|
|
|
3118
2982
|
|
|
3119
2983
|
message?: string;
|
|
3120
2984
|
}
|
|
3121
|
-
export declare namespace ParameterPatternMismatchException {
|
|
3122
|
-
|
|
3123
|
-
const filterSensitiveLog: (obj: ParameterPatternMismatchException) => any;
|
|
3124
|
-
}
|
|
3125
2985
|
|
|
3126
2986
|
export interface PoliciesLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
3127
2987
|
name: "PoliciesLimitExceededException";
|
|
3128
2988
|
$fault: "client";
|
|
3129
2989
|
message?: string;
|
|
3130
2990
|
}
|
|
3131
|
-
export declare namespace PoliciesLimitExceededException {
|
|
3132
|
-
|
|
3133
|
-
const filterSensitiveLog: (obj: PoliciesLimitExceededException) => any;
|
|
3134
|
-
}
|
|
3135
2991
|
export interface PutParameterRequest {
|
|
3136
2992
|
|
|
3137
2993
|
Name: string | undefined;
|
|
@@ -3176,10 +3032,6 @@ export interface UnsupportedParameterType extends __SmithyException, $MetadataBe
|
|
|
3176
3032
|
$fault: "client";
|
|
3177
3033
|
message?: string;
|
|
3178
3034
|
}
|
|
3179
|
-
export declare namespace UnsupportedParameterType {
|
|
3180
|
-
|
|
3181
|
-
const filterSensitiveLog: (obj: UnsupportedParameterType) => any;
|
|
3182
|
-
}
|
|
3183
3035
|
export interface RegisterDefaultPatchBaselineRequest {
|
|
3184
3036
|
|
|
3185
3037
|
BaselineId: string | undefined;
|
|
@@ -3250,10 +3102,6 @@ export interface FeatureNotAvailableException extends __SmithyException, $Metada
|
|
|
3250
3102
|
$fault: "client";
|
|
3251
3103
|
Message?: string;
|
|
3252
3104
|
}
|
|
3253
|
-
export declare namespace FeatureNotAvailableException {
|
|
3254
|
-
|
|
3255
|
-
const filterSensitiveLog: (obj: FeatureNotAvailableException) => any;
|
|
3256
|
-
}
|
|
3257
3105
|
export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
3258
3106
|
|
|
3259
3107
|
WindowId: string | undefined;
|
|
@@ -3362,20 +3210,12 @@ export interface AutomationStepNotFoundException extends __SmithyException, $Met
|
|
|
3362
3210
|
$fault: "client";
|
|
3363
3211
|
Message?: string;
|
|
3364
3212
|
}
|
|
3365
|
-
export declare namespace AutomationStepNotFoundException {
|
|
3366
|
-
|
|
3367
|
-
const filterSensitiveLog: (obj: AutomationStepNotFoundException) => any;
|
|
3368
|
-
}
|
|
3369
3213
|
|
|
3370
3214
|
export interface InvalidAutomationSignalException extends __SmithyException, $MetadataBearer {
|
|
3371
3215
|
name: "InvalidAutomationSignalException";
|
|
3372
3216
|
$fault: "client";
|
|
3373
3217
|
Message?: string;
|
|
3374
3218
|
}
|
|
3375
|
-
export declare namespace InvalidAutomationSignalException {
|
|
3376
|
-
|
|
3377
|
-
const filterSensitiveLog: (obj: InvalidAutomationSignalException) => any;
|
|
3378
|
-
}
|
|
3379
3219
|
export declare enum SignalType {
|
|
3380
3220
|
APPROVE = "Approve",
|
|
3381
3221
|
REJECT = "Reject",
|
|
@@ -3409,29 +3249,17 @@ export interface InvalidNotificationConfig extends __SmithyException, $MetadataB
|
|
|
3409
3249
|
$fault: "client";
|
|
3410
3250
|
Message?: string;
|
|
3411
3251
|
}
|
|
3412
|
-
export declare namespace InvalidNotificationConfig {
|
|
3413
|
-
|
|
3414
|
-
const filterSensitiveLog: (obj: InvalidNotificationConfig) => any;
|
|
3415
|
-
}
|
|
3416
3252
|
|
|
3417
3253
|
export interface InvalidOutputFolder extends __SmithyException, $MetadataBearer {
|
|
3418
3254
|
name: "InvalidOutputFolder";
|
|
3419
3255
|
$fault: "client";
|
|
3420
3256
|
}
|
|
3421
|
-
export declare namespace InvalidOutputFolder {
|
|
3422
|
-
|
|
3423
|
-
const filterSensitiveLog: (obj: InvalidOutputFolder) => any;
|
|
3424
|
-
}
|
|
3425
3257
|
|
|
3426
3258
|
export interface InvalidRole extends __SmithyException, $MetadataBearer {
|
|
3427
3259
|
name: "InvalidRole";
|
|
3428
3260
|
$fault: "client";
|
|
3429
3261
|
Message?: string;
|
|
3430
3262
|
}
|
|
3431
|
-
export declare namespace InvalidRole {
|
|
3432
|
-
|
|
3433
|
-
const filterSensitiveLog: (obj: InvalidRole) => any;
|
|
3434
|
-
}
|
|
3435
3263
|
export interface SendCommandRequest {
|
|
3436
3264
|
|
|
3437
3265
|
InstanceIds?: string[];
|
|
@@ -3488,10 +3316,6 @@ export interface InvalidAssociation extends __SmithyException, $MetadataBearer {
|
|
|
3488
3316
|
$fault: "client";
|
|
3489
3317
|
Message?: string;
|
|
3490
3318
|
}
|
|
3491
|
-
export declare namespace InvalidAssociation {
|
|
3492
|
-
|
|
3493
|
-
const filterSensitiveLog: (obj: InvalidAssociation) => any;
|
|
3494
|
-
}
|
|
3495
3319
|
export interface StartAssociationsOnceRequest {
|
|
3496
3320
|
|
|
3497
3321
|
AssociationIds: string[] | undefined;
|
|
@@ -3512,40 +3336,24 @@ export interface AutomationDefinitionNotFoundException extends __SmithyException
|
|
|
3512
3336
|
$fault: "client";
|
|
3513
3337
|
Message?: string;
|
|
3514
3338
|
}
|
|
3515
|
-
export declare namespace AutomationDefinitionNotFoundException {
|
|
3516
|
-
|
|
3517
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotFoundException) => any;
|
|
3518
|
-
}
|
|
3519
3339
|
|
|
3520
3340
|
export interface AutomationDefinitionVersionNotFoundException extends __SmithyException, $MetadataBearer {
|
|
3521
3341
|
name: "AutomationDefinitionVersionNotFoundException";
|
|
3522
3342
|
$fault: "client";
|
|
3523
3343
|
Message?: string;
|
|
3524
3344
|
}
|
|
3525
|
-
export declare namespace AutomationDefinitionVersionNotFoundException {
|
|
3526
|
-
|
|
3527
|
-
const filterSensitiveLog: (obj: AutomationDefinitionVersionNotFoundException) => any;
|
|
3528
|
-
}
|
|
3529
3345
|
|
|
3530
3346
|
export interface AutomationExecutionLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
3531
3347
|
name: "AutomationExecutionLimitExceededException";
|
|
3532
3348
|
$fault: "client";
|
|
3533
3349
|
Message?: string;
|
|
3534
3350
|
}
|
|
3535
|
-
export declare namespace AutomationExecutionLimitExceededException {
|
|
3536
|
-
|
|
3537
|
-
const filterSensitiveLog: (obj: AutomationExecutionLimitExceededException) => any;
|
|
3538
|
-
}
|
|
3539
3351
|
|
|
3540
3352
|
export interface InvalidAutomationExecutionParametersException extends __SmithyException, $MetadataBearer {
|
|
3541
3353
|
name: "InvalidAutomationExecutionParametersException";
|
|
3542
3354
|
$fault: "client";
|
|
3543
3355
|
Message?: string;
|
|
3544
3356
|
}
|
|
3545
|
-
export declare namespace InvalidAutomationExecutionParametersException {
|
|
3546
|
-
|
|
3547
|
-
const filterSensitiveLog: (obj: InvalidAutomationExecutionParametersException) => any;
|
|
3548
|
-
}
|
|
3549
3357
|
export interface StartAutomationExecutionRequest {
|
|
3550
3358
|
|
|
3551
3359
|
DocumentName: string | undefined;
|
|
@@ -3594,10 +3402,6 @@ export interface AutomationDefinitionNotApprovedException extends __SmithyExcept
|
|
|
3594
3402
|
$fault: "client";
|
|
3595
3403
|
Message?: string;
|
|
3596
3404
|
}
|
|
3597
|
-
export declare namespace AutomationDefinitionNotApprovedException {
|
|
3598
|
-
|
|
3599
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotApprovedException) => any;
|
|
3600
|
-
}
|
|
3601
3405
|
export interface StartChangeRequestExecutionRequest {
|
|
3602
3406
|
|
|
3603
3407
|
ScheduledTime?: Date;
|
|
@@ -3670,20 +3474,12 @@ export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
|
|
|
3670
3474
|
$fault: "client";
|
|
3671
3475
|
Message?: string;
|
|
3672
3476
|
}
|
|
3673
|
-
export declare namespace TargetNotConnected {
|
|
3674
|
-
|
|
3675
|
-
const filterSensitiveLog: (obj: TargetNotConnected) => any;
|
|
3676
|
-
}
|
|
3677
3477
|
|
|
3678
3478
|
export interface InvalidAutomationStatusUpdateException extends __SmithyException, $MetadataBearer {
|
|
3679
3479
|
name: "InvalidAutomationStatusUpdateException";
|
|
3680
3480
|
$fault: "client";
|
|
3681
3481
|
Message?: string;
|
|
3682
3482
|
}
|
|
3683
|
-
export declare namespace InvalidAutomationStatusUpdateException {
|
|
3684
|
-
|
|
3685
|
-
const filterSensitiveLog: (obj: InvalidAutomationStatusUpdateException) => any;
|
|
3686
|
-
}
|
|
3687
3483
|
export declare enum StopType {
|
|
3688
3484
|
CANCEL = "Cancel",
|
|
3689
3485
|
COMPLETE = "Complete"
|
|
@@ -3748,20 +3544,12 @@ export interface AssociationVersionLimitExceeded extends __SmithyException, $Met
|
|
|
3748
3544
|
$fault: "client";
|
|
3749
3545
|
Message?: string;
|
|
3750
3546
|
}
|
|
3751
|
-
export declare namespace AssociationVersionLimitExceeded {
|
|
3752
|
-
|
|
3753
|
-
const filterSensitiveLog: (obj: AssociationVersionLimitExceeded) => any;
|
|
3754
|
-
}
|
|
3755
3547
|
|
|
3756
3548
|
export interface InvalidUpdate extends __SmithyException, $MetadataBearer {
|
|
3757
3549
|
name: "InvalidUpdate";
|
|
3758
3550
|
$fault: "client";
|
|
3759
3551
|
Message?: string;
|
|
3760
3552
|
}
|
|
3761
|
-
export declare namespace InvalidUpdate {
|
|
3762
|
-
|
|
3763
|
-
const filterSensitiveLog: (obj: InvalidUpdate) => any;
|
|
3764
|
-
}
|
|
3765
3553
|
export interface UpdateAssociationRequest {
|
|
3766
3554
|
|
|
3767
3555
|
AssociationId: string | undefined;
|
|
@@ -3817,10 +3605,6 @@ export interface StatusUnchanged extends __SmithyException, $MetadataBearer {
|
|
|
3817
3605
|
name: "StatusUnchanged";
|
|
3818
3606
|
$fault: "client";
|
|
3819
3607
|
}
|
|
3820
|
-
export declare namespace StatusUnchanged {
|
|
3821
|
-
|
|
3822
|
-
const filterSensitiveLog: (obj: StatusUnchanged) => any;
|
|
3823
|
-
}
|
|
3824
3608
|
export interface UpdateAssociationStatusRequest {
|
|
3825
3609
|
|
|
3826
3610
|
Name: string | undefined;
|
|
@@ -3847,30 +3631,18 @@ export interface DocumentVersionLimitExceeded extends __SmithyException, $Metada
|
|
|
3847
3631
|
$fault: "client";
|
|
3848
3632
|
Message?: string;
|
|
3849
3633
|
}
|
|
3850
|
-
export declare namespace DocumentVersionLimitExceeded {
|
|
3851
|
-
|
|
3852
|
-
const filterSensitiveLog: (obj: DocumentVersionLimitExceeded) => any;
|
|
3853
|
-
}
|
|
3854
3634
|
|
|
3855
3635
|
export interface DuplicateDocumentContent extends __SmithyException, $MetadataBearer {
|
|
3856
3636
|
name: "DuplicateDocumentContent";
|
|
3857
3637
|
$fault: "client";
|
|
3858
3638
|
Message?: string;
|
|
3859
3639
|
}
|
|
3860
|
-
export declare namespace DuplicateDocumentContent {
|
|
3861
|
-
|
|
3862
|
-
const filterSensitiveLog: (obj: DuplicateDocumentContent) => any;
|
|
3863
|
-
}
|
|
3864
3640
|
|
|
3865
3641
|
export interface DuplicateDocumentVersionName extends __SmithyException, $MetadataBearer {
|
|
3866
3642
|
name: "DuplicateDocumentVersionName";
|
|
3867
3643
|
$fault: "client";
|
|
3868
3644
|
Message?: string;
|
|
3869
3645
|
}
|
|
3870
|
-
export declare namespace DuplicateDocumentVersionName {
|
|
3871
|
-
|
|
3872
|
-
const filterSensitiveLog: (obj: DuplicateDocumentVersionName) => any;
|
|
3873
|
-
}
|
|
3874
3646
|
export interface UpdateDocumentRequest {
|
|
3875
3647
|
|
|
3876
3648
|
Content: string | undefined;
|
|
@@ -247,10 +247,6 @@ export interface OpsMetadataKeyLimitExceededException extends __SmithyException,
|
|
|
247
247
|
$fault: "client";
|
|
248
248
|
message?: string;
|
|
249
249
|
}
|
|
250
|
-
export declare namespace OpsMetadataKeyLimitExceededException {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: OpsMetadataKeyLimitExceededException) => any;
|
|
253
|
-
}
|
|
254
250
|
export interface UpdateOpsMetadataRequest {
|
|
255
251
|
|
|
256
252
|
OpsMetadataArn: string | undefined;
|
|
@@ -343,10 +339,6 @@ export interface ResourceDataSyncConflictException extends __SmithyException, $M
|
|
|
343
339
|
$fault: "client";
|
|
344
340
|
Message?: string;
|
|
345
341
|
}
|
|
346
|
-
export declare namespace ResourceDataSyncConflictException {
|
|
347
|
-
|
|
348
|
-
const filterSensitiveLog: (obj: ResourceDataSyncConflictException) => any;
|
|
349
|
-
}
|
|
350
342
|
export interface UpdateResourceDataSyncRequest {
|
|
351
343
|
|
|
352
344
|
SyncName: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SSMClientConfig } from "./SSMClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SSMClientConfig } from "./SSMClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|