@aws-sdk/client-ssm 3.185.0 → 3.188.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 +19 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/SSM.js +542 -549
- package/dist-es/SSMClient.js +22 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +21 -28
- package/dist-es/commands/CancelCommandCommand.js +21 -28
- package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +21 -28
- package/dist-es/commands/CreateActivationCommand.js +21 -28
- package/dist-es/commands/CreateAssociationBatchCommand.js +21 -28
- package/dist-es/commands/CreateAssociationCommand.js +21 -28
- package/dist-es/commands/CreateDocumentCommand.js +21 -28
- package/dist-es/commands/CreateMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/CreateOpsItemCommand.js +21 -28
- package/dist-es/commands/CreateOpsMetadataCommand.js +21 -28
- package/dist-es/commands/CreatePatchBaselineCommand.js +21 -28
- package/dist-es/commands/CreateResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/DeleteActivationCommand.js +21 -28
- package/dist-es/commands/DeleteAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteDocumentCommand.js +21 -28
- package/dist-es/commands/DeleteInventoryCommand.js +21 -28
- package/dist-es/commands/DeleteMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DeleteOpsMetadataCommand.js +21 -28
- package/dist-es/commands/DeleteParameterCommand.js +21 -28
- package/dist-es/commands/DeleteParametersCommand.js +21 -28
- package/dist-es/commands/DeletePatchBaselineCommand.js +21 -28
- package/dist-es/commands/DeleteResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/DeregisterManagedInstanceCommand.js +21 -28
- package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DescribeActivationsCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAutomationExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAvailablePatchesCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentPermissionCommand.js +21 -28
- package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceInformationCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchStatesCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchesCommand.js +21 -28
- package/dist-es/commands/DescribeInventoryDeletionsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +21 -28
- package/dist-es/commands/DescribeOpsItemsCommand.js +21 -28
- package/dist-es/commands/DescribeParametersCommand.js +21 -28
- package/dist-es/commands/DescribePatchBaselinesCommand.js +21 -28
- package/dist-es/commands/DescribePatchGroupStateCommand.js +21 -28
- package/dist-es/commands/DescribePatchGroupsCommand.js +21 -28
- package/dist-es/commands/DescribePatchPropertiesCommand.js +21 -28
- package/dist-es/commands/DescribeSessionsCommand.js +21 -28
- package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +21 -28
- package/dist-es/commands/GetAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/GetCalendarStateCommand.js +21 -28
- package/dist-es/commands/GetCommandInvocationCommand.js +21 -28
- package/dist-es/commands/GetConnectionStatusCommand.js +21 -28
- package/dist-es/commands/GetDefaultPatchBaselineCommand.js +21 -28
- package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +21 -28
- package/dist-es/commands/GetDocumentCommand.js +21 -28
- package/dist-es/commands/GetInventoryCommand.js +21 -28
- package/dist-es/commands/GetInventorySchemaCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +21 -28
- package/dist-es/commands/GetOpsItemCommand.js +21 -28
- package/dist-es/commands/GetOpsMetadataCommand.js +21 -28
- package/dist-es/commands/GetOpsSummaryCommand.js +21 -28
- package/dist-es/commands/GetParameterCommand.js +21 -28
- package/dist-es/commands/GetParameterHistoryCommand.js +21 -28
- package/dist-es/commands/GetParametersByPathCommand.js +21 -28
- package/dist-es/commands/GetParametersCommand.js +21 -28
- package/dist-es/commands/GetPatchBaselineCommand.js +21 -28
- package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/GetServiceSettingCommand.js +21 -28
- package/dist-es/commands/LabelParameterVersionCommand.js +21 -28
- package/dist-es/commands/ListAssociationVersionsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsCommand.js +21 -28
- package/dist-es/commands/ListCommandInvocationsCommand.js +21 -28
- package/dist-es/commands/ListCommandsCommand.js +21 -28
- package/dist-es/commands/ListComplianceItemsCommand.js +21 -28
- package/dist-es/commands/ListComplianceSummariesCommand.js +21 -28
- package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +21 -28
- package/dist-es/commands/ListDocumentVersionsCommand.js +21 -28
- package/dist-es/commands/ListDocumentsCommand.js +21 -28
- package/dist-es/commands/ListInventoryEntriesCommand.js +21 -28
- package/dist-es/commands/ListOpsItemEventsCommand.js +21 -28
- package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +21 -28
- package/dist-es/commands/ListOpsMetadataCommand.js +21 -28
- package/dist-es/commands/ListResourceComplianceSummariesCommand.js +21 -28
- package/dist-es/commands/ListResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyDocumentPermissionCommand.js +21 -28
- package/dist-es/commands/PutComplianceItemsCommand.js +21 -28
- package/dist-es/commands/PutInventoryCommand.js +21 -28
- package/dist-es/commands/PutParameterCommand.js +21 -28
- package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +21 -28
- package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/ResetServiceSettingCommand.js +21 -28
- package/dist-es/commands/ResumeSessionCommand.js +21 -28
- package/dist-es/commands/SendAutomationSignalCommand.js +21 -28
- package/dist-es/commands/SendCommandCommand.js +21 -28
- package/dist-es/commands/StartAssociationsOnceCommand.js +21 -28
- package/dist-es/commands/StartAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/StartChangeRequestExecutionCommand.js +21 -28
- package/dist-es/commands/StartSessionCommand.js +21 -28
- package/dist-es/commands/StopAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/TerminateSessionCommand.js +21 -28
- package/dist-es/commands/UnlabelParameterVersionCommand.js +21 -28
- package/dist-es/commands/UpdateAssociationCommand.js +21 -28
- package/dist-es/commands/UpdateAssociationStatusCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +21 -28
- package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +21 -28
- package/dist-es/commands/UpdateOpsItemCommand.js +21 -28
- package/dist-es/commands/UpdateOpsMetadataCommand.js +21 -28
- package/dist-es/commands/UpdatePatchBaselineCommand.js +21 -28
- package/dist-es/commands/UpdateResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/UpdateServiceSettingCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SSMServiceException.js +5 -10
- package/dist-es/models/models_0.js +1436 -1039
- package/dist-es/models/models_1.js +1340 -889
- package/dist-es/models/models_2.js +125 -56
- package/dist-es/pagination/DescribeActivationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +25 -68
- package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +25 -68
- package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstanceInformationPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchesPaginator.js +25 -68
- package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOpsItemsPaginator.js +25 -68
- package/dist-es/pagination/DescribeParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchBaselinesPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchPropertiesPaginator.js +25 -68
- package/dist-es/pagination/DescribeSessionsPaginator.js +25 -68
- package/dist-es/pagination/GetInventoryPaginator.js +25 -68
- package/dist-es/pagination/GetInventorySchemaPaginator.js +25 -68
- package/dist-es/pagination/GetOpsSummaryPaginator.js +25 -68
- package/dist-es/pagination/GetParameterHistoryPaginator.js +25 -68
- package/dist-es/pagination/GetParametersByPathPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListCommandInvocationsPaginator.js +25 -68
- package/dist-es/pagination/ListCommandsPaginator.js +25 -68
- package/dist-es/pagination/ListComplianceItemsPaginator.js +25 -68
- package/dist-es/pagination/ListComplianceSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsItemEventsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsMetadataPaginator.js +25 -68
- package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListResourceDataSyncPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +10833 -12893
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForCommandExecuted.js +93 -113
- package/dist-types/models/models_0.d.ts +39 -18
- package/dist-types/models/models_1.d.ts +8 -4
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
4
3
|
export var ResourceTypeForTagging;
|
|
@@ -13,231 +12,231 @@ export var ResourceTypeForTagging;
|
|
|
13
12
|
ResourceTypeForTagging["PARAMETER"] = "Parameter";
|
|
14
13
|
ResourceTypeForTagging["PATCH_BASELINE"] = "PatchBaseline";
|
|
15
14
|
})(ResourceTypeForTagging || (ResourceTypeForTagging = {}));
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
15
|
+
export class InternalServerError extends __BaseException {
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "InternalServerError",
|
|
19
|
+
$fault: "server",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
this.name = "InternalServerError";
|
|
23
|
+
this.$fault = "server";
|
|
24
|
+
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
25
|
+
this.Message = opts.Message;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export class InvalidResourceId extends __BaseException {
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "InvalidResourceId",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
this.name = "InvalidResourceId";
|
|
36
|
+
this.$fault = "client";
|
|
37
|
+
Object.setPrototypeOf(this, InvalidResourceId.prototype);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
export class InvalidResourceType extends __BaseException {
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "InvalidResourceType",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
this.name = "InvalidResourceType";
|
|
48
|
+
this.$fault = "client";
|
|
49
|
+
Object.setPrototypeOf(this, InvalidResourceType.prototype);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
export class TooManyTagsError extends __BaseException {
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "TooManyTagsError",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
this.name = "TooManyTagsError";
|
|
60
|
+
this.$fault = "client";
|
|
61
|
+
Object.setPrototypeOf(this, TooManyTagsError.prototype);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class TooManyUpdates extends __BaseException {
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "TooManyUpdates",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
this.name = "TooManyUpdates";
|
|
72
|
+
this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(this, TooManyUpdates.prototype);
|
|
74
|
+
this.Message = opts.Message;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
78
77
|
export var ExternalAlarmState;
|
|
79
78
|
(function (ExternalAlarmState) {
|
|
80
79
|
ExternalAlarmState["ALARM"] = "ALARM";
|
|
81
80
|
ExternalAlarmState["UNKNOWN"] = "UNKNOWN";
|
|
82
81
|
})(ExternalAlarmState || (ExternalAlarmState = {}));
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
}
|
|
240
|
-
|
|
82
|
+
export class AlreadyExistsException extends __BaseException {
|
|
83
|
+
constructor(opts) {
|
|
84
|
+
super({
|
|
85
|
+
name: "AlreadyExistsException",
|
|
86
|
+
$fault: "client",
|
|
87
|
+
...opts,
|
|
88
|
+
});
|
|
89
|
+
this.name = "AlreadyExistsException";
|
|
90
|
+
this.$fault = "client";
|
|
91
|
+
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
92
|
+
this.Message = opts.Message;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
export class OpsItemInvalidParameterException extends __BaseException {
|
|
96
|
+
constructor(opts) {
|
|
97
|
+
super({
|
|
98
|
+
name: "OpsItemInvalidParameterException",
|
|
99
|
+
$fault: "client",
|
|
100
|
+
...opts,
|
|
101
|
+
});
|
|
102
|
+
this.name = "OpsItemInvalidParameterException";
|
|
103
|
+
this.$fault = "client";
|
|
104
|
+
Object.setPrototypeOf(this, OpsItemInvalidParameterException.prototype);
|
|
105
|
+
this.ParameterNames = opts.ParameterNames;
|
|
106
|
+
this.Message = opts.Message;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
export class OpsItemLimitExceededException extends __BaseException {
|
|
110
|
+
constructor(opts) {
|
|
111
|
+
super({
|
|
112
|
+
name: "OpsItemLimitExceededException",
|
|
113
|
+
$fault: "client",
|
|
114
|
+
...opts,
|
|
115
|
+
});
|
|
116
|
+
this.name = "OpsItemLimitExceededException";
|
|
117
|
+
this.$fault = "client";
|
|
118
|
+
Object.setPrototypeOf(this, OpsItemLimitExceededException.prototype);
|
|
119
|
+
this.ResourceTypes = opts.ResourceTypes;
|
|
120
|
+
this.Limit = opts.Limit;
|
|
121
|
+
this.LimitType = opts.LimitType;
|
|
122
|
+
this.Message = opts.Message;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
export class OpsItemNotFoundException extends __BaseException {
|
|
126
|
+
constructor(opts) {
|
|
127
|
+
super({
|
|
128
|
+
name: "OpsItemNotFoundException",
|
|
129
|
+
$fault: "client",
|
|
130
|
+
...opts,
|
|
131
|
+
});
|
|
132
|
+
this.name = "OpsItemNotFoundException";
|
|
133
|
+
this.$fault = "client";
|
|
134
|
+
Object.setPrototypeOf(this, OpsItemNotFoundException.prototype);
|
|
135
|
+
this.Message = opts.Message;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
export class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
|
|
139
|
+
constructor(opts) {
|
|
140
|
+
super({
|
|
141
|
+
name: "OpsItemRelatedItemAlreadyExistsException",
|
|
142
|
+
$fault: "client",
|
|
143
|
+
...opts,
|
|
144
|
+
});
|
|
145
|
+
this.name = "OpsItemRelatedItemAlreadyExistsException";
|
|
146
|
+
this.$fault = "client";
|
|
147
|
+
Object.setPrototypeOf(this, OpsItemRelatedItemAlreadyExistsException.prototype);
|
|
148
|
+
this.Message = opts.Message;
|
|
149
|
+
this.ResourceUri = opts.ResourceUri;
|
|
150
|
+
this.OpsItemId = opts.OpsItemId;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
export class DuplicateInstanceId extends __BaseException {
|
|
154
|
+
constructor(opts) {
|
|
155
|
+
super({
|
|
156
|
+
name: "DuplicateInstanceId",
|
|
157
|
+
$fault: "client",
|
|
158
|
+
...opts,
|
|
159
|
+
});
|
|
160
|
+
this.name = "DuplicateInstanceId";
|
|
161
|
+
this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(this, DuplicateInstanceId.prototype);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
export class InvalidCommandId extends __BaseException {
|
|
166
|
+
constructor(opts) {
|
|
167
|
+
super({
|
|
168
|
+
name: "InvalidCommandId",
|
|
169
|
+
$fault: "client",
|
|
170
|
+
...opts,
|
|
171
|
+
});
|
|
172
|
+
this.name = "InvalidCommandId";
|
|
173
|
+
this.$fault = "client";
|
|
174
|
+
Object.setPrototypeOf(this, InvalidCommandId.prototype);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
export class InvalidInstanceId extends __BaseException {
|
|
178
|
+
constructor(opts) {
|
|
179
|
+
super({
|
|
180
|
+
name: "InvalidInstanceId",
|
|
181
|
+
$fault: "client",
|
|
182
|
+
...opts,
|
|
183
|
+
});
|
|
184
|
+
this.name = "InvalidInstanceId";
|
|
185
|
+
this.$fault = "client";
|
|
186
|
+
Object.setPrototypeOf(this, InvalidInstanceId.prototype);
|
|
187
|
+
this.Message = opts.Message;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
export class DoesNotExistException extends __BaseException {
|
|
191
|
+
constructor(opts) {
|
|
192
|
+
super({
|
|
193
|
+
name: "DoesNotExistException",
|
|
194
|
+
$fault: "client",
|
|
195
|
+
...opts,
|
|
196
|
+
});
|
|
197
|
+
this.name = "DoesNotExistException";
|
|
198
|
+
this.$fault = "client";
|
|
199
|
+
Object.setPrototypeOf(this, DoesNotExistException.prototype);
|
|
200
|
+
this.Message = opts.Message;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
export class InvalidParameters extends __BaseException {
|
|
204
|
+
constructor(opts) {
|
|
205
|
+
super({
|
|
206
|
+
name: "InvalidParameters",
|
|
207
|
+
$fault: "client",
|
|
208
|
+
...opts,
|
|
209
|
+
});
|
|
210
|
+
this.name = "InvalidParameters";
|
|
211
|
+
this.$fault = "client";
|
|
212
|
+
Object.setPrototypeOf(this, InvalidParameters.prototype);
|
|
213
|
+
this.Message = opts.Message;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
export class AssociationAlreadyExists extends __BaseException {
|
|
217
|
+
constructor(opts) {
|
|
218
|
+
super({
|
|
219
|
+
name: "AssociationAlreadyExists",
|
|
220
|
+
$fault: "client",
|
|
221
|
+
...opts,
|
|
222
|
+
});
|
|
223
|
+
this.name = "AssociationAlreadyExists";
|
|
224
|
+
this.$fault = "client";
|
|
225
|
+
Object.setPrototypeOf(this, AssociationAlreadyExists.prototype);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
export class AssociationLimitExceeded extends __BaseException {
|
|
229
|
+
constructor(opts) {
|
|
230
|
+
super({
|
|
231
|
+
name: "AssociationLimitExceeded",
|
|
232
|
+
$fault: "client",
|
|
233
|
+
...opts,
|
|
234
|
+
});
|
|
235
|
+
this.name = "AssociationLimitExceeded";
|
|
236
|
+
this.$fault = "client";
|
|
237
|
+
Object.setPrototypeOf(this, AssociationLimitExceeded.prototype);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
241
240
|
export var AssociationComplianceSeverity;
|
|
242
241
|
(function (AssociationComplianceSeverity) {
|
|
243
242
|
AssociationComplianceSeverity["Critical"] = "CRITICAL";
|
|
@@ -257,109 +256,109 @@ export var AssociationStatusName;
|
|
|
257
256
|
AssociationStatusName["Pending"] = "Pending";
|
|
258
257
|
AssociationStatusName["Success"] = "Success";
|
|
259
258
|
})(AssociationStatusName || (AssociationStatusName = {}));
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
259
|
+
export class InvalidDocument extends __BaseException {
|
|
260
|
+
constructor(opts) {
|
|
261
|
+
super({
|
|
262
|
+
name: "InvalidDocument",
|
|
263
|
+
$fault: "client",
|
|
264
|
+
...opts,
|
|
265
|
+
});
|
|
266
|
+
this.name = "InvalidDocument";
|
|
267
|
+
this.$fault = "client";
|
|
268
|
+
Object.setPrototypeOf(this, InvalidDocument.prototype);
|
|
269
|
+
this.Message = opts.Message;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
export class InvalidDocumentVersion extends __BaseException {
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "InvalidDocumentVersion",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
this.name = "InvalidDocumentVersion";
|
|
280
|
+
this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(this, InvalidDocumentVersion.prototype);
|
|
282
|
+
this.Message = opts.Message;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
export class InvalidOutputLocation extends __BaseException {
|
|
286
|
+
constructor(opts) {
|
|
287
|
+
super({
|
|
288
|
+
name: "InvalidOutputLocation",
|
|
289
|
+
$fault: "client",
|
|
290
|
+
...opts,
|
|
291
|
+
});
|
|
292
|
+
this.name = "InvalidOutputLocation";
|
|
293
|
+
this.$fault = "client";
|
|
294
|
+
Object.setPrototypeOf(this, InvalidOutputLocation.prototype);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
export class InvalidSchedule extends __BaseException {
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "InvalidSchedule",
|
|
301
|
+
$fault: "client",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
this.name = "InvalidSchedule";
|
|
305
|
+
this.$fault = "client";
|
|
306
|
+
Object.setPrototypeOf(this, InvalidSchedule.prototype);
|
|
307
|
+
this.Message = opts.Message;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
export class InvalidTag extends __BaseException {
|
|
311
|
+
constructor(opts) {
|
|
312
|
+
super({
|
|
313
|
+
name: "InvalidTag",
|
|
314
|
+
$fault: "client",
|
|
315
|
+
...opts,
|
|
316
|
+
});
|
|
317
|
+
this.name = "InvalidTag";
|
|
318
|
+
this.$fault = "client";
|
|
319
|
+
Object.setPrototypeOf(this, InvalidTag.prototype);
|
|
320
|
+
this.Message = opts.Message;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export class InvalidTarget extends __BaseException {
|
|
324
|
+
constructor(opts) {
|
|
325
|
+
super({
|
|
326
|
+
name: "InvalidTarget",
|
|
327
|
+
$fault: "client",
|
|
328
|
+
...opts,
|
|
329
|
+
});
|
|
330
|
+
this.name = "InvalidTarget";
|
|
331
|
+
this.$fault = "client";
|
|
332
|
+
Object.setPrototypeOf(this, InvalidTarget.prototype);
|
|
333
|
+
this.Message = opts.Message;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
export class InvalidTargetMaps extends __BaseException {
|
|
337
|
+
constructor(opts) {
|
|
338
|
+
super({
|
|
339
|
+
name: "InvalidTargetMaps",
|
|
340
|
+
$fault: "client",
|
|
341
|
+
...opts,
|
|
342
|
+
});
|
|
343
|
+
this.name = "InvalidTargetMaps";
|
|
344
|
+
this.$fault = "client";
|
|
345
|
+
Object.setPrototypeOf(this, InvalidTargetMaps.prototype);
|
|
346
|
+
this.Message = opts.Message;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
export class UnsupportedPlatformType extends __BaseException {
|
|
350
|
+
constructor(opts) {
|
|
351
|
+
super({
|
|
352
|
+
name: "UnsupportedPlatformType",
|
|
353
|
+
$fault: "client",
|
|
354
|
+
...opts,
|
|
355
|
+
});
|
|
356
|
+
this.name = "UnsupportedPlatformType";
|
|
357
|
+
this.$fault = "client";
|
|
358
|
+
Object.setPrototypeOf(this, UnsupportedPlatformType.prototype);
|
|
359
|
+
this.Message = opts.Message;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
363
362
|
export var Fault;
|
|
364
363
|
(function (Fault) {
|
|
365
364
|
Fault["Client"] = "Client";
|
|
@@ -426,164 +425,164 @@ export var DocumentStatus;
|
|
|
426
425
|
DocumentStatus["Failed"] = "Failed";
|
|
427
426
|
DocumentStatus["Updating"] = "Updating";
|
|
428
427
|
})(DocumentStatus || (DocumentStatus = {}));
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
}
|
|
519
|
-
|
|
428
|
+
export class DocumentAlreadyExists extends __BaseException {
|
|
429
|
+
constructor(opts) {
|
|
430
|
+
super({
|
|
431
|
+
name: "DocumentAlreadyExists",
|
|
432
|
+
$fault: "client",
|
|
433
|
+
...opts,
|
|
434
|
+
});
|
|
435
|
+
this.name = "DocumentAlreadyExists";
|
|
436
|
+
this.$fault = "client";
|
|
437
|
+
Object.setPrototypeOf(this, DocumentAlreadyExists.prototype);
|
|
438
|
+
this.Message = opts.Message;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
export class DocumentLimitExceeded extends __BaseException {
|
|
442
|
+
constructor(opts) {
|
|
443
|
+
super({
|
|
444
|
+
name: "DocumentLimitExceeded",
|
|
445
|
+
$fault: "client",
|
|
446
|
+
...opts,
|
|
447
|
+
});
|
|
448
|
+
this.name = "DocumentLimitExceeded";
|
|
449
|
+
this.$fault = "client";
|
|
450
|
+
Object.setPrototypeOf(this, DocumentLimitExceeded.prototype);
|
|
451
|
+
this.Message = opts.Message;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
export class InvalidDocumentContent extends __BaseException {
|
|
455
|
+
constructor(opts) {
|
|
456
|
+
super({
|
|
457
|
+
name: "InvalidDocumentContent",
|
|
458
|
+
$fault: "client",
|
|
459
|
+
...opts,
|
|
460
|
+
});
|
|
461
|
+
this.name = "InvalidDocumentContent";
|
|
462
|
+
this.$fault = "client";
|
|
463
|
+
Object.setPrototypeOf(this, InvalidDocumentContent.prototype);
|
|
464
|
+
this.Message = opts.Message;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
export class InvalidDocumentSchemaVersion extends __BaseException {
|
|
468
|
+
constructor(opts) {
|
|
469
|
+
super({
|
|
470
|
+
name: "InvalidDocumentSchemaVersion",
|
|
471
|
+
$fault: "client",
|
|
472
|
+
...opts,
|
|
473
|
+
});
|
|
474
|
+
this.name = "InvalidDocumentSchemaVersion";
|
|
475
|
+
this.$fault = "client";
|
|
476
|
+
Object.setPrototypeOf(this, InvalidDocumentSchemaVersion.prototype);
|
|
477
|
+
this.Message = opts.Message;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
export class MaxDocumentSizeExceeded extends __BaseException {
|
|
481
|
+
constructor(opts) {
|
|
482
|
+
super({
|
|
483
|
+
name: "MaxDocumentSizeExceeded",
|
|
484
|
+
$fault: "client",
|
|
485
|
+
...opts,
|
|
486
|
+
});
|
|
487
|
+
this.name = "MaxDocumentSizeExceeded";
|
|
488
|
+
this.$fault = "client";
|
|
489
|
+
Object.setPrototypeOf(this, MaxDocumentSizeExceeded.prototype);
|
|
490
|
+
this.Message = opts.Message;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
export class IdempotentParameterMismatch extends __BaseException {
|
|
494
|
+
constructor(opts) {
|
|
495
|
+
super({
|
|
496
|
+
name: "IdempotentParameterMismatch",
|
|
497
|
+
$fault: "client",
|
|
498
|
+
...opts,
|
|
499
|
+
});
|
|
500
|
+
this.name = "IdempotentParameterMismatch";
|
|
501
|
+
this.$fault = "client";
|
|
502
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
|
|
503
|
+
this.Message = opts.Message;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
export class ResourceLimitExceededException extends __BaseException {
|
|
507
|
+
constructor(opts) {
|
|
508
|
+
super({
|
|
509
|
+
name: "ResourceLimitExceededException",
|
|
510
|
+
$fault: "client",
|
|
511
|
+
...opts,
|
|
512
|
+
});
|
|
513
|
+
this.name = "ResourceLimitExceededException";
|
|
514
|
+
this.$fault = "client";
|
|
515
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
516
|
+
this.Message = opts.Message;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
520
519
|
export var OpsItemDataType;
|
|
521
520
|
(function (OpsItemDataType) {
|
|
522
521
|
OpsItemDataType["SEARCHABLE_STRING"] = "SearchableString";
|
|
523
522
|
OpsItemDataType["STRING"] = "String";
|
|
524
523
|
})(OpsItemDataType || (OpsItemDataType = {}));
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
|
|
524
|
+
export class OpsItemAlreadyExistsException extends __BaseException {
|
|
525
|
+
constructor(opts) {
|
|
526
|
+
super({
|
|
527
|
+
name: "OpsItemAlreadyExistsException",
|
|
528
|
+
$fault: "client",
|
|
529
|
+
...opts,
|
|
530
|
+
});
|
|
531
|
+
this.name = "OpsItemAlreadyExistsException";
|
|
532
|
+
this.$fault = "client";
|
|
533
|
+
Object.setPrototypeOf(this, OpsItemAlreadyExistsException.prototype);
|
|
534
|
+
this.Message = opts.Message;
|
|
535
|
+
this.OpsItemId = opts.OpsItemId;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
export class OpsMetadataAlreadyExistsException extends __BaseException {
|
|
539
|
+
constructor(opts) {
|
|
540
|
+
super({
|
|
541
|
+
name: "OpsMetadataAlreadyExistsException",
|
|
542
|
+
$fault: "client",
|
|
543
|
+
...opts,
|
|
544
|
+
});
|
|
545
|
+
this.name = "OpsMetadataAlreadyExistsException";
|
|
546
|
+
this.$fault = "client";
|
|
547
|
+
Object.setPrototypeOf(this, OpsMetadataAlreadyExistsException.prototype);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
export class OpsMetadataInvalidArgumentException extends __BaseException {
|
|
551
|
+
constructor(opts) {
|
|
552
|
+
super({
|
|
553
|
+
name: "OpsMetadataInvalidArgumentException",
|
|
554
|
+
$fault: "client",
|
|
555
|
+
...opts,
|
|
556
|
+
});
|
|
557
|
+
this.name = "OpsMetadataInvalidArgumentException";
|
|
558
|
+
this.$fault = "client";
|
|
559
|
+
Object.setPrototypeOf(this, OpsMetadataInvalidArgumentException.prototype);
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
export class OpsMetadataLimitExceededException extends __BaseException {
|
|
563
|
+
constructor(opts) {
|
|
564
|
+
super({
|
|
565
|
+
name: "OpsMetadataLimitExceededException",
|
|
566
|
+
$fault: "client",
|
|
567
|
+
...opts,
|
|
568
|
+
});
|
|
569
|
+
this.name = "OpsMetadataLimitExceededException";
|
|
570
|
+
this.$fault = "client";
|
|
571
|
+
Object.setPrototypeOf(this, OpsMetadataLimitExceededException.prototype);
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
export class OpsMetadataTooManyUpdatesException extends __BaseException {
|
|
575
|
+
constructor(opts) {
|
|
576
|
+
super({
|
|
577
|
+
name: "OpsMetadataTooManyUpdatesException",
|
|
578
|
+
$fault: "client",
|
|
579
|
+
...opts,
|
|
580
|
+
});
|
|
581
|
+
this.name = "OpsMetadataTooManyUpdatesException";
|
|
582
|
+
this.$fault = "client";
|
|
583
|
+
Object.setPrototypeOf(this, OpsMetadataTooManyUpdatesException.prototype);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
587
586
|
export var PatchComplianceLevel;
|
|
588
587
|
(function (PatchComplianceLevel) {
|
|
589
588
|
PatchComplianceLevel["Critical"] = "CRITICAL";
|
|
@@ -619,6 +618,7 @@ export var OperatingSystem;
|
|
|
619
618
|
(function (OperatingSystem) {
|
|
620
619
|
OperatingSystem["AmazonLinux"] = "AMAZON_LINUX";
|
|
621
620
|
OperatingSystem["AmazonLinux2"] = "AMAZON_LINUX_2";
|
|
621
|
+
OperatingSystem["AmazonLinux2022"] = "AMAZON_LINUX_2022";
|
|
622
622
|
OperatingSystem["CentOS"] = "CENTOS";
|
|
623
623
|
OperatingSystem["Debian"] = "DEBIAN";
|
|
624
624
|
OperatingSystem["MacOS"] = "MACOS";
|
|
@@ -639,276 +639,276 @@ export var ResourceDataSyncS3Format;
|
|
|
639
639
|
(function (ResourceDataSyncS3Format) {
|
|
640
640
|
ResourceDataSyncS3Format["JSON_SERDE"] = "JsonSerDe";
|
|
641
641
|
})(ResourceDataSyncS3Format || (ResourceDataSyncS3Format = {}));
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
}
|
|
744
|
-
|
|
642
|
+
export class ResourceDataSyncAlreadyExistsException extends __BaseException {
|
|
643
|
+
constructor(opts) {
|
|
644
|
+
super({
|
|
645
|
+
name: "ResourceDataSyncAlreadyExistsException",
|
|
646
|
+
$fault: "client",
|
|
647
|
+
...opts,
|
|
648
|
+
});
|
|
649
|
+
this.name = "ResourceDataSyncAlreadyExistsException";
|
|
650
|
+
this.$fault = "client";
|
|
651
|
+
Object.setPrototypeOf(this, ResourceDataSyncAlreadyExistsException.prototype);
|
|
652
|
+
this.SyncName = opts.SyncName;
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
export class ResourceDataSyncCountExceededException extends __BaseException {
|
|
656
|
+
constructor(opts) {
|
|
657
|
+
super({
|
|
658
|
+
name: "ResourceDataSyncCountExceededException",
|
|
659
|
+
$fault: "client",
|
|
660
|
+
...opts,
|
|
661
|
+
});
|
|
662
|
+
this.name = "ResourceDataSyncCountExceededException";
|
|
663
|
+
this.$fault = "client";
|
|
664
|
+
Object.setPrototypeOf(this, ResourceDataSyncCountExceededException.prototype);
|
|
665
|
+
this.Message = opts.Message;
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
export class ResourceDataSyncInvalidConfigurationException extends __BaseException {
|
|
669
|
+
constructor(opts) {
|
|
670
|
+
super({
|
|
671
|
+
name: "ResourceDataSyncInvalidConfigurationException",
|
|
672
|
+
$fault: "client",
|
|
673
|
+
...opts,
|
|
674
|
+
});
|
|
675
|
+
this.name = "ResourceDataSyncInvalidConfigurationException";
|
|
676
|
+
this.$fault = "client";
|
|
677
|
+
Object.setPrototypeOf(this, ResourceDataSyncInvalidConfigurationException.prototype);
|
|
678
|
+
this.Message = opts.Message;
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
export class InvalidActivation extends __BaseException {
|
|
682
|
+
constructor(opts) {
|
|
683
|
+
super({
|
|
684
|
+
name: "InvalidActivation",
|
|
685
|
+
$fault: "client",
|
|
686
|
+
...opts,
|
|
687
|
+
});
|
|
688
|
+
this.name = "InvalidActivation";
|
|
689
|
+
this.$fault = "client";
|
|
690
|
+
Object.setPrototypeOf(this, InvalidActivation.prototype);
|
|
691
|
+
this.Message = opts.Message;
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
export class InvalidActivationId extends __BaseException {
|
|
695
|
+
constructor(opts) {
|
|
696
|
+
super({
|
|
697
|
+
name: "InvalidActivationId",
|
|
698
|
+
$fault: "client",
|
|
699
|
+
...opts,
|
|
700
|
+
});
|
|
701
|
+
this.name = "InvalidActivationId";
|
|
702
|
+
this.$fault = "client";
|
|
703
|
+
Object.setPrototypeOf(this, InvalidActivationId.prototype);
|
|
704
|
+
this.Message = opts.Message;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
export class AssociationDoesNotExist extends __BaseException {
|
|
708
|
+
constructor(opts) {
|
|
709
|
+
super({
|
|
710
|
+
name: "AssociationDoesNotExist",
|
|
711
|
+
$fault: "client",
|
|
712
|
+
...opts,
|
|
713
|
+
});
|
|
714
|
+
this.name = "AssociationDoesNotExist";
|
|
715
|
+
this.$fault = "client";
|
|
716
|
+
Object.setPrototypeOf(this, AssociationDoesNotExist.prototype);
|
|
717
|
+
this.Message = opts.Message;
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
export class AssociatedInstances extends __BaseException {
|
|
721
|
+
constructor(opts) {
|
|
722
|
+
super({
|
|
723
|
+
name: "AssociatedInstances",
|
|
724
|
+
$fault: "client",
|
|
725
|
+
...opts,
|
|
726
|
+
});
|
|
727
|
+
this.name = "AssociatedInstances";
|
|
728
|
+
this.$fault = "client";
|
|
729
|
+
Object.setPrototypeOf(this, AssociatedInstances.prototype);
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
export class InvalidDocumentOperation extends __BaseException {
|
|
733
|
+
constructor(opts) {
|
|
734
|
+
super({
|
|
735
|
+
name: "InvalidDocumentOperation",
|
|
736
|
+
$fault: "client",
|
|
737
|
+
...opts,
|
|
738
|
+
});
|
|
739
|
+
this.name = "InvalidDocumentOperation";
|
|
740
|
+
this.$fault = "client";
|
|
741
|
+
Object.setPrototypeOf(this, InvalidDocumentOperation.prototype);
|
|
742
|
+
this.Message = opts.Message;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
745
|
export var InventorySchemaDeleteOption;
|
|
746
746
|
(function (InventorySchemaDeleteOption) {
|
|
747
747
|
InventorySchemaDeleteOption["DELETE_SCHEMA"] = "DeleteSchema";
|
|
748
748
|
InventorySchemaDeleteOption["DISABLE_SCHEMA"] = "DisableSchema";
|
|
749
749
|
})(InventorySchemaDeleteOption || (InventorySchemaDeleteOption = {}));
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
}
|
|
866
|
-
|
|
750
|
+
export class InvalidDeleteInventoryParametersException extends __BaseException {
|
|
751
|
+
constructor(opts) {
|
|
752
|
+
super({
|
|
753
|
+
name: "InvalidDeleteInventoryParametersException",
|
|
754
|
+
$fault: "client",
|
|
755
|
+
...opts,
|
|
756
|
+
});
|
|
757
|
+
this.name = "InvalidDeleteInventoryParametersException";
|
|
758
|
+
this.$fault = "client";
|
|
759
|
+
Object.setPrototypeOf(this, InvalidDeleteInventoryParametersException.prototype);
|
|
760
|
+
this.Message = opts.Message;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
export class InvalidInventoryRequestException extends __BaseException {
|
|
764
|
+
constructor(opts) {
|
|
765
|
+
super({
|
|
766
|
+
name: "InvalidInventoryRequestException",
|
|
767
|
+
$fault: "client",
|
|
768
|
+
...opts,
|
|
769
|
+
});
|
|
770
|
+
this.name = "InvalidInventoryRequestException";
|
|
771
|
+
this.$fault = "client";
|
|
772
|
+
Object.setPrototypeOf(this, InvalidInventoryRequestException.prototype);
|
|
773
|
+
this.Message = opts.Message;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
export class InvalidOptionException extends __BaseException {
|
|
777
|
+
constructor(opts) {
|
|
778
|
+
super({
|
|
779
|
+
name: "InvalidOptionException",
|
|
780
|
+
$fault: "client",
|
|
781
|
+
...opts,
|
|
782
|
+
});
|
|
783
|
+
this.name = "InvalidOptionException";
|
|
784
|
+
this.$fault = "client";
|
|
785
|
+
Object.setPrototypeOf(this, InvalidOptionException.prototype);
|
|
786
|
+
this.Message = opts.Message;
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
export class InvalidTypeNameException extends __BaseException {
|
|
790
|
+
constructor(opts) {
|
|
791
|
+
super({
|
|
792
|
+
name: "InvalidTypeNameException",
|
|
793
|
+
$fault: "client",
|
|
794
|
+
...opts,
|
|
795
|
+
});
|
|
796
|
+
this.name = "InvalidTypeNameException";
|
|
797
|
+
this.$fault = "client";
|
|
798
|
+
Object.setPrototypeOf(this, InvalidTypeNameException.prototype);
|
|
799
|
+
this.Message = opts.Message;
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
export class OpsMetadataNotFoundException extends __BaseException {
|
|
803
|
+
constructor(opts) {
|
|
804
|
+
super({
|
|
805
|
+
name: "OpsMetadataNotFoundException",
|
|
806
|
+
$fault: "client",
|
|
807
|
+
...opts,
|
|
808
|
+
});
|
|
809
|
+
this.name = "OpsMetadataNotFoundException";
|
|
810
|
+
this.$fault = "client";
|
|
811
|
+
Object.setPrototypeOf(this, OpsMetadataNotFoundException.prototype);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
export class ParameterNotFound extends __BaseException {
|
|
815
|
+
constructor(opts) {
|
|
816
|
+
super({
|
|
817
|
+
name: "ParameterNotFound",
|
|
818
|
+
$fault: "client",
|
|
819
|
+
...opts,
|
|
820
|
+
});
|
|
821
|
+
this.name = "ParameterNotFound";
|
|
822
|
+
this.$fault = "client";
|
|
823
|
+
Object.setPrototypeOf(this, ParameterNotFound.prototype);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
export class ResourceInUseException extends __BaseException {
|
|
827
|
+
constructor(opts) {
|
|
828
|
+
super({
|
|
829
|
+
name: "ResourceInUseException",
|
|
830
|
+
$fault: "client",
|
|
831
|
+
...opts,
|
|
832
|
+
});
|
|
833
|
+
this.name = "ResourceInUseException";
|
|
834
|
+
this.$fault = "client";
|
|
835
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
836
|
+
this.Message = opts.Message;
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
export class ResourceDataSyncNotFoundException extends __BaseException {
|
|
840
|
+
constructor(opts) {
|
|
841
|
+
super({
|
|
842
|
+
name: "ResourceDataSyncNotFoundException",
|
|
843
|
+
$fault: "client",
|
|
844
|
+
...opts,
|
|
845
|
+
});
|
|
846
|
+
this.name = "ResourceDataSyncNotFoundException";
|
|
847
|
+
this.$fault = "client";
|
|
848
|
+
Object.setPrototypeOf(this, ResourceDataSyncNotFoundException.prototype);
|
|
849
|
+
this.SyncName = opts.SyncName;
|
|
850
|
+
this.SyncType = opts.SyncType;
|
|
851
|
+
this.Message = opts.Message;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
export class TargetInUseException extends __BaseException {
|
|
855
|
+
constructor(opts) {
|
|
856
|
+
super({
|
|
857
|
+
name: "TargetInUseException",
|
|
858
|
+
$fault: "client",
|
|
859
|
+
...opts,
|
|
860
|
+
});
|
|
861
|
+
this.name = "TargetInUseException";
|
|
862
|
+
this.$fault = "client";
|
|
863
|
+
Object.setPrototypeOf(this, TargetInUseException.prototype);
|
|
864
|
+
this.Message = opts.Message;
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
867
|
export var DescribeActivationsFilterKeys;
|
|
868
868
|
(function (DescribeActivationsFilterKeys) {
|
|
869
869
|
DescribeActivationsFilterKeys["ACTIVATION_IDS"] = "ActivationIds";
|
|
870
870
|
DescribeActivationsFilterKeys["DEFAULT_INSTANCE_NAME"] = "DefaultInstanceName";
|
|
871
871
|
DescribeActivationsFilterKeys["IAM_ROLE"] = "IamRole";
|
|
872
872
|
})(DescribeActivationsFilterKeys || (DescribeActivationsFilterKeys = {}));
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
}
|
|
911
|
-
|
|
873
|
+
export class InvalidFilter extends __BaseException {
|
|
874
|
+
constructor(opts) {
|
|
875
|
+
super({
|
|
876
|
+
name: "InvalidFilter",
|
|
877
|
+
$fault: "client",
|
|
878
|
+
...opts,
|
|
879
|
+
});
|
|
880
|
+
this.name = "InvalidFilter";
|
|
881
|
+
this.$fault = "client";
|
|
882
|
+
Object.setPrototypeOf(this, InvalidFilter.prototype);
|
|
883
|
+
this.Message = opts.Message;
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
export class InvalidNextToken extends __BaseException {
|
|
887
|
+
constructor(opts) {
|
|
888
|
+
super({
|
|
889
|
+
name: "InvalidNextToken",
|
|
890
|
+
$fault: "client",
|
|
891
|
+
...opts,
|
|
892
|
+
});
|
|
893
|
+
this.name = "InvalidNextToken";
|
|
894
|
+
this.$fault = "client";
|
|
895
|
+
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
896
|
+
this.Message = opts.Message;
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
export class InvalidAssociationVersion extends __BaseException {
|
|
900
|
+
constructor(opts) {
|
|
901
|
+
super({
|
|
902
|
+
name: "InvalidAssociationVersion",
|
|
903
|
+
$fault: "client",
|
|
904
|
+
...opts,
|
|
905
|
+
});
|
|
906
|
+
this.name = "InvalidAssociationVersion";
|
|
907
|
+
this.$fault = "client";
|
|
908
|
+
Object.setPrototypeOf(this, InvalidAssociationVersion.prototype);
|
|
909
|
+
this.Message = opts.Message;
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
912
|
export var AssociationExecutionFilterKey;
|
|
913
913
|
(function (AssociationExecutionFilterKey) {
|
|
914
914
|
AssociationExecutionFilterKey["CreatedTime"] = "CreatedTime";
|
|
@@ -921,19 +921,19 @@ export var AssociationFilterOperatorType;
|
|
|
921
921
|
AssociationFilterOperatorType["GreaterThan"] = "GREATER_THAN";
|
|
922
922
|
AssociationFilterOperatorType["LessThan"] = "LESS_THAN";
|
|
923
923
|
})(AssociationFilterOperatorType || (AssociationFilterOperatorType = {}));
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
}
|
|
936
|
-
|
|
924
|
+
export class AssociationExecutionDoesNotExist extends __BaseException {
|
|
925
|
+
constructor(opts) {
|
|
926
|
+
super({
|
|
927
|
+
name: "AssociationExecutionDoesNotExist",
|
|
928
|
+
$fault: "client",
|
|
929
|
+
...opts,
|
|
930
|
+
});
|
|
931
|
+
this.name = "AssociationExecutionDoesNotExist";
|
|
932
|
+
this.$fault = "client";
|
|
933
|
+
Object.setPrototypeOf(this, AssociationExecutionDoesNotExist.prototype);
|
|
934
|
+
this.Message = opts.Message;
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
937
|
export var AssociationExecutionTargetsFilterKey;
|
|
938
938
|
(function (AssociationExecutionTargetsFilterKey) {
|
|
939
939
|
AssociationExecutionTargetsFilterKey["ResourceId"] = "ResourceId";
|
|
@@ -990,44 +990,44 @@ export var ExecutionMode;
|
|
|
990
990
|
ExecutionMode["Auto"] = "Auto";
|
|
991
991
|
ExecutionMode["Interactive"] = "Interactive";
|
|
992
992
|
})(ExecutionMode || (ExecutionMode = {}));
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
}
|
|
1030
|
-
|
|
993
|
+
export class InvalidFilterKey extends __BaseException {
|
|
994
|
+
constructor(opts) {
|
|
995
|
+
super({
|
|
996
|
+
name: "InvalidFilterKey",
|
|
997
|
+
$fault: "client",
|
|
998
|
+
...opts,
|
|
999
|
+
});
|
|
1000
|
+
this.name = "InvalidFilterKey";
|
|
1001
|
+
this.$fault = "client";
|
|
1002
|
+
Object.setPrototypeOf(this, InvalidFilterKey.prototype);
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
export class InvalidFilterValue extends __BaseException {
|
|
1006
|
+
constructor(opts) {
|
|
1007
|
+
super({
|
|
1008
|
+
name: "InvalidFilterValue",
|
|
1009
|
+
$fault: "client",
|
|
1010
|
+
...opts,
|
|
1011
|
+
});
|
|
1012
|
+
this.name = "InvalidFilterValue";
|
|
1013
|
+
this.$fault = "client";
|
|
1014
|
+
Object.setPrototypeOf(this, InvalidFilterValue.prototype);
|
|
1015
|
+
this.Message = opts.Message;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
export class AutomationExecutionNotFoundException extends __BaseException {
|
|
1019
|
+
constructor(opts) {
|
|
1020
|
+
super({
|
|
1021
|
+
name: "AutomationExecutionNotFoundException",
|
|
1022
|
+
$fault: "client",
|
|
1023
|
+
...opts,
|
|
1024
|
+
});
|
|
1025
|
+
this.name = "AutomationExecutionNotFoundException";
|
|
1026
|
+
this.$fault = "client";
|
|
1027
|
+
Object.setPrototypeOf(this, AutomationExecutionNotFoundException.prototype);
|
|
1028
|
+
this.Message = opts.Message;
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
1031
|
export var StepExecutionFilterKey;
|
|
1032
1032
|
(function (StepExecutionFilterKey) {
|
|
1033
1033
|
StepExecutionFilterKey["ACTION"] = "Action";
|
|
@@ -1041,19 +1041,19 @@ export var DocumentPermissionType;
|
|
|
1041
1041
|
(function (DocumentPermissionType) {
|
|
1042
1042
|
DocumentPermissionType["SHARE"] = "Share";
|
|
1043
1043
|
})(DocumentPermissionType || (DocumentPermissionType = {}));
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1044
|
+
export class InvalidPermissionType extends __BaseException {
|
|
1045
|
+
constructor(opts) {
|
|
1046
|
+
super({
|
|
1047
|
+
name: "InvalidPermissionType",
|
|
1048
|
+
$fault: "client",
|
|
1049
|
+
...opts,
|
|
1050
|
+
});
|
|
1051
|
+
this.name = "InvalidPermissionType";
|
|
1052
|
+
this.$fault = "client";
|
|
1053
|
+
Object.setPrototypeOf(this, InvalidPermissionType.prototype);
|
|
1054
|
+
this.Message = opts.Message;
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
1057
|
export var PatchDeploymentStatus;
|
|
1058
1058
|
(function (PatchDeploymentStatus) {
|
|
1059
1059
|
PatchDeploymentStatus["Approved"] = "APPROVED";
|
|
@@ -1061,19 +1061,19 @@ export var PatchDeploymentStatus;
|
|
|
1061
1061
|
PatchDeploymentStatus["ExplicitRejected"] = "EXPLICIT_REJECTED";
|
|
1062
1062
|
PatchDeploymentStatus["PendingApproval"] = "PENDING_APPROVAL";
|
|
1063
1063
|
})(PatchDeploymentStatus || (PatchDeploymentStatus = {}));
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1064
|
+
export class UnsupportedOperatingSystem extends __BaseException {
|
|
1065
|
+
constructor(opts) {
|
|
1066
|
+
super({
|
|
1067
|
+
name: "UnsupportedOperatingSystem",
|
|
1068
|
+
$fault: "client",
|
|
1069
|
+
...opts,
|
|
1070
|
+
});
|
|
1071
|
+
this.name = "UnsupportedOperatingSystem";
|
|
1072
|
+
this.$fault = "client";
|
|
1073
|
+
Object.setPrototypeOf(this, UnsupportedOperatingSystem.prototype);
|
|
1074
|
+
this.Message = opts.Message;
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
1077
|
export var InstanceInformationFilterKey;
|
|
1078
1078
|
(function (InstanceInformationFilterKey) {
|
|
1079
1079
|
InstanceInformationFilterKey["ACTIVATION_IDS"] = "ActivationIds";
|
|
@@ -1103,18 +1103,18 @@ export var SourceType;
|
|
|
1103
1103
|
SourceType["AWS_IOT_THING"] = "AWS::IoT::Thing";
|
|
1104
1104
|
SourceType["AWS_SSM_MANAGEDINSTANCE"] = "AWS::SSM::ManagedInstance";
|
|
1105
1105
|
})(SourceType || (SourceType = {}));
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1106
|
+
export class InvalidInstanceInformationFilterValue extends __BaseException {
|
|
1107
|
+
constructor(opts) {
|
|
1108
|
+
super({
|
|
1109
|
+
name: "InvalidInstanceInformationFilterValue",
|
|
1110
|
+
$fault: "client",
|
|
1111
|
+
...opts,
|
|
1112
|
+
});
|
|
1113
|
+
this.name = "InvalidInstanceInformationFilterValue";
|
|
1114
|
+
this.$fault = "client";
|
|
1115
|
+
Object.setPrototypeOf(this, InvalidInstanceInformationFilterValue.prototype);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
1118
|
export var PatchComplianceDataState;
|
|
1119
1119
|
(function (PatchComplianceDataState) {
|
|
1120
1120
|
PatchComplianceDataState["Failed"] = "FAILED";
|
|
@@ -1147,19 +1147,19 @@ export var InventoryDeletionStatus;
|
|
|
1147
1147
|
InventoryDeletionStatus["COMPLETE"] = "Complete";
|
|
1148
1148
|
InventoryDeletionStatus["IN_PROGRESS"] = "InProgress";
|
|
1149
1149
|
})(InventoryDeletionStatus || (InventoryDeletionStatus = {}));
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1150
|
+
export class InvalidDeletionIdException extends __BaseException {
|
|
1151
|
+
constructor(opts) {
|
|
1152
|
+
super({
|
|
1153
|
+
name: "InvalidDeletionIdException",
|
|
1154
|
+
$fault: "client",
|
|
1155
|
+
...opts,
|
|
1156
|
+
});
|
|
1157
|
+
this.name = "InvalidDeletionIdException";
|
|
1158
|
+
this.$fault = "client";
|
|
1159
|
+
Object.setPrototypeOf(this, InvalidDeletionIdException.prototype);
|
|
1160
|
+
this.Message = opts.Message;
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
1163
|
export var MaintenanceWindowExecutionStatus;
|
|
1164
1164
|
(function (MaintenanceWindowExecutionStatus) {
|
|
1165
1165
|
MaintenanceWindowExecutionStatus["Cancelled"] = "CANCELLED";
|
|
@@ -1247,205 +1247,602 @@ export var OpsItemStatus;
|
|
|
1247
1247
|
OpsItemStatus["SCHEDULED"] = "Scheduled";
|
|
1248
1248
|
OpsItemStatus["TIMED_OUT"] = "TimedOut";
|
|
1249
1249
|
})(OpsItemStatus || (OpsItemStatus = {}));
|
|
1250
|
-
export
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
export
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
export
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
export
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
export
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
export
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
export
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
export
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
export
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
export
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
export
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
export
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
export
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
export
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
export
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
export
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
export
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
export
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
export
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
export
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
export
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
export
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
export
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
export var DeleteParameterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1332
|
-
export var DeleteParametersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1333
|
-
export var DeleteParametersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1334
|
-
export var DeletePatchBaselineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1335
|
-
export var DeletePatchBaselineResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1336
|
-
export var DeleteResourceDataSyncRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1337
|
-
export var DeleteResourceDataSyncResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1338
|
-
export var DeregisterManagedInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1339
|
-
export var DeregisterManagedInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1340
|
-
export var DeregisterPatchBaselineForPatchGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1341
|
-
export var DeregisterPatchBaselineForPatchGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1342
|
-
export var DeregisterTargetFromMaintenanceWindowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1343
|
-
export var DeregisterTargetFromMaintenanceWindowResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1344
|
-
export var DeregisterTaskFromMaintenanceWindowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1345
|
-
export var DeregisterTaskFromMaintenanceWindowResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1346
|
-
export var DescribeActivationsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1347
|
-
export var DescribeActivationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1348
|
-
export var DescribeActivationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1349
|
-
export var DescribeAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1350
|
-
export var DescribeAssociationResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AssociationDescription && {
|
|
1351
|
-
AssociationDescription: AssociationDescriptionFilterSensitiveLog(obj.AssociationDescription),
|
|
1352
|
-
}))); };
|
|
1353
|
-
export var AssociationExecutionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1354
|
-
export var DescribeAssociationExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1355
|
-
export var AssociationExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1356
|
-
export var DescribeAssociationExecutionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1357
|
-
export var AssociationExecutionTargetsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1358
|
-
export var DescribeAssociationExecutionTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1359
|
-
export var OutputSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1360
|
-
export var AssociationExecutionTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1361
|
-
export var DescribeAssociationExecutionTargetsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1362
|
-
export var AutomationExecutionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1363
|
-
export var DescribeAutomationExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1364
|
-
export var ResolvedTargetsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1365
|
-
export var RunbookFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1366
|
-
export var AutomationExecutionMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1367
|
-
export var DescribeAutomationExecutionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1368
|
-
export var StepExecutionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1369
|
-
export var DescribeAutomationStepExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1370
|
-
export var FailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1371
|
-
export var StepExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1372
|
-
export var DescribeAutomationStepExecutionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1373
|
-
export var PatchOrchestratorFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1374
|
-
export var DescribeAvailablePatchesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1375
|
-
export var PatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
|
-
export var DescribeAvailablePatchesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1377
|
-
export var DescribeDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1378
|
-
export var DescribeDocumentResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1379
|
-
export var DescribeDocumentPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1380
|
-
export var DescribeDocumentPermissionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1381
|
-
export var DescribeEffectiveInstanceAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1382
|
-
export var InstanceAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1383
|
-
export var DescribeEffectiveInstanceAssociationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1384
|
-
export var DescribeEffectivePatchesForPatchBaselineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1385
|
-
export var PatchStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1386
|
-
export var EffectivePatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1387
|
-
export var DescribeEffectivePatchesForPatchBaselineResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1388
|
-
export var DescribeInstanceAssociationsStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1389
|
-
export var S3OutputUrlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1390
|
-
export var InstanceAssociationOutputUrlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1391
|
-
export var InstanceAssociationStatusInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1392
|
-
export var DescribeInstanceAssociationsStatusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1393
|
-
export var InstanceInformationStringFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1394
|
-
export var InstanceInformationFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1395
|
-
export var DescribeInstanceInformationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1396
|
-
export var InstanceAggregatedAssociationOverviewFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1397
|
-
export var InstanceInformationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1398
|
-
export var DescribeInstanceInformationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1399
|
-
export var DescribeInstancePatchesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1400
|
-
export var PatchComplianceDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1401
|
-
export var DescribeInstancePatchesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1402
|
-
export var DescribeInstancePatchStatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1403
|
-
export var InstancePatchStateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }))); };
|
|
1404
|
-
export var DescribeInstancePatchStatesResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InstancePatchStates && {
|
|
1405
|
-
InstancePatchStates: obj.InstancePatchStates.map(function (item) { return InstancePatchStateFilterSensitiveLog(item); }),
|
|
1406
|
-
}))); };
|
|
1407
|
-
export var InstancePatchStateFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1408
|
-
export var DescribeInstancePatchStatesForPatchGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1409
|
-
export var DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InstancePatchStates && {
|
|
1410
|
-
InstancePatchStates: obj.InstancePatchStates.map(function (item) { return InstancePatchStateFilterSensitiveLog(item); }),
|
|
1411
|
-
}))); };
|
|
1412
|
-
export var DescribeInventoryDeletionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1413
|
-
export var InventoryDeletionStatusItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1414
|
-
export var DescribeInventoryDeletionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1415
|
-
export var MaintenanceWindowFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1416
|
-
export var DescribeMaintenanceWindowExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1417
|
-
export var MaintenanceWindowExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1418
|
-
export var DescribeMaintenanceWindowExecutionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1419
|
-
export var DescribeMaintenanceWindowExecutionTaskInvocationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1420
|
-
export var MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Parameters && { Parameters: SENSITIVE_STRING })), (obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }))); };
|
|
1421
|
-
export var DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowExecutionTaskInvocationIdentities && {
|
|
1422
|
-
WindowExecutionTaskInvocationIdentities: obj.WindowExecutionTaskInvocationIdentities.map(function (item) {
|
|
1423
|
-
return MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog(item);
|
|
1250
|
+
export const AccountSharingInfoFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
1254
|
+
...obj,
|
|
1255
|
+
});
|
|
1256
|
+
export const ActivationFilterSensitiveLog = (obj) => ({
|
|
1257
|
+
...obj,
|
|
1258
|
+
});
|
|
1259
|
+
export const AddTagsToResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1260
|
+
...obj,
|
|
1261
|
+
});
|
|
1262
|
+
export const AddTagsToResourceResultFilterSensitiveLog = (obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
});
|
|
1265
|
+
export const AlarmFilterSensitiveLog = (obj) => ({
|
|
1266
|
+
...obj,
|
|
1267
|
+
});
|
|
1268
|
+
export const AlarmConfigurationFilterSensitiveLog = (obj) => ({
|
|
1269
|
+
...obj,
|
|
1270
|
+
});
|
|
1271
|
+
export const AlarmStateInformationFilterSensitiveLog = (obj) => ({
|
|
1272
|
+
...obj,
|
|
1273
|
+
});
|
|
1274
|
+
export const AssociateOpsItemRelatedItemRequestFilterSensitiveLog = (obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
});
|
|
1277
|
+
export const AssociateOpsItemRelatedItemResponseFilterSensitiveLog = (obj) => ({
|
|
1278
|
+
...obj,
|
|
1279
|
+
});
|
|
1280
|
+
export const CancelCommandRequestFilterSensitiveLog = (obj) => ({
|
|
1281
|
+
...obj,
|
|
1282
|
+
});
|
|
1283
|
+
export const CancelCommandResultFilterSensitiveLog = (obj) => ({
|
|
1284
|
+
...obj,
|
|
1285
|
+
});
|
|
1286
|
+
export const CancelMaintenanceWindowExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1287
|
+
...obj,
|
|
1288
|
+
});
|
|
1289
|
+
export const CancelMaintenanceWindowExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1290
|
+
...obj,
|
|
1291
|
+
});
|
|
1292
|
+
export const RegistrationMetadataItemFilterSensitiveLog = (obj) => ({
|
|
1293
|
+
...obj,
|
|
1294
|
+
});
|
|
1295
|
+
export const CreateActivationRequestFilterSensitiveLog = (obj) => ({
|
|
1296
|
+
...obj,
|
|
1297
|
+
});
|
|
1298
|
+
export const CreateActivationResultFilterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
});
|
|
1301
|
+
export const S3OutputLocationFilterSensitiveLog = (obj) => ({
|
|
1302
|
+
...obj,
|
|
1303
|
+
});
|
|
1304
|
+
export const InstanceAssociationOutputLocationFilterSensitiveLog = (obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
});
|
|
1307
|
+
export const TargetLocationFilterSensitiveLog = (obj) => ({
|
|
1308
|
+
...obj,
|
|
1309
|
+
});
|
|
1310
|
+
export const TargetFilterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
export const CreateAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1314
|
+
...obj,
|
|
1315
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1316
|
+
});
|
|
1317
|
+
export const AssociationOverviewFilterSensitiveLog = (obj) => ({
|
|
1318
|
+
...obj,
|
|
1319
|
+
});
|
|
1320
|
+
export const AssociationStatusFilterSensitiveLog = (obj) => ({
|
|
1321
|
+
...obj,
|
|
1322
|
+
});
|
|
1323
|
+
export const AssociationDescriptionFilterSensitiveLog = (obj) => ({
|
|
1324
|
+
...obj,
|
|
1325
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1326
|
+
});
|
|
1327
|
+
export const CreateAssociationResultFilterSensitiveLog = (obj) => ({
|
|
1328
|
+
...obj,
|
|
1329
|
+
...(obj.AssociationDescription && {
|
|
1330
|
+
AssociationDescription: AssociationDescriptionFilterSensitiveLog(obj.AssociationDescription),
|
|
1424
1331
|
}),
|
|
1425
|
-
})
|
|
1426
|
-
export
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
export
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
export
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
export
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
export
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
export
|
|
1332
|
+
});
|
|
1333
|
+
export const CreateAssociationBatchRequestEntryFilterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1336
|
+
});
|
|
1337
|
+
export const CreateAssociationBatchRequestFilterSensitiveLog = (obj) => ({
|
|
1338
|
+
...obj,
|
|
1339
|
+
...(obj.Entries && {
|
|
1340
|
+
Entries: obj.Entries.map((item) => CreateAssociationBatchRequestEntryFilterSensitiveLog(item)),
|
|
1341
|
+
}),
|
|
1342
|
+
});
|
|
1343
|
+
export const FailedCreateAssociationFilterSensitiveLog = (obj) => ({
|
|
1344
|
+
...obj,
|
|
1345
|
+
...(obj.Entry && { Entry: CreateAssociationBatchRequestEntryFilterSensitiveLog(obj.Entry) }),
|
|
1346
|
+
});
|
|
1347
|
+
export const CreateAssociationBatchResultFilterSensitiveLog = (obj) => ({
|
|
1348
|
+
...obj,
|
|
1349
|
+
...(obj.Successful && { Successful: obj.Successful.map((item) => AssociationDescriptionFilterSensitiveLog(item)) }),
|
|
1350
|
+
...(obj.Failed && { Failed: obj.Failed.map((item) => FailedCreateAssociationFilterSensitiveLog(item)) }),
|
|
1351
|
+
});
|
|
1352
|
+
export const AttachmentsSourceFilterSensitiveLog = (obj) => ({
|
|
1353
|
+
...obj,
|
|
1354
|
+
});
|
|
1355
|
+
export const DocumentRequiresFilterSensitiveLog = (obj) => ({
|
|
1356
|
+
...obj,
|
|
1357
|
+
});
|
|
1358
|
+
export const CreateDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
export const AttachmentInformationFilterSensitiveLog = (obj) => ({
|
|
1362
|
+
...obj,
|
|
1363
|
+
});
|
|
1364
|
+
export const DocumentParameterFilterSensitiveLog = (obj) => ({
|
|
1365
|
+
...obj,
|
|
1366
|
+
});
|
|
1367
|
+
export const ReviewInformationFilterSensitiveLog = (obj) => ({
|
|
1368
|
+
...obj,
|
|
1369
|
+
});
|
|
1370
|
+
export const DocumentDescriptionFilterSensitiveLog = (obj) => ({
|
|
1371
|
+
...obj,
|
|
1372
|
+
});
|
|
1373
|
+
export const CreateDocumentResultFilterSensitiveLog = (obj) => ({
|
|
1374
|
+
...obj,
|
|
1375
|
+
});
|
|
1376
|
+
export const CreateMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1377
|
+
...obj,
|
|
1378
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1379
|
+
});
|
|
1380
|
+
export const CreateMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1381
|
+
...obj,
|
|
1382
|
+
});
|
|
1383
|
+
export const OpsItemNotificationFilterSensitiveLog = (obj) => ({
|
|
1384
|
+
...obj,
|
|
1385
|
+
});
|
|
1386
|
+
export const OpsItemDataValueFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
export const RelatedOpsItemFilterSensitiveLog = (obj) => ({
|
|
1390
|
+
...obj,
|
|
1391
|
+
});
|
|
1392
|
+
export const CreateOpsItemRequestFilterSensitiveLog = (obj) => ({
|
|
1393
|
+
...obj,
|
|
1394
|
+
});
|
|
1395
|
+
export const CreateOpsItemResponseFilterSensitiveLog = (obj) => ({
|
|
1396
|
+
...obj,
|
|
1397
|
+
});
|
|
1398
|
+
export const MetadataValueFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
export const CreateOpsMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
1402
|
+
...obj,
|
|
1403
|
+
});
|
|
1404
|
+
export const CreateOpsMetadataResultFilterSensitiveLog = (obj) => ({
|
|
1405
|
+
...obj,
|
|
1406
|
+
});
|
|
1407
|
+
export const PatchFilterFilterSensitiveLog = (obj) => ({
|
|
1408
|
+
...obj,
|
|
1409
|
+
});
|
|
1410
|
+
export const PatchFilterGroupFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
export const PatchRuleFilterSensitiveLog = (obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
});
|
|
1416
|
+
export const PatchRuleGroupFilterSensitiveLog = (obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
});
|
|
1419
|
+
export const PatchSourceFilterSensitiveLog = (obj) => ({
|
|
1420
|
+
...obj,
|
|
1421
|
+
...(obj.Configuration && { Configuration: SENSITIVE_STRING }),
|
|
1422
|
+
});
|
|
1423
|
+
export const CreatePatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1424
|
+
...obj,
|
|
1425
|
+
...(obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }),
|
|
1426
|
+
});
|
|
1427
|
+
export const CreatePatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1428
|
+
...obj,
|
|
1429
|
+
});
|
|
1430
|
+
export const ResourceDataSyncDestinationDataSharingFilterSensitiveLog = (obj) => ({
|
|
1431
|
+
...obj,
|
|
1432
|
+
});
|
|
1433
|
+
export const ResourceDataSyncS3DestinationFilterSensitiveLog = (obj) => ({
|
|
1434
|
+
...obj,
|
|
1435
|
+
});
|
|
1436
|
+
export const ResourceDataSyncOrganizationalUnitFilterSensitiveLog = (obj) => ({
|
|
1437
|
+
...obj,
|
|
1438
|
+
});
|
|
1439
|
+
export const ResourceDataSyncAwsOrganizationsSourceFilterSensitiveLog = (obj) => ({
|
|
1440
|
+
...obj,
|
|
1441
|
+
});
|
|
1442
|
+
export const ResourceDataSyncSourceFilterSensitiveLog = (obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
});
|
|
1445
|
+
export const CreateResourceDataSyncRequestFilterSensitiveLog = (obj) => ({
|
|
1446
|
+
...obj,
|
|
1447
|
+
});
|
|
1448
|
+
export const CreateResourceDataSyncResultFilterSensitiveLog = (obj) => ({
|
|
1449
|
+
...obj,
|
|
1450
|
+
});
|
|
1451
|
+
export const DeleteActivationRequestFilterSensitiveLog = (obj) => ({
|
|
1452
|
+
...obj,
|
|
1453
|
+
});
|
|
1454
|
+
export const DeleteActivationResultFilterSensitiveLog = (obj) => ({
|
|
1455
|
+
...obj,
|
|
1456
|
+
});
|
|
1457
|
+
export const DeleteAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1458
|
+
...obj,
|
|
1459
|
+
});
|
|
1460
|
+
export const DeleteAssociationResultFilterSensitiveLog = (obj) => ({
|
|
1461
|
+
...obj,
|
|
1462
|
+
});
|
|
1463
|
+
export const DeleteDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
1464
|
+
...obj,
|
|
1465
|
+
});
|
|
1466
|
+
export const DeleteDocumentResultFilterSensitiveLog = (obj) => ({
|
|
1467
|
+
...obj,
|
|
1468
|
+
});
|
|
1469
|
+
export const DeleteInventoryRequestFilterSensitiveLog = (obj) => ({
|
|
1470
|
+
...obj,
|
|
1471
|
+
});
|
|
1472
|
+
export const InventoryDeletionSummaryItemFilterSensitiveLog = (obj) => ({
|
|
1473
|
+
...obj,
|
|
1474
|
+
});
|
|
1475
|
+
export const InventoryDeletionSummaryFilterSensitiveLog = (obj) => ({
|
|
1476
|
+
...obj,
|
|
1477
|
+
});
|
|
1478
|
+
export const DeleteInventoryResultFilterSensitiveLog = (obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
});
|
|
1481
|
+
export const DeleteMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1482
|
+
...obj,
|
|
1483
|
+
});
|
|
1484
|
+
export const DeleteMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1485
|
+
...obj,
|
|
1486
|
+
});
|
|
1487
|
+
export const DeleteOpsMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
1488
|
+
...obj,
|
|
1489
|
+
});
|
|
1490
|
+
export const DeleteOpsMetadataResultFilterSensitiveLog = (obj) => ({
|
|
1491
|
+
...obj,
|
|
1492
|
+
});
|
|
1493
|
+
export const DeleteParameterRequestFilterSensitiveLog = (obj) => ({
|
|
1494
|
+
...obj,
|
|
1495
|
+
});
|
|
1496
|
+
export const DeleteParameterResultFilterSensitiveLog = (obj) => ({
|
|
1497
|
+
...obj,
|
|
1498
|
+
});
|
|
1499
|
+
export const DeleteParametersRequestFilterSensitiveLog = (obj) => ({
|
|
1500
|
+
...obj,
|
|
1501
|
+
});
|
|
1502
|
+
export const DeleteParametersResultFilterSensitiveLog = (obj) => ({
|
|
1503
|
+
...obj,
|
|
1504
|
+
});
|
|
1505
|
+
export const DeletePatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1506
|
+
...obj,
|
|
1507
|
+
});
|
|
1508
|
+
export const DeletePatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1509
|
+
...obj,
|
|
1510
|
+
});
|
|
1511
|
+
export const DeleteResourceDataSyncRequestFilterSensitiveLog = (obj) => ({
|
|
1512
|
+
...obj,
|
|
1513
|
+
});
|
|
1514
|
+
export const DeleteResourceDataSyncResultFilterSensitiveLog = (obj) => ({
|
|
1515
|
+
...obj,
|
|
1516
|
+
});
|
|
1517
|
+
export const DeregisterManagedInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1518
|
+
...obj,
|
|
1519
|
+
});
|
|
1520
|
+
export const DeregisterManagedInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1521
|
+
...obj,
|
|
1522
|
+
});
|
|
1523
|
+
export const DeregisterPatchBaselineForPatchGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1524
|
+
...obj,
|
|
1525
|
+
});
|
|
1526
|
+
export const DeregisterPatchBaselineForPatchGroupResultFilterSensitiveLog = (obj) => ({
|
|
1527
|
+
...obj,
|
|
1528
|
+
});
|
|
1529
|
+
export const DeregisterTargetFromMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1530
|
+
...obj,
|
|
1531
|
+
});
|
|
1532
|
+
export const DeregisterTargetFromMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1533
|
+
...obj,
|
|
1534
|
+
});
|
|
1535
|
+
export const DeregisterTaskFromMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1536
|
+
...obj,
|
|
1537
|
+
});
|
|
1538
|
+
export const DeregisterTaskFromMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1539
|
+
...obj,
|
|
1540
|
+
});
|
|
1541
|
+
export const DescribeActivationsFilterFilterSensitiveLog = (obj) => ({
|
|
1542
|
+
...obj,
|
|
1543
|
+
});
|
|
1544
|
+
export const DescribeActivationsRequestFilterSensitiveLog = (obj) => ({
|
|
1545
|
+
...obj,
|
|
1546
|
+
});
|
|
1547
|
+
export const DescribeActivationsResultFilterSensitiveLog = (obj) => ({
|
|
1548
|
+
...obj,
|
|
1549
|
+
});
|
|
1550
|
+
export const DescribeAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1551
|
+
...obj,
|
|
1552
|
+
});
|
|
1553
|
+
export const DescribeAssociationResultFilterSensitiveLog = (obj) => ({
|
|
1554
|
+
...obj,
|
|
1555
|
+
...(obj.AssociationDescription && {
|
|
1556
|
+
AssociationDescription: AssociationDescriptionFilterSensitiveLog(obj.AssociationDescription),
|
|
1557
|
+
}),
|
|
1558
|
+
});
|
|
1559
|
+
export const AssociationExecutionFilterFilterSensitiveLog = (obj) => ({
|
|
1560
|
+
...obj,
|
|
1561
|
+
});
|
|
1562
|
+
export const DescribeAssociationExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
1563
|
+
...obj,
|
|
1564
|
+
});
|
|
1565
|
+
export const AssociationExecutionFilterSensitiveLog = (obj) => ({
|
|
1566
|
+
...obj,
|
|
1567
|
+
});
|
|
1568
|
+
export const DescribeAssociationExecutionsResultFilterSensitiveLog = (obj) => ({
|
|
1569
|
+
...obj,
|
|
1570
|
+
});
|
|
1571
|
+
export const AssociationExecutionTargetsFilterFilterSensitiveLog = (obj) => ({
|
|
1572
|
+
...obj,
|
|
1573
|
+
});
|
|
1574
|
+
export const DescribeAssociationExecutionTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
1575
|
+
...obj,
|
|
1576
|
+
});
|
|
1577
|
+
export const OutputSourceFilterSensitiveLog = (obj) => ({
|
|
1578
|
+
...obj,
|
|
1579
|
+
});
|
|
1580
|
+
export const AssociationExecutionTargetFilterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
});
|
|
1583
|
+
export const DescribeAssociationExecutionTargetsResultFilterSensitiveLog = (obj) => ({
|
|
1584
|
+
...obj,
|
|
1585
|
+
});
|
|
1586
|
+
export const AutomationExecutionFilterFilterSensitiveLog = (obj) => ({
|
|
1587
|
+
...obj,
|
|
1588
|
+
});
|
|
1589
|
+
export const DescribeAutomationExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
1590
|
+
...obj,
|
|
1591
|
+
});
|
|
1592
|
+
export const ResolvedTargetsFilterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
export const RunbookFilterSensitiveLog = (obj) => ({
|
|
1596
|
+
...obj,
|
|
1597
|
+
});
|
|
1598
|
+
export const AutomationExecutionMetadataFilterSensitiveLog = (obj) => ({
|
|
1599
|
+
...obj,
|
|
1600
|
+
});
|
|
1601
|
+
export const DescribeAutomationExecutionsResultFilterSensitiveLog = (obj) => ({
|
|
1602
|
+
...obj,
|
|
1603
|
+
});
|
|
1604
|
+
export const StepExecutionFilterFilterSensitiveLog = (obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
});
|
|
1607
|
+
export const DescribeAutomationStepExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
1608
|
+
...obj,
|
|
1609
|
+
});
|
|
1610
|
+
export const FailureDetailsFilterSensitiveLog = (obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
});
|
|
1613
|
+
export const StepExecutionFilterSensitiveLog = (obj) => ({
|
|
1614
|
+
...obj,
|
|
1615
|
+
});
|
|
1616
|
+
export const DescribeAutomationStepExecutionsResultFilterSensitiveLog = (obj) => ({
|
|
1617
|
+
...obj,
|
|
1618
|
+
});
|
|
1619
|
+
export const PatchOrchestratorFilterFilterSensitiveLog = (obj) => ({
|
|
1620
|
+
...obj,
|
|
1621
|
+
});
|
|
1622
|
+
export const DescribeAvailablePatchesRequestFilterSensitiveLog = (obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
});
|
|
1625
|
+
export const PatchFilterSensitiveLog = (obj) => ({
|
|
1626
|
+
...obj,
|
|
1627
|
+
});
|
|
1628
|
+
export const DescribeAvailablePatchesResultFilterSensitiveLog = (obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
});
|
|
1631
|
+
export const DescribeDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
1632
|
+
...obj,
|
|
1633
|
+
});
|
|
1634
|
+
export const DescribeDocumentResultFilterSensitiveLog = (obj) => ({
|
|
1635
|
+
...obj,
|
|
1636
|
+
});
|
|
1637
|
+
export const DescribeDocumentPermissionRequestFilterSensitiveLog = (obj) => ({
|
|
1638
|
+
...obj,
|
|
1639
|
+
});
|
|
1640
|
+
export const DescribeDocumentPermissionResponseFilterSensitiveLog = (obj) => ({
|
|
1641
|
+
...obj,
|
|
1642
|
+
});
|
|
1643
|
+
export const DescribeEffectiveInstanceAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1644
|
+
...obj,
|
|
1645
|
+
});
|
|
1646
|
+
export const InstanceAssociationFilterSensitiveLog = (obj) => ({
|
|
1647
|
+
...obj,
|
|
1648
|
+
});
|
|
1649
|
+
export const DescribeEffectiveInstanceAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
1650
|
+
...obj,
|
|
1651
|
+
});
|
|
1652
|
+
export const DescribeEffectivePatchesForPatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1653
|
+
...obj,
|
|
1654
|
+
});
|
|
1655
|
+
export const PatchStatusFilterSensitiveLog = (obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
});
|
|
1658
|
+
export const EffectivePatchFilterSensitiveLog = (obj) => ({
|
|
1659
|
+
...obj,
|
|
1660
|
+
});
|
|
1661
|
+
export const DescribeEffectivePatchesForPatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1662
|
+
...obj,
|
|
1663
|
+
});
|
|
1664
|
+
export const DescribeInstanceAssociationsStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1665
|
+
...obj,
|
|
1666
|
+
});
|
|
1667
|
+
export const S3OutputUrlFilterSensitiveLog = (obj) => ({
|
|
1668
|
+
...obj,
|
|
1669
|
+
});
|
|
1670
|
+
export const InstanceAssociationOutputUrlFilterSensitiveLog = (obj) => ({
|
|
1671
|
+
...obj,
|
|
1672
|
+
});
|
|
1673
|
+
export const InstanceAssociationStatusInfoFilterSensitiveLog = (obj) => ({
|
|
1674
|
+
...obj,
|
|
1675
|
+
});
|
|
1676
|
+
export const DescribeInstanceAssociationsStatusResultFilterSensitiveLog = (obj) => ({
|
|
1677
|
+
...obj,
|
|
1678
|
+
});
|
|
1679
|
+
export const InstanceInformationStringFilterFilterSensitiveLog = (obj) => ({
|
|
1680
|
+
...obj,
|
|
1681
|
+
});
|
|
1682
|
+
export const InstanceInformationFilterFilterSensitiveLog = (obj) => ({
|
|
1683
|
+
...obj,
|
|
1684
|
+
});
|
|
1685
|
+
export const DescribeInstanceInformationRequestFilterSensitiveLog = (obj) => ({
|
|
1686
|
+
...obj,
|
|
1687
|
+
});
|
|
1688
|
+
export const InstanceAggregatedAssociationOverviewFilterSensitiveLog = (obj) => ({
|
|
1689
|
+
...obj,
|
|
1690
|
+
});
|
|
1691
|
+
export const InstanceInformationFilterSensitiveLog = (obj) => ({
|
|
1692
|
+
...obj,
|
|
1693
|
+
});
|
|
1694
|
+
export const DescribeInstanceInformationResultFilterSensitiveLog = (obj) => ({
|
|
1695
|
+
...obj,
|
|
1696
|
+
});
|
|
1697
|
+
export const DescribeInstancePatchesRequestFilterSensitiveLog = (obj) => ({
|
|
1698
|
+
...obj,
|
|
1699
|
+
});
|
|
1700
|
+
export const PatchComplianceDataFilterSensitiveLog = (obj) => ({
|
|
1701
|
+
...obj,
|
|
1702
|
+
});
|
|
1703
|
+
export const DescribeInstancePatchesResultFilterSensitiveLog = (obj) => ({
|
|
1704
|
+
...obj,
|
|
1705
|
+
});
|
|
1706
|
+
export const DescribeInstancePatchStatesRequestFilterSensitiveLog = (obj) => ({
|
|
1707
|
+
...obj,
|
|
1708
|
+
});
|
|
1709
|
+
export const InstancePatchStateFilterSensitiveLog = (obj) => ({
|
|
1710
|
+
...obj,
|
|
1711
|
+
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
1712
|
+
});
|
|
1713
|
+
export const DescribeInstancePatchStatesResultFilterSensitiveLog = (obj) => ({
|
|
1714
|
+
...obj,
|
|
1715
|
+
...(obj.InstancePatchStates && {
|
|
1716
|
+
InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchStateFilterSensitiveLog(item)),
|
|
1717
|
+
}),
|
|
1718
|
+
});
|
|
1719
|
+
export const InstancePatchStateFilterFilterSensitiveLog = (obj) => ({
|
|
1720
|
+
...obj,
|
|
1721
|
+
});
|
|
1722
|
+
export const DescribeInstancePatchStatesForPatchGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1723
|
+
...obj,
|
|
1724
|
+
});
|
|
1725
|
+
export const DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog = (obj) => ({
|
|
1726
|
+
...obj,
|
|
1727
|
+
...(obj.InstancePatchStates && {
|
|
1728
|
+
InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchStateFilterSensitiveLog(item)),
|
|
1729
|
+
}),
|
|
1730
|
+
});
|
|
1731
|
+
export const DescribeInventoryDeletionsRequestFilterSensitiveLog = (obj) => ({
|
|
1732
|
+
...obj,
|
|
1733
|
+
});
|
|
1734
|
+
export const InventoryDeletionStatusItemFilterSensitiveLog = (obj) => ({
|
|
1735
|
+
...obj,
|
|
1736
|
+
});
|
|
1737
|
+
export const DescribeInventoryDeletionsResultFilterSensitiveLog = (obj) => ({
|
|
1738
|
+
...obj,
|
|
1739
|
+
});
|
|
1740
|
+
export const MaintenanceWindowFilterFilterSensitiveLog = (obj) => ({
|
|
1741
|
+
...obj,
|
|
1742
|
+
});
|
|
1743
|
+
export const DescribeMaintenanceWindowExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
1744
|
+
...obj,
|
|
1745
|
+
});
|
|
1746
|
+
export const MaintenanceWindowExecutionFilterSensitiveLog = (obj) => ({
|
|
1747
|
+
...obj,
|
|
1748
|
+
});
|
|
1749
|
+
export const DescribeMaintenanceWindowExecutionsResultFilterSensitiveLog = (obj) => ({
|
|
1750
|
+
...obj,
|
|
1751
|
+
});
|
|
1752
|
+
export const DescribeMaintenanceWindowExecutionTaskInvocationsRequestFilterSensitiveLog = (obj) => ({
|
|
1753
|
+
...obj,
|
|
1754
|
+
});
|
|
1755
|
+
export const MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog = (obj) => ({
|
|
1756
|
+
...obj,
|
|
1757
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1758
|
+
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
1759
|
+
});
|
|
1760
|
+
export const DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog = (obj) => ({
|
|
1761
|
+
...obj,
|
|
1762
|
+
...(obj.WindowExecutionTaskInvocationIdentities && {
|
|
1763
|
+
WindowExecutionTaskInvocationIdentities: obj.WindowExecutionTaskInvocationIdentities.map((item) => MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog(item)),
|
|
1764
|
+
}),
|
|
1765
|
+
});
|
|
1766
|
+
export const DescribeMaintenanceWindowExecutionTasksRequestFilterSensitiveLog = (obj) => ({
|
|
1767
|
+
...obj,
|
|
1768
|
+
});
|
|
1769
|
+
export const MaintenanceWindowExecutionTaskIdentityFilterSensitiveLog = (obj) => ({
|
|
1770
|
+
...obj,
|
|
1771
|
+
});
|
|
1772
|
+
export const DescribeMaintenanceWindowExecutionTasksResultFilterSensitiveLog = (obj) => ({
|
|
1773
|
+
...obj,
|
|
1774
|
+
});
|
|
1775
|
+
export const DescribeMaintenanceWindowsRequestFilterSensitiveLog = (obj) => ({
|
|
1776
|
+
...obj,
|
|
1777
|
+
});
|
|
1778
|
+
export const MaintenanceWindowIdentityFilterSensitiveLog = (obj) => ({
|
|
1779
|
+
...obj,
|
|
1780
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1781
|
+
});
|
|
1782
|
+
export const DescribeMaintenanceWindowsResultFilterSensitiveLog = (obj) => ({
|
|
1783
|
+
...obj,
|
|
1784
|
+
...(obj.WindowIdentities && {
|
|
1785
|
+
WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item)),
|
|
1786
|
+
}),
|
|
1787
|
+
});
|
|
1788
|
+
export const DescribeMaintenanceWindowScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1789
|
+
...obj,
|
|
1790
|
+
});
|
|
1791
|
+
export const ScheduledWindowExecutionFilterSensitiveLog = (obj) => ({
|
|
1792
|
+
...obj,
|
|
1793
|
+
});
|
|
1794
|
+
export const DescribeMaintenanceWindowScheduleResultFilterSensitiveLog = (obj) => ({
|
|
1795
|
+
...obj,
|
|
1796
|
+
});
|
|
1797
|
+
export const DescribeMaintenanceWindowsForTargetRequestFilterSensitiveLog = (obj) => ({
|
|
1798
|
+
...obj,
|
|
1799
|
+
});
|
|
1800
|
+
export const MaintenanceWindowIdentityForTargetFilterSensitiveLog = (obj) => ({
|
|
1801
|
+
...obj,
|
|
1802
|
+
});
|
|
1803
|
+
export const DescribeMaintenanceWindowsForTargetResultFilterSensitiveLog = (obj) => ({
|
|
1804
|
+
...obj,
|
|
1805
|
+
});
|
|
1806
|
+
export const DescribeMaintenanceWindowTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
1807
|
+
...obj,
|
|
1808
|
+
});
|
|
1809
|
+
export const MaintenanceWindowTargetFilterSensitiveLog = (obj) => ({
|
|
1810
|
+
...obj,
|
|
1811
|
+
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
1812
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1813
|
+
});
|
|
1814
|
+
export const DescribeMaintenanceWindowTargetsResultFilterSensitiveLog = (obj) => ({
|
|
1815
|
+
...obj,
|
|
1816
|
+
...(obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTargetFilterSensitiveLog(item)) }),
|
|
1817
|
+
});
|
|
1818
|
+
export const DescribeMaintenanceWindowTasksRequestFilterSensitiveLog = (obj) => ({
|
|
1819
|
+
...obj,
|
|
1820
|
+
});
|
|
1821
|
+
export const LoggingInfoFilterSensitiveLog = (obj) => ({
|
|
1822
|
+
...obj,
|
|
1823
|
+
});
|
|
1824
|
+
export const MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog = (obj) => ({
|
|
1825
|
+
...obj,
|
|
1826
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
1827
|
+
});
|
|
1828
|
+
export const MaintenanceWindowTaskFilterSensitiveLog = (obj) => ({
|
|
1829
|
+
...obj,
|
|
1830
|
+
...(obj.TaskParameters && { TaskParameters: SENSITIVE_STRING }),
|
|
1831
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1832
|
+
});
|
|
1833
|
+
export const DescribeMaintenanceWindowTasksResultFilterSensitiveLog = (obj) => ({
|
|
1834
|
+
...obj,
|
|
1835
|
+
...(obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTaskFilterSensitiveLog(item)) }),
|
|
1836
|
+
});
|
|
1837
|
+
export const OpsItemFilterFilterSensitiveLog = (obj) => ({
|
|
1838
|
+
...obj,
|
|
1839
|
+
});
|
|
1840
|
+
export const DescribeOpsItemsRequestFilterSensitiveLog = (obj) => ({
|
|
1841
|
+
...obj,
|
|
1842
|
+
});
|
|
1843
|
+
export const OpsItemSummaryFilterSensitiveLog = (obj) => ({
|
|
1844
|
+
...obj,
|
|
1845
|
+
});
|
|
1846
|
+
export const DescribeOpsItemsResponseFilterSensitiveLog = (obj) => ({
|
|
1847
|
+
...obj,
|
|
1848
|
+
});
|