@aws-sdk/client-arc-region-switch 3.927.0 → 3.929.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/dist-cjs/index.js +799 -1027
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ARCRegionSwitchClient.js +2 -0
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +3 -9
- package/dist-es/commands/CancelPlanExecutionCommand.js +3 -9
- package/dist-es/commands/CreatePlanCommand.js +3 -9
- package/dist-es/commands/DeletePlanCommand.js +3 -9
- package/dist-es/commands/GetPlanCommand.js +3 -9
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +3 -9
- package/dist-es/commands/GetPlanExecutionCommand.js +3 -9
- package/dist-es/commands/GetPlanInRegionCommand.js +3 -9
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +3 -9
- package/dist-es/commands/ListPlanExecutionsCommand.js +3 -9
- package/dist-es/commands/ListPlansCommand.js +3 -9
- package/dist-es/commands/ListPlansInRegionCommand.js +3 -9
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartPlanExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdatePlanCommand.js +3 -9
- package/dist-es/commands/UpdatePlanExecutionCommand.js +3 -9
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +748 -0
- package/dist-types/ARCRegionSwitchClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +131 -0
- package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +137 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -876
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -182
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -245
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { ApprovePlanExecutionStepCommandInput, ApprovePlanExecutionStepCommandOutput } from "../commands/ApprovePlanExecutionStepCommand";
|
|
4
|
-
import { CancelPlanExecutionCommandInput, CancelPlanExecutionCommandOutput } from "../commands/CancelPlanExecutionCommand";
|
|
5
|
-
import { CreatePlanCommandInput, CreatePlanCommandOutput } from "../commands/CreatePlanCommand";
|
|
6
|
-
import { DeletePlanCommandInput, DeletePlanCommandOutput } from "../commands/DeletePlanCommand";
|
|
7
|
-
import { GetPlanCommandInput, GetPlanCommandOutput } from "../commands/GetPlanCommand";
|
|
8
|
-
import { GetPlanEvaluationStatusCommandInput, GetPlanEvaluationStatusCommandOutput } from "../commands/GetPlanEvaluationStatusCommand";
|
|
9
|
-
import { GetPlanExecutionCommandInput, GetPlanExecutionCommandOutput } from "../commands/GetPlanExecutionCommand";
|
|
10
|
-
import { GetPlanInRegionCommandInput, GetPlanInRegionCommandOutput } from "../commands/GetPlanInRegionCommand";
|
|
11
|
-
import { ListPlanExecutionEventsCommandInput, ListPlanExecutionEventsCommandOutput } from "../commands/ListPlanExecutionEventsCommand";
|
|
12
|
-
import { ListPlanExecutionsCommandInput, ListPlanExecutionsCommandOutput } from "../commands/ListPlanExecutionsCommand";
|
|
13
|
-
import { ListPlansCommandInput, ListPlansCommandOutput } from "../commands/ListPlansCommand";
|
|
14
|
-
import { ListPlansInRegionCommandInput, ListPlansInRegionCommandOutput } from "../commands/ListPlansInRegionCommand";
|
|
15
|
-
import { ListRoute53HealthChecksCommandInput, ListRoute53HealthChecksCommandOutput } from "../commands/ListRoute53HealthChecksCommand";
|
|
16
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
17
|
-
import { StartPlanExecutionCommandInput, StartPlanExecutionCommandOutput } from "../commands/StartPlanExecutionCommand";
|
|
18
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
-
import { UpdatePlanCommandInput, UpdatePlanCommandOutput } from "../commands/UpdatePlanCommand";
|
|
21
|
-
import { UpdatePlanExecutionCommandInput, UpdatePlanExecutionCommandOutput } from "../commands/UpdatePlanExecutionCommand";
|
|
22
|
-
import { UpdatePlanExecutionStepCommandInput, UpdatePlanExecutionStepCommandOutput } from "../commands/UpdatePlanExecutionStepCommand";
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_json1_0ApprovePlanExecutionStepCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_ApprovePlanExecutionStepCommand: (input: ApprovePlanExecutionStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_json1_0CancelPlanExecutionCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_CancelPlanExecutionCommand: (input: CancelPlanExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_json1_0CreatePlanCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_CreatePlanCommand: (input: CreatePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_json1_0DeletePlanCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_DeletePlanCommand: (input: DeletePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_json1_0GetPlanCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_GetPlanCommand: (input: GetPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_0GetPlanEvaluationStatusCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_GetPlanEvaluationStatusCommand: (input: GetPlanEvaluationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_0GetPlanExecutionCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_GetPlanExecutionCommand: (input: GetPlanExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_0GetPlanInRegionCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_GetPlanInRegionCommand: (input: GetPlanInRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_0ListPlanExecutionEventsCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_ListPlanExecutionEventsCommand: (input: ListPlanExecutionEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_0ListPlanExecutionsCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_ListPlanExecutionsCommand: (input: ListPlanExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_0ListPlansCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_ListPlansCommand: (input: ListPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_0ListPlansInRegionCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_ListPlansInRegionCommand: (input: ListPlansInRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_0ListRoute53HealthChecksCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_ListRoute53HealthChecksCommand: (input: ListRoute53HealthChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_0StartPlanExecutionCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_StartPlanExecutionCommand: (input: StartPlanExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_json1_0TagResourceCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_json1_0UpdatePlanCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_UpdatePlanCommand: (input: UpdatePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_json1_0UpdatePlanExecutionCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_UpdatePlanExecutionCommand: (input: UpdatePlanExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_json1_0UpdatePlanExecutionStepCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_UpdatePlanExecutionStepCommand: (input: UpdatePlanExecutionStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_json1_0ApprovePlanExecutionStepCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_ApprovePlanExecutionStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApprovePlanExecutionStepCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_json1_0CancelPlanExecutionCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_CancelPlanExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelPlanExecutionCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* deserializeAws_json1_0CreatePlanCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const de_CreatePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlanCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* deserializeAws_json1_0DeletePlanCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const de_DeletePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlanCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* deserializeAws_json1_0GetPlanCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const de_GetPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_json1_0GetPlanEvaluationStatusCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_GetPlanEvaluationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanEvaluationStatusCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_json1_0GetPlanExecutionCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_GetPlanExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanExecutionCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_json1_0GetPlanInRegionCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_GetPlanInRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanInRegionCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_json1_0ListPlanExecutionEventsCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_ListPlanExecutionEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlanExecutionEventsCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_json1_0ListPlanExecutionsCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_ListPlanExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlanExecutionsCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_json1_0ListPlansCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_ListPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlansCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_json1_0ListPlansInRegionCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_ListPlansInRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlansInRegionCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_json1_0ListRoute53HealthChecksCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_ListRoute53HealthChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoute53HealthChecksCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_json1_0StartPlanExecutionCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_StartPlanExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPlanExecutionCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_json1_0UpdatePlanCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_UpdatePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlanCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_json1_0UpdatePlanExecutionCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_UpdatePlanExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlanExecutionCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_json1_0UpdatePlanExecutionStepCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_UpdatePlanExecutionStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlanExecutionStepCommandOutput>;
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
ApprovePlanExecutionStepCommandInput,
|
|
8
|
-
ApprovePlanExecutionStepCommandOutput,
|
|
9
|
-
} from "../commands/ApprovePlanExecutionStepCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelPlanExecutionCommandInput,
|
|
12
|
-
CancelPlanExecutionCommandOutput,
|
|
13
|
-
} from "../commands/CancelPlanExecutionCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreatePlanCommandInput,
|
|
16
|
-
CreatePlanCommandOutput,
|
|
17
|
-
} from "../commands/CreatePlanCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeletePlanCommandInput,
|
|
20
|
-
DeletePlanCommandOutput,
|
|
21
|
-
} from "../commands/DeletePlanCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetPlanCommandInput,
|
|
24
|
-
GetPlanCommandOutput,
|
|
25
|
-
} from "../commands/GetPlanCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetPlanEvaluationStatusCommandInput,
|
|
28
|
-
GetPlanEvaluationStatusCommandOutput,
|
|
29
|
-
} from "../commands/GetPlanEvaluationStatusCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetPlanExecutionCommandInput,
|
|
32
|
-
GetPlanExecutionCommandOutput,
|
|
33
|
-
} from "../commands/GetPlanExecutionCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetPlanInRegionCommandInput,
|
|
36
|
-
GetPlanInRegionCommandOutput,
|
|
37
|
-
} from "../commands/GetPlanInRegionCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListPlanExecutionEventsCommandInput,
|
|
40
|
-
ListPlanExecutionEventsCommandOutput,
|
|
41
|
-
} from "../commands/ListPlanExecutionEventsCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListPlanExecutionsCommandInput,
|
|
44
|
-
ListPlanExecutionsCommandOutput,
|
|
45
|
-
} from "../commands/ListPlanExecutionsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListPlansCommandInput,
|
|
48
|
-
ListPlansCommandOutput,
|
|
49
|
-
} from "../commands/ListPlansCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListPlansInRegionCommandInput,
|
|
52
|
-
ListPlansInRegionCommandOutput,
|
|
53
|
-
} from "../commands/ListPlansInRegionCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListRoute53HealthChecksCommandInput,
|
|
56
|
-
ListRoute53HealthChecksCommandOutput,
|
|
57
|
-
} from "../commands/ListRoute53HealthChecksCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListTagsForResourceCommandInput,
|
|
60
|
-
ListTagsForResourceCommandOutput,
|
|
61
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
62
|
-
import {
|
|
63
|
-
StartPlanExecutionCommandInput,
|
|
64
|
-
StartPlanExecutionCommandOutput,
|
|
65
|
-
} from "../commands/StartPlanExecutionCommand";
|
|
66
|
-
import {
|
|
67
|
-
TagResourceCommandInput,
|
|
68
|
-
TagResourceCommandOutput,
|
|
69
|
-
} from "../commands/TagResourceCommand";
|
|
70
|
-
import {
|
|
71
|
-
UntagResourceCommandInput,
|
|
72
|
-
UntagResourceCommandOutput,
|
|
73
|
-
} from "../commands/UntagResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
UpdatePlanCommandInput,
|
|
76
|
-
UpdatePlanCommandOutput,
|
|
77
|
-
} from "../commands/UpdatePlanCommand";
|
|
78
|
-
import {
|
|
79
|
-
UpdatePlanExecutionCommandInput,
|
|
80
|
-
UpdatePlanExecutionCommandOutput,
|
|
81
|
-
} from "../commands/UpdatePlanExecutionCommand";
|
|
82
|
-
import {
|
|
83
|
-
UpdatePlanExecutionStepCommandInput,
|
|
84
|
-
UpdatePlanExecutionStepCommandOutput,
|
|
85
|
-
} from "../commands/UpdatePlanExecutionStepCommand";
|
|
86
|
-
export declare const se_ApprovePlanExecutionStepCommand: (
|
|
87
|
-
input: ApprovePlanExecutionStepCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_CancelPlanExecutionCommand: (
|
|
91
|
-
input: CancelPlanExecutionCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_CreatePlanCommand: (
|
|
95
|
-
input: CreatePlanCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DeletePlanCommand: (
|
|
99
|
-
input: DeletePlanCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_GetPlanCommand: (
|
|
103
|
-
input: GetPlanCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_GetPlanEvaluationStatusCommand: (
|
|
107
|
-
input: GetPlanEvaluationStatusCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_GetPlanExecutionCommand: (
|
|
111
|
-
input: GetPlanExecutionCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_GetPlanInRegionCommand: (
|
|
115
|
-
input: GetPlanInRegionCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_ListPlanExecutionEventsCommand: (
|
|
119
|
-
input: ListPlanExecutionEventsCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ListPlanExecutionsCommand: (
|
|
123
|
-
input: ListPlanExecutionsCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ListPlansCommand: (
|
|
127
|
-
input: ListPlansCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ListPlansInRegionCommand: (
|
|
131
|
-
input: ListPlansInRegionCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListRoute53HealthChecksCommand: (
|
|
135
|
-
input: ListRoute53HealthChecksCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
139
|
-
input: ListTagsForResourceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_StartPlanExecutionCommand: (
|
|
143
|
-
input: StartPlanExecutionCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_TagResourceCommand: (
|
|
147
|
-
input: TagResourceCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_UntagResourceCommand: (
|
|
151
|
-
input: UntagResourceCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_UpdatePlanCommand: (
|
|
155
|
-
input: UpdatePlanCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_UpdatePlanExecutionCommand: (
|
|
159
|
-
input: UpdatePlanExecutionCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_UpdatePlanExecutionStepCommand: (
|
|
163
|
-
input: UpdatePlanExecutionStepCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const de_ApprovePlanExecutionStepCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<ApprovePlanExecutionStepCommandOutput>;
|
|
170
|
-
export declare const de_CancelPlanExecutionCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<CancelPlanExecutionCommandOutput>;
|
|
174
|
-
export declare const de_CreatePlanCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<CreatePlanCommandOutput>;
|
|
178
|
-
export declare const de_DeletePlanCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<DeletePlanCommandOutput>;
|
|
182
|
-
export declare const de_GetPlanCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<GetPlanCommandOutput>;
|
|
186
|
-
export declare const de_GetPlanEvaluationStatusCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<GetPlanEvaluationStatusCommandOutput>;
|
|
190
|
-
export declare const de_GetPlanExecutionCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<GetPlanExecutionCommandOutput>;
|
|
194
|
-
export declare const de_GetPlanInRegionCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<GetPlanInRegionCommandOutput>;
|
|
198
|
-
export declare const de_ListPlanExecutionEventsCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ListPlanExecutionEventsCommandOutput>;
|
|
202
|
-
export declare const de_ListPlanExecutionsCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<ListPlanExecutionsCommandOutput>;
|
|
206
|
-
export declare const de_ListPlansCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<ListPlansCommandOutput>;
|
|
210
|
-
export declare const de_ListPlansInRegionCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<ListPlansInRegionCommandOutput>;
|
|
214
|
-
export declare const de_ListRoute53HealthChecksCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<ListRoute53HealthChecksCommandOutput>;
|
|
218
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
222
|
-
export declare const de_StartPlanExecutionCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<StartPlanExecutionCommandOutput>;
|
|
226
|
-
export declare const de_TagResourceCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<TagResourceCommandOutput>;
|
|
230
|
-
export declare const de_UntagResourceCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
234
|
-
export declare const de_UpdatePlanCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<UpdatePlanCommandOutput>;
|
|
238
|
-
export declare const de_UpdatePlanExecutionCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<UpdatePlanExecutionCommandOutput>;
|
|
242
|
-
export declare const de_UpdatePlanExecutionStepCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<UpdatePlanExecutionStepCommandOutput>;
|