@aws-sdk/client-ssm 3.693.0 → 3.698.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +39 -7
  2. package/dist-cjs/index.js +834 -437
  3. package/dist-es/SSM.js +8 -0
  4. package/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  5. package/dist-es/commands/ListNodesCommand.js +23 -0
  6. package/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  7. package/dist-es/commands/SendCommandCommand.js +1 -1
  8. package/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/models_1.js +99 -144
  11. package/dist-es/models/models_2.js +167 -1
  12. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  13. package/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +2 -0
  15. package/dist-es/protocols/Aws_json1_1.js +159 -3
  16. package/dist-types/SSM.d.ts +29 -0
  17. package/dist-types/SSMClient.d.ts +6 -2
  18. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  24. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  25. package/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  26. package/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  27. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListNodesCommand.d.ts +123 -0
  31. package/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  32. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  33. package/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  34. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  35. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  36. package/dist-types/commands/SendCommandCommand.d.ts +1 -1
  37. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  38. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  39. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  40. package/dist-types/commands/index.d.ts +4 -0
  41. package/dist-types/models/models_0.d.ts +9 -4
  42. package/dist-types/models/models_1.d.ts +955 -989
  43. package/dist-types/models/models_2.d.ts +770 -5
  44. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  45. package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +2 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  48. package/dist-types/ts3.4/SSM.d.ts +69 -0
  49. package/dist-types/ts3.4/SSMClient.d.ts +24 -0
  50. package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  52. package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/models_1.d.ts +176 -170
  62. package/dist-types/ts3.4/models/models_2.d.ts +236 -0
  63. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  66. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  67. package/package.json +36 -36
