aws-sdk-arcregionswitch 1.5.0 → 1.7.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-arcregionswitch/client.rb +212 -10
- data/lib/aws-sdk-arcregionswitch/client_api.rb +109 -0
- data/lib/aws-sdk-arcregionswitch/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-arcregionswitch/types.rb +298 -1
- data/lib/aws-sdk-arcregionswitch.rb +1 -1
- data/sig/client.rbs +61 -3
- data/sig/types.rbs +95 -3
- metadata +1 -1
|
@@ -45,6 +45,14 @@ module Aws::ARCRegionswitch
|
|
|
45
45
|
CustomActionLambdaConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'CustomActionLambdaConfigurationTimeoutMinutesInteger')
|
|
46
46
|
DeletePlanRequest = Shapes::StructureShape.new(name: 'DeletePlanRequest')
|
|
47
47
|
DeletePlanResponse = Shapes::StructureShape.new(name: 'DeletePlanResponse')
|
|
48
|
+
DocumentDbClusterArn = Shapes::StringShape.new(name: 'DocumentDbClusterArn')
|
|
49
|
+
DocumentDbClusterArns = Shapes::ListShape.new(name: 'DocumentDbClusterArns')
|
|
50
|
+
DocumentDbConfiguration = Shapes::StructureShape.new(name: 'DocumentDbConfiguration')
|
|
51
|
+
DocumentDbConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'DocumentDbConfigurationTimeoutMinutesInteger')
|
|
52
|
+
DocumentDbDefaultBehavior = Shapes::StringShape.new(name: 'DocumentDbDefaultBehavior')
|
|
53
|
+
DocumentDbGlobalClusterIdentifier = Shapes::StringShape.new(name: 'DocumentDbGlobalClusterIdentifier')
|
|
54
|
+
DocumentDbUngraceful = Shapes::StructureShape.new(name: 'DocumentDbUngraceful')
|
|
55
|
+
DocumentDbUngracefulBehavior = Shapes::StringShape.new(name: 'DocumentDbUngracefulBehavior')
|
|
48
56
|
Duration = Shapes::StringShape.new(name: 'Duration')
|
|
49
57
|
Ec2AsgCapacityIncreaseConfiguration = Shapes::StructureShape.new(name: 'Ec2AsgCapacityIncreaseConfiguration')
|
|
50
58
|
Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger')
|
|
@@ -80,7 +88,11 @@ module Aws::ARCRegionswitch
|
|
|
80
88
|
ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
|
|
81
89
|
ExecutionMode = Shapes::StringShape.new(name: 'ExecutionMode')
|
|
82
90
|
ExecutionState = Shapes::StringShape.new(name: 'ExecutionState')
|
|
91
|
+
FailedReportErrorCode = Shapes::StringShape.new(name: 'FailedReportErrorCode')
|
|
92
|
+
FailedReportOutput = Shapes::StructureShape.new(name: 'FailedReportOutput')
|
|
83
93
|
Float = Shapes::FloatShape.new(name: 'Float')
|
|
94
|
+
GeneratedReport = Shapes::StructureShape.new(name: 'GeneratedReport')
|
|
95
|
+
GeneratedReportDetails = Shapes::ListShape.new(name: 'GeneratedReportDetails')
|
|
84
96
|
GetPlanEvaluationStatusRequest = Shapes::StructureShape.new(name: 'GetPlanEvaluationStatusRequest')
|
|
85
97
|
GetPlanEvaluationStatusResponse = Shapes::StructureShape.new(name: 'GetPlanEvaluationStatusResponse')
|
|
86
98
|
GetPlanExecutionRequest = Shapes::StructureShape.new(name: 'GetPlanExecutionRequest')
|
|
@@ -121,6 +133,9 @@ module Aws::ARCRegionswitch
|
|
|
121
133
|
ListPlansInRegionResponse = Shapes::StructureShape.new(name: 'ListPlansInRegionResponse')
|
|
122
134
|
ListPlansRequest = Shapes::StructureShape.new(name: 'ListPlansRequest')
|
|
123
135
|
ListPlansResponse = Shapes::StructureShape.new(name: 'ListPlansResponse')
|
|
136
|
+
ListRoute53HealthChecksInRegionRequest = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksInRegionRequest')
|
|
137
|
+
ListRoute53HealthChecksInRegionRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRoute53HealthChecksInRegionRequestMaxResultsInteger')
|
|
138
|
+
ListRoute53HealthChecksInRegionResponse = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksInRegionResponse')
|
|
124
139
|
ListRoute53HealthChecksRequest = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksRequest')
|
|
125
140
|
ListRoute53HealthChecksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRoute53HealthChecksRequestMaxResultsInteger')
|
|
126
141
|
ListRoute53HealthChecksResponse = Shapes::StructureShape.new(name: 'ListRoute53HealthChecksResponse')
|
|
@@ -143,6 +158,10 @@ module Aws::ARCRegionswitch
|
|
|
143
158
|
RegionSwitchPlanConfiguration = Shapes::StructureShape.new(name: 'RegionSwitchPlanConfiguration')
|
|
144
159
|
RegionToRunIn = Shapes::StringShape.new(name: 'RegionToRunIn')
|
|
145
160
|
RegionalScalingResource = Shapes::MapShape.new(name: 'RegionalScalingResource')
|
|
161
|
+
ReportConfiguration = Shapes::StructureShape.new(name: 'ReportConfiguration')
|
|
162
|
+
ReportOutput = Shapes::UnionShape.new(name: 'ReportOutput')
|
|
163
|
+
ReportOutputConfiguration = Shapes::UnionShape.new(name: 'ReportOutputConfiguration')
|
|
164
|
+
ReportOutputList = Shapes::ListShape.new(name: 'ReportOutputList')
|
|
146
165
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
147
166
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
148
167
|
ResourceWarning = Shapes::StructureShape.new(name: 'ResourceWarning')
|
|
@@ -154,6 +173,7 @@ module Aws::ARCRegionswitch
|
|
|
154
173
|
Route53HealthCheckConfigurationTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'Route53HealthCheckConfigurationTimeoutMinutesInteger')
|
|
155
174
|
Route53HealthCheckId = Shapes::StringShape.new(name: 'Route53HealthCheckId')
|
|
156
175
|
Route53HealthCheckList = Shapes::ListShape.new(name: 'Route53HealthCheckList')
|
|
176
|
+
Route53HealthCheckStatus = Shapes::StringShape.new(name: 'Route53HealthCheckStatus')
|
|
157
177
|
Route53HostedZoneId = Shapes::StringShape.new(name: 'Route53HostedZoneId')
|
|
158
178
|
Route53RecordName = Shapes::StringShape.new(name: 'Route53RecordName')
|
|
159
179
|
Route53ResourceRecordSet = Shapes::StructureShape.new(name: 'Route53ResourceRecordSet')
|
|
@@ -161,6 +181,9 @@ module Aws::ARCRegionswitch
|
|
|
161
181
|
Route53ResourceRecordSetList = Shapes::ListShape.new(name: 'Route53ResourceRecordSetList')
|
|
162
182
|
RoutingControlArn = Shapes::StringShape.new(name: 'RoutingControlArn')
|
|
163
183
|
RoutingControlStateChange = Shapes::StringShape.new(name: 'RoutingControlStateChange')
|
|
184
|
+
S3ReportOutput = Shapes::StructureShape.new(name: 'S3ReportOutput')
|
|
185
|
+
S3ReportOutputConfiguration = Shapes::StructureShape.new(name: 'S3ReportOutputConfiguration')
|
|
186
|
+
S3ReportOutputConfigurationBucketPathString = Shapes::StringShape.new(name: 'S3ReportOutputConfigurationBucketPathString')
|
|
164
187
|
Service = Shapes::StructureShape.new(name: 'Service')
|
|
165
188
|
ServiceList = Shapes::ListShape.new(name: 'ServiceList')
|
|
166
189
|
StartPlanExecutionRequest = Shapes::StructureShape.new(name: 'StartPlanExecutionRequest')
|
|
@@ -283,6 +306,7 @@ module Aws::ARCRegionswitch
|
|
|
283
306
|
CreatePlanRequest.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: CreatePlanRequestRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
|
284
307
|
CreatePlanRequest.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
|
285
308
|
CreatePlanRequest.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
|
309
|
+
CreatePlanRequest.add_member(:report_configuration, Shapes::ShapeRef.new(shape: ReportConfiguration, location_name: "reportConfiguration"))
|
|
286
310
|
CreatePlanRequest.add_member(:name, Shapes::ShapeRef.new(shape: PlanName, required: true, location_name: "name"))
|
|
287
311
|
CreatePlanRequest.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "regions"))
|
|
288
312
|
CreatePlanRequest.add_member(:recovery_approach, Shapes::ShapeRef.new(shape: RecoveryApproach, required: true, location_name: "recoveryApproach"))
|
|
@@ -305,6 +329,20 @@ module Aws::ARCRegionswitch
|
|
|
305
329
|
|
|
306
330
|
DeletePlanResponse.struct_class = Types::DeletePlanResponse
|
|
307
331
|
|
|
332
|
+
DocumentDbClusterArns.member = Shapes::ShapeRef.new(shape: DocumentDbClusterArn)
|
|
333
|
+
|
|
334
|
+
DocumentDbConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: DocumentDbConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
|
335
|
+
DocumentDbConfiguration.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
|
336
|
+
DocumentDbConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
337
|
+
DocumentDbConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: DocumentDbDefaultBehavior, required: true, location_name: "behavior"))
|
|
338
|
+
DocumentDbConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: DocumentDbUngraceful, location_name: "ungraceful"))
|
|
339
|
+
DocumentDbConfiguration.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: DocumentDbGlobalClusterIdentifier, required: true, location_name: "globalClusterIdentifier"))
|
|
340
|
+
DocumentDbConfiguration.add_member(:database_cluster_arns, Shapes::ShapeRef.new(shape: DocumentDbClusterArns, required: true, location_name: "databaseClusterArns"))
|
|
341
|
+
DocumentDbConfiguration.struct_class = Types::DocumentDbConfiguration
|
|
342
|
+
|
|
343
|
+
DocumentDbUngraceful.add_member(:ungraceful, Shapes::ShapeRef.new(shape: DocumentDbUngracefulBehavior, location_name: "ungraceful"))
|
|
344
|
+
DocumentDbUngraceful.struct_class = Types::DocumentDbUngraceful
|
|
345
|
+
|
|
308
346
|
Ec2AsgCapacityIncreaseConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: Ec2AsgCapacityIncreaseConfigurationTimeoutMinutesInteger, location_name: "timeoutMinutes"))
|
|
309
347
|
Ec2AsgCapacityIncreaseConfiguration.add_member(:asgs, Shapes::ShapeRef.new(shape: AsgList, required: true, location_name: "asgs"))
|
|
310
348
|
Ec2AsgCapacityIncreaseConfiguration.add_member(:ungraceful, Shapes::ShapeRef.new(shape: Ec2Ungraceful, location_name: "ungraceful"))
|
|
@@ -358,6 +396,7 @@ module Aws::ARCRegionswitch
|
|
|
358
396
|
ExecutionBlockConfiguration.add_member(:ecs_capacity_increase_config, Shapes::ShapeRef.new(shape: EcsCapacityIncreaseConfiguration, location_name: "ecsCapacityIncreaseConfig"))
|
|
359
397
|
ExecutionBlockConfiguration.add_member(:eks_resource_scaling_config, Shapes::ShapeRef.new(shape: EksResourceScalingConfiguration, location_name: "eksResourceScalingConfig"))
|
|
360
398
|
ExecutionBlockConfiguration.add_member(:route53_health_check_config, Shapes::ShapeRef.new(shape: Route53HealthCheckConfiguration, location_name: "route53HealthCheckConfig"))
|
|
399
|
+
ExecutionBlockConfiguration.add_member(:document_db_config, Shapes::ShapeRef.new(shape: DocumentDbConfiguration, location_name: "documentDbConfig"))
|
|
361
400
|
ExecutionBlockConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
362
401
|
ExecutionBlockConfiguration.add_member_subclass(:custom_action_lambda_config, Types::ExecutionBlockConfiguration::CustomActionLambdaConfig)
|
|
363
402
|
ExecutionBlockConfiguration.add_member_subclass(:ec2_asg_capacity_increase_config, Types::ExecutionBlockConfiguration::Ec2AsgCapacityIncreaseConfig)
|
|
@@ -369,6 +408,7 @@ module Aws::ARCRegionswitch
|
|
|
369
408
|
ExecutionBlockConfiguration.add_member_subclass(:ecs_capacity_increase_config, Types::ExecutionBlockConfiguration::EcsCapacityIncreaseConfig)
|
|
370
409
|
ExecutionBlockConfiguration.add_member_subclass(:eks_resource_scaling_config, Types::ExecutionBlockConfiguration::EksResourceScalingConfig)
|
|
371
410
|
ExecutionBlockConfiguration.add_member_subclass(:route53_health_check_config, Types::ExecutionBlockConfiguration::Route53HealthCheckConfig)
|
|
411
|
+
ExecutionBlockConfiguration.add_member_subclass(:document_db_config, Types::ExecutionBlockConfiguration::DocumentDbConfig)
|
|
372
412
|
ExecutionBlockConfiguration.add_member_subclass(:unknown, Types::ExecutionBlockConfiguration::Unknown)
|
|
373
413
|
ExecutionBlockConfiguration.struct_class = Types::ExecutionBlockConfiguration
|
|
374
414
|
|
|
@@ -385,6 +425,16 @@ module Aws::ARCRegionswitch
|
|
|
385
425
|
|
|
386
426
|
ExecutionEventList.member = Shapes::ShapeRef.new(shape: ExecutionEvent)
|
|
387
427
|
|
|
428
|
+
FailedReportOutput.add_member(:error_code, Shapes::ShapeRef.new(shape: FailedReportErrorCode, location_name: "errorCode"))
|
|
429
|
+
FailedReportOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
|
430
|
+
FailedReportOutput.struct_class = Types::FailedReportOutput
|
|
431
|
+
|
|
432
|
+
GeneratedReport.add_member(:report_generation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "reportGenerationTime"))
|
|
433
|
+
GeneratedReport.add_member(:report_output, Shapes::ShapeRef.new(shape: ReportOutput, location_name: "reportOutput"))
|
|
434
|
+
GeneratedReport.struct_class = Types::GeneratedReport
|
|
435
|
+
|
|
436
|
+
GeneratedReportDetails.member = Shapes::ShapeRef.new(shape: GeneratedReport)
|
|
437
|
+
|
|
388
438
|
GetPlanEvaluationStatusRequest.add_member(:plan_arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "planArn"))
|
|
389
439
|
GetPlanEvaluationStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
390
440
|
GetPlanEvaluationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -419,6 +469,7 @@ module Aws::ARCRegionswitch
|
|
|
419
469
|
GetPlanExecutionResponse.add_member(:step_states, Shapes::ShapeRef.new(shape: StepStates, location_name: "stepStates"))
|
|
420
470
|
GetPlanExecutionResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
|
421
471
|
GetPlanExecutionResponse.add_member(:actual_recovery_time, Shapes::ShapeRef.new(shape: Duration, location_name: "actualRecoveryTime"))
|
|
472
|
+
GetPlanExecutionResponse.add_member(:generated_report_details, Shapes::ShapeRef.new(shape: GeneratedReportDetails, location_name: "generatedReportDetails"))
|
|
422
473
|
GetPlanExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
423
474
|
GetPlanExecutionResponse.struct_class = Types::GetPlanExecutionResponse
|
|
424
475
|
|
|
@@ -516,6 +567,17 @@ module Aws::ARCRegionswitch
|
|
|
516
567
|
ListPlansResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
517
568
|
ListPlansResponse.struct_class = Types::ListPlansResponse
|
|
518
569
|
|
|
570
|
+
ListRoute53HealthChecksInRegionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
|
571
|
+
ListRoute53HealthChecksInRegionRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, location_name: "hostedZoneId"))
|
|
572
|
+
ListRoute53HealthChecksInRegionRequest.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, location_name: "recordName"))
|
|
573
|
+
ListRoute53HealthChecksInRegionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRoute53HealthChecksInRegionRequestMaxResultsInteger, location_name: "maxResults"))
|
|
574
|
+
ListRoute53HealthChecksInRegionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
575
|
+
ListRoute53HealthChecksInRegionRequest.struct_class = Types::ListRoute53HealthChecksInRegionRequest
|
|
576
|
+
|
|
577
|
+
ListRoute53HealthChecksInRegionResponse.add_member(:health_checks, Shapes::ShapeRef.new(shape: Route53HealthCheckList, location_name: "healthChecks"))
|
|
578
|
+
ListRoute53HealthChecksInRegionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
579
|
+
ListRoute53HealthChecksInRegionResponse.struct_class = Types::ListRoute53HealthChecksInRegionResponse
|
|
580
|
+
|
|
519
581
|
ListRoute53HealthChecksRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PlanArn, required: true, location_name: "arn"))
|
|
520
582
|
ListRoute53HealthChecksRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, location_name: "hostedZoneId"))
|
|
521
583
|
ListRoute53HealthChecksRequest.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, location_name: "recordName"))
|
|
@@ -547,6 +609,7 @@ module Aws::ARCRegionswitch
|
|
|
547
609
|
Plan.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: PlanRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
|
548
610
|
Plan.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
|
549
611
|
Plan.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
|
612
|
+
Plan.add_member(:report_configuration, Shapes::ShapeRef.new(shape: ReportConfiguration, location_name: "reportConfiguration"))
|
|
550
613
|
Plan.add_member(:name, Shapes::ShapeRef.new(shape: PlanName, required: true, location_name: "name"))
|
|
551
614
|
Plan.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "regions"))
|
|
552
615
|
Plan.add_member(:recovery_approach, Shapes::ShapeRef.new(shape: RecoveryApproach, required: true, location_name: "recoveryApproach"))
|
|
@@ -573,6 +636,25 @@ module Aws::ARCRegionswitch
|
|
|
573
636
|
RegionalScalingResource.key = Shapes::ShapeRef.new(shape: Region)
|
|
574
637
|
RegionalScalingResource.value = Shapes::ShapeRef.new(shape: KubernetesScalingResource)
|
|
575
638
|
|
|
639
|
+
ReportConfiguration.add_member(:report_output, Shapes::ShapeRef.new(shape: ReportOutputList, location_name: "reportOutput"))
|
|
640
|
+
ReportConfiguration.struct_class = Types::ReportConfiguration
|
|
641
|
+
|
|
642
|
+
ReportOutput.add_member(:s3_report_output, Shapes::ShapeRef.new(shape: S3ReportOutput, location_name: "s3ReportOutput"))
|
|
643
|
+
ReportOutput.add_member(:failed_report_output, Shapes::ShapeRef.new(shape: FailedReportOutput, location_name: "failedReportOutput"))
|
|
644
|
+
ReportOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
645
|
+
ReportOutput.add_member_subclass(:s3_report_output, Types::ReportOutput::S3ReportOutput)
|
|
646
|
+
ReportOutput.add_member_subclass(:failed_report_output, Types::ReportOutput::FailedReportOutput)
|
|
647
|
+
ReportOutput.add_member_subclass(:unknown, Types::ReportOutput::Unknown)
|
|
648
|
+
ReportOutput.struct_class = Types::ReportOutput
|
|
649
|
+
|
|
650
|
+
ReportOutputConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3ReportOutputConfiguration, location_name: "s3Configuration"))
|
|
651
|
+
ReportOutputConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
652
|
+
ReportOutputConfiguration.add_member_subclass(:s3_configuration, Types::ReportOutputConfiguration::S3Configuration)
|
|
653
|
+
ReportOutputConfiguration.add_member_subclass(:unknown, Types::ReportOutputConfiguration::Unknown)
|
|
654
|
+
ReportOutputConfiguration.struct_class = Types::ReportOutputConfiguration
|
|
655
|
+
|
|
656
|
+
ReportOutputList.member = Shapes::ShapeRef.new(shape: ReportOutputConfiguration)
|
|
657
|
+
|
|
576
658
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
577
659
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
578
660
|
|
|
@@ -590,6 +672,7 @@ module Aws::ARCRegionswitch
|
|
|
590
672
|
Route53HealthCheck.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: Route53HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
591
673
|
Route53HealthCheck.add_member(:record_name, Shapes::ShapeRef.new(shape: Route53RecordName, required: true, location_name: "recordName"))
|
|
592
674
|
Route53HealthCheck.add_member(:health_check_id, Shapes::ShapeRef.new(shape: Route53HealthCheckId, location_name: "healthCheckId"))
|
|
675
|
+
Route53HealthCheck.add_member(:status, Shapes::ShapeRef.new(shape: Route53HealthCheckStatus, location_name: "status"))
|
|
593
676
|
Route53HealthCheck.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "region"))
|
|
594
677
|
Route53HealthCheck.struct_class = Types::Route53HealthCheck
|
|
595
678
|
|
|
@@ -609,6 +692,13 @@ module Aws::ARCRegionswitch
|
|
|
609
692
|
|
|
610
693
|
Route53ResourceRecordSetList.member = Shapes::ShapeRef.new(shape: Route53ResourceRecordSet)
|
|
611
694
|
|
|
695
|
+
S3ReportOutput.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, location_name: "s3ObjectKey"))
|
|
696
|
+
S3ReportOutput.struct_class = Types::S3ReportOutput
|
|
697
|
+
|
|
698
|
+
S3ReportOutputConfiguration.add_member(:bucket_path, Shapes::ShapeRef.new(shape: S3ReportOutputConfigurationBucketPathString, location_name: "bucketPath"))
|
|
699
|
+
S3ReportOutputConfiguration.add_member(:bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "bucketOwner"))
|
|
700
|
+
S3ReportOutputConfiguration.struct_class = Types::S3ReportOutputConfiguration
|
|
701
|
+
|
|
612
702
|
Service.add_member(:cross_account_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "crossAccountRole"))
|
|
613
703
|
Service.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
614
704
|
Service.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EcsClusterArn, location_name: "clusterArn"))
|
|
@@ -705,6 +795,7 @@ module Aws::ARCRegionswitch
|
|
|
705
795
|
UpdatePlanRequest.add_member(:recovery_time_objective_minutes, Shapes::ShapeRef.new(shape: UpdatePlanRequestRecoveryTimeObjectiveMinutesInteger, location_name: "recoveryTimeObjectiveMinutes"))
|
|
706
796
|
UpdatePlanRequest.add_member(:associated_alarms, Shapes::ShapeRef.new(shape: AssociatedAlarmMap, location_name: "associatedAlarms"))
|
|
707
797
|
UpdatePlanRequest.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "triggers"))
|
|
798
|
+
UpdatePlanRequest.add_member(:report_configuration, Shapes::ShapeRef.new(shape: ReportConfiguration, location_name: "reportConfiguration"))
|
|
708
799
|
UpdatePlanRequest.struct_class = Types::UpdatePlanRequest
|
|
709
800
|
|
|
710
801
|
UpdatePlanResponse.add_member(:plan, Shapes::ShapeRef.new(shape: Plan, location_name: "plan"))
|
|
@@ -906,6 +997,24 @@ module Aws::ARCRegionswitch
|
|
|
906
997
|
)
|
|
907
998
|
end)
|
|
908
999
|
|
|
1000
|
+
api.add_operation(:list_route_53_health_checks_in_region, Seahorse::Model::Operation.new.tap do |o|
|
|
1001
|
+
o.name = "ListRoute53HealthChecksInRegion"
|
|
1002
|
+
o.http_method = "POST"
|
|
1003
|
+
o.http_request_uri = "/"
|
|
1004
|
+
o.input = Shapes::ShapeRef.new(shape: ListRoute53HealthChecksInRegionRequest)
|
|
1005
|
+
o.output = Shapes::ShapeRef.new(shape: ListRoute53HealthChecksInRegionResponse)
|
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
|
|
1009
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1010
|
+
o[:pager] = Aws::Pager.new(
|
|
1011
|
+
limit_key: "max_results",
|
|
1012
|
+
tokens: {
|
|
1013
|
+
"next_token" => "next_token"
|
|
1014
|
+
}
|
|
1015
|
+
)
|
|
1016
|
+
end)
|
|
1017
|
+
|
|
909
1018
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
910
1019
|
o.name = "ListTagsForResource"
|
|
911
1020
|
o.http_method = "POST"
|
|
@@ -13,22 +13,22 @@ module Aws::ARCRegionswitch
|
|
|
13
13
|
# @!attribute use_fips
|
|
14
14
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [boolean]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute endpoint
|
|
19
19
|
# Override the endpoint used to send this request
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [string]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute region
|
|
24
24
|
# The AWS region used to dispatch the request.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [string]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute use_control_plane_endpoint
|
|
29
29
|
# Whether the operation is a control plane operation. Control plane operations are routed to a centralized endpoint in the partition leader.
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [boolean]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:use_fips,
|