aws-sdk-arczonalshift 1.29.0 → 1.30.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-arczonalshift/client.rb +66 -81
- data/lib/aws-sdk-arczonalshift/client_api.rb +6 -2
- data/lib/aws-sdk-arczonalshift/types.rb +85 -78
- data/lib/aws-sdk-arczonalshift.rb +1 -1
- data/sig/types.rbs +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31d217e370f8466bbd1d8094a3544986cea5cb231dd68e668982f02b47d70c19
|
4
|
+
data.tar.gz: 2f14a42cc87c4c90b09b6cfc883a28d2543178f64b9664d54786aa9c7f20c9ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 122bad948c957215755f052336fc49afd793f495ddd13af94c6877343d9aa9f3e38cb0e387c68918ea1ad50d1670dffe6f7e7fadb4a8aaced86b15fb6909c2cb
|
7
|
+
data.tar.gz: 83c77b6d54c9595529c25ae236024a38f6425bda829579d2def26b0e06d5f6d8fd116363c800ecd4914848cb9bb84852080419a49ac31beb1f75652b3ba312d4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|
@@ -523,10 +523,10 @@ module Aws::ARCZonalShift
|
|
523
523
|
# application health during practice runs and, optionally, a *blocking
|
524
524
|
# alarm*, to block practice runs from starting.
|
525
525
|
#
|
526
|
-
# When a resource has a practice run configuration,
|
527
|
-
#
|
528
|
-
#
|
529
|
-
#
|
526
|
+
# When a resource has a practice run configuration, ARC starts zonal
|
527
|
+
# shifts for the resource weekly, to shift traffic for practice runs.
|
528
|
+
# Practice runs help you to ensure that shifting away traffic from an
|
529
|
+
# Availability Zone during an autoshift is safe for your application.
|
530
530
|
#
|
531
531
|
# For more information, see [ Considerations when you configure zonal
|
532
532
|
# autoshift][1] in the Amazon Route 53 Application Recovery Controller
|
@@ -537,8 +537,8 @@ module Aws::ARCZonalShift
|
|
537
537
|
# [1]: https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.considerations.html
|
538
538
|
#
|
539
539
|
# @option params [Array<String>] :blocked_dates
|
540
|
-
# Optionally, you can block
|
541
|
-
#
|
540
|
+
# Optionally, you can block ARC from starting practice runs for a
|
541
|
+
# resource on specific calendar dates.
|
542
542
|
#
|
543
543
|
# The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you
|
544
544
|
# specify dates, that dates and times for practice runs are in UTC.
|
@@ -549,8 +549,8 @@ module Aws::ARCZonalShift
|
|
549
549
|
# at that time, you could set a blocked date for `2024-05-01`.
|
550
550
|
#
|
551
551
|
# @option params [Array<String>] :blocked_windows
|
552
|
-
# Optionally, you can block
|
553
|
-
#
|
552
|
+
# Optionally, you can block ARC from starting practice runs for specific
|
553
|
+
# windows of days and times.
|
554
554
|
#
|
555
555
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind,
|
556
556
|
# when you specify dates, that dates and times for practice runs are in
|
@@ -565,9 +565,9 @@ module Aws::ARCZonalShift
|
|
565
565
|
#
|
566
566
|
# @option params [Array<Types::ControlCondition>] :blocking_alarms
|
567
567
|
# An Amazon CloudWatch alarm that you can specify for zonal autoshift
|
568
|
-
# practice runs. This alarm blocks
|
569
|
-
#
|
570
|
-
#
|
568
|
+
# practice runs. This alarm blocks ARC from starting practice run zonal
|
569
|
+
# shifts, and ends a practice run that's in progress, when the alarm is
|
570
|
+
# in an `ALARM` state.
|
571
571
|
#
|
572
572
|
# @option params [required, Array<Types::ControlCondition>] :outcome_alarms
|
573
573
|
# The *outcome alarm* for practice runs is a required Amazon CloudWatch
|
@@ -575,10 +575,10 @@ module Aws::ARCZonalShift
|
|
575
575
|
# an `ALARM` state.
|
576
576
|
#
|
577
577
|
# Configure the alarm to monitor the health of your application when
|
578
|
-
# traffic is shifted away from an Availability Zone during each
|
579
|
-
#
|
580
|
-
#
|
581
|
-
#
|
578
|
+
# traffic is shifted away from an Availability Zone during each practice
|
579
|
+
# run. You should configure the alarm to go into an `ALARM` state if
|
580
|
+
# your application is impacted by the zonal shift, and you want to stop
|
581
|
+
# the zonal shift, to let traffic for the resource return to the
|
582
582
|
# Availability Zone.
|
583
583
|
#
|
584
584
|
# @option params [required, String] :resource_identifier
|
@@ -603,13 +603,13 @@ module Aws::ARCZonalShift
|
|
603
603
|
# blocked_windows: ["BlockedWindow"],
|
604
604
|
# blocking_alarms: [
|
605
605
|
# {
|
606
|
-
# alarm_identifier: "
|
606
|
+
# alarm_identifier: "MetricIdentifier", # required
|
607
607
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
608
608
|
# },
|
609
609
|
# ],
|
610
610
|
# outcome_alarms: [ # required
|
611
611
|
# {
|
612
|
-
# alarm_identifier: "
|
612
|
+
# alarm_identifier: "MetricIdentifier", # required
|
613
613
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
614
614
|
# },
|
615
615
|
# ],
|
@@ -678,23 +678,12 @@ module Aws::ARCZonalShift
|
|
678
678
|
req.send_request(options)
|
679
679
|
end
|
680
680
|
|
681
|
-
# Returns the status of autoshift observer notification. Autoshift
|
682
|
-
# observer
|
683
|
-
#
|
684
|
-
#
|
685
|
-
#
|
686
|
-
#
|
687
|
-
# status is `DISABLED`, Route 53 ARC includes only autoshift events for
|
688
|
-
# autoshifts when one or more of your resources is included in the
|
689
|
-
# autoshift.
|
690
|
-
#
|
691
|
-
# For more information, see [ Notifications for practice runs and
|
692
|
-
# autoshifts][1] in the Amazon Route 53 Application Recovery Controller
|
693
|
-
# Developer Guide.
|
694
|
-
#
|
695
|
-
#
|
696
|
-
#
|
697
|
-
# [1]: https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.how-it-works.html#ZAShiftNotification
|
681
|
+
# Returns the status of the autoshift observer notification. Autoshift
|
682
|
+
# observer notifications notify you through Amazon EventBridge when
|
683
|
+
# there is an autoshift event for zonal autoshift. The status can be
|
684
|
+
# `ENABLED` or `DISABLED`. When `ENABLED`, a notification is sent when
|
685
|
+
# an autoshift is triggered. When `DISABLED`, notifications are not
|
686
|
+
# sent.
|
698
687
|
#
|
699
688
|
# @return [Types::GetAutoshiftObserverNotificationStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
700
689
|
#
|
@@ -716,12 +705,8 @@ module Aws::ARCZonalShift
|
|
716
705
|
# Get information about a resource that's been registered for zonal
|
717
706
|
# shifts with Amazon Route 53 Application Recovery Controller in this
|
718
707
|
# Amazon Web Services Region. Resources that are registered for zonal
|
719
|
-
# shifts are managed resources in
|
720
|
-
#
|
721
|
-
#
|
722
|
-
# At this time, you can only start a zonal shift or configure zonal
|
723
|
-
# autoshift for Network Load Balancers and Application Load Balancers
|
724
|
-
# with cross-zone load balancing turned off.
|
708
|
+
# shifts are managed resources in ARC. You can start zonal shifts and
|
709
|
+
# configure zonal autoshift for managed resources.
|
725
710
|
#
|
726
711
|
# @option params [required, String] :resource_identifier
|
727
712
|
# The identifier for the resource that Amazon Web Services shifts
|
@@ -775,6 +760,7 @@ module Aws::ARCZonalShift
|
|
775
760
|
# resp.zonal_shifts[0].expiry_time #=> Time
|
776
761
|
# resp.zonal_shifts[0].practice_run_outcome #=> String, one of "FAILED", "INTERRUPTED", "PENDING", "SUCCEEDED"
|
777
762
|
# resp.zonal_shifts[0].resource_identifier #=> String
|
763
|
+
# resp.zonal_shifts[0].shift_type #=> String, one of "ZONAL_SHIFT", "PRACTICE_RUN", "FIS_EXPERIMENT", "ZONAL_AUTOSHIFT"
|
778
764
|
# resp.zonal_shifts[0].start_time #=> Time
|
779
765
|
# resp.zonal_shifts[0].zonal_shift_id #=> String
|
780
766
|
#
|
@@ -787,18 +773,18 @@ module Aws::ARCZonalShift
|
|
787
773
|
req.send_request(options)
|
788
774
|
end
|
789
775
|
|
790
|
-
# Returns
|
791
|
-
#
|
792
|
-
#
|
776
|
+
# Returns the autoshifts for an Amazon Web Services Region. By default,
|
777
|
+
# the call returns only `ACTIVE` autoshifts. Optionally, you can specify
|
778
|
+
# the `status` parameter to return `COMPLETED` autoshifts.
|
793
779
|
#
|
794
780
|
# @option params [Integer] :max_results
|
795
781
|
# The number of objects that you want to return with this call.
|
796
782
|
#
|
797
783
|
# @option params [String] :next_token
|
798
784
|
# Specifies that you want to receive the next page of results. Valid
|
799
|
-
# only if you received a `
|
785
|
+
# only if you received a `nextToken` response in the previous request.
|
800
786
|
# If you did, it indicates that more output is available. Set this
|
801
|
-
# parameter to the value provided by the previous call's `
|
787
|
+
# parameter to the value provided by the previous call's `nextToken`
|
802
788
|
# response to request the next page of results.
|
803
789
|
#
|
804
790
|
# @option params [String] :status
|
@@ -849,9 +835,9 @@ module Aws::ARCZonalShift
|
|
849
835
|
#
|
850
836
|
# @option params [String] :next_token
|
851
837
|
# Specifies that you want to receive the next page of results. Valid
|
852
|
-
# only if you received a `
|
838
|
+
# only if you received a `nextToken` response in the previous request.
|
853
839
|
# If you did, it indicates that more output is available. Set this
|
854
|
-
# parameter to the value provided by the previous call's `
|
840
|
+
# parameter to the value provided by the previous call's `nextToken`
|
855
841
|
# response to request the next page of results.
|
856
842
|
#
|
857
843
|
# @return [Types::ListManagedResourcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -890,6 +876,7 @@ module Aws::ARCZonalShift
|
|
890
876
|
# resp.items[0].zonal_shifts[0].expiry_time #=> Time
|
891
877
|
# resp.items[0].zonal_shifts[0].practice_run_outcome #=> String, one of "FAILED", "INTERRUPTED", "PENDING", "SUCCEEDED"
|
892
878
|
# resp.items[0].zonal_shifts[0].resource_identifier #=> String
|
879
|
+
# resp.items[0].zonal_shifts[0].shift_type #=> String, one of "ZONAL_SHIFT", "PRACTICE_RUN", "FIS_EXPERIMENT", "ZONAL_AUTOSHIFT"
|
893
880
|
# resp.items[0].zonal_shifts[0].start_time #=> Time
|
894
881
|
# resp.items[0].zonal_shifts[0].zonal_shift_id #=> String
|
895
882
|
# resp.next_token #=> String
|
@@ -907,10 +894,10 @@ module Aws::ARCZonalShift
|
|
907
894
|
# Application Recovery Controller in your Amazon Web Services account in
|
908
895
|
# this Amazon Web Services Region. `ListZonalShifts` returns
|
909
896
|
# customer-initiated zonal shifts, as well as practice run zonal shifts
|
910
|
-
# that
|
897
|
+
# that ARC started on your behalf for zonal autoshift.
|
911
898
|
#
|
912
|
-
#
|
913
|
-
#
|
899
|
+
# For more information about listing autoshifts, see
|
900
|
+
# [">ListAutoshifts][1].
|
914
901
|
#
|
915
902
|
#
|
916
903
|
#
|
@@ -921,9 +908,9 @@ module Aws::ARCZonalShift
|
|
921
908
|
#
|
922
909
|
# @option params [String] :next_token
|
923
910
|
# Specifies that you want to receive the next page of results. Valid
|
924
|
-
# only if you received a `
|
911
|
+
# only if you received a `nextToken` response in the previous request.
|
925
912
|
# If you did, it indicates that more output is available. Set this
|
926
|
-
# parameter to the value provided by the previous call's `
|
913
|
+
# parameter to the value provided by the previous call's `nextToken`
|
927
914
|
# response to request the next page of results.
|
928
915
|
#
|
929
916
|
# @option params [String] :resource_identifier
|
@@ -967,6 +954,7 @@ module Aws::ARCZonalShift
|
|
967
954
|
# resp.items[0].expiry_time #=> Time
|
968
955
|
# resp.items[0].practice_run_outcome #=> String, one of "FAILED", "INTERRUPTED", "PENDING", "SUCCEEDED"
|
969
956
|
# resp.items[0].resource_identifier #=> String
|
957
|
+
# resp.items[0].shift_type #=> String, one of "ZONAL_SHIFT", "PRACTICE_RUN", "FIS_EXPERIMENT", "ZONAL_AUTOSHIFT"
|
970
958
|
# resp.items[0].start_time #=> Time
|
971
959
|
# resp.items[0].status #=> String, one of "ACTIVE", "EXPIRED", "CANCELED"
|
972
960
|
# resp.items[0].zonal_shift_id #=> String
|
@@ -986,9 +974,9 @@ module Aws::ARCZonalShift
|
|
986
974
|
# your application recover immediately, for example, from a developer's
|
987
975
|
# bad code deployment or from an Amazon Web Services infrastructure
|
988
976
|
# failure in a single Availability Zone. You can start a zonal shift in
|
989
|
-
#
|
990
|
-
#
|
991
|
-
#
|
977
|
+
# ARC only for managed resources in your Amazon Web Services account in
|
978
|
+
# an Amazon Web Services Region. Resources are automatically registered
|
979
|
+
# with ARC by Amazon Web Services services.
|
992
980
|
#
|
993
981
|
# At this time, you can only start a zonal shift for Network Load
|
994
982
|
# Balancers and Application Load Balancers with cross-zone load
|
@@ -996,9 +984,9 @@ module Aws::ARCZonalShift
|
|
996
984
|
#
|
997
985
|
# When you start a zonal shift, traffic for the resource is no longer
|
998
986
|
# routed to the Availability Zone. The zonal shift is created
|
999
|
-
# immediately in
|
1000
|
-
#
|
1001
|
-
#
|
987
|
+
# immediately in ARC. However, it can take a short time, typically up to
|
988
|
+
# a few minutes, for existing, in-progress connections in the
|
989
|
+
# Availability Zone to complete.
|
1002
990
|
#
|
1003
991
|
# For more information, see [Zonal shift][1] in the Amazon Route 53
|
1004
992
|
# Application Recovery Controller Developer Guide.
|
@@ -1019,10 +1007,10 @@ module Aws::ARCZonalShift
|
|
1019
1007
|
# overwrites any existing comment string.
|
1020
1008
|
#
|
1021
1009
|
# @option params [required, String] :expires_in
|
1022
|
-
# The length of time that you want a zonal shift to be active, which
|
1023
|
-
#
|
1024
|
-
#
|
1025
|
-
#
|
1010
|
+
# The length of time that you want a zonal shift to be active, which ARC
|
1011
|
+
# converts to an expiry time (expiration time). Zonal shifts are
|
1012
|
+
# temporary. You can set a zonal shift to be active initially for up to
|
1013
|
+
# three days (72 hours).
|
1026
1014
|
#
|
1027
1015
|
# If you want to still keep traffic away from an Availability Zone, you
|
1028
1016
|
# can update the zonal shift and set a new expiration. You can also
|
@@ -1089,11 +1077,10 @@ module Aws::ARCZonalShift
|
|
1089
1077
|
# observer notification enables you to be notified, through Amazon
|
1090
1078
|
# EventBridge, when there is an autoshift event for zonal autoshift.
|
1091
1079
|
#
|
1092
|
-
# If the status is `ENABLED`,
|
1093
|
-
#
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
# autoshift.
|
1080
|
+
# If the status is `ENABLED`, ARC includes all autoshift events when you
|
1081
|
+
# use the EventBridge pattern `Autoshift In Progress`. When the status
|
1082
|
+
# is `DISABLED`, ARC includes only autoshift events for autoshifts when
|
1083
|
+
# one or more of your resources is included in the autoshift.
|
1097
1084
|
#
|
1098
1085
|
# For more information, see [ Notifications for practice runs and
|
1099
1086
|
# autoshifts][1] in the Amazon Route 53 Application Recovery Controller
|
@@ -1105,11 +1092,10 @@ module Aws::ARCZonalShift
|
|
1105
1092
|
#
|
1106
1093
|
# @option params [required, String] :status
|
1107
1094
|
# The status to set for autoshift observer notification. If the status
|
1108
|
-
# is `ENABLED`,
|
1109
|
-
#
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
# autoshift.
|
1095
|
+
# is `ENABLED`, ARC includes all autoshift events when you use the
|
1096
|
+
# Amazon EventBridge pattern `Autoshift In Progress`. When the status is
|
1097
|
+
# `DISABLED`, ARC includes only autoshift events for autoshifts when one
|
1098
|
+
# or more of your resources is included in the autoshift.
|
1113
1099
|
#
|
1114
1100
|
# @return [Types::UpdateAutoshiftObserverNotificationStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1115
1101
|
#
|
@@ -1154,8 +1140,7 @@ module Aws::ARCZonalShift
|
|
1154
1140
|
#
|
1155
1141
|
# @option params [Array<String>] :blocked_windows
|
1156
1142
|
# Add, change, or remove windows of days and times for when you can,
|
1157
|
-
# optionally, block
|
1158
|
-
# resource.
|
1143
|
+
# optionally, block ARC from starting a practice run for a resource.
|
1159
1144
|
#
|
1160
1145
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind,
|
1161
1146
|
# when you specify dates, that dates and times for practice runs are in
|
@@ -1195,13 +1180,13 @@ module Aws::ARCZonalShift
|
|
1195
1180
|
# blocked_windows: ["BlockedWindow"],
|
1196
1181
|
# blocking_alarms: [
|
1197
1182
|
# {
|
1198
|
-
# alarm_identifier: "
|
1183
|
+
# alarm_identifier: "MetricIdentifier", # required
|
1199
1184
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
1200
1185
|
# },
|
1201
1186
|
# ],
|
1202
1187
|
# outcome_alarms: [
|
1203
1188
|
# {
|
1204
|
-
# alarm_identifier: "
|
1189
|
+
# alarm_identifier: "MetricIdentifier", # required
|
1205
1190
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
1206
1191
|
# },
|
1207
1192
|
# ],
|
@@ -1297,10 +1282,10 @@ module Aws::ARCZonalShift
|
|
1297
1282
|
# overwrites any existing comment string.
|
1298
1283
|
#
|
1299
1284
|
# @option params [String] :expires_in
|
1300
|
-
# The length of time that you want a zonal shift to be active, which
|
1301
|
-
#
|
1302
|
-
#
|
1303
|
-
#
|
1285
|
+
# The length of time that you want a zonal shift to be active, which ARC
|
1286
|
+
# converts to an expiry time (expiration time). Zonal shifts are
|
1287
|
+
# temporary. You can set a zonal shift to be active initially for up to
|
1288
|
+
# three days (72 hours).
|
1304
1289
|
#
|
1305
1290
|
# If you want to still keep traffic away from an Availability Zone, you
|
1306
1291
|
# can update the zonal shift and set a new expiration. You can also
|
@@ -1375,7 +1360,7 @@ module Aws::ARCZonalShift
|
|
1375
1360
|
tracer: tracer
|
1376
1361
|
)
|
1377
1362
|
context[:gem_name] = 'aws-sdk-arczonalshift'
|
1378
|
-
context[:gem_version] = '1.
|
1363
|
+
context[:gem_version] = '1.30.0'
|
1379
1364
|
Seahorse::Client::Request.new(handlers, context)
|
1380
1365
|
end
|
1381
1366
|
|
@@ -56,12 +56,14 @@ module Aws::ARCZonalShift
|
|
56
56
|
ManagedResourceSummaries = Shapes::ListShape.new(name: 'ManagedResourceSummaries')
|
57
57
|
ManagedResourceSummary = Shapes::StructureShape.new(name: 'ManagedResourceSummary')
|
58
58
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
59
|
+
MetricIdentifier = Shapes::StringShape.new(name: 'MetricIdentifier')
|
59
60
|
PracticeRunConfiguration = Shapes::StructureShape.new(name: 'PracticeRunConfiguration')
|
60
61
|
PracticeRunOutcome = Shapes::StringShape.new(name: 'PracticeRunOutcome')
|
61
62
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
62
63
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
63
64
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
64
65
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
66
|
+
ShiftType = Shapes::StringShape.new(name: 'ShiftType')
|
65
67
|
StartTime = Shapes::TimestampShape.new(name: 'StartTime')
|
66
68
|
StartZonalShiftRequest = Shapes::StructureShape.new(name: 'StartZonalShiftRequest')
|
67
69
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -100,7 +102,7 @@ module Aws::ARCZonalShift
|
|
100
102
|
AutoshiftSummaries.member = Shapes::ShapeRef.new(shape: AutoshiftSummary)
|
101
103
|
|
102
104
|
AutoshiftSummary.add_member(:away_from, Shapes::ShapeRef.new(shape: AvailabilityZone, required: true, location_name: "awayFrom"))
|
103
|
-
AutoshiftSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: ExpiryTime,
|
105
|
+
AutoshiftSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: ExpiryTime, location_name: "endTime"))
|
104
106
|
AutoshiftSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, required: true, location_name: "startTime"))
|
105
107
|
AutoshiftSummary.add_member(:status, Shapes::ShapeRef.new(shape: AutoshiftExecutionStatus, required: true, location_name: "status"))
|
106
108
|
AutoshiftSummary.struct_class = Types::AutoshiftSummary
|
@@ -121,7 +123,7 @@ module Aws::ARCZonalShift
|
|
121
123
|
ConflictException.add_member(:zonal_shift_id, Shapes::ShapeRef.new(shape: String, location_name: "zonalShiftId"))
|
122
124
|
ConflictException.struct_class = Types::ConflictException
|
123
125
|
|
124
|
-
ControlCondition.add_member(:alarm_identifier, Shapes::ShapeRef.new(shape:
|
126
|
+
ControlCondition.add_member(:alarm_identifier, Shapes::ShapeRef.new(shape: MetricIdentifier, required: true, location_name: "alarmIdentifier"))
|
125
127
|
ControlCondition.add_member(:type, Shapes::ShapeRef.new(shape: ControlConditionType, required: true, location_name: "type"))
|
126
128
|
ControlCondition.struct_class = Types::ControlCondition
|
127
129
|
|
@@ -276,6 +278,7 @@ module Aws::ARCZonalShift
|
|
276
278
|
ZonalShiftInResource.add_member(:expiry_time, Shapes::ShapeRef.new(shape: ExpiryTime, required: true, location_name: "expiryTime"))
|
277
279
|
ZonalShiftInResource.add_member(:practice_run_outcome, Shapes::ShapeRef.new(shape: PracticeRunOutcome, location_name: "practiceRunOutcome"))
|
278
280
|
ZonalShiftInResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
|
281
|
+
ZonalShiftInResource.add_member(:shift_type, Shapes::ShapeRef.new(shape: ShiftType, location_name: "shiftType"))
|
279
282
|
ZonalShiftInResource.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, required: true, location_name: "startTime"))
|
280
283
|
ZonalShiftInResource.add_member(:zonal_shift_id, Shapes::ShapeRef.new(shape: ZonalShiftId, required: true, location_name: "zonalShiftId"))
|
281
284
|
ZonalShiftInResource.struct_class = Types::ZonalShiftInResource
|
@@ -287,6 +290,7 @@ module Aws::ARCZonalShift
|
|
287
290
|
ZonalShiftSummary.add_member(:expiry_time, Shapes::ShapeRef.new(shape: ExpiryTime, required: true, location_name: "expiryTime"))
|
288
291
|
ZonalShiftSummary.add_member(:practice_run_outcome, Shapes::ShapeRef.new(shape: PracticeRunOutcome, location_name: "practiceRunOutcome"))
|
289
292
|
ZonalShiftSummary.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
|
293
|
+
ZonalShiftSummary.add_member(:shift_type, Shapes::ShapeRef.new(shape: ShiftType, location_name: "shiftType"))
|
290
294
|
ZonalShiftSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, required: true, location_name: "startTime"))
|
291
295
|
ZonalShiftSummary.add_member(:status, Shapes::ShapeRef.new(shape: ZonalShiftStatus, required: true, location_name: "status"))
|
292
296
|
ZonalShiftSummary.add_member(:zonal_shift_id, Shapes::ShapeRef.new(shape: ZonalShiftId, required: true, location_name: "zonalShiftId"))
|
@@ -88,9 +88,9 @@ module Aws::ARCZonalShift
|
|
88
88
|
# Availability Zone in an Amazon Web Services Region when Amazon Web
|
89
89
|
# Services determines that there's an issue in the Availability Zone
|
90
90
|
# that could potentially affect customers. You can configure zonal
|
91
|
-
# autoshift in
|
92
|
-
#
|
93
|
-
#
|
91
|
+
# autoshift in ARC for managed resources in your Amazon Web Services
|
92
|
+
# account in a Region. Supported Amazon Web Services resources are
|
93
|
+
# automatically registered with ARC.
|
94
94
|
#
|
95
95
|
# Autoshifts are temporary. When the Availability Zone recovers, Amazon
|
96
96
|
# Web Services ends the autoshift, and traffic for the resource is no
|
@@ -206,8 +206,8 @@ module Aws::ARCZonalShift
|
|
206
206
|
end
|
207
207
|
|
208
208
|
# @!attribute [rw] blocked_dates
|
209
|
-
# Optionally, you can block
|
210
|
-
#
|
209
|
+
# Optionally, you can block ARC from starting practice runs for a
|
210
|
+
# resource on specific calendar dates.
|
211
211
|
#
|
212
212
|
# The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you
|
213
213
|
# specify dates, that dates and times for practice runs are in UTC.
|
@@ -219,8 +219,8 @@ module Aws::ARCZonalShift
|
|
219
219
|
# @return [Array<String>]
|
220
220
|
#
|
221
221
|
# @!attribute [rw] blocked_windows
|
222
|
-
# Optionally, you can block
|
223
|
-
#
|
222
|
+
# Optionally, you can block ARC from starting practice runs for
|
223
|
+
# specific windows of days and times.
|
224
224
|
#
|
225
225
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in
|
226
226
|
# mind, when you specify dates, that dates and times for practice runs
|
@@ -236,9 +236,9 @@ module Aws::ARCZonalShift
|
|
236
236
|
#
|
237
237
|
# @!attribute [rw] blocking_alarms
|
238
238
|
# An Amazon CloudWatch alarm that you can specify for zonal autoshift
|
239
|
-
# practice runs. This alarm blocks
|
240
|
-
#
|
241
|
-
#
|
239
|
+
# practice runs. This alarm blocks ARC from starting practice run
|
240
|
+
# zonal shifts, and ends a practice run that's in progress, when the
|
241
|
+
# alarm is in an `ALARM` state.
|
242
242
|
# @return [Array<Types::ControlCondition>]
|
243
243
|
#
|
244
244
|
# @!attribute [rw] outcome_alarms
|
@@ -247,7 +247,7 @@ module Aws::ARCZonalShift
|
|
247
247
|
# alarm is in an `ALARM` state.
|
248
248
|
#
|
249
249
|
# Configure the alarm to monitor the health of your application when
|
250
|
-
# traffic is shifted away from an Availability Zone during each
|
250
|
+
# traffic is shifted away from an Availability Zone during each
|
251
251
|
# practice run. You should configure the alarm to go into an `ALARM`
|
252
252
|
# state if your application is impacted by the zonal shift, and you
|
253
253
|
# want to stop the zonal shift, to let traffic for the resource return
|
@@ -359,11 +359,10 @@ module Aws::ARCZonalShift
|
|
359
359
|
|
360
360
|
# @!attribute [rw] status
|
361
361
|
# The status of autoshift observer notification. If the status is
|
362
|
-
# `ENABLED`,
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
# autoshift.
|
362
|
+
# `ENABLED`, ARC includes all autoshift events when you use the Amazon
|
363
|
+
# EventBridge pattern `Autoshift In Progress`. When the status is
|
364
|
+
# `DISABLED`, ARC includes only autoshift events for autoshifts when
|
365
|
+
# one or more of your resources is included in the autoshift.
|
367
366
|
# @return [String]
|
368
367
|
#
|
369
368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/GetAutoshiftObserverNotificationStatusResponse AWS API Documentation
|
@@ -461,9 +460,9 @@ module Aws::ARCZonalShift
|
|
461
460
|
#
|
462
461
|
# @!attribute [rw] next_token
|
463
462
|
# Specifies that you want to receive the next page of results. Valid
|
464
|
-
# only if you received a `
|
463
|
+
# only if you received a `nextToken` response in the previous request.
|
465
464
|
# If you did, it indicates that more output is available. Set this
|
466
|
-
# parameter to the value provided by the previous call's `
|
465
|
+
# parameter to the value provided by the previous call's `nextToken`
|
467
466
|
# response to request the next page of results.
|
468
467
|
# @return [String]
|
469
468
|
#
|
@@ -487,9 +486,9 @@ module Aws::ARCZonalShift
|
|
487
486
|
#
|
488
487
|
# @!attribute [rw] next_token
|
489
488
|
# Specifies that you want to receive the next page of results. Valid
|
490
|
-
# only if you received a `
|
489
|
+
# only if you received a `nextToken` response in the previous request.
|
491
490
|
# If you did, it indicates that more output is available. Set this
|
492
|
-
# parameter to the value provided by the previous call's `
|
491
|
+
# parameter to the value provided by the previous call's `nextToken`
|
493
492
|
# response to request the next page of results.
|
494
493
|
# @return [String]
|
495
494
|
#
|
@@ -508,9 +507,9 @@ module Aws::ARCZonalShift
|
|
508
507
|
#
|
509
508
|
# @!attribute [rw] next_token
|
510
509
|
# Specifies that you want to receive the next page of results. Valid
|
511
|
-
# only if you received a `
|
510
|
+
# only if you received a `nextToken` response in the previous request.
|
512
511
|
# If you did, it indicates that more output is available. Set this
|
513
|
-
# parameter to the value provided by the previous call's `
|
512
|
+
# parameter to the value provided by the previous call's `nextToken`
|
514
513
|
# response to request the next page of results.
|
515
514
|
# @return [String]
|
516
515
|
#
|
@@ -529,9 +528,9 @@ module Aws::ARCZonalShift
|
|
529
528
|
#
|
530
529
|
# @!attribute [rw] next_token
|
531
530
|
# Specifies that you want to receive the next page of results. Valid
|
532
|
-
# only if you received a `
|
531
|
+
# only if you received a `nextToken` response in the previous request.
|
533
532
|
# If you did, it indicates that more output is available. Set this
|
534
|
-
# parameter to the value provided by the previous call's `
|
533
|
+
# parameter to the value provided by the previous call's `nextToken`
|
535
534
|
# response to request the next page of results.
|
536
535
|
# @return [String]
|
537
536
|
#
|
@@ -550,9 +549,9 @@ module Aws::ARCZonalShift
|
|
550
549
|
#
|
551
550
|
# @!attribute [rw] next_token
|
552
551
|
# Specifies that you want to receive the next page of results. Valid
|
553
|
-
# only if you received a `
|
552
|
+
# only if you received a `nextToken` response in the previous request.
|
554
553
|
# If you did, it indicates that more output is available. Set this
|
555
|
-
# parameter to the value provided by the previous call's `
|
554
|
+
# parameter to the value provided by the previous call's `nextToken`
|
556
555
|
# response to request the next page of results.
|
557
556
|
# @return [String]
|
558
557
|
#
|
@@ -592,9 +591,9 @@ module Aws::ARCZonalShift
|
|
592
591
|
#
|
593
592
|
# @!attribute [rw] next_token
|
594
593
|
# Specifies that you want to receive the next page of results. Valid
|
595
|
-
# only if you received a `
|
594
|
+
# only if you received a `nextToken` response in the previous request.
|
596
595
|
# If you did, it indicates that more output is available. Set this
|
597
|
-
# parameter to the value provided by the previous call's `
|
596
|
+
# parameter to the value provided by the previous call's `nextToken`
|
598
597
|
# response to request the next page of results.
|
599
598
|
# @return [String]
|
600
599
|
#
|
@@ -611,10 +610,10 @@ module Aws::ARCZonalShift
|
|
611
610
|
# account with information about zonal shifts and autoshifts.
|
612
611
|
#
|
613
612
|
# A managed resource is a load balancer that has been registered with
|
614
|
-
#
|
615
|
-
#
|
616
|
-
#
|
617
|
-
#
|
613
|
+
# ARC by Elastic Load Balancing. You can start a zonal shift in ARC for
|
614
|
+
# a managed resource to temporarily move traffic for the resource away
|
615
|
+
# from an Availability Zone in an Amazon Web Services Region. You can
|
616
|
+
# also configure zonal autoshift for a managed resource.
|
618
617
|
#
|
619
618
|
# <note markdown="1"> At this time, managed resources are Network Load Balancers and
|
620
619
|
# Application Load Balancers with cross-zone load balancing turned off.
|
@@ -647,13 +646,13 @@ module Aws::ARCZonalShift
|
|
647
646
|
# @!attribute [rw] practice_run_status
|
648
647
|
# This status tracks whether a practice run configuration exists for a
|
649
648
|
# resource. When you configure a practice run for a resource so that a
|
650
|
-
# practice run configuration exists,
|
651
|
-
#
|
652
|
-
#
|
653
|
-
#
|
649
|
+
# practice run configuration exists, ARC sets this value to `ENABLED`.
|
650
|
+
# If a you have not configured a practice run for the resource, or
|
651
|
+
# delete a practice run configuration, ARC sets the value to
|
652
|
+
# `DISABLED`.
|
654
653
|
#
|
655
|
-
#
|
656
|
-
#
|
654
|
+
# ARC updates this status; you can't set a practice run status to
|
655
|
+
# `ENABLED` or `DISABLED`.
|
657
656
|
# @return [String]
|
658
657
|
#
|
659
658
|
# @!attribute [rw] zonal_autoshift_status
|
@@ -684,13 +683,13 @@ module Aws::ARCZonalShift
|
|
684
683
|
# A practice run configuration for a resource includes the Amazon
|
685
684
|
# CloudWatch alarms that you've specified for a practice run, as well
|
686
685
|
# as any blocked dates or blocked windows for the practice run. When a
|
687
|
-
# resource has a practice run configuration,
|
688
|
-
#
|
686
|
+
# resource has a practice run configuration, ARC shifts traffic for the
|
687
|
+
# resource weekly for practice runs.
|
689
688
|
#
|
690
689
|
# Practice runs are required for zonal autoshift. The zonal shifts that
|
691
|
-
#
|
692
|
-
#
|
693
|
-
#
|
690
|
+
# ARC starts for practice runs help you to ensure that shifting away
|
691
|
+
# traffic from an Availability Zone during an autoshift is safe for your
|
692
|
+
# application.
|
694
693
|
#
|
695
694
|
# You can update or delete a practice run configuration. Before you
|
696
695
|
# delete a practice run configuration, you must disable zonal autoshift
|
@@ -707,7 +706,7 @@ module Aws::ARCZonalShift
|
|
707
706
|
#
|
708
707
|
# @!attribute [rw] blocked_windows
|
709
708
|
# An array of one or more windows of days and times that you can block
|
710
|
-
#
|
709
|
+
# ARC from starting practice runs for a resource.
|
711
710
|
#
|
712
711
|
# Specify the blocked windows in UTC, using the format
|
713
712
|
# `DAY:HH:MM-DAY:HH:MM`, separated by spaces. For example,
|
@@ -765,9 +764,9 @@ module Aws::ARCZonalShift
|
|
765
764
|
#
|
766
765
|
# @!attribute [rw] expires_in
|
767
766
|
# The length of time that you want a zonal shift to be active, which
|
768
|
-
#
|
769
|
-
#
|
770
|
-
#
|
767
|
+
# ARC converts to an expiry time (expiration time). Zonal shifts are
|
768
|
+
# temporary. You can set a zonal shift to be active initially for up
|
769
|
+
# to three days (72 hours).
|
771
770
|
#
|
772
771
|
# If you want to still keep traffic away from an Availability Zone,
|
773
772
|
# you can update the zonal shift and set a new expiration. You can
|
@@ -821,11 +820,10 @@ module Aws::ARCZonalShift
|
|
821
820
|
|
822
821
|
# @!attribute [rw] status
|
823
822
|
# The status to set for autoshift observer notification. If the status
|
824
|
-
# is `ENABLED`,
|
825
|
-
#
|
826
|
-
#
|
827
|
-
#
|
828
|
-
# autoshift.
|
823
|
+
# is `ENABLED`, ARC includes all autoshift events when you use the
|
824
|
+
# Amazon EventBridge pattern `Autoshift In Progress`. When the status
|
825
|
+
# is `DISABLED`, ARC includes only autoshift events for autoshifts
|
826
|
+
# when one or more of your resources is included in the autoshift.
|
829
827
|
# @return [String]
|
830
828
|
#
|
831
829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/UpdateAutoshiftObserverNotificationStatusRequest AWS API Documentation
|
@@ -864,8 +862,7 @@ module Aws::ARCZonalShift
|
|
864
862
|
#
|
865
863
|
# @!attribute [rw] blocked_windows
|
866
864
|
# Add, change, or remove windows of days and times for when you can,
|
867
|
-
# optionally, block
|
868
|
-
# resource.
|
865
|
+
# optionally, block ARC from starting a practice run for a resource.
|
869
866
|
#
|
870
867
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in
|
871
868
|
# mind, when you specify dates, that dates and times for practice runs
|
@@ -986,9 +983,9 @@ module Aws::ARCZonalShift
|
|
986
983
|
#
|
987
984
|
# @!attribute [rw] expires_in
|
988
985
|
# The length of time that you want a zonal shift to be active, which
|
989
|
-
#
|
990
|
-
#
|
991
|
-
#
|
986
|
+
# ARC converts to an expiry time (expiration time). Zonal shifts are
|
987
|
+
# temporary. You can set a zonal shift to be active initially for up
|
988
|
+
# to three days (72 hours).
|
992
989
|
#
|
993
990
|
# If you want to still keep traffic away from an Availability Zone,
|
994
991
|
# you can update the zonal shift and set a new expiration. You can
|
@@ -1061,11 +1058,11 @@ module Aws::ARCZonalShift
|
|
1061
1058
|
# zonal shift to set a new expiration at any time.
|
1062
1059
|
#
|
1063
1060
|
# When you start a zonal shift, you specify how long you want it to be
|
1064
|
-
# active, which
|
1065
|
-
#
|
1066
|
-
#
|
1067
|
-
#
|
1068
|
-
#
|
1061
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1062
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1063
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1064
|
+
# update the zonal shift to specify another length of time to expire
|
1065
|
+
# in.
|
1069
1066
|
# @return [Time]
|
1070
1067
|
#
|
1071
1068
|
# @!attribute [rw] resource_identifier
|
@@ -1163,11 +1160,11 @@ module Aws::ARCZonalShift
|
|
1163
1160
|
# zonal shift to set a new expiration at any time.
|
1164
1161
|
#
|
1165
1162
|
# When you start a zonal shift, you specify how long you want it to be
|
1166
|
-
# active, which
|
1167
|
-
#
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
#
|
1163
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1164
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1165
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1166
|
+
# update the zonal shift to specify another length of time to expire
|
1167
|
+
# in.
|
1171
1168
|
# @return [Time]
|
1172
1169
|
#
|
1173
1170
|
# @!attribute [rw] practice_run_outcome
|
@@ -1209,6 +1206,10 @@ module Aws::ARCZonalShift
|
|
1209
1206
|
# balancing turned off.
|
1210
1207
|
# @return [String]
|
1211
1208
|
#
|
1209
|
+
# @!attribute [rw] shift_type
|
1210
|
+
# Defines the zonal shift type.
|
1211
|
+
# @return [String]
|
1212
|
+
#
|
1212
1213
|
# @!attribute [rw] start_time
|
1213
1214
|
# The time (UTC) when the zonal shift starts.
|
1214
1215
|
# @return [Time]
|
@@ -1226,6 +1227,7 @@ module Aws::ARCZonalShift
|
|
1226
1227
|
:expiry_time,
|
1227
1228
|
:practice_run_outcome,
|
1228
1229
|
:resource_identifier,
|
1230
|
+
:shift_type,
|
1229
1231
|
:start_time,
|
1230
1232
|
:zonal_shift_id)
|
1231
1233
|
SENSITIVE = []
|
@@ -1234,14 +1236,14 @@ module Aws::ARCZonalShift
|
|
1234
1236
|
|
1235
1237
|
# Lists information about zonal shifts in Amazon Route 53 Application
|
1236
1238
|
# Recovery Controller, including zonal shifts that you start yourself
|
1237
|
-
# and zonal shifts that
|
1238
|
-
#
|
1239
|
+
# and zonal shifts that ARC starts on your behalf for practice runs with
|
1240
|
+
# zonal autoshift.
|
1239
1241
|
#
|
1240
1242
|
# Zonal shifts are temporary, including customer-initiated zonal shifts
|
1241
|
-
# and the zonal autoshift practice run zonal shifts that
|
1242
|
-
#
|
1243
|
-
#
|
1244
|
-
#
|
1243
|
+
# and the zonal autoshift practice run zonal shifts that ARC starts
|
1244
|
+
# weekly, on your behalf. A zonal shift that a customer starts can be
|
1245
|
+
# active for up to three days (72 hours). A practice run zonal shift has
|
1246
|
+
# a 30 minute duration.
|
1245
1247
|
#
|
1246
1248
|
# @!attribute [rw] away_from
|
1247
1249
|
# The Availability Zone (for example, `use1-az1`) that traffic is
|
@@ -1265,11 +1267,11 @@ module Aws::ARCZonalShift
|
|
1265
1267
|
# zonal shift to set a new expiration at any time.
|
1266
1268
|
#
|
1267
1269
|
# When you start a zonal shift, you specify how long you want it to be
|
1268
|
-
# active, which
|
1269
|
-
#
|
1270
|
-
#
|
1271
|
-
#
|
1272
|
-
#
|
1270
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1271
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1272
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1273
|
+
# update the zonal shift to specify another length of time to expire
|
1274
|
+
# in.
|
1273
1275
|
# @return [Time]
|
1274
1276
|
#
|
1275
1277
|
# @!attribute [rw] practice_run_outcome
|
@@ -1310,6 +1312,10 @@ module Aws::ARCZonalShift
|
|
1310
1312
|
# balancing turned off.
|
1311
1313
|
# @return [String]
|
1312
1314
|
#
|
1315
|
+
# @!attribute [rw] shift_type
|
1316
|
+
# Defines the zonal shift type.
|
1317
|
+
# @return [String]
|
1318
|
+
#
|
1313
1319
|
# @!attribute [rw] start_time
|
1314
1320
|
# The time (UTC) when the zonal shift starts.
|
1315
1321
|
# @return [Time]
|
@@ -1339,6 +1345,7 @@ module Aws::ARCZonalShift
|
|
1339
1345
|
:expiry_time,
|
1340
1346
|
:practice_run_outcome,
|
1341
1347
|
:resource_identifier,
|
1348
|
+
:shift_type,
|
1342
1349
|
:start_time,
|
1343
1350
|
:status,
|
1344
1351
|
:zonal_shift_id)
|
data/sig/types.rbs
CHANGED
@@ -35,7 +35,7 @@ module Aws::ARCZonalShift
|
|
35
35
|
|
36
36
|
class ConflictException
|
37
37
|
attr_accessor message: ::String
|
38
|
-
attr_accessor reason: ("ZonalShiftAlreadyExists" | "ZonalShiftStatusNotActive" | "SimultaneousZonalShiftsConflict" | "PracticeConfigurationAlreadyExists" | "AutoShiftEnabled" | "PracticeConfigurationDoesNotExist")
|
38
|
+
attr_accessor reason: ("ZonalShiftAlreadyExists" | "ZonalShiftStatusNotActive" | "SimultaneousZonalShiftsConflict" | "PracticeConfigurationAlreadyExists" | "AutoShiftEnabled" | "PracticeConfigurationDoesNotExist" | "ZonalAutoshiftActive")
|
39
39
|
attr_accessor zonal_shift_id: ::String
|
40
40
|
SENSITIVE: []
|
41
41
|
end
|
@@ -229,7 +229,7 @@ module Aws::ARCZonalShift
|
|
229
229
|
|
230
230
|
class ValidationException
|
231
231
|
attr_accessor message: ::String
|
232
|
-
attr_accessor reason: ("InvalidExpiresIn" | "InvalidStatus" | "MissingValue" | "InvalidToken" | "InvalidResourceIdentifier" | "InvalidAz" | "UnsupportedAz" | "InvalidAlarmCondition" | "InvalidConditionType" | "InvalidPracticeBlocker")
|
232
|
+
attr_accessor reason: ("InvalidExpiresIn" | "InvalidStatus" | "MissingValue" | "InvalidToken" | "InvalidResourceIdentifier" | "InvalidAz" | "UnsupportedAz" | "InvalidAlarmCondition" | "InvalidConditionType" | "InvalidPracticeBlocker" | "FISExperimentUpdateNotAllowed")
|
233
233
|
SENSITIVE: []
|
234
234
|
end
|
235
235
|
|
@@ -251,6 +251,7 @@ module Aws::ARCZonalShift
|
|
251
251
|
attr_accessor expiry_time: ::Time
|
252
252
|
attr_accessor practice_run_outcome: ("FAILED" | "INTERRUPTED" | "PENDING" | "SUCCEEDED")
|
253
253
|
attr_accessor resource_identifier: ::String
|
254
|
+
attr_accessor shift_type: ("ZONAL_SHIFT" | "PRACTICE_RUN" | "FIS_EXPERIMENT" | "ZONAL_AUTOSHIFT")
|
254
255
|
attr_accessor start_time: ::Time
|
255
256
|
attr_accessor zonal_shift_id: ::String
|
256
257
|
SENSITIVE: []
|
@@ -262,6 +263,7 @@ module Aws::ARCZonalShift
|
|
262
263
|
attr_accessor expiry_time: ::Time
|
263
264
|
attr_accessor practice_run_outcome: ("FAILED" | "INTERRUPTED" | "PENDING" | "SUCCEEDED")
|
264
265
|
attr_accessor resource_identifier: ::String
|
266
|
+
attr_accessor shift_type: ("ZONAL_SHIFT" | "PRACTICE_RUN" | "FIS_EXPERIMENT" | "ZONAL_AUTOSHIFT")
|
265
267
|
attr_accessor start_time: ::Time
|
266
268
|
attr_accessor status: ("ACTIVE" | "EXPIRED" | "CANCELED")
|
267
269
|
attr_accessor zonal_shift_id: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-arczonalshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|