@@ -34,6 +34,7 @@ import {
34
34
  ResolvedTargets,
35
35
  ResourceDataSyncAwsOrganizationsSource,
36
36
  ResourceDataSyncS3Destination,
37
+ ResourceType,
37
38
  ResourceTypeForTagging,
38
39
  ReviewStatus,
39
40
  Runbook,
@@ -644,6 +645,58 @@ export interface GetDocumentResult {
644
645
  AttachmentsContent?: AttachmentContent[] | undefined;
645
646
  ReviewStatus?: ReviewStatus | undefined;
646
647
  }
648
+ export interface GetExecutionPreviewRequest {
649
+ ExecutionPreviewId: string | undefined;
650
+ }
651
+ export declare const ImpactType: {
652
+ readonly MUTATING: "Mutating";
653
+ readonly NON_MUTATING: "NonMutating";
654
+ readonly UNDETERMINED: "Undetermined";
655
+ };
656
+ export type ImpactType = (typeof ImpactType)[keyof typeof ImpactType];
657
+ export interface TargetPreview {
658
+ Count?: number | undefined;
659
+ TargetType?: string | undefined;
660
+ }
661
+ export interface AutomationExecutionPreview {
662
+ StepPreviews?: Partial<Record<ImpactType, number>> | undefined;
663
+ Regions?: string[] | undefined;
664
+ TargetPreviews?: TargetPreview[] | undefined;
665
+ TotalAccounts?: number | undefined;
666
+ }
667
+ export type ExecutionPreview =
668
+ | ExecutionPreview.AutomationMember
669
+ | ExecutionPreview.$UnknownMember;
670
+ export declare namespace ExecutionPreview {
671
+ interface AutomationMember {
672
+ Automation: AutomationExecutionPreview;
673
+ $unknown?: never;
674
+ }
675
+ interface $UnknownMember {
676
+ Automation?: never;
677
+ $unknown: [string, any];
678
+ }
679
+ interface Visitor<T> {
680
+ Automation: (value: AutomationExecutionPreview) => T;
681
+ _: (name: string, value: any) => T;
682
+ }
683
+ const visit: <T>(value: ExecutionPreview, visitor: Visitor<T>) => T;
684
+ }
685
+ export declare const ExecutionPreviewStatus: {
686
+ readonly FAILED: "Failed";
687
+ readonly IN_PROGRESS: "InProgress";
688
+ readonly PENDING: "Pending";
689
+ readonly SUCCESS: "Success";
690
+ };
691
+ export type ExecutionPreviewStatus =
692
+ (typeof ExecutionPreviewStatus)[keyof typeof ExecutionPreviewStatus];
693
+ export interface GetExecutionPreviewResponse {
694
+ ExecutionPreviewId?: string | undefined;
695
+ EndedAt?: Date | undefined;
696
+ Status?: ExecutionPreviewStatus | undefined;
697
+ StatusMessage?: string | undefined;
698
+ ExecutionPreview?: ExecutionPreview | undefined;
699
+ }
647
700
  export declare const InventoryQueryOperatorType: {
648
701
  readonly BEGIN_WITH: "BeginWith";
649
702
  readonly EQUAL: "Equal";
@@ -1508,6 +1561,123 @@ export interface ListInventoryEntriesResult {
1508
1561
  Entries?: Record<string, string>[] | undefined;
1509
1562
  NextToken?: string | undefined;
1510
1563
  }
1564
+ export declare const NodeFilterKey: {
1565
+ readonly ACCOUNT_ID: "AccountId";
1566
+ readonly AGENT_TYPE: "AgentType";
1567
+ readonly AGENT_VERSION: "AgentVersion";
1568
+ readonly COMPUTER_NAME: "ComputerName";
1569
+ readonly INSTANCE_ID: "InstanceId";
1570
+ readonly INSTANCE_STATUS: "InstanceStatus";
1571
+ readonly IP_ADDRESS: "IpAddress";
1572
+ readonly MANAGED_STATUS: "ManagedStatus";
1573
+ readonly ORGANIZATIONAL_UNIT_ID: "OrganizationalUnitId";
1574
+ readonly ORGANIZATIONAL_UNIT_PATH: "OrganizationalUnitPath";
1575
+ readonly PLATFORM_NAME: "PlatformName";
1576
+ readonly PLATFORM_TYPE: "PlatformType";
1577
+ readonly PLATFORM_VERSION: "PlatformVersion";
1578
+ readonly REGION: "Region";
1579
+ readonly RESOURCE_TYPE: "ResourceType";
1580
+ };
1581
+ export type NodeFilterKey = (typeof NodeFilterKey)[keyof typeof NodeFilterKey];
1582
+ export declare const NodeFilterOperatorType: {
1583
+ readonly BEGIN_WITH: "BeginWith";
1584
+ readonly EQUAL: "Equal";
1585
+ readonly NOT_EQUAL: "NotEqual";
1586
+ };
1587
+ export type NodeFilterOperatorType =
1588
+ (typeof NodeFilterOperatorType)[keyof typeof NodeFilterOperatorType];
1589
+ export interface NodeFilter {
1590
+ Key: NodeFilterKey | undefined;
1591
+ Values: string[] | undefined;
1592
+ Type?: NodeFilterOperatorType | undefined;
1593
+ }
1594
+ export interface ListNodesRequest {
1595
+ SyncName?: string | undefined;
1596
+ Filters?: NodeFilter[] | undefined;
1597
+ NextToken?: string | undefined;
1598
+ MaxResults?: number | undefined;
1599
+ }
1600
+ export declare const ManagedStatus: {
1601
+ readonly ALL: "All";
1602
+ readonly MANAGED: "Managed";
1603
+ readonly UNMANAGED: "Unmanaged";
1604
+ };
1605
+ export type ManagedStatus = (typeof ManagedStatus)[keyof typeof ManagedStatus];
1606
+ export interface InstanceInfo {
1607
+ AgentType?: string | undefined;
1608
+ AgentVersion?: string | undefined;
1609
+ ComputerName?: string | undefined;
1610
+ InstanceStatus?: string | undefined;
1611
+ IpAddress?: string | undefined;
1612
+ ManagedStatus?: ManagedStatus | undefined;
1613
+ PlatformType?: PlatformType | undefined;
1614
+ PlatformName?: string | undefined;
1615
+ PlatformVersion?: string | undefined;
1616
+ ResourceType?: ResourceType | undefined;
1617
+ }
1618
+ export type NodeType = NodeType.InstanceMember | NodeType.$UnknownMember;
1619
+ export declare namespace NodeType {
1620
+ interface InstanceMember {
1621
+ Instance: InstanceInfo;
1622
+ $unknown?: never;
1623
+ }
1624
+ interface $UnknownMember {
1625
+ Instance?: never;
1626
+ $unknown: [string, any];
1627
+ }
1628
+ interface Visitor<T> {
1629
+ Instance: (value: InstanceInfo) => T;
1630
+ _: (name: string, value: any) => T;
1631
+ }
1632
+ const visit: <T>(value: NodeType, visitor: Visitor<T>) => T;
1633
+ }
1634
+ export interface NodeOwnerInfo {
1635
+ AccountId?: string | undefined;
1636
+ OrganizationalUnitId?: string | undefined;
1637
+ OrganizationalUnitPath?: string | undefined;
1638
+ }
1639
+ export interface Node {
1640
+ CaptureTime?: Date | undefined;
1641
+ Id?: string | undefined;
1642
+ Owner?: NodeOwnerInfo | undefined;
1643
+ Region?: string | undefined;
1644
+ NodeType?: NodeType | undefined;
1645
+ }
1646
+ export interface ListNodesResult {
1647
+ Nodes?: Node[] | undefined;
1648
+ NextToken?: string | undefined;
1649
+ }
1650
+ export declare class UnsupportedOperationException extends __BaseException {
1651
+ readonly name: "UnsupportedOperationException";
1652
+ readonly $fault: "client";
1653
+ Message?: string | undefined;
1654
+ constructor(
1655
+ opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
1656
+ );
1657
+ }
1658
+ export declare const NodeAggregatorType: {
1659
+ readonly COUNT: "Count";
1660
+ };
1661
+ export type NodeAggregatorType =
1662
+ (typeof NodeAggregatorType)[keyof typeof NodeAggregatorType];
1663
+ export declare const NodeAttributeName: {
1664
+ readonly AGENT_VERSION: "AgentVersion";
1665
+ readonly PLATFORM_NAME: "PlatformName";
1666
+ readonly PLATFORM_TYPE: "PlatformType";
1667
+ readonly PLATFORM_VERSION: "PlatformVersion";
1668
+ readonly REGION: "Region";
1669
+ readonly RESOURCE_TYPE: "ResourceType";
1670
+ };
1671
+ export type NodeAttributeName =
1672
+ (typeof NodeAttributeName)[keyof typeof NodeAttributeName];
1673
+ export declare const NodeTypeName: {
1674
+ readonly INSTANCE: "Instance";
1675
+ };
1676
+ export type NodeTypeName = (typeof NodeTypeName)[keyof typeof NodeTypeName];
1677
+ export interface ListNodesSummaryResult {
1678
+ Summary?: Record<string, string>[] | undefined;
1679
+ NextToken?: string | undefined;
1680
+ }
1511
1681
  export declare const OpsItemEventFilterKey: {
1512
1682
  readonly OPSITEM_ID: "OpsItemId";
1513
1683
  };
@@ -2027,170 +2197,6 @@ export interface RemoveTagsFromResourceResult {}
2027
2197
  export interface ResetServiceSettingRequest {
2028
2198
  SettingId: string | undefined;
2029
2199
  }
2030
- export interface ResetServiceSettingResult {
2031
- ServiceSetting?: ServiceSetting | undefined;
2032
- }
2033
- export interface ResumeSessionRequest {
2034
- SessionId: string | undefined;
2035
- }
2036
- export interface ResumeSessionResponse {
2037
- SessionId?: string | undefined;
2038
- TokenValue?: string | undefined;
2039
- StreamUrl?: string | undefined;
2040
- }
2041
- export declare class AutomationStepNotFoundException extends __BaseException {
2042
- readonly name: "AutomationStepNotFoundException";
2043
- readonly $fault: "client";
2044
- Message?: string | undefined;
2045
- constructor(
2046
- opts: __ExceptionOptionType<
2047
- AutomationStepNotFoundException,
2048
- __BaseException
2049
- >
2050
- );
2051
- }
2052
- export declare class InvalidAutomationSignalException extends __BaseException {
2053
- readonly name: "InvalidAutomationSignalException";
2054
- readonly $fault: "client";
2055
- Message?: string | undefined;
2056
- constructor(
2057
- opts: __ExceptionOptionType<
2058
- InvalidAutomationSignalException,
2059
- __BaseException
2060
- >
2061
- );
2062
- }
2063
- export declare const SignalType: {
2064
- readonly APPROVE: "Approve";
2065
- readonly REJECT: "Reject";
2066
- readonly RESUME: "Resume";
2067
- readonly START_STEP: "StartStep";
2068
- readonly STOP_STEP: "StopStep";
2069
- };
2070
- export type SignalType = (typeof SignalType)[keyof typeof SignalType];
2071
- export interface SendAutomationSignalRequest {
2072
- AutomationExecutionId: string | undefined;
2073
- SignalType: SignalType | undefined;
2074
- Payload?: Record<string, string[]> | undefined;
2075
- }
2076
- export interface SendAutomationSignalResult {}
2077
- export declare class InvalidNotificationConfig extends __BaseException {
2078
- readonly name: "InvalidNotificationConfig";
2079
- readonly $fault: "client";
2080
- Message?: string | undefined;
2081
- constructor(
2082
- opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>
2083
- );
2084
- }
2085
- export declare class InvalidOutputFolder extends __BaseException {
2086
- readonly name: "InvalidOutputFolder";
2087
- readonly $fault: "client";
2088
- constructor(
2089
- opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>
2090
- );
2091
- }
2092
- export declare class InvalidRole extends __BaseException {
2093
- readonly name: "InvalidRole";
2094
- readonly $fault: "client";
2095
- Message?: string | undefined;
2096
- constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
2097
- }
2098
- export interface SendCommandRequest {
2099
- InstanceIds?: string[] | undefined;
2100
- Targets?: Target[] | undefined;
2101
- DocumentName: string | undefined;
2102
- DocumentVersion?: string | undefined;
2103
- DocumentHash?: string | undefined;
2104
- DocumentHashType?: DocumentHashType | undefined;
2105
- TimeoutSeconds?: number | undefined;
2106
- Comment?: string | undefined;
2107
- Parameters?: Record<string, string[]> | undefined;
2108
- OutputS3Region?: string | undefined;
2109
- OutputS3BucketName?: string | undefined;
2110
- OutputS3KeyPrefix?: string | undefined;
2111
- MaxConcurrency?: string | undefined;
2112
- MaxErrors?: string | undefined;
2113
- ServiceRoleArn?: string | undefined;
2114
- NotificationConfig?: NotificationConfig | undefined;
2115
- CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
2116
- AlarmConfiguration?: AlarmConfiguration | undefined;
2117
- }
2118
- export interface SendCommandResult {
2119
- Command?: Command | undefined;
2120
- }
2121
- export declare class InvalidAssociation extends __BaseException {
2122
- readonly name: "InvalidAssociation";
2123
- readonly $fault: "client";
2124
- Message?: string | undefined;
2125
- constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
2126
- }
2127
- export interface StartAssociationsOnceRequest {
2128
- AssociationIds: string[] | undefined;
2129
- }
2130
- export interface StartAssociationsOnceResult {}
2131
- export declare class AutomationDefinitionNotFoundException extends __BaseException {
2132
- readonly name: "AutomationDefinitionNotFoundException";
2133
- readonly $fault: "client";
2134
- Message?: string | undefined;
2135
- constructor(
2136
- opts: __ExceptionOptionType<
2137
- AutomationDefinitionNotFoundException,
2138
- __BaseException
2139
- >
2140
- );
2141
- }
2142
- export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
2143
- readonly name: "AutomationDefinitionVersionNotFoundException";
2144
- readonly $fault: "client";
2145
- Message?: string | undefined;
2146
- constructor(
2147
- opts: __ExceptionOptionType<
2148
- AutomationDefinitionVersionNotFoundException,
2149
- __BaseException
2150
- >
2151
- );
2152
- }
2153
- export declare class AutomationExecutionLimitExceededException extends __BaseException {
2154
- readonly name: "AutomationExecutionLimitExceededException";
2155
- readonly $fault: "client";
2156
- Message?: string | undefined;
2157
- constructor(
2158
- opts: __ExceptionOptionType<
2159
- AutomationExecutionLimitExceededException,
2160
- __BaseException
2161
- >
2162
- );
2163
- }
2164
- export declare class InvalidAutomationExecutionParametersException extends __BaseException {
2165
- readonly name: "InvalidAutomationExecutionParametersException";
2166
- readonly $fault: "client";
2167
- Message?: string | undefined;
2168
- constructor(
2169
- opts: __ExceptionOptionType<
2170
- InvalidAutomationExecutionParametersException,
2171
- __BaseException
2172
- >
2173
- );
2174
- }
2175
- export interface StartAutomationExecutionRequest {
2176
- DocumentName: string | undefined;
2177
- DocumentVersion?: string | undefined;
2178
- Parameters?: Record<string, string[]> | undefined;
2179
- ClientToken?: string | undefined;
2180
- Mode?: ExecutionMode | undefined;
2181
- TargetParameterName?: string | undefined;
2182
- Targets?: Target[] | undefined;
2183
- TargetMaps?: Record<string, string[]>[] | undefined;
2184
- MaxConcurrency?: string | undefined;
2185
- MaxErrors?: string | undefined;
2186
- TargetLocations?: TargetLocation[] | undefined;
2187
- Tags?: Tag[] | undefined;
2188
- AlarmConfiguration?: AlarmConfiguration | undefined;
2189
- TargetLocationsURL?: string | undefined;
2190
- }
2191
- export interface StartAutomationExecutionResult {
2192
- AutomationExecutionId?: string | undefined;
2193
- }
2194
2200
  export declare const MaintenanceWindowTargetFilterSensitiveLog: (
2195
2201
  obj: MaintenanceWindowTarget
2196
2202
  ) => any;
@@ -2265,6 +2271,12 @@ export declare const CommandFilterSensitiveLog: (obj: Command) => any;
2265
2271
  export declare const ListCommandsResultFilterSensitiveLog: (
2266
2272
  obj: ListCommandsResult
2267
2273
  ) => any;
2274
+ export declare const InstanceInfoFilterSensitiveLog: (obj: InstanceInfo) => any;
2275
+ export declare const NodeTypeFilterSensitiveLog: (obj: NodeType) => any;
2276
+ export declare const NodeFilterSensitiveLog: (obj: Node) => any;
2277
+ export declare const ListNodesResultFilterSensitiveLog: (
2278
+ obj: ListNodesResult
2279
+ ) => any;
2268
2280
  export declare const PutParameterRequestFilterSensitiveLog: (
2269
2281
  obj: PutParameterRequest
2270
2282
  ) => any;
@@ -2274,9 +2286,3 @@ export declare const RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLo
2274
2286
  export declare const RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog: (
2275
2287
  obj: RegisterTaskWithMaintenanceWindowRequest
2276
2288
  ) => any;
2277
- export declare const SendCommandRequestFilterSensitiveLog: (
2278
- obj: SendCommandRequest
2279
- ) => any;
2280
- export declare const SendCommandResultFilterSensitiveLog: (
2281
- obj: SendCommandResult
2282
- ) => any;
@@ -8,6 +8,8 @@ import {
8
8
  AttachmentsSource,
9
9
  DocumentDescription,
10
10
  DocumentFormat,
11
+ DocumentHashType,
12
+ ExecutionMode,
11
13
  InstanceAssociationOutputLocation,
12
14
  MetadataValue,
13
15
  OperatingSystem,
@@ -26,6 +28,8 @@ import {
26
28
  TargetLocation,
27
29
  } from "./models_0";
28
30
  import {
31
+ CloudWatchOutputConfig,
32
+ Command,
29
33
  DocumentReviewCommentSource,
30
34
  InventoryFilter,
31
35
  InventoryGroup,
@@ -33,12 +37,182 @@ import {
33
37
  MaintenanceWindowTaskCutoffBehavior,
34
38
  MaintenanceWindowTaskInvocationParameters,
35
39
  MaintenanceWindowTaskParameterValueExpression,
40
+ NodeAggregatorType,
41
+ NodeAttributeName,
42
+ NodeFilter,
43
+ NodeTypeName,
44
+ NotificationConfig,
36
45
  OpsFilter,
37
46
  OpsItemStatus,
38
47
  OpsResultAttribute,
39
48
  ResultAttribute,
49
+ ServiceSetting,
40
50
  } from "./models_1";
41
51
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
52
+ export interface ResetServiceSettingResult {
53
+ ServiceSetting?: ServiceSetting | undefined;
54
+ }
55
+ export interface ResumeSessionRequest {
56
+ SessionId: string | undefined;
57
+ }
58
+ export interface ResumeSessionResponse {
59
+ SessionId?: string | undefined;
60
+ TokenValue?: string | undefined;
61
+ StreamUrl?: string | undefined;
62
+ }
63
+ export declare class AutomationStepNotFoundException extends __BaseException {
64
+ readonly name: "AutomationStepNotFoundException";
65
+ readonly $fault: "client";
66
+ Message?: string | undefined;
67
+ constructor(
68
+ opts: __ExceptionOptionType<
69
+ AutomationStepNotFoundException,
70
+ __BaseException
71
+ >
72
+ );
73
+ }
74
+ export declare class InvalidAutomationSignalException extends __BaseException {
75
+ readonly name: "InvalidAutomationSignalException";
76
+ readonly $fault: "client";
77
+ Message?: string | undefined;
78
+ constructor(
79
+ opts: __ExceptionOptionType<
80
+ InvalidAutomationSignalException,
81
+ __BaseException
82
+ >
83
+ );
84
+ }
85
+ export declare const SignalType: {
86
+ readonly APPROVE: "Approve";
87
+ readonly REJECT: "Reject";
88
+ readonly RESUME: "Resume";
89
+ readonly START_STEP: "StartStep";
90
+ readonly STOP_STEP: "StopStep";
91
+ };
92
+ export type SignalType = (typeof SignalType)[keyof typeof SignalType];
93
+ export interface SendAutomationSignalRequest {
94
+ AutomationExecutionId: string | undefined;
95
+ SignalType: SignalType | undefined;
96
+ Payload?: Record<string, string[]> | undefined;
97
+ }
98
+ export interface SendAutomationSignalResult {}
99
+ export declare class InvalidNotificationConfig extends __BaseException {
100
+ readonly name: "InvalidNotificationConfig";
101
+ readonly $fault: "client";
102
+ Message?: string | undefined;
103
+ constructor(
104
+ opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>
105
+ );
106
+ }
107
+ export declare class InvalidOutputFolder extends __BaseException {
108
+ readonly name: "InvalidOutputFolder";
109
+ readonly $fault: "client";
110
+ constructor(
111
+ opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>
112
+ );
113
+ }
114
+ export declare class InvalidRole extends __BaseException {
115
+ readonly name: "InvalidRole";
116
+ readonly $fault: "client";
117
+ Message?: string | undefined;
118
+ constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
119
+ }
120
+ export interface SendCommandRequest {
121
+ InstanceIds?: string[] | undefined;
122
+ Targets?: Target[] | undefined;
123
+ DocumentName: string | undefined;
124
+ DocumentVersion?: string | undefined;
125
+ DocumentHash?: string | undefined;
126
+ DocumentHashType?: DocumentHashType | undefined;
127
+ TimeoutSeconds?: number | undefined;
128
+ Comment?: string | undefined;
129
+ Parameters?: Record<string, string[]> | undefined;
130
+ OutputS3Region?: string | undefined;
131
+ OutputS3BucketName?: string | undefined;
132
+ OutputS3KeyPrefix?: string | undefined;
133
+ MaxConcurrency?: string | undefined;
134
+ MaxErrors?: string | undefined;
135
+ ServiceRoleArn?: string | undefined;
136
+ NotificationConfig?: NotificationConfig | undefined;
137
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
138
+ AlarmConfiguration?: AlarmConfiguration | undefined;
139
+ }
140
+ export interface SendCommandResult {
141
+ Command?: Command | undefined;
142
+ }
143
+ export declare class InvalidAssociation extends __BaseException {
144
+ readonly name: "InvalidAssociation";
145
+ readonly $fault: "client";
146
+ Message?: string | undefined;
147
+ constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
148
+ }
149
+ export interface StartAssociationsOnceRequest {
150
+ AssociationIds: string[] | undefined;
151
+ }
152
+ export interface StartAssociationsOnceResult {}
153
+ export declare class AutomationDefinitionNotFoundException extends __BaseException {
154
+ readonly name: "AutomationDefinitionNotFoundException";
155
+ readonly $fault: "client";
156
+ Message?: string | undefined;
157
+ constructor(
158
+ opts: __ExceptionOptionType<
159
+ AutomationDefinitionNotFoundException,
160
+ __BaseException
161
+ >
162
+ );
163
+ }
164
+ export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
165
+ readonly name: "AutomationDefinitionVersionNotFoundException";
166
+ readonly $fault: "client";
167
+ Message?: string | undefined;
168
+ constructor(
169
+ opts: __ExceptionOptionType<
170
+ AutomationDefinitionVersionNotFoundException,
171
+ __BaseException
172
+ >
173
+ );
174
+ }
175
+ export declare class AutomationExecutionLimitExceededException extends __BaseException {
176
+ readonly name: "AutomationExecutionLimitExceededException";
177
+ readonly $fault: "client";
178
+ Message?: string | undefined;
179
+ constructor(
180
+ opts: __ExceptionOptionType<
181
+ AutomationExecutionLimitExceededException,
182
+ __BaseException
183
+ >
184
+ );
185
+ }
186
+ export declare class InvalidAutomationExecutionParametersException extends __BaseException {
187
+ readonly name: "InvalidAutomationExecutionParametersException";
188
+ readonly $fault: "client";
189
+ Message?: string | undefined;
190
+ constructor(
191
+ opts: __ExceptionOptionType<
192
+ InvalidAutomationExecutionParametersException,
193
+ __BaseException
194
+ >
195
+ );
196
+ }
197
+ export interface StartAutomationExecutionRequest {
198
+ DocumentName: string | undefined;
199
+ DocumentVersion?: string | undefined;
200
+ Parameters?: Record<string, string[]> | undefined;
201
+ ClientToken?: string | undefined;
202
+ Mode?: ExecutionMode | undefined;
203
+ TargetParameterName?: string | undefined;
204
+ Targets?: Target[] | undefined;
205
+ TargetMaps?: Record<string, string[]>[] | undefined;
206
+ MaxConcurrency?: string | undefined;
207
+ MaxErrors?: string | undefined;
208
+ TargetLocations?: TargetLocation[] | undefined;
209
+ Tags?: Tag[] | undefined;
210
+ AlarmConfiguration?: AlarmConfiguration | undefined;
211
+ TargetLocationsURL?: string | undefined;
212
+ }
213
+ export interface StartAutomationExecutionResult {
214
+ AutomationExecutionId?: string | undefined;
215
+ }
42
216
  export declare class AutomationDefinitionNotApprovedException extends __BaseException {
43
217
  readonly name: "AutomationDefinitionNotApprovedException";
44
218
  readonly $fault: "client";
@@ -66,6 +240,49 @@ export interface StartChangeRequestExecutionRequest {
66
240
  export interface StartChangeRequestExecutionResult {
67
241
  AutomationExecutionId?: string | undefined;
68
242
  }
243
+ export interface AutomationExecutionInputs {
244
+ Parameters?: Record<string, string[]> | undefined;
245
+ TargetParameterName?: string | undefined;
246
+ Targets?: Target[] | undefined;
247
+ TargetMaps?: Record<string, string[]>[] | undefined;
248
+ TargetLocations?: TargetLocation[] | undefined;
249
+ TargetLocationsURL?: string | undefined;
250
+ }
251
+ export type ExecutionInputs =
252
+ | ExecutionInputs.AutomationMember
253
+ | ExecutionInputs.$UnknownMember;
254
+ export declare namespace ExecutionInputs {
255
+ interface AutomationMember {
256
+ Automation: AutomationExecutionInputs;
257
+ $unknown?: never;
258
+ }
259
+ interface $UnknownMember {
260
+ Automation?: never;
261
+ $unknown: [string, any];
262
+ }
263
+ interface Visitor<T> {
264
+ Automation: (value: AutomationExecutionInputs) => T;
265
+ _: (name: string, value: any) => T;
266
+ }
267
+ const visit: <T>(value: ExecutionInputs, visitor: Visitor<T>) => T;
268
+ }
269
+ export interface StartExecutionPreviewRequest {
270
+ DocumentName: string | undefined;
271
+ DocumentVersion?: string | undefined;
272
+ ExecutionInputs?: ExecutionInputs | undefined;
273
+ }
274
+ export interface StartExecutionPreviewResponse {
275
+ ExecutionPreviewId?: string | undefined;
276
+ }
277
+ export declare class ValidationException extends __BaseException {
278
+ readonly name: "ValidationException";
279
+ readonly $fault: "client";
280
+ Message?: string | undefined;
281
+ ReasonCode?: string | undefined;
282
+ constructor(
283
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
284
+ );
285
+ }
69
286
  export interface StartSessionRequest {
70
287
  Target: string | undefined;
71
288
  DocumentName?: string | undefined;
@@ -430,6 +647,12 @@ export interface InventoryAggregator {
430
647
  Aggregators?: InventoryAggregator[] | undefined;
431
648
  Groups?: InventoryGroup[] | undefined;
432
649
  }
650
+ export interface NodeAggregator {
651
+ AggregatorType: NodeAggregatorType | undefined;
652
+ TypeName: NodeTypeName | undefined;
653
+ AttributeName: NodeAttributeName | undefined;
654
+ Aggregators?: NodeAggregator[] | undefined;
655
+ }
433
656
  export interface OpsAggregator {
434
657
  AggregatorType?: string | undefined;
435
658
  TypeName?: string | undefined;
@@ -453,6 +676,19 @@ export interface GetOpsSummaryRequest {
453
676
  NextToken?: string | undefined;
454
677
  MaxResults?: number | undefined;
455
678
  }
679
+ export interface ListNodesSummaryRequest {
680
+ SyncName?: string | undefined;
681
+ Filters?: NodeFilter[] | undefined;
682
+ Aggregators: NodeAggregator[] | undefined;
683
+ NextToken?: string | undefined;
684
+ MaxResults?: number | undefined;
685
+ }
686
+ export declare const SendCommandRequestFilterSensitiveLog: (
687
+ obj: SendCommandRequest
688
+ ) => any;
689
+ export declare const SendCommandResultFilterSensitiveLog: (
690
+ obj: SendCommandResult
691
+ ) => any;
456
692
  export declare const UpdateAssociationRequestFilterSensitiveLog: (
457
693
  obj: UpdateAssociationRequest
458
694
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNodesCommandInput,
4
+ ListNodesCommandOutput,
5
+ } from "../commands/ListNodesCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNodes: (
8
+ config: SSMPaginationConfiguration,
9
+ input: ListNodesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNodesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNodesSummaryCommandInput,
4
+ ListNodesSummaryCommandOutput,
5
+ } from "../commands/ListNodesSummaryCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNodesSummary: (
8
+ config: SSMPaginationConfiguration,
9
+ input: ListNodesSummaryCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNodesSummaryCommandOutput>;
@@ -42,6 +42,8 @@ export * from "./ListComplianceItemsPaginator";
42
42
  export * from "./ListComplianceSummariesPaginator";
43
43
  export * from "./ListDocumentVersionsPaginator";
44
44
  export * from "./ListDocumentsPaginator";
45
+ export * from "./ListNodesPaginator";
46
+ export * from "./ListNodesSummaryPaginator";
45
47
  export * from "./ListOpsItemEventsPaginator";
46
48
  export * from "./ListOpsItemRelatedItemsPaginator";
47
49
  export * from "./ListOpsMetadataPaginator";