@aws-sdk/client-ssm 3.37.0 → 3.38.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.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +138 -0
- package/dist-cjs/index.js +5 -185
- package/dist-cjs/pagination/index.js +50 -0
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +135 -0
- package/dist-es/index.js +5 -185
- package/dist-es/pagination/index.js +47 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +135 -0
- package/dist-types/index.d.ts +5 -185
- package/dist-types/pagination/index.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +135 -0
- package/dist-types/ts3.4/index.d.ts +5 -185
- package/dist-types/ts3.4/pagination/index.d.ts +47 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AssociateOpsItemRelatedItemCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CancelCommandCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CancelMaintenanceWindowExecutionCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateActivationCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateAssociationBatchCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateAssociationCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateDocumentCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateMaintenanceWindowCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateOpsItemCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateOpsMetadataCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreatePatchBaselineCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateResourceDataSyncCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteActivationCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteAssociationCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteDocumentCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteInventoryCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteMaintenanceWindowCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteOpsMetadataCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteParameterCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteParametersCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeletePatchBaselineCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteResourceDataSyncCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DeregisterManagedInstanceCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DeregisterPatchBaselineForPatchGroupCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DeregisterTargetFromMaintenanceWindowCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DeregisterTaskFromMaintenanceWindowCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeActivationsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeAssociationCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeAssociationExecutionTargetsCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeAssociationExecutionsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeAutomationExecutionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeAutomationStepExecutionsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeAvailablePatchesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeDocumentCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./DescribeDocumentPermissionCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeEffectiveInstanceAssociationsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeEffectivePatchesForPatchBaselineCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DescribeInstanceAssociationsStatusCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DescribeInstanceInformationCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchStatesCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchStatesForPatchGroupCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchesCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DescribeInventoryDeletionsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTaskInvocationsCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTasksCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionsCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowScheduleCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowTargetsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowTasksCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowsCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowsForTargetCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./DescribeOpsItemsCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./DescribeParametersCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./DescribePatchBaselinesCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./DescribePatchGroupStateCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./DescribePatchGroupsCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./DescribePatchPropertiesCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./DescribeSessionsCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./DisassociateOpsItemRelatedItemCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./GetAutomationExecutionCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./GetCalendarStateCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./GetCommandInvocationCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./GetConnectionStatusCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./GetDefaultPatchBaselineCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./GetDeployablePatchSnapshotForInstanceCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./GetDocumentCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./GetInventoryCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./GetInventorySchemaCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./GetMaintenanceWindowCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionTaskCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionTaskInvocationCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./GetMaintenanceWindowTaskCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./GetOpsItemCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./GetOpsMetadataCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./GetOpsSummaryCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./GetParameterCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./GetParameterHistoryCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./GetParametersByPathCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./GetParametersCommand"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./GetPatchBaselineCommand"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./GetPatchBaselineForPatchGroupCommand"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./GetServiceSettingCommand"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./LabelParameterVersionCommand"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./ListAssociationVersionsCommand"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./ListAssociationsCommand"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./ListCommandInvocationsCommand"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./ListCommandsCommand"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./ListComplianceItemsCommand"), exports);
|
|
94
|
+
tslib_1.__exportStar(require("./ListComplianceSummariesCommand"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./ListDocumentMetadataHistoryCommand"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./ListDocumentVersionsCommand"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./ListDocumentsCommand"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./ListInventoryEntriesCommand"), exports);
|
|
99
|
+
tslib_1.__exportStar(require("./ListOpsItemEventsCommand"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./ListOpsItemRelatedItemsCommand"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./ListOpsMetadataCommand"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./ListResourceComplianceSummariesCommand"), exports);
|
|
103
|
+
tslib_1.__exportStar(require("./ListResourceDataSyncCommand"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
105
|
+
tslib_1.__exportStar(require("./ModifyDocumentPermissionCommand"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./PutComplianceItemsCommand"), exports);
|
|
107
|
+
tslib_1.__exportStar(require("./PutInventoryCommand"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./PutParameterCommand"), exports);
|
|
109
|
+
tslib_1.__exportStar(require("./RegisterDefaultPatchBaselineCommand"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./RegisterPatchBaselineForPatchGroupCommand"), exports);
|
|
111
|
+
tslib_1.__exportStar(require("./RegisterTargetWithMaintenanceWindowCommand"), exports);
|
|
112
|
+
tslib_1.__exportStar(require("./RegisterTaskWithMaintenanceWindowCommand"), exports);
|
|
113
|
+
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
114
|
+
tslib_1.__exportStar(require("./ResetServiceSettingCommand"), exports);
|
|
115
|
+
tslib_1.__exportStar(require("./ResumeSessionCommand"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./SendAutomationSignalCommand"), exports);
|
|
117
|
+
tslib_1.__exportStar(require("./SendCommandCommand"), exports);
|
|
118
|
+
tslib_1.__exportStar(require("./StartAssociationsOnceCommand"), exports);
|
|
119
|
+
tslib_1.__exportStar(require("./StartAutomationExecutionCommand"), exports);
|
|
120
|
+
tslib_1.__exportStar(require("./StartChangeRequestExecutionCommand"), exports);
|
|
121
|
+
tslib_1.__exportStar(require("./StartSessionCommand"), exports);
|
|
122
|
+
tslib_1.__exportStar(require("./StopAutomationExecutionCommand"), exports);
|
|
123
|
+
tslib_1.__exportStar(require("./TerminateSessionCommand"), exports);
|
|
124
|
+
tslib_1.__exportStar(require("./UnlabelParameterVersionCommand"), exports);
|
|
125
|
+
tslib_1.__exportStar(require("./UpdateAssociationCommand"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./UpdateAssociationStatusCommand"), exports);
|
|
127
|
+
tslib_1.__exportStar(require("./UpdateDocumentCommand"), exports);
|
|
128
|
+
tslib_1.__exportStar(require("./UpdateDocumentDefaultVersionCommand"), exports);
|
|
129
|
+
tslib_1.__exportStar(require("./UpdateDocumentMetadataCommand"), exports);
|
|
130
|
+
tslib_1.__exportStar(require("./UpdateMaintenanceWindowCommand"), exports);
|
|
131
|
+
tslib_1.__exportStar(require("./UpdateMaintenanceWindowTargetCommand"), exports);
|
|
132
|
+
tslib_1.__exportStar(require("./UpdateMaintenanceWindowTaskCommand"), exports);
|
|
133
|
+
tslib_1.__exportStar(require("./UpdateManagedInstanceRoleCommand"), exports);
|
|
134
|
+
tslib_1.__exportStar(require("./UpdateOpsItemCommand"), exports);
|
|
135
|
+
tslib_1.__exportStar(require("./UpdateOpsMetadataCommand"), exports);
|
|
136
|
+
tslib_1.__exportStar(require("./UpdatePatchBaselineCommand"), exports);
|
|
137
|
+
tslib_1.__exportStar(require("./UpdateResourceDataSyncCommand"), exports);
|
|
138
|
+
tslib_1.__exportStar(require("./UpdateServiceSettingCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,189 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./SSMClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./SSM"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateAssociationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateAssociationBatchCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateDocumentCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateMaintenanceWindowCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateOpsItemCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateOpsMetadataCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreatePatchBaselineCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateResourceDataSyncCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteActivationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteAssociationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteDocumentCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteInventoryCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteMaintenanceWindowCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteOpsMetadataCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteParameterCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteParametersCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeletePatchBaselineCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteResourceDataSyncCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeregisterManagedInstanceCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeregisterPatchBaselineForPatchGroupCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DeregisterTargetFromMaintenanceWindowCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DeregisterTaskFromMaintenanceWindowCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribeActivationsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/DescribeActivationsPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/DescribeAssociationCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeAssociationExecutionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/DescribeAssociationExecutionsPaginator"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeAssociationExecutionTargetsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/DescribeAssociationExecutionTargetsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeAutomationExecutionsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/DescribeAutomationExecutionsPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DescribeAutomationStepExecutionsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/DescribeAutomationStepExecutionsPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribeAvailablePatchesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/DescribeAvailablePatchesPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/DescribeDocumentCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/DescribeDocumentPermissionCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DescribeEffectiveInstanceAssociationsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/DescribeEffectiveInstanceAssociationsPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/DescribeEffectivePatchesForPatchBaselineCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./pagination/DescribeEffectivePatchesForPatchBaselinePaginator"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/DescribeInstanceAssociationsStatusCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./pagination/DescribeInstanceAssociationsStatusPaginator"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/DescribeInstanceInformationCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./pagination/DescribeInstanceInformationPaginator"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/DescribeInstancePatchesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./pagination/DescribeInstancePatchesPaginator"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/DescribeInstancePatchStatesCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./pagination/DescribeInstancePatchStatesPaginator"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/DescribeInstancePatchStatesForPatchGroupCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./pagination/DescribeInstancePatchStatesForPatchGroupPaginator"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/DescribeInventoryDeletionsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./pagination/DescribeInventoryDeletionsPaginator"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionsPaginator"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionTasksCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionTasksPaginator"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowsCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowsPaginator"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowScheduleCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowSchedulePaginator"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowsForTargetCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowsForTargetPaginator"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowTargetsCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowTargetsPaginator"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowTasksCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowTasksPaginator"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/DescribeOpsItemsCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./pagination/DescribeOpsItemsPaginator"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/DescribeParametersCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./pagination/DescribeParametersPaginator"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/DescribePatchBaselinesCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./pagination/DescribePatchBaselinesPaginator"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/DescribePatchGroupsCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./pagination/DescribePatchGroupsPaginator"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/DescribePatchGroupStateCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./commands/DescribePatchPropertiesCommand"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./pagination/DescribePatchPropertiesPaginator"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./commands/DescribeSessionsCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./pagination/DescribeSessionsPaginator"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./commands/DisassociateOpsItemRelatedItemCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./commands/GetAutomationExecutionCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./commands/GetCalendarStateCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./commands/GetCommandInvocationCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./waiters/waitForCommandExecuted"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./commands/GetConnectionStatusCommand"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./commands/GetDefaultPatchBaselineCommand"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./commands/GetDeployablePatchSnapshotForInstanceCommand"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./commands/GetDocumentCommand"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./commands/GetInventoryCommand"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./pagination/GetInventoryPaginator"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./commands/GetInventorySchemaCommand"), exports);
|
|
105
|
-
tslib_1.__exportStar(require("./pagination/GetInventorySchemaPaginator"), exports);
|
|
106
|
-
tslib_1.__exportStar(require("./commands/GetMaintenanceWindowCommand"), exports);
|
|
107
|
-
tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionCommand"), exports);
|
|
108
|
-
tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionTaskCommand"), exports);
|
|
109
|
-
tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionTaskInvocationCommand"), exports);
|
|
110
|
-
tslib_1.__exportStar(require("./commands/GetMaintenanceWindowTaskCommand"), exports);
|
|
111
|
-
tslib_1.__exportStar(require("./commands/GetOpsItemCommand"), exports);
|
|
112
|
-
tslib_1.__exportStar(require("./commands/GetOpsMetadataCommand"), exports);
|
|
113
|
-
tslib_1.__exportStar(require("./commands/GetOpsSummaryCommand"), exports);
|
|
114
|
-
tslib_1.__exportStar(require("./pagination/GetOpsSummaryPaginator"), exports);
|
|
115
|
-
tslib_1.__exportStar(require("./commands/GetParameterCommand"), exports);
|
|
116
|
-
tslib_1.__exportStar(require("./commands/GetParameterHistoryCommand"), exports);
|
|
117
|
-
tslib_1.__exportStar(require("./pagination/GetParameterHistoryPaginator"), exports);
|
|
118
|
-
tslib_1.__exportStar(require("./commands/GetParametersCommand"), exports);
|
|
119
|
-
tslib_1.__exportStar(require("./commands/GetParametersByPathCommand"), exports);
|
|
120
|
-
tslib_1.__exportStar(require("./pagination/GetParametersByPathPaginator"), exports);
|
|
121
|
-
tslib_1.__exportStar(require("./commands/GetPatchBaselineCommand"), exports);
|
|
122
|
-
tslib_1.__exportStar(require("./commands/GetPatchBaselineForPatchGroupCommand"), exports);
|
|
123
|
-
tslib_1.__exportStar(require("./commands/GetServiceSettingCommand"), exports);
|
|
124
|
-
tslib_1.__exportStar(require("./commands/LabelParameterVersionCommand"), exports);
|
|
125
|
-
tslib_1.__exportStar(require("./commands/ListAssociationsCommand"), exports);
|
|
126
|
-
tslib_1.__exportStar(require("./pagination/ListAssociationsPaginator"), exports);
|
|
127
|
-
tslib_1.__exportStar(require("./commands/ListAssociationVersionsCommand"), exports);
|
|
128
|
-
tslib_1.__exportStar(require("./pagination/ListAssociationVersionsPaginator"), exports);
|
|
129
|
-
tslib_1.__exportStar(require("./commands/ListCommandInvocationsCommand"), exports);
|
|
130
|
-
tslib_1.__exportStar(require("./pagination/ListCommandInvocationsPaginator"), exports);
|
|
131
|
-
tslib_1.__exportStar(require("./commands/ListCommandsCommand"), exports);
|
|
132
|
-
tslib_1.__exportStar(require("./pagination/ListCommandsPaginator"), exports);
|
|
133
|
-
tslib_1.__exportStar(require("./commands/ListComplianceItemsCommand"), exports);
|
|
134
|
-
tslib_1.__exportStar(require("./pagination/ListComplianceItemsPaginator"), exports);
|
|
135
|
-
tslib_1.__exportStar(require("./commands/ListComplianceSummariesCommand"), exports);
|
|
136
|
-
tslib_1.__exportStar(require("./pagination/ListComplianceSummariesPaginator"), exports);
|
|
137
|
-
tslib_1.__exportStar(require("./commands/ListDocumentMetadataHistoryCommand"), exports);
|
|
138
|
-
tslib_1.__exportStar(require("./commands/ListDocumentsCommand"), exports);
|
|
139
|
-
tslib_1.__exportStar(require("./pagination/ListDocumentsPaginator"), exports);
|
|
140
|
-
tslib_1.__exportStar(require("./commands/ListDocumentVersionsCommand"), exports);
|
|
141
|
-
tslib_1.__exportStar(require("./pagination/ListDocumentVersionsPaginator"), exports);
|
|
142
|
-
tslib_1.__exportStar(require("./commands/ListInventoryEntriesCommand"), exports);
|
|
143
|
-
tslib_1.__exportStar(require("./commands/ListOpsItemEventsCommand"), exports);
|
|
144
|
-
tslib_1.__exportStar(require("./pagination/ListOpsItemEventsPaginator"), exports);
|
|
145
|
-
tslib_1.__exportStar(require("./commands/ListOpsItemRelatedItemsCommand"), exports);
|
|
146
|
-
tslib_1.__exportStar(require("./pagination/ListOpsItemRelatedItemsPaginator"), exports);
|
|
147
|
-
tslib_1.__exportStar(require("./commands/ListOpsMetadataCommand"), exports);
|
|
148
|
-
tslib_1.__exportStar(require("./pagination/ListOpsMetadataPaginator"), exports);
|
|
149
|
-
tslib_1.__exportStar(require("./commands/ListResourceComplianceSummariesCommand"), exports);
|
|
150
|
-
tslib_1.__exportStar(require("./pagination/ListResourceComplianceSummariesPaginator"), exports);
|
|
151
|
-
tslib_1.__exportStar(require("./commands/ListResourceDataSyncCommand"), exports);
|
|
152
|
-
tslib_1.__exportStar(require("./pagination/ListResourceDataSyncPaginator"), exports);
|
|
153
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
154
|
-
tslib_1.__exportStar(require("./commands/ModifyDocumentPermissionCommand"), exports);
|
|
155
|
-
tslib_1.__exportStar(require("./commands/PutComplianceItemsCommand"), exports);
|
|
156
|
-
tslib_1.__exportStar(require("./commands/PutInventoryCommand"), exports);
|
|
157
|
-
tslib_1.__exportStar(require("./commands/PutParameterCommand"), exports);
|
|
158
|
-
tslib_1.__exportStar(require("./commands/RegisterDefaultPatchBaselineCommand"), exports);
|
|
159
|
-
tslib_1.__exportStar(require("./commands/RegisterPatchBaselineForPatchGroupCommand"), exports);
|
|
160
|
-
tslib_1.__exportStar(require("./commands/RegisterTargetWithMaintenanceWindowCommand"), exports);
|
|
161
|
-
tslib_1.__exportStar(require("./commands/RegisterTaskWithMaintenanceWindowCommand"), exports);
|
|
162
|
-
tslib_1.__exportStar(require("./commands/RemoveTagsFromResourceCommand"), exports);
|
|
163
|
-
tslib_1.__exportStar(require("./commands/ResetServiceSettingCommand"), exports);
|
|
164
|
-
tslib_1.__exportStar(require("./commands/ResumeSessionCommand"), exports);
|
|
165
|
-
tslib_1.__exportStar(require("./commands/SendAutomationSignalCommand"), exports);
|
|
166
|
-
tslib_1.__exportStar(require("./commands/SendCommandCommand"), exports);
|
|
167
|
-
tslib_1.__exportStar(require("./commands/StartAssociationsOnceCommand"), exports);
|
|
168
|
-
tslib_1.__exportStar(require("./commands/StartAutomationExecutionCommand"), exports);
|
|
169
|
-
tslib_1.__exportStar(require("./commands/StartChangeRequestExecutionCommand"), exports);
|
|
170
|
-
tslib_1.__exportStar(require("./commands/StartSessionCommand"), exports);
|
|
171
|
-
tslib_1.__exportStar(require("./commands/StopAutomationExecutionCommand"), exports);
|
|
172
|
-
tslib_1.__exportStar(require("./commands/TerminateSessionCommand"), exports);
|
|
173
|
-
tslib_1.__exportStar(require("./commands/UnlabelParameterVersionCommand"), exports);
|
|
174
|
-
tslib_1.__exportStar(require("./commands/UpdateAssociationCommand"), exports);
|
|
175
|
-
tslib_1.__exportStar(require("./commands/UpdateAssociationStatusCommand"), exports);
|
|
176
|
-
tslib_1.__exportStar(require("./commands/UpdateDocumentCommand"), exports);
|
|
177
|
-
tslib_1.__exportStar(require("./commands/UpdateDocumentDefaultVersionCommand"), exports);
|
|
178
|
-
tslib_1.__exportStar(require("./commands/UpdateDocumentMetadataCommand"), exports);
|
|
179
|
-
tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowCommand"), exports);
|
|
180
|
-
tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowTargetCommand"), exports);
|
|
181
|
-
tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowTaskCommand"), exports);
|
|
182
|
-
tslib_1.__exportStar(require("./commands/UpdateManagedInstanceRoleCommand"), exports);
|
|
183
|
-
tslib_1.__exportStar(require("./commands/UpdateOpsItemCommand"), exports);
|
|
184
|
-
tslib_1.__exportStar(require("./commands/UpdateOpsMetadataCommand"), exports);
|
|
185
|
-
tslib_1.__exportStar(require("./commands/UpdatePatchBaselineCommand"), exports);
|
|
186
|
-
tslib_1.__exportStar(require("./commands/UpdateResourceDataSyncCommand"), exports);
|
|
187
|
-
tslib_1.__exportStar(require("./commands/UpdateServiceSettingCommand"), exports);
|
|
188
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
189
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SSMClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeActivationsPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeAssociationExecutionTargetsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeAssociationExecutionsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeAutomationExecutionsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeAutomationStepExecutionsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeAvailablePatchesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeEffectiveInstanceAssociationsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeEffectivePatchesForPatchBaselinePaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DescribeInstanceAssociationsStatusPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DescribeInstanceInformationPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchStatesForPatchGroupPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchStatesPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeInstancePatchesPaginator"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DescribeInventoryDeletionsPaginator"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTasksPaginator"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionsPaginator"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowSchedulePaginator"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowTargetsPaginator"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowTasksPaginator"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowsForTargetPaginator"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceWindowsPaginator"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DescribeOpsItemsPaginator"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeParametersPaginator"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribePatchBaselinesPaginator"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribePatchGroupsPaginator"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribePatchPropertiesPaginator"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeSessionsPaginator"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetInventoryPaginator"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetInventorySchemaPaginator"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetOpsSummaryPaginator"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetParameterHistoryPaginator"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetParametersByPathPaginator"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListAssociationVersionsPaginator"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListAssociationsPaginator"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListCommandInvocationsPaginator"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListCommandsPaginator"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListComplianceItemsPaginator"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListComplianceSummariesPaginator"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListDocumentVersionsPaginator"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListDocumentsPaginator"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ListOpsItemEventsPaginator"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListOpsItemRelatedItemsPaginator"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListOpsMetadataPaginator"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListResourceComplianceSummariesPaginator"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./ListResourceDataSyncPaginator"), exports);
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
export * from "./AddTagsToResourceCommand";
|
|
2
|
+
export * from "./AssociateOpsItemRelatedItemCommand";
|
|
3
|
+
export * from "./CancelCommandCommand";
|
|
4
|
+
export * from "./CancelMaintenanceWindowExecutionCommand";
|
|
5
|
+
export * from "./CreateActivationCommand";
|
|
6
|
+
export * from "./CreateAssociationBatchCommand";
|
|
7
|
+
export * from "./CreateAssociationCommand";
|
|
8
|
+
export * from "./CreateDocumentCommand";
|
|
9
|
+
export * from "./CreateMaintenanceWindowCommand";
|
|
10
|
+
export * from "./CreateOpsItemCommand";
|
|
11
|
+
export * from "./CreateOpsMetadataCommand";
|
|
12
|
+
export * from "./CreatePatchBaselineCommand";
|
|
13
|
+
export * from "./CreateResourceDataSyncCommand";
|
|
14
|
+
export * from "./DeleteActivationCommand";
|
|
15
|
+
export * from "./DeleteAssociationCommand";
|
|
16
|
+
export * from "./DeleteDocumentCommand";
|
|
17
|
+
export * from "./DeleteInventoryCommand";
|
|
18
|
+
export * from "./DeleteMaintenanceWindowCommand";
|
|
19
|
+
export * from "./DeleteOpsMetadataCommand";
|
|
20
|
+
export * from "./DeleteParameterCommand";
|
|
21
|
+
export * from "./DeleteParametersCommand";
|
|
22
|
+
export * from "./DeletePatchBaselineCommand";
|
|
23
|
+
export * from "./DeleteResourceDataSyncCommand";
|
|
24
|
+
export * from "./DeregisterManagedInstanceCommand";
|
|
25
|
+
export * from "./DeregisterPatchBaselineForPatchGroupCommand";
|
|
26
|
+
export * from "./DeregisterTargetFromMaintenanceWindowCommand";
|
|
27
|
+
export * from "./DeregisterTaskFromMaintenanceWindowCommand";
|
|
28
|
+
export * from "./DescribeActivationsCommand";
|
|
29
|
+
export * from "./DescribeAssociationCommand";
|
|
30
|
+
export * from "./DescribeAssociationExecutionTargetsCommand";
|
|
31
|
+
export * from "./DescribeAssociationExecutionsCommand";
|
|
32
|
+
export * from "./DescribeAutomationExecutionsCommand";
|
|
33
|
+
export * from "./DescribeAutomationStepExecutionsCommand";
|
|
34
|
+
export * from "./DescribeAvailablePatchesCommand";
|
|
35
|
+
export * from "./DescribeDocumentCommand";
|
|
36
|
+
export * from "./DescribeDocumentPermissionCommand";
|
|
37
|
+
export * from "./DescribeEffectiveInstanceAssociationsCommand";
|
|
38
|
+
export * from "./DescribeEffectivePatchesForPatchBaselineCommand";
|
|
39
|
+
export * from "./DescribeInstanceAssociationsStatusCommand";
|
|
40
|
+
export * from "./DescribeInstanceInformationCommand";
|
|
41
|
+
export * from "./DescribeInstancePatchStatesCommand";
|
|
42
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupCommand";
|
|
43
|
+
export * from "./DescribeInstancePatchesCommand";
|
|
44
|
+
export * from "./DescribeInventoryDeletionsCommand";
|
|
45
|
+
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
46
|
+
export * from "./DescribeMaintenanceWindowExecutionTasksCommand";
|
|
47
|
+
export * from "./DescribeMaintenanceWindowExecutionsCommand";
|
|
48
|
+
export * from "./DescribeMaintenanceWindowScheduleCommand";
|
|
49
|
+
export * from "./DescribeMaintenanceWindowTargetsCommand";
|
|
50
|
+
export * from "./DescribeMaintenanceWindowTasksCommand";
|
|
51
|
+
export * from "./DescribeMaintenanceWindowsCommand";
|
|
52
|
+
export * from "./DescribeMaintenanceWindowsForTargetCommand";
|
|
53
|
+
export * from "./DescribeOpsItemsCommand";
|
|
54
|
+
export * from "./DescribeParametersCommand";
|
|
55
|
+
export * from "./DescribePatchBaselinesCommand";
|
|
56
|
+
export * from "./DescribePatchGroupStateCommand";
|
|
57
|
+
export * from "./DescribePatchGroupsCommand";
|
|
58
|
+
export * from "./DescribePatchPropertiesCommand";
|
|
59
|
+
export * from "./DescribeSessionsCommand";
|
|
60
|
+
export * from "./DisassociateOpsItemRelatedItemCommand";
|
|
61
|
+
export * from "./GetAutomationExecutionCommand";
|
|
62
|
+
export * from "./GetCalendarStateCommand";
|
|
63
|
+
export * from "./GetCommandInvocationCommand";
|
|
64
|
+
export * from "./GetConnectionStatusCommand";
|
|
65
|
+
export * from "./GetDefaultPatchBaselineCommand";
|
|
66
|
+
export * from "./GetDeployablePatchSnapshotForInstanceCommand";
|
|
67
|
+
export * from "./GetDocumentCommand";
|
|
68
|
+
export * from "./GetInventoryCommand";
|
|
69
|
+
export * from "./GetInventorySchemaCommand";
|
|
70
|
+
export * from "./GetMaintenanceWindowCommand";
|
|
71
|
+
export * from "./GetMaintenanceWindowExecutionCommand";
|
|
72
|
+
export * from "./GetMaintenanceWindowExecutionTaskCommand";
|
|
73
|
+
export * from "./GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
74
|
+
export * from "./GetMaintenanceWindowTaskCommand";
|
|
75
|
+
export * from "./GetOpsItemCommand";
|
|
76
|
+
export * from "./GetOpsMetadataCommand";
|
|
77
|
+
export * from "./GetOpsSummaryCommand";
|
|
78
|
+
export * from "./GetParameterCommand";
|
|
79
|
+
export * from "./GetParameterHistoryCommand";
|
|
80
|
+
export * from "./GetParametersByPathCommand";
|
|
81
|
+
export * from "./GetParametersCommand";
|
|
82
|
+
export * from "./GetPatchBaselineCommand";
|
|
83
|
+
export * from "./GetPatchBaselineForPatchGroupCommand";
|
|
84
|
+
export * from "./GetServiceSettingCommand";
|
|
85
|
+
export * from "./LabelParameterVersionCommand";
|
|
86
|
+
export * from "./ListAssociationVersionsCommand";
|
|
87
|
+
export * from "./ListAssociationsCommand";
|
|
88
|
+
export * from "./ListCommandInvocationsCommand";
|
|
89
|
+
export * from "./ListCommandsCommand";
|
|
90
|
+
export * from "./ListComplianceItemsCommand";
|
|
91
|
+
export * from "./ListComplianceSummariesCommand";
|
|
92
|
+
export * from "./ListDocumentMetadataHistoryCommand";
|
|
93
|
+
export * from "./ListDocumentVersionsCommand";
|
|
94
|
+
export * from "./ListDocumentsCommand";
|
|
95
|
+
export * from "./ListInventoryEntriesCommand";
|
|
96
|
+
export * from "./ListOpsItemEventsCommand";
|
|
97
|
+
export * from "./ListOpsItemRelatedItemsCommand";
|
|
98
|
+
export * from "./ListOpsMetadataCommand";
|
|
99
|
+
export * from "./ListResourceComplianceSummariesCommand";
|
|
100
|
+
export * from "./ListResourceDataSyncCommand";
|
|
101
|
+
export * from "./ListTagsForResourceCommand";
|
|
102
|
+
export * from "./ModifyDocumentPermissionCommand";
|
|
103
|
+
export * from "./PutComplianceItemsCommand";
|
|
104
|
+
export * from "./PutInventoryCommand";
|
|
105
|
+
export * from "./PutParameterCommand";
|
|
106
|
+
export * from "./RegisterDefaultPatchBaselineCommand";
|
|
107
|
+
export * from "./RegisterPatchBaselineForPatchGroupCommand";
|
|
108
|
+
export * from "./RegisterTargetWithMaintenanceWindowCommand";
|
|
109
|
+
export * from "./RegisterTaskWithMaintenanceWindowCommand";
|
|
110
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
111
|
+
export * from "./ResetServiceSettingCommand";
|
|
112
|
+
export * from "./ResumeSessionCommand";
|
|
113
|
+
export * from "./SendAutomationSignalCommand";
|
|
114
|
+
export * from "./SendCommandCommand";
|
|
115
|
+
export * from "./StartAssociationsOnceCommand";
|
|
116
|
+
export * from "./StartAutomationExecutionCommand";
|
|
117
|
+
export * from "./StartChangeRequestExecutionCommand";
|
|
118
|
+
export * from "./StartSessionCommand";
|
|
119
|
+
export * from "./StopAutomationExecutionCommand";
|
|
120
|
+
export * from "./TerminateSessionCommand";
|
|
121
|
+
export * from "./UnlabelParameterVersionCommand";
|
|
122
|
+
export * from "./UpdateAssociationCommand";
|
|
123
|
+
export * from "./UpdateAssociationStatusCommand";
|
|
124
|
+
export * from "./UpdateDocumentCommand";
|
|
125
|
+
export * from "./UpdateDocumentDefaultVersionCommand";
|
|
126
|
+
export * from "./UpdateDocumentMetadataCommand";
|
|
127
|
+
export * from "./UpdateMaintenanceWindowCommand";
|
|
128
|
+
export * from "./UpdateMaintenanceWindowTargetCommand";
|
|
129
|
+
export * from "./UpdateMaintenanceWindowTaskCommand";
|
|
130
|
+
export * from "./UpdateManagedInstanceRoleCommand";
|
|
131
|
+
export * from "./UpdateOpsItemCommand";
|
|
132
|
+
export * from "./UpdateOpsMetadataCommand";
|
|
133
|
+
export * from "./UpdatePatchBaselineCommand";
|
|
134
|
+
export * from "./UpdateResourceDataSyncCommand";
|
|
135
|
+
export * from "./UpdateServiceSettingCommand";
|