@aws-sdk/client-ssm 3.186.0 → 3.190.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 { AssociationDescriptionFilterSensitiveLog, PatchSourceFilterSensitiveLog, } from "./models_0";
|
|
4
3
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
@@ -20,18 +19,18 @@ export var ParameterType;
|
|
|
20
19
|
ParameterType["STRING"] = "String";
|
|
21
20
|
ParameterType["STRING_LIST"] = "StringList";
|
|
22
21
|
})(ParameterType || (ParameterType = {}));
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
export class InvalidFilterOption extends __BaseException {
|
|
23
|
+
constructor(opts) {
|
|
24
|
+
super({
|
|
25
|
+
name: "InvalidFilterOption",
|
|
26
|
+
$fault: "client",
|
|
27
|
+
...opts,
|
|
28
|
+
});
|
|
29
|
+
this.name = "InvalidFilterOption";
|
|
30
|
+
this.$fault = "client";
|
|
31
|
+
Object.setPrototypeOf(this, InvalidFilterOption.prototype);
|
|
31
32
|
}
|
|
32
|
-
|
|
33
|
-
}(__BaseException));
|
|
34
|
-
export { InvalidFilterOption };
|
|
33
|
+
}
|
|
35
34
|
export var PatchSet;
|
|
36
35
|
(function (PatchSet) {
|
|
37
36
|
PatchSet["Application"] = "APPLICATION";
|
|
@@ -69,50 +68,50 @@ export var SessionStatus;
|
|
|
69
68
|
SessionStatus["TERMINATED"] = "Terminated";
|
|
70
69
|
SessionStatus["TERMINATING"] = "Terminating";
|
|
71
70
|
})(SessionStatus || (SessionStatus = {}));
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
71
|
+
export class OpsItemRelatedItemAssociationNotFoundException extends __BaseException {
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "OpsItemRelatedItemAssociationNotFoundException",
|
|
75
|
+
$fault: "client",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
this.name = "OpsItemRelatedItemAssociationNotFoundException";
|
|
79
|
+
this.$fault = "client";
|
|
80
|
+
Object.setPrototypeOf(this, OpsItemRelatedItemAssociationNotFoundException.prototype);
|
|
81
|
+
this.Message = opts.Message;
|
|
81
82
|
}
|
|
82
|
-
|
|
83
|
-
}(__BaseException));
|
|
84
|
-
export { OpsItemRelatedItemAssociationNotFoundException };
|
|
83
|
+
}
|
|
85
84
|
export var CalendarState;
|
|
86
85
|
(function (CalendarState) {
|
|
87
86
|
CalendarState["CLOSED"] = "CLOSED";
|
|
88
87
|
CalendarState["OPEN"] = "OPEN";
|
|
89
88
|
})(CalendarState || (CalendarState = {}));
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
89
|
+
export class InvalidDocumentType extends __BaseException {
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "InvalidDocumentType",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
this.name = "InvalidDocumentType";
|
|
97
|
+
this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(this, InvalidDocumentType.prototype);
|
|
99
|
+
this.Message = opts.Message;
|
|
99
100
|
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
101
|
+
}
|
|
102
|
+
export class UnsupportedCalendarException extends __BaseException {
|
|
103
|
+
constructor(opts) {
|
|
104
|
+
super({
|
|
105
|
+
name: "UnsupportedCalendarException",
|
|
106
|
+
$fault: "client",
|
|
107
|
+
...opts,
|
|
108
|
+
});
|
|
109
|
+
this.name = "UnsupportedCalendarException";
|
|
110
|
+
this.$fault = "client";
|
|
111
|
+
Object.setPrototypeOf(this, UnsupportedCalendarException.prototype);
|
|
112
|
+
this.Message = opts.Message;
|
|
112
113
|
}
|
|
113
|
-
|
|
114
|
-
}(__BaseException));
|
|
115
|
-
export { UnsupportedCalendarException };
|
|
114
|
+
}
|
|
116
115
|
export var CommandInvocationStatus;
|
|
117
116
|
(function (CommandInvocationStatus) {
|
|
118
117
|
CommandInvocationStatus["CANCELLED"] = "Cancelled";
|
|
@@ -124,48 +123,48 @@ export var CommandInvocationStatus;
|
|
|
124
123
|
CommandInvocationStatus["SUCCESS"] = "Success";
|
|
125
124
|
CommandInvocationStatus["TIMED_OUT"] = "TimedOut";
|
|
126
125
|
})(CommandInvocationStatus || (CommandInvocationStatus = {}));
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
126
|
+
export class InvalidPluginName extends __BaseException {
|
|
127
|
+
constructor(opts) {
|
|
128
|
+
super({
|
|
129
|
+
name: "InvalidPluginName",
|
|
130
|
+
$fault: "client",
|
|
131
|
+
...opts,
|
|
132
|
+
});
|
|
133
|
+
this.name = "InvalidPluginName";
|
|
134
|
+
this.$fault = "client";
|
|
135
|
+
Object.setPrototypeOf(this, InvalidPluginName.prototype);
|
|
135
136
|
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
137
|
+
}
|
|
138
|
+
export class InvocationDoesNotExist extends __BaseException {
|
|
139
|
+
constructor(opts) {
|
|
140
|
+
super({
|
|
141
|
+
name: "InvocationDoesNotExist",
|
|
142
|
+
$fault: "client",
|
|
143
|
+
...opts,
|
|
144
|
+
});
|
|
145
|
+
this.name = "InvocationDoesNotExist";
|
|
146
|
+
this.$fault = "client";
|
|
147
|
+
Object.setPrototypeOf(this, InvocationDoesNotExist.prototype);
|
|
147
148
|
}
|
|
148
|
-
|
|
149
|
-
}(__BaseException));
|
|
150
|
-
export { InvocationDoesNotExist };
|
|
149
|
+
}
|
|
151
150
|
export var ConnectionStatus;
|
|
152
151
|
(function (ConnectionStatus) {
|
|
153
152
|
ConnectionStatus["CONNECTED"] = "Connected";
|
|
154
153
|
ConnectionStatus["NOT_CONNECTED"] = "NotConnected";
|
|
155
154
|
})(ConnectionStatus || (ConnectionStatus = {}));
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
155
|
+
export class UnsupportedFeatureRequiredException extends __BaseException {
|
|
156
|
+
constructor(opts) {
|
|
157
|
+
super({
|
|
158
|
+
name: "UnsupportedFeatureRequiredException",
|
|
159
|
+
$fault: "client",
|
|
160
|
+
...opts,
|
|
161
|
+
});
|
|
162
|
+
this.name = "UnsupportedFeatureRequiredException";
|
|
163
|
+
this.$fault = "client";
|
|
164
|
+
Object.setPrototypeOf(this, UnsupportedFeatureRequiredException.prototype);
|
|
165
|
+
this.Message = opts.Message;
|
|
165
166
|
}
|
|
166
|
-
|
|
167
|
-
}(__BaseException));
|
|
168
|
-
export { UnsupportedFeatureRequiredException };
|
|
167
|
+
}
|
|
169
168
|
export var AttachmentHashType;
|
|
170
169
|
(function (AttachmentHashType) {
|
|
171
170
|
AttachmentHashType["SHA256"] = "Sha256";
|
|
@@ -179,45 +178,45 @@ export var InventoryQueryOperatorType;
|
|
|
179
178
|
InventoryQueryOperatorType["LESS_THAN"] = "LessThan";
|
|
180
179
|
InventoryQueryOperatorType["NOT_EQUAL"] = "NotEqual";
|
|
181
180
|
})(InventoryQueryOperatorType || (InventoryQueryOperatorType = {}));
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
181
|
+
export class InvalidAggregatorException extends __BaseException {
|
|
182
|
+
constructor(opts) {
|
|
183
|
+
super({
|
|
184
|
+
name: "InvalidAggregatorException",
|
|
185
|
+
$fault: "client",
|
|
186
|
+
...opts,
|
|
187
|
+
});
|
|
188
|
+
this.name = "InvalidAggregatorException";
|
|
189
|
+
this.$fault = "client";
|
|
190
|
+
Object.setPrototypeOf(this, InvalidAggregatorException.prototype);
|
|
191
|
+
this.Message = opts.Message;
|
|
191
192
|
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
193
|
+
}
|
|
194
|
+
export class InvalidInventoryGroupException extends __BaseException {
|
|
195
|
+
constructor(opts) {
|
|
196
|
+
super({
|
|
197
|
+
name: "InvalidInventoryGroupException",
|
|
198
|
+
$fault: "client",
|
|
199
|
+
...opts,
|
|
200
|
+
});
|
|
201
|
+
this.name = "InvalidInventoryGroupException";
|
|
202
|
+
this.$fault = "client";
|
|
203
|
+
Object.setPrototypeOf(this, InvalidInventoryGroupException.prototype);
|
|
204
|
+
this.Message = opts.Message;
|
|
204
205
|
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
206
|
+
}
|
|
207
|
+
export class InvalidResultAttributeException extends __BaseException {
|
|
208
|
+
constructor(opts) {
|
|
209
|
+
super({
|
|
210
|
+
name: "InvalidResultAttributeException",
|
|
211
|
+
$fault: "client",
|
|
212
|
+
...opts,
|
|
213
|
+
});
|
|
214
|
+
this.name = "InvalidResultAttributeException";
|
|
215
|
+
this.$fault = "client";
|
|
216
|
+
Object.setPrototypeOf(this, InvalidResultAttributeException.prototype);
|
|
217
|
+
this.Message = opts.Message;
|
|
217
218
|
}
|
|
218
|
-
|
|
219
|
-
}(__BaseException));
|
|
220
|
-
export { InvalidResultAttributeException };
|
|
219
|
+
}
|
|
221
220
|
export var InventoryAttributeDataType;
|
|
222
221
|
(function (InventoryAttributeDataType) {
|
|
223
222
|
InventoryAttributeDataType["NUMBER"] = "number";
|
|
@@ -246,55 +245,55 @@ export var OpsFilterOperatorType;
|
|
|
246
245
|
OpsFilterOperatorType["LESS_THAN"] = "LessThan";
|
|
247
246
|
OpsFilterOperatorType["NOT_EQUAL"] = "NotEqual";
|
|
248
247
|
})(OpsFilterOperatorType || (OpsFilterOperatorType = {}));
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
248
|
+
export class InvalidKeyId extends __BaseException {
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "InvalidKeyId",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts,
|
|
254
|
+
});
|
|
255
|
+
this.name = "InvalidKeyId";
|
|
256
|
+
this.$fault = "client";
|
|
257
|
+
Object.setPrototypeOf(this, InvalidKeyId.prototype);
|
|
257
258
|
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
259
|
+
}
|
|
260
|
+
export class ParameterVersionNotFound extends __BaseException {
|
|
261
|
+
constructor(opts) {
|
|
262
|
+
super({
|
|
263
|
+
name: "ParameterVersionNotFound",
|
|
264
|
+
$fault: "client",
|
|
265
|
+
...opts,
|
|
266
|
+
});
|
|
267
|
+
this.name = "ParameterVersionNotFound";
|
|
268
|
+
this.$fault = "client";
|
|
269
|
+
Object.setPrototypeOf(this, ParameterVersionNotFound.prototype);
|
|
269
270
|
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
271
|
+
}
|
|
272
|
+
export class ServiceSettingNotFound extends __BaseException {
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "ServiceSettingNotFound",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
this.name = "ServiceSettingNotFound";
|
|
280
|
+
this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(this, ServiceSettingNotFound.prototype);
|
|
282
|
+
this.Message = opts.Message;
|
|
282
283
|
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
284
|
+
}
|
|
285
|
+
export class ParameterVersionLabelLimitExceeded extends __BaseException {
|
|
286
|
+
constructor(opts) {
|
|
287
|
+
super({
|
|
288
|
+
name: "ParameterVersionLabelLimitExceeded",
|
|
289
|
+
$fault: "client",
|
|
290
|
+
...opts,
|
|
291
|
+
});
|
|
292
|
+
this.name = "ParameterVersionLabelLimitExceeded";
|
|
293
|
+
this.$fault = "client";
|
|
294
|
+
Object.setPrototypeOf(this, ParameterVersionLabelLimitExceeded.prototype);
|
|
294
295
|
}
|
|
295
|
-
|
|
296
|
-
}(__BaseException));
|
|
297
|
-
export { ParameterVersionLabelLimitExceeded };
|
|
296
|
+
}
|
|
298
297
|
export var AssociationFilterKey;
|
|
299
298
|
(function (AssociationFilterKey) {
|
|
300
299
|
AssociationFilterKey["AssociationId"] = "AssociationId";
|
|
@@ -394,341 +393,341 @@ export var LastResourceDataSyncStatus;
|
|
|
394
393
|
LastResourceDataSyncStatus["INPROGRESS"] = "InProgress";
|
|
395
394
|
LastResourceDataSyncStatus["SUCCESSFUL"] = "Successful";
|
|
396
395
|
})(LastResourceDataSyncStatus || (LastResourceDataSyncStatus = {}));
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
396
|
+
export class DocumentPermissionLimit extends __BaseException {
|
|
397
|
+
constructor(opts) {
|
|
398
|
+
super({
|
|
399
|
+
name: "DocumentPermissionLimit",
|
|
400
|
+
$fault: "client",
|
|
401
|
+
...opts,
|
|
402
|
+
});
|
|
403
|
+
this.name = "DocumentPermissionLimit";
|
|
404
|
+
this.$fault = "client";
|
|
405
|
+
Object.setPrototypeOf(this, DocumentPermissionLimit.prototype);
|
|
406
|
+
this.Message = opts.Message;
|
|
406
407
|
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
408
|
+
}
|
|
409
|
+
export class ComplianceTypeCountLimitExceededException extends __BaseException {
|
|
410
|
+
constructor(opts) {
|
|
411
|
+
super({
|
|
412
|
+
name: "ComplianceTypeCountLimitExceededException",
|
|
413
|
+
$fault: "client",
|
|
414
|
+
...opts,
|
|
415
|
+
});
|
|
416
|
+
this.name = "ComplianceTypeCountLimitExceededException";
|
|
417
|
+
this.$fault = "client";
|
|
418
|
+
Object.setPrototypeOf(this, ComplianceTypeCountLimitExceededException.prototype);
|
|
419
|
+
this.Message = opts.Message;
|
|
419
420
|
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
421
|
+
}
|
|
422
|
+
export class InvalidItemContentException extends __BaseException {
|
|
423
|
+
constructor(opts) {
|
|
424
|
+
super({
|
|
425
|
+
name: "InvalidItemContentException",
|
|
426
|
+
$fault: "client",
|
|
427
|
+
...opts,
|
|
428
|
+
});
|
|
429
|
+
this.name = "InvalidItemContentException";
|
|
430
|
+
this.$fault = "client";
|
|
431
|
+
Object.setPrototypeOf(this, InvalidItemContentException.prototype);
|
|
432
|
+
this.TypeName = opts.TypeName;
|
|
433
|
+
this.Message = opts.Message;
|
|
433
434
|
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
435
|
+
}
|
|
436
|
+
export class ItemSizeLimitExceededException extends __BaseException {
|
|
437
|
+
constructor(opts) {
|
|
438
|
+
super({
|
|
439
|
+
name: "ItemSizeLimitExceededException",
|
|
440
|
+
$fault: "client",
|
|
441
|
+
...opts,
|
|
442
|
+
});
|
|
443
|
+
this.name = "ItemSizeLimitExceededException";
|
|
444
|
+
this.$fault = "client";
|
|
445
|
+
Object.setPrototypeOf(this, ItemSizeLimitExceededException.prototype);
|
|
446
|
+
this.TypeName = opts.TypeName;
|
|
447
|
+
this.Message = opts.Message;
|
|
447
448
|
}
|
|
448
|
-
|
|
449
|
-
}(__BaseException));
|
|
450
|
-
export { ItemSizeLimitExceededException };
|
|
449
|
+
}
|
|
451
450
|
export var ComplianceUploadType;
|
|
452
451
|
(function (ComplianceUploadType) {
|
|
453
452
|
ComplianceUploadType["Complete"] = "COMPLETE";
|
|
454
453
|
ComplianceUploadType["Partial"] = "PARTIAL";
|
|
455
454
|
})(ComplianceUploadType || (ComplianceUploadType = {}));
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
455
|
+
export class TotalSizeLimitExceededException extends __BaseException {
|
|
456
|
+
constructor(opts) {
|
|
457
|
+
super({
|
|
458
|
+
name: "TotalSizeLimitExceededException",
|
|
459
|
+
$fault: "client",
|
|
460
|
+
...opts,
|
|
461
|
+
});
|
|
462
|
+
this.name = "TotalSizeLimitExceededException";
|
|
463
|
+
this.$fault = "client";
|
|
464
|
+
Object.setPrototypeOf(this, TotalSizeLimitExceededException.prototype);
|
|
465
|
+
this.Message = opts.Message;
|
|
465
466
|
}
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
467
|
+
}
|
|
468
|
+
export class CustomSchemaCountLimitExceededException extends __BaseException {
|
|
469
|
+
constructor(opts) {
|
|
470
|
+
super({
|
|
471
|
+
name: "CustomSchemaCountLimitExceededException",
|
|
472
|
+
$fault: "client",
|
|
473
|
+
...opts,
|
|
474
|
+
});
|
|
475
|
+
this.name = "CustomSchemaCountLimitExceededException";
|
|
476
|
+
this.$fault = "client";
|
|
477
|
+
Object.setPrototypeOf(this, CustomSchemaCountLimitExceededException.prototype);
|
|
478
|
+
this.Message = opts.Message;
|
|
478
479
|
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
480
|
+
}
|
|
481
|
+
export class InvalidInventoryItemContextException extends __BaseException {
|
|
482
|
+
constructor(opts) {
|
|
483
|
+
super({
|
|
484
|
+
name: "InvalidInventoryItemContextException",
|
|
485
|
+
$fault: "client",
|
|
486
|
+
...opts,
|
|
487
|
+
});
|
|
488
|
+
this.name = "InvalidInventoryItemContextException";
|
|
489
|
+
this.$fault = "client";
|
|
490
|
+
Object.setPrototypeOf(this, InvalidInventoryItemContextException.prototype);
|
|
491
|
+
this.Message = opts.Message;
|
|
491
492
|
}
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
493
|
+
}
|
|
494
|
+
export class ItemContentMismatchException extends __BaseException {
|
|
495
|
+
constructor(opts) {
|
|
496
|
+
super({
|
|
497
|
+
name: "ItemContentMismatchException",
|
|
498
|
+
$fault: "client",
|
|
499
|
+
...opts,
|
|
500
|
+
});
|
|
501
|
+
this.name = "ItemContentMismatchException";
|
|
502
|
+
this.$fault = "client";
|
|
503
|
+
Object.setPrototypeOf(this, ItemContentMismatchException.prototype);
|
|
504
|
+
this.TypeName = opts.TypeName;
|
|
505
|
+
this.Message = opts.Message;
|
|
505
506
|
}
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
507
|
+
}
|
|
508
|
+
export class SubTypeCountLimitExceededException extends __BaseException {
|
|
509
|
+
constructor(opts) {
|
|
510
|
+
super({
|
|
511
|
+
name: "SubTypeCountLimitExceededException",
|
|
512
|
+
$fault: "client",
|
|
513
|
+
...opts,
|
|
514
|
+
});
|
|
515
|
+
this.name = "SubTypeCountLimitExceededException";
|
|
516
|
+
this.$fault = "client";
|
|
517
|
+
Object.setPrototypeOf(this, SubTypeCountLimitExceededException.prototype);
|
|
518
|
+
this.Message = opts.Message;
|
|
518
519
|
}
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
520
|
+
}
|
|
521
|
+
export class UnsupportedInventoryItemContextException extends __BaseException {
|
|
522
|
+
constructor(opts) {
|
|
523
|
+
super({
|
|
524
|
+
name: "UnsupportedInventoryItemContextException",
|
|
525
|
+
$fault: "client",
|
|
526
|
+
...opts,
|
|
527
|
+
});
|
|
528
|
+
this.name = "UnsupportedInventoryItemContextException";
|
|
529
|
+
this.$fault = "client";
|
|
530
|
+
Object.setPrototypeOf(this, UnsupportedInventoryItemContextException.prototype);
|
|
531
|
+
this.TypeName = opts.TypeName;
|
|
532
|
+
this.Message = opts.Message;
|
|
532
533
|
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
534
|
+
}
|
|
535
|
+
export class UnsupportedInventorySchemaVersionException extends __BaseException {
|
|
536
|
+
constructor(opts) {
|
|
537
|
+
super({
|
|
538
|
+
name: "UnsupportedInventorySchemaVersionException",
|
|
539
|
+
$fault: "client",
|
|
540
|
+
...opts,
|
|
541
|
+
});
|
|
542
|
+
this.name = "UnsupportedInventorySchemaVersionException";
|
|
543
|
+
this.$fault = "client";
|
|
544
|
+
Object.setPrototypeOf(this, UnsupportedInventorySchemaVersionException.prototype);
|
|
545
|
+
this.Message = opts.Message;
|
|
545
546
|
}
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
547
|
+
}
|
|
548
|
+
export class HierarchyLevelLimitExceededException extends __BaseException {
|
|
549
|
+
constructor(opts) {
|
|
550
|
+
super({
|
|
551
|
+
name: "HierarchyLevelLimitExceededException",
|
|
552
|
+
$fault: "client",
|
|
553
|
+
...opts,
|
|
554
|
+
});
|
|
555
|
+
this.name = "HierarchyLevelLimitExceededException";
|
|
556
|
+
this.$fault = "client";
|
|
557
|
+
Object.setPrototypeOf(this, HierarchyLevelLimitExceededException.prototype);
|
|
557
558
|
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
559
|
+
}
|
|
560
|
+
export class HierarchyTypeMismatchException extends __BaseException {
|
|
561
|
+
constructor(opts) {
|
|
562
|
+
super({
|
|
563
|
+
name: "HierarchyTypeMismatchException",
|
|
564
|
+
$fault: "client",
|
|
565
|
+
...opts,
|
|
566
|
+
});
|
|
567
|
+
this.name = "HierarchyTypeMismatchException";
|
|
568
|
+
this.$fault = "client";
|
|
569
|
+
Object.setPrototypeOf(this, HierarchyTypeMismatchException.prototype);
|
|
569
570
|
}
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
571
|
+
}
|
|
572
|
+
export class IncompatiblePolicyException extends __BaseException {
|
|
573
|
+
constructor(opts) {
|
|
574
|
+
super({
|
|
575
|
+
name: "IncompatiblePolicyException",
|
|
576
|
+
$fault: "client",
|
|
577
|
+
...opts,
|
|
578
|
+
});
|
|
579
|
+
this.name = "IncompatiblePolicyException";
|
|
580
|
+
this.$fault = "client";
|
|
581
|
+
Object.setPrototypeOf(this, IncompatiblePolicyException.prototype);
|
|
581
582
|
}
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
583
|
+
}
|
|
584
|
+
export class InvalidAllowedPatternException extends __BaseException {
|
|
585
|
+
constructor(opts) {
|
|
586
|
+
super({
|
|
587
|
+
name: "InvalidAllowedPatternException",
|
|
588
|
+
$fault: "client",
|
|
589
|
+
...opts,
|
|
590
|
+
});
|
|
591
|
+
this.name = "InvalidAllowedPatternException";
|
|
592
|
+
this.$fault = "client";
|
|
593
|
+
Object.setPrototypeOf(this, InvalidAllowedPatternException.prototype);
|
|
593
594
|
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
595
|
+
}
|
|
596
|
+
export class InvalidPolicyAttributeException extends __BaseException {
|
|
597
|
+
constructor(opts) {
|
|
598
|
+
super({
|
|
599
|
+
name: "InvalidPolicyAttributeException",
|
|
600
|
+
$fault: "client",
|
|
601
|
+
...opts,
|
|
602
|
+
});
|
|
603
|
+
this.name = "InvalidPolicyAttributeException";
|
|
604
|
+
this.$fault = "client";
|
|
605
|
+
Object.setPrototypeOf(this, InvalidPolicyAttributeException.prototype);
|
|
605
606
|
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
607
|
+
}
|
|
608
|
+
export class InvalidPolicyTypeException extends __BaseException {
|
|
609
|
+
constructor(opts) {
|
|
610
|
+
super({
|
|
611
|
+
name: "InvalidPolicyTypeException",
|
|
612
|
+
$fault: "client",
|
|
613
|
+
...opts,
|
|
614
|
+
});
|
|
615
|
+
this.name = "InvalidPolicyTypeException";
|
|
616
|
+
this.$fault = "client";
|
|
617
|
+
Object.setPrototypeOf(this, InvalidPolicyTypeException.prototype);
|
|
617
618
|
}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
619
|
+
}
|
|
620
|
+
export class ParameterAlreadyExists extends __BaseException {
|
|
621
|
+
constructor(opts) {
|
|
622
|
+
super({
|
|
623
|
+
name: "ParameterAlreadyExists",
|
|
624
|
+
$fault: "client",
|
|
625
|
+
...opts,
|
|
626
|
+
});
|
|
627
|
+
this.name = "ParameterAlreadyExists";
|
|
628
|
+
this.$fault = "client";
|
|
629
|
+
Object.setPrototypeOf(this, ParameterAlreadyExists.prototype);
|
|
629
630
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
631
|
+
}
|
|
632
|
+
export class ParameterLimitExceeded extends __BaseException {
|
|
633
|
+
constructor(opts) {
|
|
634
|
+
super({
|
|
635
|
+
name: "ParameterLimitExceeded",
|
|
636
|
+
$fault: "client",
|
|
637
|
+
...opts,
|
|
638
|
+
});
|
|
639
|
+
this.name = "ParameterLimitExceeded";
|
|
640
|
+
this.$fault = "client";
|
|
641
|
+
Object.setPrototypeOf(this, ParameterLimitExceeded.prototype);
|
|
641
642
|
}
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
643
|
+
}
|
|
644
|
+
export class ParameterMaxVersionLimitExceeded extends __BaseException {
|
|
645
|
+
constructor(opts) {
|
|
646
|
+
super({
|
|
647
|
+
name: "ParameterMaxVersionLimitExceeded",
|
|
648
|
+
$fault: "client",
|
|
649
|
+
...opts,
|
|
650
|
+
});
|
|
651
|
+
this.name = "ParameterMaxVersionLimitExceeded";
|
|
652
|
+
this.$fault = "client";
|
|
653
|
+
Object.setPrototypeOf(this, ParameterMaxVersionLimitExceeded.prototype);
|
|
653
654
|
}
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
655
|
+
}
|
|
656
|
+
export class ParameterPatternMismatchException extends __BaseException {
|
|
657
|
+
constructor(opts) {
|
|
658
|
+
super({
|
|
659
|
+
name: "ParameterPatternMismatchException",
|
|
660
|
+
$fault: "client",
|
|
661
|
+
...opts,
|
|
662
|
+
});
|
|
663
|
+
this.name = "ParameterPatternMismatchException";
|
|
664
|
+
this.$fault = "client";
|
|
665
|
+
Object.setPrototypeOf(this, ParameterPatternMismatchException.prototype);
|
|
665
666
|
}
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
667
|
+
}
|
|
668
|
+
export class PoliciesLimitExceededException extends __BaseException {
|
|
669
|
+
constructor(opts) {
|
|
670
|
+
super({
|
|
671
|
+
name: "PoliciesLimitExceededException",
|
|
672
|
+
$fault: "client",
|
|
673
|
+
...opts,
|
|
674
|
+
});
|
|
675
|
+
this.name = "PoliciesLimitExceededException";
|
|
676
|
+
this.$fault = "client";
|
|
677
|
+
Object.setPrototypeOf(this, PoliciesLimitExceededException.prototype);
|
|
677
678
|
}
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
679
|
+
}
|
|
680
|
+
export class UnsupportedParameterType extends __BaseException {
|
|
681
|
+
constructor(opts) {
|
|
682
|
+
super({
|
|
683
|
+
name: "UnsupportedParameterType",
|
|
684
|
+
$fault: "client",
|
|
685
|
+
...opts,
|
|
686
|
+
});
|
|
687
|
+
this.name = "UnsupportedParameterType";
|
|
688
|
+
this.$fault = "client";
|
|
689
|
+
Object.setPrototypeOf(this, UnsupportedParameterType.prototype);
|
|
689
690
|
}
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
691
|
+
}
|
|
692
|
+
export class FeatureNotAvailableException extends __BaseException {
|
|
693
|
+
constructor(opts) {
|
|
694
|
+
super({
|
|
695
|
+
name: "FeatureNotAvailableException",
|
|
696
|
+
$fault: "client",
|
|
697
|
+
...opts,
|
|
698
|
+
});
|
|
699
|
+
this.name = "FeatureNotAvailableException";
|
|
700
|
+
this.$fault = "client";
|
|
701
|
+
Object.setPrototypeOf(this, FeatureNotAvailableException.prototype);
|
|
702
|
+
this.Message = opts.Message;
|
|
702
703
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
704
|
+
}
|
|
705
|
+
export class AutomationStepNotFoundException extends __BaseException {
|
|
706
|
+
constructor(opts) {
|
|
707
|
+
super({
|
|
708
|
+
name: "AutomationStepNotFoundException",
|
|
709
|
+
$fault: "client",
|
|
710
|
+
...opts,
|
|
711
|
+
});
|
|
712
|
+
this.name = "AutomationStepNotFoundException";
|
|
713
|
+
this.$fault = "client";
|
|
714
|
+
Object.setPrototypeOf(this, AutomationStepNotFoundException.prototype);
|
|
715
|
+
this.Message = opts.Message;
|
|
715
716
|
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
717
|
+
}
|
|
718
|
+
export class InvalidAutomationSignalException extends __BaseException {
|
|
719
|
+
constructor(opts) {
|
|
720
|
+
super({
|
|
721
|
+
name: "InvalidAutomationSignalException",
|
|
722
|
+
$fault: "client",
|
|
723
|
+
...opts,
|
|
724
|
+
});
|
|
725
|
+
this.name = "InvalidAutomationSignalException";
|
|
726
|
+
this.$fault = "client";
|
|
727
|
+
Object.setPrototypeOf(this, InvalidAutomationSignalException.prototype);
|
|
728
|
+
this.Message = opts.Message;
|
|
728
729
|
}
|
|
729
|
-
|
|
730
|
-
}(__BaseException));
|
|
731
|
-
export { InvalidAutomationSignalException };
|
|
730
|
+
}
|
|
732
731
|
export var SignalType;
|
|
733
732
|
(function (SignalType) {
|
|
734
733
|
SignalType["APPROVE"] = "Approve";
|
|
@@ -737,447 +736,899 @@ export var SignalType;
|
|
|
737
736
|
SignalType["START_STEP"] = "StartStep";
|
|
738
737
|
SignalType["STOP_STEP"] = "StopStep";
|
|
739
738
|
})(SignalType || (SignalType = {}));
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
739
|
+
export class InvalidNotificationConfig extends __BaseException {
|
|
740
|
+
constructor(opts) {
|
|
741
|
+
super({
|
|
742
|
+
name: "InvalidNotificationConfig",
|
|
743
|
+
$fault: "client",
|
|
744
|
+
...opts,
|
|
745
|
+
});
|
|
746
|
+
this.name = "InvalidNotificationConfig";
|
|
747
|
+
this.$fault = "client";
|
|
748
|
+
Object.setPrototypeOf(this, InvalidNotificationConfig.prototype);
|
|
749
|
+
this.Message = opts.Message;
|
|
749
750
|
}
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
751
|
+
}
|
|
752
|
+
export class InvalidOutputFolder extends __BaseException {
|
|
753
|
+
constructor(opts) {
|
|
754
|
+
super({
|
|
755
|
+
name: "InvalidOutputFolder",
|
|
756
|
+
$fault: "client",
|
|
757
|
+
...opts,
|
|
758
|
+
});
|
|
759
|
+
this.name = "InvalidOutputFolder";
|
|
760
|
+
this.$fault = "client";
|
|
761
|
+
Object.setPrototypeOf(this, InvalidOutputFolder.prototype);
|
|
761
762
|
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
763
|
+
}
|
|
764
|
+
export class InvalidRole extends __BaseException {
|
|
765
|
+
constructor(opts) {
|
|
766
|
+
super({
|
|
767
|
+
name: "InvalidRole",
|
|
768
|
+
$fault: "client",
|
|
769
|
+
...opts,
|
|
770
|
+
});
|
|
771
|
+
this.name = "InvalidRole";
|
|
772
|
+
this.$fault = "client";
|
|
773
|
+
Object.setPrototypeOf(this, InvalidRole.prototype);
|
|
774
|
+
this.Message = opts.Message;
|
|
774
775
|
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
776
|
+
}
|
|
777
|
+
export class InvalidAssociation extends __BaseException {
|
|
778
|
+
constructor(opts) {
|
|
779
|
+
super({
|
|
780
|
+
name: "InvalidAssociation",
|
|
781
|
+
$fault: "client",
|
|
782
|
+
...opts,
|
|
783
|
+
});
|
|
784
|
+
this.name = "InvalidAssociation";
|
|
785
|
+
this.$fault = "client";
|
|
786
|
+
Object.setPrototypeOf(this, InvalidAssociation.prototype);
|
|
787
|
+
this.Message = opts.Message;
|
|
787
788
|
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
789
|
+
}
|
|
790
|
+
export class AutomationDefinitionNotFoundException extends __BaseException {
|
|
791
|
+
constructor(opts) {
|
|
792
|
+
super({
|
|
793
|
+
name: "AutomationDefinitionNotFoundException",
|
|
794
|
+
$fault: "client",
|
|
795
|
+
...opts,
|
|
796
|
+
});
|
|
797
|
+
this.name = "AutomationDefinitionNotFoundException";
|
|
798
|
+
this.$fault = "client";
|
|
799
|
+
Object.setPrototypeOf(this, AutomationDefinitionNotFoundException.prototype);
|
|
800
|
+
this.Message = opts.Message;
|
|
800
801
|
}
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
802
|
+
}
|
|
803
|
+
export class AutomationDefinitionVersionNotFoundException extends __BaseException {
|
|
804
|
+
constructor(opts) {
|
|
805
|
+
super({
|
|
806
|
+
name: "AutomationDefinitionVersionNotFoundException",
|
|
807
|
+
$fault: "client",
|
|
808
|
+
...opts,
|
|
809
|
+
});
|
|
810
|
+
this.name = "AutomationDefinitionVersionNotFoundException";
|
|
811
|
+
this.$fault = "client";
|
|
812
|
+
Object.setPrototypeOf(this, AutomationDefinitionVersionNotFoundException.prototype);
|
|
813
|
+
this.Message = opts.Message;
|
|
813
814
|
}
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
815
|
+
}
|
|
816
|
+
export class AutomationExecutionLimitExceededException extends __BaseException {
|
|
817
|
+
constructor(opts) {
|
|
818
|
+
super({
|
|
819
|
+
name: "AutomationExecutionLimitExceededException",
|
|
820
|
+
$fault: "client",
|
|
821
|
+
...opts,
|
|
822
|
+
});
|
|
823
|
+
this.name = "AutomationExecutionLimitExceededException";
|
|
824
|
+
this.$fault = "client";
|
|
825
|
+
Object.setPrototypeOf(this, AutomationExecutionLimitExceededException.prototype);
|
|
826
|
+
this.Message = opts.Message;
|
|
826
827
|
}
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
828
|
+
}
|
|
829
|
+
export class InvalidAutomationExecutionParametersException extends __BaseException {
|
|
830
|
+
constructor(opts) {
|
|
831
|
+
super({
|
|
832
|
+
name: "InvalidAutomationExecutionParametersException",
|
|
833
|
+
$fault: "client",
|
|
834
|
+
...opts,
|
|
835
|
+
});
|
|
836
|
+
this.name = "InvalidAutomationExecutionParametersException";
|
|
837
|
+
this.$fault = "client";
|
|
838
|
+
Object.setPrototypeOf(this, InvalidAutomationExecutionParametersException.prototype);
|
|
839
|
+
this.Message = opts.Message;
|
|
839
840
|
}
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
841
|
+
}
|
|
842
|
+
export class AutomationDefinitionNotApprovedException extends __BaseException {
|
|
843
|
+
constructor(opts) {
|
|
844
|
+
super({
|
|
845
|
+
name: "AutomationDefinitionNotApprovedException",
|
|
846
|
+
$fault: "client",
|
|
847
|
+
...opts,
|
|
848
|
+
});
|
|
849
|
+
this.name = "AutomationDefinitionNotApprovedException";
|
|
850
|
+
this.$fault = "client";
|
|
851
|
+
Object.setPrototypeOf(this, AutomationDefinitionNotApprovedException.prototype);
|
|
852
|
+
this.Message = opts.Message;
|
|
852
853
|
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
854
|
+
}
|
|
855
|
+
export class TargetNotConnected extends __BaseException {
|
|
856
|
+
constructor(opts) {
|
|
857
|
+
super({
|
|
858
|
+
name: "TargetNotConnected",
|
|
859
|
+
$fault: "client",
|
|
860
|
+
...opts,
|
|
861
|
+
});
|
|
862
|
+
this.name = "TargetNotConnected";
|
|
863
|
+
this.$fault = "client";
|
|
864
|
+
Object.setPrototypeOf(this, TargetNotConnected.prototype);
|
|
865
|
+
this.Message = opts.Message;
|
|
865
866
|
}
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
867
|
+
}
|
|
868
|
+
export class InvalidAutomationStatusUpdateException extends __BaseException {
|
|
869
|
+
constructor(opts) {
|
|
870
|
+
super({
|
|
871
|
+
name: "InvalidAutomationStatusUpdateException",
|
|
872
|
+
$fault: "client",
|
|
873
|
+
...opts,
|
|
874
|
+
});
|
|
875
|
+
this.name = "InvalidAutomationStatusUpdateException";
|
|
876
|
+
this.$fault = "client";
|
|
877
|
+
Object.setPrototypeOf(this, InvalidAutomationStatusUpdateException.prototype);
|
|
878
|
+
this.Message = opts.Message;
|
|
878
879
|
}
|
|
879
|
-
|
|
880
|
-
}(__BaseException));
|
|
881
|
-
export { InvalidAutomationStatusUpdateException };
|
|
880
|
+
}
|
|
882
881
|
export var StopType;
|
|
883
882
|
(function (StopType) {
|
|
884
883
|
StopType["CANCEL"] = "Cancel";
|
|
885
884
|
StopType["COMPLETE"] = "Complete";
|
|
886
885
|
})(StopType || (StopType = {}));
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
886
|
+
export class AssociationVersionLimitExceeded extends __BaseException {
|
|
887
|
+
constructor(opts) {
|
|
888
|
+
super({
|
|
889
|
+
name: "AssociationVersionLimitExceeded",
|
|
890
|
+
$fault: "client",
|
|
891
|
+
...opts,
|
|
892
|
+
});
|
|
893
|
+
this.name = "AssociationVersionLimitExceeded";
|
|
894
|
+
this.$fault = "client";
|
|
895
|
+
Object.setPrototypeOf(this, AssociationVersionLimitExceeded.prototype);
|
|
896
|
+
this.Message = opts.Message;
|
|
896
897
|
}
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
898
|
+
}
|
|
899
|
+
export class InvalidUpdate extends __BaseException {
|
|
900
|
+
constructor(opts) {
|
|
901
|
+
super({
|
|
902
|
+
name: "InvalidUpdate",
|
|
903
|
+
$fault: "client",
|
|
904
|
+
...opts,
|
|
905
|
+
});
|
|
906
|
+
this.name = "InvalidUpdate";
|
|
907
|
+
this.$fault = "client";
|
|
908
|
+
Object.setPrototypeOf(this, InvalidUpdate.prototype);
|
|
909
|
+
this.Message = opts.Message;
|
|
909
910
|
}
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
911
|
+
}
|
|
912
|
+
export class StatusUnchanged extends __BaseException {
|
|
913
|
+
constructor(opts) {
|
|
914
|
+
super({
|
|
915
|
+
name: "StatusUnchanged",
|
|
916
|
+
$fault: "client",
|
|
917
|
+
...opts,
|
|
918
|
+
});
|
|
919
|
+
this.name = "StatusUnchanged";
|
|
920
|
+
this.$fault = "client";
|
|
921
|
+
Object.setPrototypeOf(this, StatusUnchanged.prototype);
|
|
921
922
|
}
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
923
|
+
}
|
|
924
|
+
export class DocumentVersionLimitExceeded extends __BaseException {
|
|
925
|
+
constructor(opts) {
|
|
926
|
+
super({
|
|
927
|
+
name: "DocumentVersionLimitExceeded",
|
|
928
|
+
$fault: "client",
|
|
929
|
+
...opts,
|
|
930
|
+
});
|
|
931
|
+
this.name = "DocumentVersionLimitExceeded";
|
|
932
|
+
this.$fault = "client";
|
|
933
|
+
Object.setPrototypeOf(this, DocumentVersionLimitExceeded.prototype);
|
|
934
|
+
this.Message = opts.Message;
|
|
934
935
|
}
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
936
|
+
}
|
|
937
|
+
export class DuplicateDocumentContent extends __BaseException {
|
|
938
|
+
constructor(opts) {
|
|
939
|
+
super({
|
|
940
|
+
name: "DuplicateDocumentContent",
|
|
941
|
+
$fault: "client",
|
|
942
|
+
...opts,
|
|
943
|
+
});
|
|
944
|
+
this.name = "DuplicateDocumentContent";
|
|
945
|
+
this.$fault = "client";
|
|
946
|
+
Object.setPrototypeOf(this, DuplicateDocumentContent.prototype);
|
|
947
|
+
this.Message = opts.Message;
|
|
947
948
|
}
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
949
|
+
}
|
|
950
|
+
export class DuplicateDocumentVersionName extends __BaseException {
|
|
951
|
+
constructor(opts) {
|
|
952
|
+
super({
|
|
953
|
+
name: "DuplicateDocumentVersionName",
|
|
954
|
+
$fault: "client",
|
|
955
|
+
...opts,
|
|
956
|
+
});
|
|
957
|
+
this.name = "DuplicateDocumentVersionName";
|
|
958
|
+
this.$fault = "client";
|
|
959
|
+
Object.setPrototypeOf(this, DuplicateDocumentVersionName.prototype);
|
|
960
|
+
this.Message = opts.Message;
|
|
960
961
|
}
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
export
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
export
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
export
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
export
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
export
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
export
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
export
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
export
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
export
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
export
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
export
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
export
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
export
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
export
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
export
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
export
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
export
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
export
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
export
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
export
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
export
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
export
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
export
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
})
|
|
1074
|
-
export
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
export
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
export
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
export
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
export
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
export
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
export
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
export
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
export
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
export
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
export
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
export
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
export
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
export
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
export
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
export
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
export
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
export
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
export
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
export
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
export
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
export
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
export
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
export
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
export
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
export
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
export
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
export
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
export
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
})
|
|
1182
|
-
|
|
1183
|
-
|
|
962
|
+
}
|
|
963
|
+
export const ParametersFilterFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const ParameterStringFilterFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
export const DescribeParametersRequestFilterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
export const ParameterInlinePolicyFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
export const ParameterMetadataFilterSensitiveLog = (obj) => ({
|
|
976
|
+
...obj,
|
|
977
|
+
});
|
|
978
|
+
export const DescribeParametersResultFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
export const DescribePatchBaselinesRequestFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
export const PatchBaselineIdentityFilterSensitiveLog = (obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
});
|
|
987
|
+
export const DescribePatchBaselinesResultFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
});
|
|
990
|
+
export const DescribePatchGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
export const PatchGroupPatchBaselineMappingFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
});
|
|
996
|
+
export const DescribePatchGroupsResultFilterSensitiveLog = (obj) => ({
|
|
997
|
+
...obj,
|
|
998
|
+
});
|
|
999
|
+
export const DescribePatchGroupStateRequestFilterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
export const DescribePatchGroupStateResultFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
export const DescribePatchPropertiesRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
1008
|
+
export const DescribePatchPropertiesResultFilterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
});
|
|
1011
|
+
export const SessionFilterFilterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
});
|
|
1014
|
+
export const DescribeSessionsRequestFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
export const SessionManagerOutputUrlFilterSensitiveLog = (obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
});
|
|
1020
|
+
export const SessionFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
});
|
|
1023
|
+
export const DescribeSessionsResponseFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
export const DisassociateOpsItemRelatedItemRequestFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
export const DisassociateOpsItemRelatedItemResponseFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
export const GetAutomationExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
export const ProgressCountersFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
export const AutomationExecutionFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
export const GetAutomationExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
export const GetCalendarStateRequestFilterSensitiveLog = (obj) => ({
|
|
1045
|
+
...obj,
|
|
1046
|
+
});
|
|
1047
|
+
export const GetCalendarStateResponseFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
export const GetCommandInvocationRequestFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
export const CloudWatchOutputConfigFilterSensitiveLog = (obj) => ({
|
|
1054
|
+
...obj,
|
|
1055
|
+
});
|
|
1056
|
+
export const GetCommandInvocationResultFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
});
|
|
1059
|
+
export const GetConnectionStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
export const GetConnectionStatusResponseFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
export const GetDefaultPatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
});
|
|
1068
|
+
export const GetDefaultPatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
export const BaselineOverrideFilterSensitiveLog = (obj) => ({
|
|
1072
|
+
...obj,
|
|
1073
|
+
...(obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }),
|
|
1074
|
+
});
|
|
1075
|
+
export const GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
export const GetDeployablePatchSnapshotForInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
export const GetDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
export const AttachmentContentFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
export const GetDocumentResultFilterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
export const InventoryFilterFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
export const InventoryGroupFilterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
export const ResultAttributeFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
export const InventoryResultItemFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
export const InventoryResultEntityFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
export const GetInventoryResultFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
export const GetInventorySchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
export const InventoryItemAttributeFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
export const InventoryItemSchemaFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
export const GetInventorySchemaResultFilterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
export const GetMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
export const GetMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1126
|
+
});
|
|
1127
|
+
export const GetMaintenanceWindowExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1128
|
+
...obj,
|
|
1129
|
+
});
|
|
1130
|
+
export const GetMaintenanceWindowExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
export const GetMaintenanceWindowExecutionTaskRequestFilterSensitiveLog = (obj) => ({
|
|
1134
|
+
...obj,
|
|
1135
|
+
});
|
|
1136
|
+
export const GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
...(obj.TaskParameters && { TaskParameters: SENSITIVE_STRING }),
|
|
1139
|
+
});
|
|
1140
|
+
export const GetMaintenanceWindowExecutionTaskInvocationRequestFilterSensitiveLog = (obj) => ({
|
|
1141
|
+
...obj,
|
|
1142
|
+
});
|
|
1143
|
+
export const GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog = (obj) => ({
|
|
1144
|
+
...obj,
|
|
1145
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1146
|
+
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
1147
|
+
});
|
|
1148
|
+
export const GetMaintenanceWindowTaskRequestFilterSensitiveLog = (obj) => ({
|
|
1149
|
+
...obj,
|
|
1150
|
+
});
|
|
1151
|
+
export const MaintenanceWindowAutomationParametersFilterSensitiveLog = (obj) => ({
|
|
1152
|
+
...obj,
|
|
1153
|
+
});
|
|
1154
|
+
export const MaintenanceWindowLambdaParametersFilterSensitiveLog = (obj) => ({
|
|
1155
|
+
...obj,
|
|
1156
|
+
...(obj.Payload && { Payload: SENSITIVE_STRING }),
|
|
1157
|
+
});
|
|
1158
|
+
export const NotificationConfigFilterSensitiveLog = (obj) => ({
|
|
1159
|
+
...obj,
|
|
1160
|
+
});
|
|
1161
|
+
export const MaintenanceWindowRunCommandParametersFilterSensitiveLog = (obj) => ({
|
|
1162
|
+
...obj,
|
|
1163
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1164
|
+
});
|
|
1165
|
+
export const MaintenanceWindowStepFunctionsParametersFilterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
...(obj.Input && { Input: SENSITIVE_STRING }),
|
|
1168
|
+
});
|
|
1169
|
+
export const MaintenanceWindowTaskInvocationParametersFilterSensitiveLog = (obj) => ({
|
|
1170
|
+
...obj,
|
|
1171
|
+
...(obj.RunCommand && { RunCommand: MaintenanceWindowRunCommandParametersFilterSensitiveLog(obj.RunCommand) }),
|
|
1172
|
+
...(obj.StepFunctions && {
|
|
1173
|
+
StepFunctions: MaintenanceWindowStepFunctionsParametersFilterSensitiveLog(obj.StepFunctions),
|
|
1174
|
+
}),
|
|
1175
|
+
...(obj.Lambda && { Lambda: MaintenanceWindowLambdaParametersFilterSensitiveLog(obj.Lambda) }),
|
|
1176
|
+
});
|
|
1177
|
+
export const GetMaintenanceWindowTaskResultFilterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
...(obj.TaskParameters && { TaskParameters: SENSITIVE_STRING }),
|
|
1180
|
+
...(obj.TaskInvocationParameters && {
|
|
1181
|
+
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters),
|
|
1182
|
+
}),
|
|
1183
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1184
|
+
});
|
|
1185
|
+
export const GetOpsItemRequestFilterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
});
|
|
1188
|
+
export const OpsItemFilterSensitiveLog = (obj) => ({
|
|
1189
|
+
...obj,
|
|
1190
|
+
});
|
|
1191
|
+
export const GetOpsItemResponseFilterSensitiveLog = (obj) => ({
|
|
1192
|
+
...obj,
|
|
1193
|
+
});
|
|
1194
|
+
export const GetOpsMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
export const GetOpsMetadataResultFilterSensitiveLog = (obj) => ({
|
|
1198
|
+
...obj,
|
|
1199
|
+
});
|
|
1200
|
+
export const OpsFilterFilterSensitiveLog = (obj) => ({
|
|
1201
|
+
...obj,
|
|
1202
|
+
});
|
|
1203
|
+
export const OpsResultAttributeFilterSensitiveLog = (obj) => ({
|
|
1204
|
+
...obj,
|
|
1205
|
+
});
|
|
1206
|
+
export const OpsEntityItemFilterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
export const OpsEntityFilterSensitiveLog = (obj) => ({
|
|
1210
|
+
...obj,
|
|
1211
|
+
});
|
|
1212
|
+
export const GetOpsSummaryResultFilterSensitiveLog = (obj) => ({
|
|
1213
|
+
...obj,
|
|
1214
|
+
});
|
|
1215
|
+
export const GetParameterRequestFilterSensitiveLog = (obj) => ({
|
|
1216
|
+
...obj,
|
|
1217
|
+
});
|
|
1218
|
+
export const ParameterFilterSensitiveLog = (obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
1221
|
+
});
|
|
1222
|
+
export const GetParameterResultFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
...(obj.Parameter && { Parameter: ParameterFilterSensitiveLog(obj.Parameter) }),
|
|
1225
|
+
});
|
|
1226
|
+
export const GetParameterHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
1227
|
+
...obj,
|
|
1228
|
+
});
|
|
1229
|
+
export const ParameterHistoryFilterSensitiveLog = (obj) => ({
|
|
1230
|
+
...obj,
|
|
1231
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
1232
|
+
});
|
|
1233
|
+
export const GetParameterHistoryResultFilterSensitiveLog = (obj) => ({
|
|
1234
|
+
...obj,
|
|
1235
|
+
...(obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterHistoryFilterSensitiveLog(item)) }),
|
|
1236
|
+
});
|
|
1237
|
+
export const GetParametersRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
+
...obj,
|
|
1239
|
+
});
|
|
1240
|
+
export const GetParametersResultFilterSensitiveLog = (obj) => ({
|
|
1241
|
+
...obj,
|
|
1242
|
+
...(obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }),
|
|
1243
|
+
});
|
|
1244
|
+
export const GetParametersByPathRequestFilterSensitiveLog = (obj) => ({
|
|
1245
|
+
...obj,
|
|
1246
|
+
});
|
|
1247
|
+
export const GetParametersByPathResultFilterSensitiveLog = (obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
...(obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }),
|
|
1250
|
+
});
|
|
1251
|
+
export const GetPatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1252
|
+
...obj,
|
|
1253
|
+
});
|
|
1254
|
+
export const GetPatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
...(obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }),
|
|
1257
|
+
});
|
|
1258
|
+
export const GetPatchBaselineForPatchGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
export const GetPatchBaselineForPatchGroupResultFilterSensitiveLog = (obj) => ({
|
|
1262
|
+
...obj,
|
|
1263
|
+
});
|
|
1264
|
+
export const GetServiceSettingRequestFilterSensitiveLog = (obj) => ({
|
|
1265
|
+
...obj,
|
|
1266
|
+
});
|
|
1267
|
+
export const ServiceSettingFilterSensitiveLog = (obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
});
|
|
1270
|
+
export const GetServiceSettingResultFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
export const LabelParameterVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1274
|
+
...obj,
|
|
1275
|
+
});
|
|
1276
|
+
export const LabelParameterVersionResultFilterSensitiveLog = (obj) => ({
|
|
1277
|
+
...obj,
|
|
1278
|
+
});
|
|
1279
|
+
export const AssociationFilterFilterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
});
|
|
1282
|
+
export const ListAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
export const AssociationFilterSensitiveLog = (obj) => ({
|
|
1286
|
+
...obj,
|
|
1287
|
+
});
|
|
1288
|
+
export const ListAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
export const ListAssociationVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
});
|
|
1294
|
+
export const AssociationVersionInfoFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1297
|
+
});
|
|
1298
|
+
export const ListAssociationVersionsResultFilterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
...(obj.AssociationVersions && {
|
|
1301
|
+
AssociationVersions: obj.AssociationVersions.map((item) => AssociationVersionInfoFilterSensitiveLog(item)),
|
|
1302
|
+
}),
|
|
1303
|
+
});
|
|
1304
|
+
export const CommandFilterFilterSensitiveLog = (obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
});
|
|
1307
|
+
export const ListCommandInvocationsRequestFilterSensitiveLog = (obj) => ({
|
|
1308
|
+
...obj,
|
|
1309
|
+
});
|
|
1310
|
+
export const CommandPluginFilterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
export const CommandInvocationFilterSensitiveLog = (obj) => ({
|
|
1314
|
+
...obj,
|
|
1315
|
+
});
|
|
1316
|
+
export const ListCommandInvocationsResultFilterSensitiveLog = (obj) => ({
|
|
1317
|
+
...obj,
|
|
1318
|
+
});
|
|
1319
|
+
export const ListCommandsRequestFilterSensitiveLog = (obj) => ({
|
|
1320
|
+
...obj,
|
|
1321
|
+
});
|
|
1322
|
+
export const CommandFilterSensitiveLog = (obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1325
|
+
});
|
|
1326
|
+
export const ListCommandsResultFilterSensitiveLog = (obj) => ({
|
|
1327
|
+
...obj,
|
|
1328
|
+
...(obj.Commands && { Commands: obj.Commands.map((item) => CommandFilterSensitiveLog(item)) }),
|
|
1329
|
+
});
|
|
1330
|
+
export const ComplianceStringFilterFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
export const ListComplianceItemsRequestFilterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
});
|
|
1336
|
+
export const ComplianceExecutionSummaryFilterSensitiveLog = (obj) => ({
|
|
1337
|
+
...obj,
|
|
1338
|
+
});
|
|
1339
|
+
export const ComplianceItemFilterSensitiveLog = (obj) => ({
|
|
1340
|
+
...obj,
|
|
1341
|
+
});
|
|
1342
|
+
export const ListComplianceItemsResultFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
export const ListComplianceSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
1346
|
+
...obj,
|
|
1347
|
+
});
|
|
1348
|
+
export const SeveritySummaryFilterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
export const CompliantSummaryFilterSensitiveLog = (obj) => ({
|
|
1352
|
+
...obj,
|
|
1353
|
+
});
|
|
1354
|
+
export const NonCompliantSummaryFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
export const ComplianceSummaryItemFilterSensitiveLog = (obj) => ({
|
|
1358
|
+
...obj,
|
|
1359
|
+
});
|
|
1360
|
+
export const ListComplianceSummariesResultFilterSensitiveLog = (obj) => ({
|
|
1361
|
+
...obj,
|
|
1362
|
+
});
|
|
1363
|
+
export const ListDocumentMetadataHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
1364
|
+
...obj,
|
|
1365
|
+
});
|
|
1366
|
+
export const DocumentReviewCommentSourceFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
export const DocumentReviewerResponseSourceFilterSensitiveLog = (obj) => ({
|
|
1370
|
+
...obj,
|
|
1371
|
+
});
|
|
1372
|
+
export const DocumentMetadataResponseInfoFilterSensitiveLog = (obj) => ({
|
|
1373
|
+
...obj,
|
|
1374
|
+
});
|
|
1375
|
+
export const ListDocumentMetadataHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
1376
|
+
...obj,
|
|
1377
|
+
});
|
|
1378
|
+
export const DocumentFilterFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
export const DocumentKeyValuesFilterFilterSensitiveLog = (obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
});
|
|
1384
|
+
export const ListDocumentsRequestFilterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
export const DocumentIdentifierFilterSensitiveLog = (obj) => ({
|
|
1388
|
+
...obj,
|
|
1389
|
+
});
|
|
1390
|
+
export const ListDocumentsResultFilterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
export const ListDocumentVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
1394
|
+
...obj,
|
|
1395
|
+
});
|
|
1396
|
+
export const DocumentVersionInfoFilterSensitiveLog = (obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
});
|
|
1399
|
+
export const ListDocumentVersionsResultFilterSensitiveLog = (obj) => ({
|
|
1400
|
+
...obj,
|
|
1401
|
+
});
|
|
1402
|
+
export const ListInventoryEntriesRequestFilterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
export const ListInventoryEntriesResultFilterSensitiveLog = (obj) => ({
|
|
1406
|
+
...obj,
|
|
1407
|
+
});
|
|
1408
|
+
export const OpsItemEventFilterFilterSensitiveLog = (obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
});
|
|
1411
|
+
export const ListOpsItemEventsRequestFilterSensitiveLog = (obj) => ({
|
|
1412
|
+
...obj,
|
|
1413
|
+
});
|
|
1414
|
+
export const OpsItemIdentityFilterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
export const OpsItemEventSummaryFilterSensitiveLog = (obj) => ({
|
|
1418
|
+
...obj,
|
|
1419
|
+
});
|
|
1420
|
+
export const ListOpsItemEventsResponseFilterSensitiveLog = (obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
});
|
|
1423
|
+
export const OpsItemRelatedItemsFilterFilterSensitiveLog = (obj) => ({
|
|
1424
|
+
...obj,
|
|
1425
|
+
});
|
|
1426
|
+
export const ListOpsItemRelatedItemsRequestFilterSensitiveLog = (obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
});
|
|
1429
|
+
export const OpsItemRelatedItemSummaryFilterSensitiveLog = (obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
});
|
|
1432
|
+
export const ListOpsItemRelatedItemsResponseFilterSensitiveLog = (obj) => ({
|
|
1433
|
+
...obj,
|
|
1434
|
+
});
|
|
1435
|
+
export const OpsMetadataFilterFilterSensitiveLog = (obj) => ({
|
|
1436
|
+
...obj,
|
|
1437
|
+
});
|
|
1438
|
+
export const ListOpsMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
});
|
|
1441
|
+
export const OpsMetadataFilterSensitiveLog = (obj) => ({
|
|
1442
|
+
...obj,
|
|
1443
|
+
});
|
|
1444
|
+
export const ListOpsMetadataResultFilterSensitiveLog = (obj) => ({
|
|
1445
|
+
...obj,
|
|
1446
|
+
});
|
|
1447
|
+
export const ListResourceComplianceSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
1448
|
+
...obj,
|
|
1449
|
+
});
|
|
1450
|
+
export const ResourceComplianceSummaryItemFilterSensitiveLog = (obj) => ({
|
|
1451
|
+
...obj,
|
|
1452
|
+
});
|
|
1453
|
+
export const ListResourceComplianceSummariesResultFilterSensitiveLog = (obj) => ({
|
|
1454
|
+
...obj,
|
|
1455
|
+
});
|
|
1456
|
+
export const ListResourceDataSyncRequestFilterSensitiveLog = (obj) => ({
|
|
1457
|
+
...obj,
|
|
1458
|
+
});
|
|
1459
|
+
export const ResourceDataSyncSourceWithStateFilterSensitiveLog = (obj) => ({
|
|
1460
|
+
...obj,
|
|
1461
|
+
});
|
|
1462
|
+
export const ResourceDataSyncItemFilterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
export const ListResourceDataSyncResultFilterSensitiveLog = (obj) => ({
|
|
1466
|
+
...obj,
|
|
1467
|
+
});
|
|
1468
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1469
|
+
...obj,
|
|
1470
|
+
});
|
|
1471
|
+
export const ListTagsForResourceResultFilterSensitiveLog = (obj) => ({
|
|
1472
|
+
...obj,
|
|
1473
|
+
});
|
|
1474
|
+
export const ModifyDocumentPermissionRequestFilterSensitiveLog = (obj) => ({
|
|
1475
|
+
...obj,
|
|
1476
|
+
});
|
|
1477
|
+
export const ModifyDocumentPermissionResponseFilterSensitiveLog = (obj) => ({
|
|
1478
|
+
...obj,
|
|
1479
|
+
});
|
|
1480
|
+
export const ComplianceItemEntryFilterSensitiveLog = (obj) => ({
|
|
1481
|
+
...obj,
|
|
1482
|
+
});
|
|
1483
|
+
export const PutComplianceItemsRequestFilterSensitiveLog = (obj) => ({
|
|
1484
|
+
...obj,
|
|
1485
|
+
});
|
|
1486
|
+
export const PutComplianceItemsResultFilterSensitiveLog = (obj) => ({
|
|
1487
|
+
...obj,
|
|
1488
|
+
});
|
|
1489
|
+
export const InventoryItemFilterSensitiveLog = (obj) => ({
|
|
1490
|
+
...obj,
|
|
1491
|
+
});
|
|
1492
|
+
export const PutInventoryRequestFilterSensitiveLog = (obj) => ({
|
|
1493
|
+
...obj,
|
|
1494
|
+
});
|
|
1495
|
+
export const PutInventoryResultFilterSensitiveLog = (obj) => ({
|
|
1496
|
+
...obj,
|
|
1497
|
+
});
|
|
1498
|
+
export const PutParameterRequestFilterSensitiveLog = (obj) => ({
|
|
1499
|
+
...obj,
|
|
1500
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
1501
|
+
});
|
|
1502
|
+
export const PutParameterResultFilterSensitiveLog = (obj) => ({
|
|
1503
|
+
...obj,
|
|
1504
|
+
});
|
|
1505
|
+
export const RegisterDefaultPatchBaselineRequestFilterSensitiveLog = (obj) => ({
|
|
1506
|
+
...obj,
|
|
1507
|
+
});
|
|
1508
|
+
export const RegisterDefaultPatchBaselineResultFilterSensitiveLog = (obj) => ({
|
|
1509
|
+
...obj,
|
|
1510
|
+
});
|
|
1511
|
+
export const RegisterPatchBaselineForPatchGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1512
|
+
...obj,
|
|
1513
|
+
});
|
|
1514
|
+
export const RegisterPatchBaselineForPatchGroupResultFilterSensitiveLog = (obj) => ({
|
|
1515
|
+
...obj,
|
|
1516
|
+
});
|
|
1517
|
+
export const RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1518
|
+
...obj,
|
|
1519
|
+
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
1520
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1521
|
+
});
|
|
1522
|
+
export const RegisterTargetWithMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1523
|
+
...obj,
|
|
1524
|
+
});
|
|
1525
|
+
export const RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1526
|
+
...obj,
|
|
1527
|
+
...(obj.TaskParameters && { TaskParameters: SENSITIVE_STRING }),
|
|
1528
|
+
...(obj.TaskInvocationParameters && {
|
|
1529
|
+
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters),
|
|
1530
|
+
}),
|
|
1531
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1532
|
+
});
|
|
1533
|
+
export const RegisterTaskWithMaintenanceWindowResultFilterSensitiveLog = (obj) => ({
|
|
1534
|
+
...obj,
|
|
1535
|
+
});
|
|
1536
|
+
export const RemoveTagsFromResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1537
|
+
...obj,
|
|
1538
|
+
});
|
|
1539
|
+
export const RemoveTagsFromResourceResultFilterSensitiveLog = (obj) => ({
|
|
1540
|
+
...obj,
|
|
1541
|
+
});
|
|
1542
|
+
export const ResetServiceSettingRequestFilterSensitiveLog = (obj) => ({
|
|
1543
|
+
...obj,
|
|
1544
|
+
});
|
|
1545
|
+
export const ResetServiceSettingResultFilterSensitiveLog = (obj) => ({
|
|
1546
|
+
...obj,
|
|
1547
|
+
});
|
|
1548
|
+
export const ResumeSessionRequestFilterSensitiveLog = (obj) => ({
|
|
1549
|
+
...obj,
|
|
1550
|
+
});
|
|
1551
|
+
export const ResumeSessionResponseFilterSensitiveLog = (obj) => ({
|
|
1552
|
+
...obj,
|
|
1553
|
+
});
|
|
1554
|
+
export const SendAutomationSignalRequestFilterSensitiveLog = (obj) => ({
|
|
1555
|
+
...obj,
|
|
1556
|
+
});
|
|
1557
|
+
export const SendAutomationSignalResultFilterSensitiveLog = (obj) => ({
|
|
1558
|
+
...obj,
|
|
1559
|
+
});
|
|
1560
|
+
export const SendCommandRequestFilterSensitiveLog = (obj) => ({
|
|
1561
|
+
...obj,
|
|
1562
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1563
|
+
});
|
|
1564
|
+
export const SendCommandResultFilterSensitiveLog = (obj) => ({
|
|
1565
|
+
...obj,
|
|
1566
|
+
...(obj.Command && { Command: CommandFilterSensitiveLog(obj.Command) }),
|
|
1567
|
+
});
|
|
1568
|
+
export const StartAssociationsOnceRequestFilterSensitiveLog = (obj) => ({
|
|
1569
|
+
...obj,
|
|
1570
|
+
});
|
|
1571
|
+
export const StartAssociationsOnceResultFilterSensitiveLog = (obj) => ({
|
|
1572
|
+
...obj,
|
|
1573
|
+
});
|
|
1574
|
+
export const StartAutomationExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1575
|
+
...obj,
|
|
1576
|
+
});
|
|
1577
|
+
export const StartAutomationExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1578
|
+
...obj,
|
|
1579
|
+
});
|
|
1580
|
+
export const StartChangeRequestExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
});
|
|
1583
|
+
export const StartChangeRequestExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1584
|
+
...obj,
|
|
1585
|
+
});
|
|
1586
|
+
export const StartSessionRequestFilterSensitiveLog = (obj) => ({
|
|
1587
|
+
...obj,
|
|
1588
|
+
});
|
|
1589
|
+
export const StartSessionResponseFilterSensitiveLog = (obj) => ({
|
|
1590
|
+
...obj,
|
|
1591
|
+
});
|
|
1592
|
+
export const StopAutomationExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
export const StopAutomationExecutionResultFilterSensitiveLog = (obj) => ({
|
|
1596
|
+
...obj,
|
|
1597
|
+
});
|
|
1598
|
+
export const TerminateSessionRequestFilterSensitiveLog = (obj) => ({
|
|
1599
|
+
...obj,
|
|
1600
|
+
});
|
|
1601
|
+
export const TerminateSessionResponseFilterSensitiveLog = (obj) => ({
|
|
1602
|
+
...obj,
|
|
1603
|
+
});
|
|
1604
|
+
export const UnlabelParameterVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
});
|
|
1607
|
+
export const UnlabelParameterVersionResultFilterSensitiveLog = (obj) => ({
|
|
1608
|
+
...obj,
|
|
1609
|
+
});
|
|
1610
|
+
export const UpdateAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
...(obj.Parameters && { Parameters: SENSITIVE_STRING }),
|
|
1613
|
+
});
|
|
1614
|
+
export const UpdateAssociationResultFilterSensitiveLog = (obj) => ({
|
|
1615
|
+
...obj,
|
|
1616
|
+
...(obj.AssociationDescription && {
|
|
1617
|
+
AssociationDescription: AssociationDescriptionFilterSensitiveLog(obj.AssociationDescription),
|
|
1618
|
+
}),
|
|
1619
|
+
});
|
|
1620
|
+
export const UpdateAssociationStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1621
|
+
...obj,
|
|
1622
|
+
});
|
|
1623
|
+
export const UpdateAssociationStatusResultFilterSensitiveLog = (obj) => ({
|
|
1624
|
+
...obj,
|
|
1625
|
+
...(obj.AssociationDescription && {
|
|
1626
|
+
AssociationDescription: AssociationDescriptionFilterSensitiveLog(obj.AssociationDescription),
|
|
1627
|
+
}),
|
|
1628
|
+
});
|
|
1629
|
+
export const UpdateDocumentRequestFilterSensitiveLog = (obj) => ({
|
|
1630
|
+
...obj,
|
|
1631
|
+
});
|
|
1632
|
+
export const UpdateDocumentResultFilterSensitiveLog = (obj) => ({
|
|
1633
|
+
...obj,
|
|
1634
|
+
});
|