aws-sdk-arcregionswitch 1.0.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-arcregionswitch/client.rb +2461 -0
- data/lib/aws-sdk-arcregionswitch/client_api.rb +983 -0
- data/lib/aws-sdk-arcregionswitch/customizations.rb +0 -0
- data/lib/aws-sdk-arcregionswitch/endpoint_parameters.rb +67 -0
- data/lib/aws-sdk-arcregionswitch/endpoint_provider.rb +44 -0
- data/lib/aws-sdk-arcregionswitch/endpoints.rb +122 -0
- data/lib/aws-sdk-arcregionswitch/errors.rb +118 -0
- data/lib/aws-sdk-arcregionswitch/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-arcregionswitch/resource.rb +26 -0
- data/lib/aws-sdk-arcregionswitch/types.rb +2253 -0
- data/lib/aws-sdk-arcregionswitch/waiters.rb +189 -0
- data/lib/aws-sdk-arcregionswitch.rb +62 -0
- data/sig/client.rbs +679 -0
- data/sig/errors.rbs +31 -0
- data/sig/resource.rbs +86 -0
- data/sig/types.rbs +643 -0
- data/sig/waiters.rbs +38 -0
- metadata +97 -0
@@ -0,0 +1,983 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
|
11
|
+
module Aws::ARCRegionswitch
|
12
|
+
# @api private
|
13
|
+
module ClientApi
|
14
|
+
|
15
|
+
include Seahorse::Model
|
16
|
+
|
17
|
+
AbbreviatedExecution = Shapes::StructureShape.new(name: 'AbbreviatedExecution')
|
18
|
+
AbbreviatedExecutionsList = Shapes::ListShape.new(name: 'AbbreviatedExecutionsList')
|
19
|
+
AbbreviatedPlan = Shapes::StructureShape.new(name: 'AbbreviatedPlan')
|
20
|
+
AbbreviatedPlanRecoveryTimeObjectiveMinutesInteger = Shapes::IntegerShape.new(name: 'AbbreviatedPlanRecoveryTimeObjectiveMinutesInteger')
|
21
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
22
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
23
|
+
AlarmCondition = Shapes::StringShape.new(name: 'AlarmCondition')
|
24
|
+
AlarmType = Shapes::StringShape.new(name: 'AlarmType')
|
25
|
+
Approval = Shapes::StringShape.new(name: 'Approval')
|
26
|
+
ApprovePlanExecutionStepRequest = Shapes::StructureShape.new(name: 'ApprovePlanExecutionStepRequest')
|
27
|
+
ApprovePlanExecutionStepResponse = Shapes::StructureShape.new(name: 'ApprovePlanExecutionStepResponse')
|
28
|
+
ArcRoutingControlConfiguration = Shapes::StructureShape.new(name: 'ArcRoutingControlConfiguration')
|
29
|
+
ArcRoutingControlConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'ArcRoutingControlConfigurationTimeoutMinutesInteger')
|
30
|
+
ArcRoutingControlState = Shapes::StructureShape.new(name: 'ArcRoutingControlState')
|
31
|
+
ArcRoutingControlStates = Shapes::ListShape.new(name: 'ArcRoutingControlStates')
|
32
|
+
Asg = Shapes::StructureShape.new(name: 'Asg')
|
33
|
+
AsgArn = Shapes::StringShape.new(name: 'AsgArn')
|
34
|
+
AsgList = Shapes::ListShape.new(name: 'AsgList')
|
35
|
+
AssociatedAlarm = Shapes::StructureShape.new(name: 'AssociatedAlarm')
|
36
|
+
AssociatedAlarmMap = Shapes::MapShape.new(name: 'AssociatedAlarmMap')
|
37
|
+
AuroraClusterArn = Shapes::StringShape.new(name: 'AuroraClusterArn')
|
38
|
+
AuroraClusterArns = Shapes::ListShape.new(name: 'AuroraClusterArns')
|
39
|
+
CancelPlanExecutionRequest = Shapes::StructureShape.new(name: 'CancelPlanExecutionRequest')
|
40
|
+
CancelPlanExecutionResponse = Shapes::StructureShape.new(name: 'CancelPlanExecutionResponse')
|
41
|
+
CreatePlanRequest = Shapes::StructureShape.new(name: 'CreatePlanRequest')
|
42
|
+
CreatePlanRequestRecoveryTimeObjectiveMinutesInteger = Shapes::IntegerShape.new(name: 'CreatePlanRequestRecoveryTimeObjectiveMinutesInteger')
|
43
|
+
CreatePlanResponse = Shapes::StructureShape.new(name: 'CreatePlanResponse')
|
44
|
+
CustomActionLambdaConfiguration = Shapes::StructureShape.new(name: 'CustomActionLambdaConfiguration')
|
45
|
+
CustomActionLambdaConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'CustomActionLambdaConfigurationTimeoutMinutesInteger')
|
46
|
+
DeletePlanRequest = Shapes::StructureShape.new(name: 'DeletePlanRequest')
|
47
|
+
DeletePlanResponse = Shapes::StructureShape.new(name: 'DeletePlanResponse')
|
48
|
+
Duration = Shapes::StringShape.new(name: 'Duration')
|
49
|
+
Ec2AsgCapacityIncreaseConfiguration = Shapes::StructureShape.new(name: 'Ec2AsgCapacityIncreaseConfiguration')
|
50
|
+
Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger')
|
51
|
+
Ec2AsgCapacityMonitoringApproach = Shapes::StringShape.new(name: 'Ec2AsgCapacityMonitoringApproach')
|
52
|
+
Ec2Ungraceful = Shapes::StructureShape.new(name: 'Ec2Ungraceful')
|
53
|
+
Ec2UngracefulMinimumSuccessPercentageInteger = Shapes::IntegerShape.new(name: 'Ec2UngracefulMinimumSuccessPercentageInteger')
|
54
|
+
EcsCapacityIncreaseConfiguration = Shapes::StructureShape.new(name: 'EcsCapacityIncreaseConfiguration')
|
55
|
+
EcsCapacityIncreaseConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'EcsCapacityIncreaseConfigurationTimeoutMinutesInteger')
|
56
|
+
EcsCapacityMonitoringApproach = Shapes::StringShape.new(name: 'EcsCapacityMonitoringApproach')
|
57
|
+
EcsClusterArn = Shapes::StringShape.new(name: 'EcsClusterArn')
|
58
|
+
EcsServiceArn = Shapes::StringShape.new(name: 'EcsServiceArn')
|
59
|
+
EcsUngraceful = Shapes::StructureShape.new(name: 'EcsUngraceful')
|
60
|
+
EcsUngracefulMinimumSuccessPercentageInteger = Shapes::IntegerShape.new(name: 'EcsUngracefulMinimumSuccessPercentageInteger')
|
61
|
+
EksCapacityMonitoringApproach = Shapes::StringShape.new(name: 'EksCapacityMonitoringApproach')
|
62
|
+
EksCluster = Shapes::StructureShape.new(name: 'EksCluster')
|
63
|
+
EksClusterArn = Shapes::StringShape.new(name: 'EksClusterArn')
|
64
|
+
EksClusters = Shapes::ListShape.new(name: 'EksClusters')
|
65
|
+
EksResourceScalingConfiguration = Shapes::StructureShape.new(name: 'EksResourceScalingConfiguration')
|
66
|
+
EksResourceScalingConfigurationTargetPercentInteger = Shapes::IntegerShape.new(name: 'EksResourceScalingConfigurationTargetPercentInteger')
|
67
|
+
EksResourceScalingConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'EksResourceScalingConfigurationTimeoutMinutesInteger')
|
68
|
+
EksResourceScalingUngraceful = Shapes::StructureShape.new(name: 'EksResourceScalingUngraceful')
|
69
|
+
EksResourceScalingUngracefulMinimumSuccessPercentageInteger = Shapes::IntegerShape.new(name: 'EksResourceScalingUngracefulMinimumSuccessPercentageInteger')
|
70
|
+
EvaluationStatus = Shapes::StringShape.new(name: 'EvaluationStatus')
|
71
|
+
ExecutionAction = Shapes::StringShape.new(name: 'ExecutionAction')
|
72
|
+
ExecutionApprovalConfiguration = Shapes::StructureShape.new(name: 'ExecutionApprovalConfiguration')
|
73
|
+
ExecutionApprovalConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'ExecutionApprovalConfigurationTimeoutMinutesInteger')
|
74
|
+
ExecutionBlockConfiguration = Shapes::UnionShape.new(name: 'ExecutionBlockConfiguration')
|
75
|
+
ExecutionBlockType = Shapes::StringShape.new(name: 'ExecutionBlockType')
|
76
|
+
ExecutionComment = Shapes::StringShape.new(name: 'ExecutionComment')
|
77
|
+
ExecutionEvent = Shapes::StructureShape.new(name: 'ExecutionEvent')
|
78
|
+
ExecutionEventList = Shapes::ListShape.new(name: 'ExecutionEventList')
|
79
|
+
ExecutionEventType = Shapes::StringShape.new(name: 'ExecutionEventType')
|
80
|
+
ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
|
81
|
+
ExecutionMode = Shapes::StringShape.new(name: 'ExecutionMode')
|
82
|
+
ExecutionState = Shapes::StringShape.new(name: 'ExecutionState')
|
83
|
+
Float = Shapes::FloatShape.new(name: 'Float')
|
84
|
+
GetPlanEvaluationStatusRequest = Shapes::StructureShape.new(name: 'GetPlanEvaluationStatusRequest')
|
85
|
+
GetPlanEvaluationStatusResponse = Shapes::StructureShape.new(name: 'GetPlanEvaluationStatusResponse')
|
86
|
+
GetPlanExecutionRequest = Shapes::StructureShape.new(name: 'GetPlanExecutionRequest')
|
87
|
+
GetPlanExecutionResponse = Shapes::StructureShape.new(name: 'GetPlanExecutionResponse')
|
88
|
+
GetPlanExecutionStepStatesMaxResults = Shapes::IntegerShape.new(name: 'GetPlanExecutionStepStatesMaxResults')
|
89
|
+
GetPlanInRegionRequest = Shapes::StructureShape.new(name: 'GetPlanInRegionRequest')
|
90
|
+
GetPlanInRegionResponse = Shapes::StructureShape.new(name: 'GetPlanInRegionResponse')
|
91
|
+
GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
|
92
|
+
GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
|
93
|
+
GlobalAuroraConfiguration = Shapes::StructureShape.new(name: 'GlobalAuroraConfiguration')
|
94
|
+
GlobalAuroraConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'GlobalAuroraConfigurationTimeoutMinutesInteger')
|
95
|
+
GlobalAuroraDefaultBehavior = Shapes::StringShape.new(name: 'GlobalAuroraDefaultBehavior')
|
96
|
+
GlobalAuroraUngraceful = Shapes::StructureShape.new(name: 'GlobalAuroraUngraceful')
|
97
|
+
GlobalAuroraUngracefulBehavior = Shapes::StringShape.new(name: 'GlobalAuroraUngracefulBehavior')
|
98
|
+
GlobalClusterIdentifier = Shapes::StringShape.new(name: 'GlobalClusterIdentifier')
|
99
|
+
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
100
|
+
IllegalArgumentException = Shapes::StructureShape.new(name: 'IllegalArgumentException')
|
101
|
+
IllegalStateException = Shapes::StructureShape.new(name: 'IllegalStateException')
|
102
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
103
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
104
|
+
KubernetesNamespace = Shapes::StringShape.new(name: 'KubernetesNamespace')
|
105
|
+
KubernetesResourceType = Shapes::StructureShape.new(name: 'KubernetesResourceType')
|
106
|
+
KubernetesScalingApplication = Shapes::MapShape.new(name: 'KubernetesScalingApplication')
|
107
|
+
KubernetesScalingApps = Shapes::ListShape.new(name: 'KubernetesScalingApps')
|
108
|
+
KubernetesScalingResource = Shapes::StructureShape.new(name: 'KubernetesScalingResource')
|
109
|
+
LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
|
110
|
+
LambdaList = Shapes::ListShape.new(name: 'LambdaList')
|
111
|
+
LambdaUngraceful = Shapes::StructureShape.new(name: 'LambdaUngraceful')
|
112
|
+
LambdaUngracefulBehavior = Shapes::StringShape.new(name: 'LambdaUngracefulBehavior')
|
113
|
+
Lambdas = Shapes::StructureShape.new(name: 'Lambdas')
|
114
|
+
ListExecutionEventsMaxResults = Shapes::IntegerShape.new(name: 'ListExecutionEventsMaxResults')
|
115
|
+
ListExecutionsMaxResults = Shapes::IntegerShape.new(name: 'ListExecutionsMaxResults')
|
116
|
+
ListPlanExecutionEventsRequest = Shapes::StructureShape.new(name: 'ListPlanExecutionEventsRequest')
|
117
|
+
ListPlanExecutionEventsResponse = Shapes::StructureShape.new(name: 'ListPlanExecutionEventsResponse')
|
118
|
+
ListPlanExecutionsRequest = Shapes::StructureShape.new(name: 'ListPlanExecutionsRequest')
|
119
|
+
ListPlanExecutionsResponse = Shapes::StructureShape.new(name: 'ListPlanExecutionsResponse')
|
120
|
+
ListPlansInRegionRequest = Shapes::StructureShape.new(name: 'ListPlansInRegionRequest')
|
121
|
+
ListPlansInRegionResponse = Shapes::StructureShape.new(name: 'ListPlansInRegionResponse')
|
122
|
+
ListPlansRequest = Shapes::StructureShape.new(name: 'ListPlansRequest')
|
123
|
+
ListPlansResponse = Shapes::StructureShape.new(name: 'ListPlansResponse')
|
124
|
+
ListRoute53HealthChecksRequest = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksRequest')
|
125
|
+
ListRoute53HealthChecksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRoute53HealthChecksRequestMaxResultsInteger')
|
126
|
+
ListRoute53HealthChecksResponse = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksResponse')
|
127
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
128
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
129
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
130
|
+
MinimalWorkflow = Shapes::StructureShape.new(name: 'MinimalWorkflow')
|
131
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
132
|
+
ParallelExecutionBlockConfiguration = Shapes::StructureShape.new(name: 'ParallelExecutionBlockConfiguration')
|
133
|
+
Plan = Shapes::StructureShape.new(name: 'Plan')
|
134
|
+
PlanArn = Shapes::StringShape.new(name: 'PlanArn')
|
135
|
+
PlanList = Shapes::ListShape.new(name: 'PlanList')
|
136
|
+
PlanName = Shapes::StringShape.new(name: 'PlanName')
|
137
|
+
PlanRecoveryTimeObjectiveMinutesInteger = Shapes::IntegerShape.new(name: 'PlanRecoveryTimeObjectiveMinutesInteger')
|
138
|
+
PlanWarnings = Shapes::ListShape.new(name: 'PlanWarnings')
|
139
|
+
RecoveryApproach = Shapes::StringShape.new(name: 'RecoveryApproach')
|
140
|
+
Region = Shapes::StringShape.new(name: 'Region')
|
141
|
+
RegionAndRoutingControls = Shapes::MapShape.new(name: 'RegionAndRoutingControls')
|
142
|
+
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
143
|
+
RegionSwitchPlanConfiguration = Shapes::StructureShape.new(name: 'RegionSwitchPlanConfiguration')
|
144
|
+
RegionToRunIn = Shapes::StringShape.new(name: 'RegionToRunIn')
|
145
|
+
RegionalScalingResource = Shapes::MapShape.new(name: 'RegionalScalingResource')
|
146
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
147
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
148
|
+
ResourceWarning = Shapes::StructureShape.new(name: 'ResourceWarning')
|
149
|
+
ResourceWarningStatus = Shapes::StringShape.new(name: 'ResourceWarningStatus')
|
150
|
+
Resources = Shapes::ListShape.new(name: 'Resources')
|
151
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
152
|
+
Route53HealthCheck = Shapes::StructureShape.new(name: 'Route53HealthCheck')
|
153
|
+
Route53HealthCheckConfiguration = Shapes::StructureShape.new(name: 'Route53HealthCheckConfiguration')
|
154
|
+
Route53HealthCheckConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'Route53HealthCheckConfigurationTimeoutMinutesInteger')
|
155
|
+
Route53HealthCheckId = Shapes::StringShape.new(name: 'Route53HealthCheckId')
|
156
|
+
Route53HealthCheckList = Shapes::ListShape.new(name: 'Route53HealthCheckList')
|
157
|
+
Route53HostedZoneId = Shapes::StringShape.new(name: 'Route53HostedZoneId')
|
158
|
+
Route53RecordName = Shapes::StringShape.new(name: 'Route53RecordName')
|
159
|
+
Route53ResourceRecordSet = Shapes::StructureShape.new(name: 'Route53ResourceRecordSet')
|
160
|
+
Route53ResourceRecordSetIdentifier = Shapes::StringShape.new(name: 'Route53ResourceRecordSetIdentifier')
|
161
|
+
Route53ResourceRecordSetList = Shapes::ListShape.new(name: 'Route53ResourceRecordSetList')
|
162
|
+
RoutingControlArn = Shapes::StringShape.new(name: 'RoutingControlArn')
|
163
|
+
RoutingControlStateChange = Shapes::StringShape.new(name: 'RoutingControlStateChange')
|
164
|
+
Service = Shapes::StructureShape.new(name: 'Service')
|
165
|
+
ServiceList = Shapes::ListShape.new(name: 'ServiceList')
|
166
|
+
StartPlanExecutionRequest = Shapes::StructureShape.new(name: 'StartPlanExecutionRequest')
|
167
|
+
StartPlanExecutionResponse = Shapes::StructureShape.new(name: 'StartPlanExecutionResponse')
|
168
|
+
Step = Shapes::StructureShape.new(name: 'Step')
|
169
|
+
StepName = Shapes::StringShape.new(name: 'StepName')
|
170
|
+
StepState = Shapes::StructureShape.new(name: 'StepState')
|
171
|
+
StepStates = Shapes::ListShape.new(name: 'StepStates')
|
172
|
+
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
173
|
+
Steps = Shapes::ListShape.new(name: 'Steps')
|
174
|
+
String = Shapes::StringShape.new(name: 'String')
|
175
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
176
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
177
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
178
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
179
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
180
|
+
Tags = Shapes::MapShape.new(name: 'Tags')
|
181
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
182
|
+
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
183
|
+
TriggerCondition = Shapes::StructureShape.new(name: 'TriggerCondition')
|
184
|
+
TriggerConditionList = Shapes::ListShape.new(name: 'TriggerConditionList')
|
185
|
+
TriggerList = Shapes::ListShape.new(name: 'TriggerList')
|
186
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
187
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
188
|
+
UpdatePlanExecutionAction = Shapes::StringShape.new(name: 'UpdatePlanExecutionAction')
|
189
|
+
UpdatePlanExecutionRequest = Shapes::StructureShape.new(name: 'UpdatePlanExecutionRequest')
|
190
|
+
UpdatePlanExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePlanExecutionResponse')
|
191
|
+
UpdatePlanExecutionStepAction = Shapes::StringShape.new(name: 'UpdatePlanExecutionStepAction')
|
192
|
+
UpdatePlanExecutionStepRequest = Shapes::StructureShape.new(name: 'UpdatePlanExecutionStepRequest')
|
193
|
+
UpdatePlanExecutionStepResponse = Shapes::StructureShape.new(name: 'UpdatePlanExecutionStepResponse')
|
194
|
+
UpdatePlanRequest = Shapes::StructureShape.new(name: 'UpdatePlanRequest')
|
195
|
+
UpdatePlanRequestRecoveryTimeObjectiveMinutesInteger = Shapes::IntegerShape.new(name: 'UpdatePlanRequestRecoveryTimeObjectiveMinutesInteger')
|
196
|
+
UpdatePlanResponse = Shapes::StructureShape.new(name: 'UpdatePlanResponse')
|
197
|
+
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
198
|
+
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
199
|
+
WorkflowTargetAction = Shapes::StringShape.new(name: 'WorkflowTargetAction')
|
200
|
+
|
201
|
+
AbbreviatedExecution.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
202
|
+
AbbreviatedExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
203
|
+
AbbreviatedExecution.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
204
|
+
AbbreviatedExecution.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
205
|
+
AbbreviatedExecution.add_member(:comment, Shapes::ShapeRef.new(shape: String, location_name: "comment"))
|
206
|
+
AbbreviatedExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
207
|
+
AbbreviatedExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
208
|
+
AbbreviatedExecution.add_member(:mode, Shapes::ShapeRef.new(shape: ExecutionMode, required: true, location_name: "mode"))
|
209
|
+
AbbreviatedExecution.add_member(:execution_state, Shapes::ShapeRef.new(shape: ExecutionState, required: true, location_name: "executionState"))
|
210
|
+
AbbreviatedExecution.add_member(:execution_action, Shapes::ShapeRef.new(shape: ExecutionAction, required: true, location_name: "executionAction"))
|
211
|
+
AbbreviatedExecution.add_member(:execution_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "executionRegion"))
|
212
|
+
AbbreviatedExecution.add_member(:actual_recovery_time, Shapes::ShapeRef.new(shape: Duration, location_name: "actualRecoveryTime"))
|
213
|
+
AbbreviatedExecution.struct_class = Types::AbbreviatedExecution
|
214
|
+
|
215
|
+
AbbreviatedExecutionsList.member = Shapes::ShapeRef.new(shape: AbbreviatedExecution)
|
216
|
+
|
217
|
+
AbbreviatedPlan.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
218
|
+
AbbreviatedPlan.add_member(:owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "owner"))
|
219
|
+
AbbreviatedPlan.add_member(:name, Shapes::ShapeRef.new(shape: PlanName, required: true, location_name: "name"))
|
220
|
+
AbbreviatedPlan.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "regions"))
|
221
|
+
AbbreviatedPlan.add_member(:recovery_approach, Shapes::ShapeRef.new(shape: RecoveryApproach, required: true, location_name: "recoveryApproach"))
|
222
|
+
AbbreviatedPlan.add_member(:primary_region, Shapes::ShapeRef.new(shape: Region, location_name: "primaryRegion"))
|
223
|
+
AbbreviatedPlan.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
224
|
+
AbbreviatedPlan.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
225
|
+
AbbreviatedPlan.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
226
|
+
AbbreviatedPlan.add_member(:execution_role, Shapes::ShapeRef.new(shape: String, location_name: "executionRole"))
|
227
|
+
AbbreviatedPlan.add_member(:active_plan_execution, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "activePlanExecution"))
|
228
|
+
AbbreviatedPlan.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: AbbreviatedPlanRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
229
|
+
AbbreviatedPlan.struct_class = Types::AbbreviatedPlan
|
230
|
+
|
231
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
232
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
233
|
+
|
234
|
+
ApprovePlanExecutionStepRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
235
|
+
ApprovePlanExecutionStepRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
236
|
+
ApprovePlanExecutionStepRequest.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "stepName"))
|
237
|
+
ApprovePlanExecutionStepRequest.add_member(:approval, Shapes::ShapeRef.new(shape: Approval, required: true, location_name: "approval"))
|
238
|
+
ApprovePlanExecutionStepRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ExecutionComment, location_name: "comment"))
|
239
|
+
ApprovePlanExecutionStepRequest.struct_class = Types::ApprovePlanExecutionStepRequest
|
240
|
+
|
241
|
+
ApprovePlanExecutionStepResponse.struct_class = Types::ApprovePlanExecutionStepResponse
|
242
|
+
|
243
|
+
ArcRoutingControlConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: ArcRoutingControlConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
244
|
+
ArcRoutingControlConfiguration.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
245
|
+
ArcRoutingControlConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
246
|
+
ArcRoutingControlConfiguration.add_member(:region_and_routing_controls, Shapes::ShapeRef.new(shape: RegionAndRoutingControls, required: true, location_name: "regionAndRoutingControls"))
|
247
|
+
ArcRoutingControlConfiguration.struct_class = Types::ArcRoutingControlConfiguration
|
248
|
+
|
249
|
+
ArcRoutingControlState.add_member(:routing_control_arn, Shapes::ShapeRef.new(shape: RoutingControlArn, required: true, location_name: "routingControlArn"))
|
250
|
+
ArcRoutingControlState.add_member(:state, Shapes::ShapeRef.new(shape: RoutingControlStateChange, required: true, location_name: "state"))
|
251
|
+
ArcRoutingControlState.struct_class = Types::ArcRoutingControlState
|
252
|
+
|
253
|
+
ArcRoutingControlStates.member = Shapes::ShapeRef.new(shape: ArcRoutingControlState)
|
254
|
+
|
255
|
+
Asg.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
256
|
+
Asg.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
257
|
+
Asg.add_member(:arn, Shapes::ShapeRef.new(shape: AsgArn, location_name: "arn"))
|
258
|
+
Asg.struct_class = Types::Asg
|
259
|
+
|
260
|
+
AsgList.member = Shapes::ShapeRef.new(shape: Asg)
|
261
|
+
|
262
|
+
AssociatedAlarm.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
263
|
+
AssociatedAlarm.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
264
|
+
AssociatedAlarm.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceIdentifier"))
|
265
|
+
AssociatedAlarm.add_member(:alarm_type, Shapes::ShapeRef.new(shape: AlarmType, required: true, location_name: "alarmType"))
|
266
|
+
AssociatedAlarm.struct_class = Types::AssociatedAlarm
|
267
|
+
|
268
|
+
AssociatedAlarmMap.key = Shapes::ShapeRef.new(shape: String)
|
269
|
+
AssociatedAlarmMap.value = Shapes::ShapeRef.new(shape: AssociatedAlarm)
|
270
|
+
|
271
|
+
AuroraClusterArns.member = Shapes::ShapeRef.new(shape: AuroraClusterArn)
|
272
|
+
|
273
|
+
CancelPlanExecutionRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
274
|
+
CancelPlanExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
275
|
+
CancelPlanExecutionRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ExecutionComment, location_name: "comment"))
|
276
|
+
CancelPlanExecutionRequest.struct_class = Types::CancelPlanExecutionRequest
|
277
|
+
|
278
|
+
CancelPlanExecutionResponse.struct_class = Types::CancelPlanExecutionResponse
|
279
|
+
|
280
|
+
CreatePlanRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
281
|
+
CreatePlanRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowList, required: true, location_name: "workflows"))
|
282
|
+
CreatePlanRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "executionRole"))
|
283
|
+
CreatePlanRequest.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: CreatePlanRequestRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
284
|
+
CreatePlanRequest.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
285
|
+
CreatePlanRequest.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
286
|
+
CreatePlanRequest.add_member(:name, Shapes::ShapeRef.new(shape: PlanName, required: true, location_name: "name"))
|
287
|
+
CreatePlanRequest.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "regions"))
|
288
|
+
CreatePlanRequest.add_member(:recovery_approach, Shapes::ShapeRef.new(shape: RecoveryApproach, required: true, location_name: "recoveryApproach"))
|
289
|
+
CreatePlanRequest.add_member(:primary_region, Shapes::ShapeRef.new(shape: Region, location_name: "primaryRegion"))
|
290
|
+
CreatePlanRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
291
|
+
CreatePlanRequest.struct_class = Types::CreatePlanRequest
|
292
|
+
|
293
|
+
CreatePlanResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
294
|
+
CreatePlanResponse.struct_class = Types::CreatePlanResponse
|
295
|
+
|
296
|
+
CustomActionLambdaConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: CustomActionLambdaConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
297
|
+
CustomActionLambdaConfiguration.add_member(:lambdas, Shapes::ShapeRef.new(shape: LambdaList, required: true, location_name: "lambdas"))
|
298
|
+
CustomActionLambdaConfiguration.add_member(:retry_interval_minutes, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "retryIntervalMinutes"))
|
299
|
+
CustomActionLambdaConfiguration.add_member(:region_to_run, Shapes::ShapeRef.new(shape: RegionToRunIn, required: true, location_name: "regionToRun"))
|
300
|
+
CustomActionLambdaConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: LambdaUngraceful, location_name: "ungraceful"))
|
301
|
+
CustomActionLambdaConfiguration.struct_class = Types::CustomActionLambdaConfiguration
|
302
|
+
|
303
|
+
DeletePlanRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
304
|
+
DeletePlanRequest.struct_class = Types::DeletePlanRequest
|
305
|
+
|
306
|
+
DeletePlanResponse.struct_class = Types::DeletePlanResponse
|
307
|
+
|
308
|
+
Ec2AsgCapacityIncreaseConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
309
|
+
Ec2AsgCapacityIncreaseConfiguration.add_member(:asgs, Shapes::ShapeRef.new(shape: AsgList, required: true, location_name: "asgs"))
|
310
|
+
Ec2AsgCapacityIncreaseConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: Ec2Ungraceful, location_name: "ungraceful"))
|
311
|
+
Ec2AsgCapacityIncreaseConfiguration.add_member(:target_percent, Shapes::ShapeRef.new(shape: Integer, location_name: "targetPercent"))
|
312
|
+
Ec2AsgCapacityIncreaseConfiguration.add_member(:capacity_monitoring_approach, Shapes::ShapeRef.new(shape: Ec2AsgCapacityMonitoringApproach, location_name: "capacityMonitoringApproach"))
|
313
|
+
Ec2AsgCapacityIncreaseConfiguration.struct_class = Types::Ec2AsgCapacityIncreaseConfiguration
|
314
|
+
|
315
|
+
Ec2Ungraceful.add_member(:minimum_success_percentage, Shapes::ShapeRef.new(shape: Ec2UngracefulMinimumSuccessPercentageInteger, required: true, location_name: "minimumSuccessPercentage"))
|
316
|
+
Ec2Ungraceful.struct_class = Types::Ec2Ungraceful
|
317
|
+
|
318
|
+
EcsCapacityIncreaseConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: EcsCapacityIncreaseConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
319
|
+
EcsCapacityIncreaseConfiguration.add_member(:services, Shapes::ShapeRef.new(shape: ServiceList, required: true, location_name: "services"))
|
320
|
+
EcsCapacityIncreaseConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: EcsUngraceful, location_name: "ungraceful"))
|
321
|
+
EcsCapacityIncreaseConfiguration.add_member(:target_percent, Shapes::ShapeRef.new(shape: Integer, location_name: "targetPercent"))
|
322
|
+
EcsCapacityIncreaseConfiguration.add_member(:capacity_monitoring_approach, Shapes::ShapeRef.new(shape: EcsCapacityMonitoringApproach, location_name: "capacityMonitoringApproach"))
|
323
|
+
EcsCapacityIncreaseConfiguration.struct_class = Types::EcsCapacityIncreaseConfiguration
|
324
|
+
|
325
|
+
EcsUngraceful.add_member(:minimum_success_percentage, Shapes::ShapeRef.new(shape: EcsUngracefulMinimumSuccessPercentageInteger, required: true, location_name: "minimumSuccessPercentage"))
|
326
|
+
EcsUngraceful.struct_class = Types::EcsUngraceful
|
327
|
+
|
328
|
+
EksCluster.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
329
|
+
EksCluster.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
330
|
+
EksCluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "clusterArn"))
|
331
|
+
EksCluster.struct_class = Types::EksCluster
|
332
|
+
|
333
|
+
EksClusters.member = Shapes::ShapeRef.new(shape: EksCluster)
|
334
|
+
|
335
|
+
EksResourceScalingConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: EksResourceScalingConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
336
|
+
EksResourceScalingConfiguration.add_member(:kubernetes_resource_type, Shapes::ShapeRef.new(shape: KubernetesResourceType, required: true, location_name: "kubernetesResourceType"))
|
337
|
+
EksResourceScalingConfiguration.add_member(:scaling_resources, Shapes::ShapeRef.new(shape: KubernetesScalingApps, location_name: "scalingResources"))
|
338
|
+
EksResourceScalingConfiguration.add_member(:eks_clusters, Shapes::ShapeRef.new(shape: EksClusters, location_name: "eksClusters"))
|
339
|
+
EksResourceScalingConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: EksResourceScalingUngraceful, location_name: "ungraceful"))
|
340
|
+
EksResourceScalingConfiguration.add_member(:target_percent, Shapes::ShapeRef.new(shape: EksResourceScalingConfigurationTargetPercentInteger, location_name: "targetPercent"))
|
341
|
+
EksResourceScalingConfiguration.add_member(:capacity_monitoring_approach, Shapes::ShapeRef.new(shape: EksCapacityMonitoringApproach, location_name: "capacityMonitoringApproach"))
|
342
|
+
EksResourceScalingConfiguration.struct_class = Types::EksResourceScalingConfiguration
|
343
|
+
|
344
|
+
EksResourceScalingUngraceful.add_member(:minimum_success_percentage, Shapes::ShapeRef.new(shape: EksResourceScalingUngracefulMinimumSuccessPercentageInteger, required: true, location_name: "minimumSuccessPercentage"))
|
345
|
+
EksResourceScalingUngraceful.struct_class = Types::EksResourceScalingUngraceful
|
346
|
+
|
347
|
+
ExecutionApprovalConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: ExecutionApprovalConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
348
|
+
ExecutionApprovalConfiguration.add_member(:approval_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "approvalRole"))
|
349
|
+
ExecutionApprovalConfiguration.struct_class = Types::ExecutionApprovalConfiguration
|
350
|
+
|
351
|
+
ExecutionBlockConfiguration.add_member(:custom_action_lambda_config, Shapes::ShapeRef.new(shape: CustomActionLambdaConfiguration, location_name: "customActionLambdaConfig"))
|
352
|
+
ExecutionBlockConfiguration.add_member(:ec2_asg_capacity_increase_config, Shapes::ShapeRef.new(shape: Ec2AsgCapacityIncreaseConfiguration, location_name: "ec2AsgCapacityIncreaseConfig"))
|
353
|
+
ExecutionBlockConfiguration.add_member(:execution_approval_config, Shapes::ShapeRef.new(shape: ExecutionApprovalConfiguration, location_name: "executionApprovalConfig"))
|
354
|
+
ExecutionBlockConfiguration.add_member(:arc_routing_control_config, Shapes::ShapeRef.new(shape: ArcRoutingControlConfiguration, location_name: "arcRoutingControlConfig"))
|
355
|
+
ExecutionBlockConfiguration.add_member(:global_aurora_config, Shapes::ShapeRef.new(shape: GlobalAuroraConfiguration, location_name: "globalAuroraConfig"))
|
356
|
+
ExecutionBlockConfiguration.add_member(:parallel_config, Shapes::ShapeRef.new(shape: ParallelExecutionBlockConfiguration, location_name: "parallelConfig"))
|
357
|
+
ExecutionBlockConfiguration.add_member(:region_switch_plan_config, Shapes::ShapeRef.new(shape: RegionSwitchPlanConfiguration, location_name: "regionSwitchPlanConfig"))
|
358
|
+
ExecutionBlockConfiguration.add_member(:ecs_capacity_increase_config, Shapes::ShapeRef.new(shape: EcsCapacityIncreaseConfiguration, location_name: "ecsCapacityIncreaseConfig"))
|
359
|
+
ExecutionBlockConfiguration.add_member(:eks_resource_scaling_config, Shapes::ShapeRef.new(shape: EksResourceScalingConfiguration, location_name: "eksResourceScalingConfig"))
|
360
|
+
ExecutionBlockConfiguration.add_member(:route53_health_check_config, Shapes::ShapeRef.new(shape: Route53HealthCheckConfiguration, location_name: "route53HealthCheckConfig"))
|
361
|
+
ExecutionBlockConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
362
|
+
ExecutionBlockConfiguration.add_member_subclass(:custom_action_lambda_config, Types::ExecutionBlockConfiguration::CustomActionLambdaConfig)
|
363
|
+
ExecutionBlockConfiguration.add_member_subclass(:ec2_asg_capacity_increase_config, Types::ExecutionBlockConfiguration::Ec2AsgCapacityIncreaseConfig)
|
364
|
+
ExecutionBlockConfiguration.add_member_subclass(:execution_approval_config, Types::ExecutionBlockConfiguration::ExecutionApprovalConfig)
|
365
|
+
ExecutionBlockConfiguration.add_member_subclass(:arc_routing_control_config, Types::ExecutionBlockConfiguration::ArcRoutingControlConfig)
|
366
|
+
ExecutionBlockConfiguration.add_member_subclass(:global_aurora_config, Types::ExecutionBlockConfiguration::GlobalAuroraConfig)
|
367
|
+
ExecutionBlockConfiguration.add_member_subclass(:parallel_config, Types::ExecutionBlockConfiguration::ParallelConfig)
|
368
|
+
ExecutionBlockConfiguration.add_member_subclass(:region_switch_plan_config, Types::ExecutionBlockConfiguration::RegionSwitchPlanConfig)
|
369
|
+
ExecutionBlockConfiguration.add_member_subclass(:ecs_capacity_increase_config, Types::ExecutionBlockConfiguration::EcsCapacityIncreaseConfig)
|
370
|
+
ExecutionBlockConfiguration.add_member_subclass(:eks_resource_scaling_config, Types::ExecutionBlockConfiguration::EksResourceScalingConfig)
|
371
|
+
ExecutionBlockConfiguration.add_member_subclass(:route53_health_check_config, Types::ExecutionBlockConfiguration::Route53HealthCheckConfig)
|
372
|
+
ExecutionBlockConfiguration.add_member_subclass(:unknown, Types::ExecutionBlockConfiguration::Unknown)
|
373
|
+
ExecutionBlockConfiguration.struct_class = Types::ExecutionBlockConfiguration
|
374
|
+
|
375
|
+
ExecutionEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "timestamp"))
|
376
|
+
ExecutionEvent.add_member(:type, Shapes::ShapeRef.new(shape: ExecutionEventType, location_name: "type"))
|
377
|
+
ExecutionEvent.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "stepName"))
|
378
|
+
ExecutionEvent.add_member(:execution_block_type, Shapes::ShapeRef.new(shape: ExecutionBlockType, location_name: "executionBlockType"))
|
379
|
+
ExecutionEvent.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, location_name: "resources"))
|
380
|
+
ExecutionEvent.add_member(:error, Shapes::ShapeRef.new(shape: String, location_name: "error"))
|
381
|
+
ExecutionEvent.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
382
|
+
ExecutionEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "eventId"))
|
383
|
+
ExecutionEvent.add_member(:previous_event_id, Shapes::ShapeRef.new(shape: String, location_name: "previousEventId"))
|
384
|
+
ExecutionEvent.struct_class = Types::ExecutionEvent
|
385
|
+
|
386
|
+
ExecutionEventList.member = Shapes::ShapeRef.new(shape: ExecutionEvent)
|
387
|
+
|
388
|
+
GetPlanEvaluationStatusRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
389
|
+
GetPlanEvaluationStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
390
|
+
GetPlanEvaluationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
391
|
+
GetPlanEvaluationStatusRequest.struct_class = Types::GetPlanEvaluationStatusRequest
|
392
|
+
|
393
|
+
GetPlanEvaluationStatusResponse.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
394
|
+
GetPlanEvaluationStatusResponse.add_member(:last_evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastEvaluationTime"))
|
395
|
+
GetPlanEvaluationStatusResponse.add_member(:last_evaluated_version, Shapes::ShapeRef.new(shape: String, location_name: "lastEvaluatedVersion"))
|
396
|
+
GetPlanEvaluationStatusResponse.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
397
|
+
GetPlanEvaluationStatusResponse.add_member(:evaluation_state, Shapes::ShapeRef.new(shape: EvaluationStatus, location_name: "evaluationState"))
|
398
|
+
GetPlanEvaluationStatusResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: PlanWarnings, location_name: "warnings"))
|
399
|
+
GetPlanEvaluationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
400
|
+
GetPlanEvaluationStatusResponse.struct_class = Types::GetPlanEvaluationStatusResponse
|
401
|
+
|
402
|
+
GetPlanExecutionRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
403
|
+
GetPlanExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
404
|
+
GetPlanExecutionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetPlanExecutionStepStatesMaxResults, location_name: "maxResults"))
|
405
|
+
GetPlanExecutionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
406
|
+
GetPlanExecutionRequest.struct_class = Types::GetPlanExecutionRequest
|
407
|
+
|
408
|
+
GetPlanExecutionResponse.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
409
|
+
GetPlanExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
410
|
+
GetPlanExecutionResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
411
|
+
GetPlanExecutionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
412
|
+
GetPlanExecutionResponse.add_member(:comment, Shapes::ShapeRef.new(shape: String, location_name: "comment"))
|
413
|
+
GetPlanExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
414
|
+
GetPlanExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
415
|
+
GetPlanExecutionResponse.add_member(:mode, Shapes::ShapeRef.new(shape: ExecutionMode, required: true, location_name: "mode"))
|
416
|
+
GetPlanExecutionResponse.add_member(:execution_state, Shapes::ShapeRef.new(shape: ExecutionState, required: true, location_name: "executionState"))
|
417
|
+
GetPlanExecutionResponse.add_member(:execution_action, Shapes::ShapeRef.new(shape: ExecutionAction, required: true, location_name: "executionAction"))
|
418
|
+
GetPlanExecutionResponse.add_member(:execution_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "executionRegion"))
|
419
|
+
GetPlanExecutionResponse.add_member(:step_states, Shapes::ShapeRef.new(shape: StepStates, location_name: "stepStates"))
|
420
|
+
GetPlanExecutionResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
421
|
+
GetPlanExecutionResponse.add_member(:actual_recovery_time, Shapes::ShapeRef.new(shape: Duration, location_name: "actualRecoveryTime"))
|
422
|
+
GetPlanExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
423
|
+
GetPlanExecutionResponse.struct_class = Types::GetPlanExecutionResponse
|
424
|
+
|
425
|
+
GetPlanInRegionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
426
|
+
GetPlanInRegionRequest.struct_class = Types::GetPlanInRegionRequest
|
427
|
+
|
428
|
+
GetPlanInRegionResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
429
|
+
GetPlanInRegionResponse.struct_class = Types::GetPlanInRegionResponse
|
430
|
+
|
431
|
+
GetPlanRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
432
|
+
GetPlanRequest.struct_class = Types::GetPlanRequest
|
433
|
+
|
434
|
+
GetPlanResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
435
|
+
GetPlanResponse.struct_class = Types::GetPlanResponse
|
436
|
+
|
437
|
+
GlobalAuroraConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: GlobalAuroraConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
438
|
+
GlobalAuroraConfiguration.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
439
|
+
GlobalAuroraConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
440
|
+
GlobalAuroraConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: GlobalAuroraDefaultBehavior, required: true, location_name: "behavior"))
|
441
|
+
GlobalAuroraConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: GlobalAuroraUngraceful, location_name: "ungraceful"))
|
442
|
+
GlobalAuroraConfiguration.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, required: true, location_name: "globalClusterIdentifier"))
|
443
|
+
GlobalAuroraConfiguration.add_member(:database_cluster_arns, Shapes::ShapeRef.new(shape: AuroraClusterArns, required: true, location_name: "databaseClusterArns"))
|
444
|
+
GlobalAuroraConfiguration.struct_class = Types::GlobalAuroraConfiguration
|
445
|
+
|
446
|
+
GlobalAuroraUngraceful.add_member(:ungraceful, Shapes::ShapeRef.new(shape: GlobalAuroraUngracefulBehavior, location_name: "ungraceful"))
|
447
|
+
GlobalAuroraUngraceful.struct_class = Types::GlobalAuroraUngraceful
|
448
|
+
|
449
|
+
IllegalArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
450
|
+
IllegalArgumentException.struct_class = Types::IllegalArgumentException
|
451
|
+
|
452
|
+
IllegalStateException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
453
|
+
IllegalStateException.struct_class = Types::IllegalStateException
|
454
|
+
|
455
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
456
|
+
InternalServerException.struct_class = Types::InternalServerException
|
457
|
+
|
458
|
+
KubernetesResourceType.add_member(:api_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "apiVersion"))
|
459
|
+
KubernetesResourceType.add_member(:kind, Shapes::ShapeRef.new(shape: String, required: true, location_name: "kind"))
|
460
|
+
KubernetesResourceType.struct_class = Types::KubernetesResourceType
|
461
|
+
|
462
|
+
KubernetesScalingApplication.key = Shapes::ShapeRef.new(shape: String)
|
463
|
+
KubernetesScalingApplication.value = Shapes::ShapeRef.new(shape: RegionalScalingResource)
|
464
|
+
|
465
|
+
KubernetesScalingApps.member = Shapes::ShapeRef.new(shape: KubernetesScalingApplication)
|
466
|
+
|
467
|
+
KubernetesScalingResource.add_member(:namespace, Shapes::ShapeRef.new(shape: KubernetesNamespace, required: true, location_name: "namespace"))
|
468
|
+
KubernetesScalingResource.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
469
|
+
KubernetesScalingResource.add_member(:hpa_name, Shapes::ShapeRef.new(shape: String, location_name: "hpaName"))
|
470
|
+
KubernetesScalingResource.struct_class = Types::KubernetesScalingResource
|
471
|
+
|
472
|
+
LambdaList.member = Shapes::ShapeRef.new(shape: Lambdas)
|
473
|
+
|
474
|
+
LambdaUngraceful.add_member(:behavior, Shapes::ShapeRef.new(shape: LambdaUngracefulBehavior, location_name: "behavior"))
|
475
|
+
LambdaUngraceful.struct_class = Types::LambdaUngraceful
|
476
|
+
|
477
|
+
Lambdas.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
478
|
+
Lambdas.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
479
|
+
Lambdas.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "arn"))
|
480
|
+
Lambdas.struct_class = Types::Lambdas
|
481
|
+
|
482
|
+
ListPlanExecutionEventsRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
483
|
+
ListPlanExecutionEventsRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
484
|
+
ListPlanExecutionEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListExecutionEventsMaxResults, location_name: "maxResults"))
|
485
|
+
ListPlanExecutionEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
486
|
+
ListPlanExecutionEventsRequest.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
487
|
+
ListPlanExecutionEventsRequest.struct_class = Types::ListPlanExecutionEventsRequest
|
488
|
+
|
489
|
+
ListPlanExecutionEventsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ExecutionEventList, location_name: "items"))
|
490
|
+
ListPlanExecutionEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
491
|
+
ListPlanExecutionEventsResponse.struct_class = Types::ListPlanExecutionEventsResponse
|
492
|
+
|
493
|
+
ListPlanExecutionsRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
494
|
+
ListPlanExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListExecutionsMaxResults, location_name: "maxResults"))
|
495
|
+
ListPlanExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
496
|
+
ListPlanExecutionsRequest.add_member(:state, Shapes::ShapeRef.new(shape: ExecutionState, location_name: "state"))
|
497
|
+
ListPlanExecutionsRequest.struct_class = Types::ListPlanExecutionsRequest
|
498
|
+
|
499
|
+
ListPlanExecutionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: AbbreviatedExecutionsList, location_name: "items"))
|
500
|
+
ListPlanExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
501
|
+
ListPlanExecutionsResponse.struct_class = Types::ListPlanExecutionsResponse
|
502
|
+
|
503
|
+
ListPlansInRegionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
504
|
+
ListPlansInRegionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
505
|
+
ListPlansInRegionRequest.struct_class = Types::ListPlansInRegionRequest
|
506
|
+
|
507
|
+
ListPlansInRegionResponse.add_member(:plans, Shapes::ShapeRef.new(shape: PlanList, location_name: "plans"))
|
508
|
+
ListPlansInRegionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
509
|
+
ListPlansInRegionResponse.struct_class = Types::ListPlansInRegionResponse
|
510
|
+
|
511
|
+
ListPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
512
|
+
ListPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
513
|
+
ListPlansRequest.struct_class = Types::ListPlansRequest
|
514
|
+
|
515
|
+
ListPlansResponse.add_member(:plans, Shapes::ShapeRef.new(shape: PlanList, location_name: "plans"))
|
516
|
+
ListPlansResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
517
|
+
ListPlansResponse.struct_class = Types::ListPlansResponse
|
518
|
+
|
519
|
+
ListRoute53HealthChecksRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
520
|
+
ListRoute53HealthChecksRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, location_name: "hostedZoneId"))
|
521
|
+
ListRoute53HealthChecksRequest.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, location_name: "recordName"))
|
522
|
+
ListRoute53HealthChecksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRoute53HealthChecksRequestMaxResultsInteger, location_name: "maxResults"))
|
523
|
+
ListRoute53HealthChecksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
524
|
+
ListRoute53HealthChecksRequest.struct_class = Types::ListRoute53HealthChecksRequest
|
525
|
+
|
526
|
+
ListRoute53HealthChecksResponse.add_member(:health_checks, Shapes::ShapeRef.new(shape: Route53HealthCheckList, location_name: "healthChecks"))
|
527
|
+
ListRoute53HealthChecksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
528
|
+
ListRoute53HealthChecksResponse.struct_class = Types::ListRoute53HealthChecksResponse
|
529
|
+
|
530
|
+
ListTagsForResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
531
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
532
|
+
|
533
|
+
ListTagsForResourceResponse.add_member(:resource_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "resourceTags"))
|
534
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
535
|
+
|
536
|
+
MinimalWorkflow.add_member(:action, Shapes::ShapeRef.new(shape: ExecutionAction, location_name: "action"))
|
537
|
+
MinimalWorkflow.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
538
|
+
MinimalWorkflow.struct_class = Types::MinimalWorkflow
|
539
|
+
|
540
|
+
ParallelExecutionBlockConfiguration.add_member(:steps, Shapes::ShapeRef.new(shape: Steps, required: true, location_name: "steps"))
|
541
|
+
ParallelExecutionBlockConfiguration.struct_class = Types::ParallelExecutionBlockConfiguration
|
542
|
+
|
543
|
+
Plan.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
544
|
+
Plan.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
545
|
+
Plan.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowList, required: true, location_name: "workflows"))
|
546
|
+
Plan.add_member(:execution_role, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "executionRole"))
|
547
|
+
Plan.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: PlanRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
548
|
+
Plan.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
549
|
+
Plan.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
550
|
+
Plan.add_member(:name, Shapes::ShapeRef.new(shape: PlanName, required: true, location_name: "name"))
|
551
|
+
Plan.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "regions"))
|
552
|
+
Plan.add_member(:recovery_approach, Shapes::ShapeRef.new(shape: RecoveryApproach, required: true, location_name: "recoveryApproach"))
|
553
|
+
Plan.add_member(:primary_region, Shapes::ShapeRef.new(shape: Region, location_name: "primaryRegion"))
|
554
|
+
Plan.add_member(:owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "owner"))
|
555
|
+
Plan.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
556
|
+
Plan.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
557
|
+
Plan.struct_class = Types::Plan
|
558
|
+
|
559
|
+
PlanList.member = Shapes::ShapeRef.new(shape: AbbreviatedPlan)
|
560
|
+
|
561
|
+
PlanWarnings.member = Shapes::ShapeRef.new(shape: ResourceWarning)
|
562
|
+
|
563
|
+
RegionAndRoutingControls.key = Shapes::ShapeRef.new(shape: String)
|
564
|
+
RegionAndRoutingControls.value = Shapes::ShapeRef.new(shape: ArcRoutingControlStates)
|
565
|
+
|
566
|
+
RegionList.member = Shapes::ShapeRef.new(shape: Region)
|
567
|
+
|
568
|
+
RegionSwitchPlanConfiguration.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
569
|
+
RegionSwitchPlanConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
570
|
+
RegionSwitchPlanConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
571
|
+
RegionSwitchPlanConfiguration.struct_class = Types::RegionSwitchPlanConfiguration
|
572
|
+
|
573
|
+
RegionalScalingResource.key = Shapes::ShapeRef.new(shape: Region)
|
574
|
+
RegionalScalingResource.value = Shapes::ShapeRef.new(shape: KubernetesScalingResource)
|
575
|
+
|
576
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
577
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
578
|
+
|
579
|
+
ResourceWarning.add_member(:workflow, Shapes::ShapeRef.new(shape: MinimalWorkflow, location_name: "workflow"))
|
580
|
+
ResourceWarning.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "version"))
|
581
|
+
ResourceWarning.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "stepName"))
|
582
|
+
ResourceWarning.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "resourceArn"))
|
583
|
+
ResourceWarning.add_member(:warning_status, Shapes::ShapeRef.new(shape: ResourceWarningStatus, required: true, location_name: "warningStatus"))
|
584
|
+
ResourceWarning.add_member(:warning_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "warningUpdatedTime"))
|
585
|
+
ResourceWarning.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "warningMessage"))
|
586
|
+
ResourceWarning.struct_class = Types::ResourceWarning
|
587
|
+
|
588
|
+
Resources.member = Shapes::ShapeRef.new(shape: String)
|
589
|
+
|
590
|
+
Route53HealthCheck.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, required: true, location_name: "hostedZoneId"))
|
591
|
+
Route53HealthCheck.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, required: true, location_name: "recordName"))
|
592
|
+
Route53HealthCheck.add_member(:health_check_id, Shapes::ShapeRef.new(shape: Route53HealthCheckId, location_name: "healthCheckId"))
|
593
|
+
Route53HealthCheck.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "region"))
|
594
|
+
Route53HealthCheck.struct_class = Types::Route53HealthCheck
|
595
|
+
|
596
|
+
Route53HealthCheckConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: Route53HealthCheckConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
597
|
+
Route53HealthCheckConfiguration.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
598
|
+
Route53HealthCheckConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
599
|
+
Route53HealthCheckConfiguration.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, required: true, location_name: "hostedZoneId"))
|
600
|
+
Route53HealthCheckConfiguration.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, required: true, location_name: "recordName"))
|
601
|
+
Route53HealthCheckConfiguration.add_member(:record_sets, Shapes::ShapeRef.new(shape: Route53ResourceRecordSetList, location_name: "recordSets"))
|
602
|
+
Route53HealthCheckConfiguration.struct_class = Types::Route53HealthCheckConfiguration
|
603
|
+
|
604
|
+
Route53HealthCheckList.member = Shapes::ShapeRef.new(shape: Route53HealthCheck)
|
605
|
+
|
606
|
+
Route53ResourceRecordSet.add_member(:record_set_identifier, Shapes::ShapeRef.new(shape: Route53ResourceRecordSetIdentifier, location_name: "recordSetIdentifier"))
|
607
|
+
Route53ResourceRecordSet.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
608
|
+
Route53ResourceRecordSet.struct_class = Types::Route53ResourceRecordSet
|
609
|
+
|
610
|
+
Route53ResourceRecordSetList.member = Shapes::ShapeRef.new(shape: Route53ResourceRecordSet)
|
611
|
+
|
612
|
+
Service.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
613
|
+
Service.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
614
|
+
Service.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EcsClusterArn, location_name: "clusterArn"))
|
615
|
+
Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: EcsServiceArn, location_name: "serviceArn"))
|
616
|
+
Service.struct_class = Types::Service
|
617
|
+
|
618
|
+
ServiceList.member = Shapes::ShapeRef.new(shape: Service)
|
619
|
+
|
620
|
+
StartPlanExecutionRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
621
|
+
StartPlanExecutionRequest.add_member(:target_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetRegion"))
|
622
|
+
StartPlanExecutionRequest.add_member(:action, Shapes::ShapeRef.new(shape: ExecutionAction, required: true, location_name: "action"))
|
623
|
+
StartPlanExecutionRequest.add_member(:mode, Shapes::ShapeRef.new(shape: ExecutionMode, location_name: "mode"))
|
624
|
+
StartPlanExecutionRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ExecutionComment, location_name: "comment"))
|
625
|
+
StartPlanExecutionRequest.add_member(:latest_version, Shapes::ShapeRef.new(shape: String, location_name: "latestVersion"))
|
626
|
+
StartPlanExecutionRequest.struct_class = Types::StartPlanExecutionRequest
|
627
|
+
|
628
|
+
StartPlanExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "executionId"))
|
629
|
+
StartPlanExecutionResponse.add_member(:plan, Shapes::ShapeRef.new(shape: PlanArn, location_name: "plan"))
|
630
|
+
StartPlanExecutionResponse.add_member(:plan_version, Shapes::ShapeRef.new(shape: String, location_name: "planVersion"))
|
631
|
+
StartPlanExecutionResponse.add_member(:activate_region, Shapes::ShapeRef.new(shape: String, location_name: "activateRegion"))
|
632
|
+
StartPlanExecutionResponse.add_member(:deactivate_region, Shapes::ShapeRef.new(shape: String, location_name: "deactivateRegion"))
|
633
|
+
StartPlanExecutionResponse.struct_class = Types::StartPlanExecutionResponse
|
634
|
+
|
635
|
+
Step.add_member(:name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "name"))
|
636
|
+
Step.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
637
|
+
Step.add_member(:execution_block_configuration, Shapes::ShapeRef.new(shape: ExecutionBlockConfiguration, required: true, location_name: "executionBlockConfiguration"))
|
638
|
+
Step.add_member(:execution_block_type, Shapes::ShapeRef.new(shape: ExecutionBlockType, required: true, location_name: "executionBlockType"))
|
639
|
+
Step.struct_class = Types::Step
|
640
|
+
|
641
|
+
StepState.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
642
|
+
StepState.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
643
|
+
StepState.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
644
|
+
StepState.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
645
|
+
StepState.add_member(:step_mode, Shapes::ShapeRef.new(shape: ExecutionMode, location_name: "stepMode"))
|
646
|
+
StepState.struct_class = Types::StepState
|
647
|
+
|
648
|
+
StepStates.member = Shapes::ShapeRef.new(shape: StepState)
|
649
|
+
|
650
|
+
Steps.member = Shapes::ShapeRef.new(shape: Step)
|
651
|
+
|
652
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
653
|
+
|
654
|
+
TagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
655
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
656
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
657
|
+
|
658
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
659
|
+
|
660
|
+
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
661
|
+
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
662
|
+
|
663
|
+
Trigger.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
664
|
+
Trigger.add_member(:target_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "targetRegion"))
|
665
|
+
Trigger.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowTargetAction, required: true, location_name: "action"))
|
666
|
+
Trigger.add_member(:conditions, Shapes::ShapeRef.new(shape: TriggerConditionList, required: true, location_name: "conditions"))
|
667
|
+
Trigger.add_member(:min_delay_minutes_between_executions, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "minDelayMinutesBetweenExecutions"))
|
668
|
+
Trigger.struct_class = Types::Trigger
|
669
|
+
|
670
|
+
TriggerCondition.add_member(:associated_alarm_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associatedAlarmName"))
|
671
|
+
TriggerCondition.add_member(:condition, Shapes::ShapeRef.new(shape: AlarmCondition, required: true, location_name: "condition"))
|
672
|
+
TriggerCondition.struct_class = Types::TriggerCondition
|
673
|
+
|
674
|
+
TriggerConditionList.member = Shapes::ShapeRef.new(shape: TriggerCondition)
|
675
|
+
|
676
|
+
TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
|
677
|
+
|
678
|
+
UntagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
679
|
+
UntagResourceRequest.add_member(:resource_tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "resourceTagKeys"))
|
680
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
681
|
+
|
682
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
683
|
+
|
684
|
+
UpdatePlanExecutionRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
685
|
+
UpdatePlanExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
686
|
+
UpdatePlanExecutionRequest.add_member(:action, Shapes::ShapeRef.new(shape: UpdatePlanExecutionAction, required: true, location_name: "action"))
|
687
|
+
UpdatePlanExecutionRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ExecutionComment, location_name: "comment"))
|
688
|
+
UpdatePlanExecutionRequest.struct_class = Types::UpdatePlanExecutionRequest
|
689
|
+
|
690
|
+
UpdatePlanExecutionResponse.struct_class = Types::UpdatePlanExecutionResponse
|
691
|
+
|
692
|
+
UpdatePlanExecutionStepRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
693
|
+
UpdatePlanExecutionStepRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "executionId"))
|
694
|
+
UpdatePlanExecutionStepRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ExecutionComment, required: true, location_name: "comment"))
|
695
|
+
UpdatePlanExecutionStepRequest.add_member(:step_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stepName"))
|
696
|
+
UpdatePlanExecutionStepRequest.add_member(:action_to_take, Shapes::ShapeRef.new(shape: UpdatePlanExecutionStepAction, required: true, location_name: "actionToTake"))
|
697
|
+
UpdatePlanExecutionStepRequest.struct_class = Types::UpdatePlanExecutionStepRequest
|
698
|
+
|
699
|
+
UpdatePlanExecutionStepResponse.struct_class = Types::UpdatePlanExecutionStepResponse
|
700
|
+
|
701
|
+
UpdatePlanRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
702
|
+
UpdatePlanRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
703
|
+
UpdatePlanRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowList, required: true, location_name: "workflows"))
|
704
|
+
UpdatePlanRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "executionRole"))
|
705
|
+
UpdatePlanRequest.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: UpdatePlanRequestRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
706
|
+
UpdatePlanRequest.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
707
|
+
UpdatePlanRequest.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
708
|
+
UpdatePlanRequest.struct_class = Types::UpdatePlanRequest
|
709
|
+
|
710
|
+
UpdatePlanResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
711
|
+
UpdatePlanResponse.struct_class = Types::UpdatePlanResponse
|
712
|
+
|
713
|
+
Workflow.add_member(:steps, Shapes::ShapeRef.new(shape: Steps, location_name: "steps"))
|
714
|
+
Workflow.add_member(:workflow_target_action, Shapes::ShapeRef.new(shape: WorkflowTargetAction, required: true, location_name: "workflowTargetAction"))
|
715
|
+
Workflow.add_member(:workflow_target_region, Shapes::ShapeRef.new(shape: Region, location_name: "workflowTargetRegion"))
|
716
|
+
Workflow.add_member(:workflow_description, Shapes::ShapeRef.new(shape: String, location_name: "workflowDescription"))
|
717
|
+
Workflow.struct_class = Types::Workflow
|
718
|
+
|
719
|
+
WorkflowList.member = Shapes::ShapeRef.new(shape: Workflow)
|
720
|
+
|
721
|
+
|
722
|
+
# @api private
|
723
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
724
|
+
|
725
|
+
api.version = "2022-07-26"
|
726
|
+
|
727
|
+
api.metadata = {
|
728
|
+
"apiVersion" => "2022-07-26",
|
729
|
+
"auth" => ["aws.auth#sigv4"],
|
730
|
+
"endpointPrefix" => "arc-region-switch",
|
731
|
+
"jsonVersion" => "1.0",
|
732
|
+
"protocol" => "smithy-rpc-v2-cbor",
|
733
|
+
"protocols" => ["smithy-rpc-v2-cbor", "json"],
|
734
|
+
"serviceFullName" => "ARC - Region switch",
|
735
|
+
"serviceId" => "ARC Region switch",
|
736
|
+
"signatureVersion" => "v4",
|
737
|
+
"signingName" => "arc-region-switch",
|
738
|
+
"targetPrefix" => "ArcRegionSwitch",
|
739
|
+
"uid" => "arc-region-switch-2022-07-26",
|
740
|
+
}
|
741
|
+
|
742
|
+
api.add_operation(:approve_plan_execution_step, Seahorse::Model::Operation.new.tap do |o|
|
743
|
+
o.name = "ApprovePlanExecutionStep"
|
744
|
+
o.http_method = "POST"
|
745
|
+
o.http_request_uri = "/"
|
746
|
+
o.input = Shapes::ShapeRef.new(shape: ApprovePlanExecutionStepRequest)
|
747
|
+
o.output = Shapes::ShapeRef.new(shape: ApprovePlanExecutionStepResponse)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
750
|
+
end)
|
751
|
+
|
752
|
+
api.add_operation(:cancel_plan_execution, Seahorse::Model::Operation.new.tap do |o|
|
753
|
+
o.name = "CancelPlanExecution"
|
754
|
+
o.http_method = "POST"
|
755
|
+
o.http_request_uri = "/"
|
756
|
+
o.input = Shapes::ShapeRef.new(shape: CancelPlanExecutionRequest)
|
757
|
+
o.output = Shapes::ShapeRef.new(shape: CancelPlanExecutionResponse)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
760
|
+
end)
|
761
|
+
|
762
|
+
api.add_operation(:create_plan, Seahorse::Model::Operation.new.tap do |o|
|
763
|
+
o.name = "CreatePlan"
|
764
|
+
o.http_method = "POST"
|
765
|
+
o.http_request_uri = "/"
|
766
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePlanRequest)
|
767
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePlanResponse)
|
768
|
+
end)
|
769
|
+
|
770
|
+
api.add_operation(:delete_plan, Seahorse::Model::Operation.new.tap do |o|
|
771
|
+
o.name = "DeletePlan"
|
772
|
+
o.http_method = "POST"
|
773
|
+
o.http_request_uri = "/"
|
774
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePlanRequest)
|
775
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePlanResponse)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalStateException)
|
778
|
+
end)
|
779
|
+
|
780
|
+
api.add_operation(:get_plan, Seahorse::Model::Operation.new.tap do |o|
|
781
|
+
o.name = "GetPlan"
|
782
|
+
o.http_method = "POST"
|
783
|
+
o.http_request_uri = "/"
|
784
|
+
o.input = Shapes::ShapeRef.new(shape: GetPlanRequest)
|
785
|
+
o.output = Shapes::ShapeRef.new(shape: GetPlanResponse)
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
787
|
+
end)
|
788
|
+
|
789
|
+
api.add_operation(:get_plan_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
|
790
|
+
o.name = "GetPlanEvaluationStatus"
|
791
|
+
o.http_method = "POST"
|
792
|
+
o.http_request_uri = "/"
|
793
|
+
o.input = Shapes::ShapeRef.new(shape: GetPlanEvaluationStatusRequest)
|
794
|
+
o.output = Shapes::ShapeRef.new(shape: GetPlanEvaluationStatusResponse)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
797
|
+
o[:pager] = Aws::Pager.new(
|
798
|
+
limit_key: "max_results",
|
799
|
+
tokens: {
|
800
|
+
"next_token" => "next_token"
|
801
|
+
}
|
802
|
+
)
|
803
|
+
end)
|
804
|
+
|
805
|
+
api.add_operation(:get_plan_execution, Seahorse::Model::Operation.new.tap do |o|
|
806
|
+
o.name = "GetPlanExecution"
|
807
|
+
o.http_method = "POST"
|
808
|
+
o.http_request_uri = "/"
|
809
|
+
o.input = Shapes::ShapeRef.new(shape: GetPlanExecutionRequest)
|
810
|
+
o.output = Shapes::ShapeRef.new(shape: GetPlanExecutionResponse)
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
813
|
+
o[:pager] = Aws::Pager.new(
|
814
|
+
limit_key: "max_results",
|
815
|
+
tokens: {
|
816
|
+
"next_token" => "next_token"
|
817
|
+
}
|
818
|
+
)
|
819
|
+
end)
|
820
|
+
|
821
|
+
api.add_operation(:get_plan_in_region, Seahorse::Model::Operation.new.tap do |o|
|
822
|
+
o.name = "GetPlanInRegion"
|
823
|
+
o.http_method = "POST"
|
824
|
+
o.http_request_uri = "/"
|
825
|
+
o.input = Shapes::ShapeRef.new(shape: GetPlanInRegionRequest)
|
826
|
+
o.output = Shapes::ShapeRef.new(shape: GetPlanInRegionResponse)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
829
|
+
end)
|
830
|
+
|
831
|
+
api.add_operation(:list_plan_execution_events, Seahorse::Model::Operation.new.tap do |o|
|
832
|
+
o.name = "ListPlanExecutionEvents"
|
833
|
+
o.http_method = "POST"
|
834
|
+
o.http_request_uri = "/"
|
835
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlanExecutionEventsRequest)
|
836
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlanExecutionEventsResponse)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
839
|
+
o[:pager] = Aws::Pager.new(
|
840
|
+
limit_key: "max_results",
|
841
|
+
tokens: {
|
842
|
+
"next_token" => "next_token"
|
843
|
+
}
|
844
|
+
)
|
845
|
+
end)
|
846
|
+
|
847
|
+
api.add_operation(:list_plan_executions, Seahorse::Model::Operation.new.tap do |o|
|
848
|
+
o.name = "ListPlanExecutions"
|
849
|
+
o.http_method = "POST"
|
850
|
+
o.http_request_uri = "/"
|
851
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlanExecutionsRequest)
|
852
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlanExecutionsResponse)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
855
|
+
o[:pager] = Aws::Pager.new(
|
856
|
+
limit_key: "max_results",
|
857
|
+
tokens: {
|
858
|
+
"next_token" => "next_token"
|
859
|
+
}
|
860
|
+
)
|
861
|
+
end)
|
862
|
+
|
863
|
+
api.add_operation(:list_plans, Seahorse::Model::Operation.new.tap do |o|
|
864
|
+
o.name = "ListPlans"
|
865
|
+
o.http_method = "POST"
|
866
|
+
o.http_request_uri = "/"
|
867
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlansRequest)
|
868
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlansResponse)
|
869
|
+
o[:pager] = Aws::Pager.new(
|
870
|
+
limit_key: "max_results",
|
871
|
+
tokens: {
|
872
|
+
"next_token" => "next_token"
|
873
|
+
}
|
874
|
+
)
|
875
|
+
end)
|
876
|
+
|
877
|
+
api.add_operation(:list_plans_in_region, Seahorse::Model::Operation.new.tap do |o|
|
878
|
+
o.name = "ListPlansInRegion"
|
879
|
+
o.http_method = "POST"
|
880
|
+
o.http_request_uri = "/"
|
881
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlansInRegionRequest)
|
882
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlansInRegionResponse)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
884
|
+
o[:pager] = Aws::Pager.new(
|
885
|
+
limit_key: "max_results",
|
886
|
+
tokens: {
|
887
|
+
"next_token" => "next_token"
|
888
|
+
}
|
889
|
+
)
|
890
|
+
end)
|
891
|
+
|
892
|
+
api.add_operation(:list_route_53_health_checks, Seahorse::Model::Operation.new.tap do |o|
|
893
|
+
o.name = "ListRoute53HealthChecks"
|
894
|
+
o.http_method = "POST"
|
895
|
+
o.http_request_uri = "/"
|
896
|
+
o.input = Shapes::ShapeRef.new(shape: ListRoute53HealthChecksRequest)
|
897
|
+
o.output = Shapes::ShapeRef.new(shape: ListRoute53HealthChecksResponse)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
901
|
+
o[:pager] = Aws::Pager.new(
|
902
|
+
limit_key: "max_results",
|
903
|
+
tokens: {
|
904
|
+
"next_token" => "next_token"
|
905
|
+
}
|
906
|
+
)
|
907
|
+
end)
|
908
|
+
|
909
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
910
|
+
o.name = "ListTagsForResource"
|
911
|
+
o.http_method = "POST"
|
912
|
+
o.http_request_uri = "/"
|
913
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
914
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
917
|
+
end)
|
918
|
+
|
919
|
+
api.add_operation(:start_plan_execution, Seahorse::Model::Operation.new.tap do |o|
|
920
|
+
o.name = "StartPlanExecution"
|
921
|
+
o.http_method = "POST"
|
922
|
+
o.http_request_uri = "/"
|
923
|
+
o.input = Shapes::ShapeRef.new(shape: StartPlanExecutionRequest)
|
924
|
+
o.output = Shapes::ShapeRef.new(shape: StartPlanExecutionResponse)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalStateException)
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
|
929
|
+
end)
|
930
|
+
|
931
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
932
|
+
o.name = "TagResource"
|
933
|
+
o.http_method = "POST"
|
934
|
+
o.http_request_uri = "/"
|
935
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
936
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
939
|
+
end)
|
940
|
+
|
941
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
942
|
+
o.name = "UntagResource"
|
943
|
+
o.http_method = "POST"
|
944
|
+
o.http_request_uri = "/"
|
945
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
946
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
949
|
+
end)
|
950
|
+
|
951
|
+
api.add_operation(:update_plan, Seahorse::Model::Operation.new.tap do |o|
|
952
|
+
o.name = "UpdatePlan"
|
953
|
+
o.http_method = "POST"
|
954
|
+
o.http_request_uri = "/"
|
955
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePlanRequest)
|
956
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePlanResponse)
|
957
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
958
|
+
end)
|
959
|
+
|
960
|
+
api.add_operation(:update_plan_execution, Seahorse::Model::Operation.new.tap do |o|
|
961
|
+
o.name = "UpdatePlanExecution"
|
962
|
+
o.http_method = "POST"
|
963
|
+
o.http_request_uri = "/"
|
964
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePlanExecutionRequest)
|
965
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePlanExecutionResponse)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalStateException)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
969
|
+
end)
|
970
|
+
|
971
|
+
api.add_operation(:update_plan_execution_step, Seahorse::Model::Operation.new.tap do |o|
|
972
|
+
o.name = "UpdatePlanExecutionStep"
|
973
|
+
o.http_method = "POST"
|
974
|
+
o.http_request_uri = "/"
|
975
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePlanExecutionStepRequest)
|
976
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePlanExecutionStepResponse)
|
977
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
978
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
979
|
+
end)
|
980
|
+
end
|
981
|
+
|
982
|
+
end
|
983
|
+
end
|