aws-sdk-arczonalshift 1.29.0 → 1.31.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-arczonalshift/client.rb +64 -88
- data/lib/aws-sdk-arczonalshift/client_api.rb +6 -2
- data/lib/aws-sdk-arczonalshift/types.rb +85 -80
- 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: 30353ff391bb4fc83071275dc0790c5628a9cbca7b208fb96019d184eb5af3cd
|
4
|
+
data.tar.gz: a0bf4467d31e6b53afc28288c78e72b01b41209a2bc1ce54027cccb6707d2c95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 803ebfe4816d28beb3b4a448f35f417040ef712f1e2187617b2aab35b76ba76622b2889bc582ea11731526d6fbf5a471890c51317284e042999e52ede7b27dbc
|
7
|
+
data.tar.gz: 8cd7978bca2cdf21fba291b83d77f8231c4212963da02a2800e9e8fa594b2921b27f275cdafe778a03970af7af4be4fb03452c72170824511263c5e80bfb9cf6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2025-04-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates to documentation and exception types for Zonal Autoshift
|
8
|
+
|
9
|
+
1.30.0 (2025-03-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add new shiftType field for ARC zonal shifts.
|
13
|
+
|
4
14
|
1.29.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.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
|
@@ -905,25 +892,16 @@ module Aws::ARCZonalShift
|
|
905
892
|
|
906
893
|
# Lists all active and completed zonal shifts in Amazon Route 53
|
907
894
|
# Application Recovery Controller in your Amazon Web Services account in
|
908
|
-
# this Amazon Web Services Region.
|
909
|
-
# customer-initiated zonal shifts, as well as practice run zonal shifts
|
910
|
-
# that Route 53 ARC started on your behalf for zonal autoshift.
|
911
|
-
#
|
912
|
-
# The `ListZonalShifts` operation does not list autoshifts. For more
|
913
|
-
# information about listing autoshifts, see [">ListAutoshifts][1].
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
# [1]: https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html
|
895
|
+
# this Amazon Web Services Region.
|
918
896
|
#
|
919
897
|
# @option params [Integer] :max_results
|
920
898
|
# The number of objects that you want to return with this call.
|
921
899
|
#
|
922
900
|
# @option params [String] :next_token
|
923
901
|
# Specifies that you want to receive the next page of results. Valid
|
924
|
-
# only if you received a `
|
902
|
+
# only if you received a `nextToken` response in the previous request.
|
925
903
|
# If you did, it indicates that more output is available. Set this
|
926
|
-
# parameter to the value provided by the previous call's `
|
904
|
+
# parameter to the value provided by the previous call's `nextToken`
|
927
905
|
# response to request the next page of results.
|
928
906
|
#
|
929
907
|
# @option params [String] :resource_identifier
|
@@ -967,6 +945,7 @@ module Aws::ARCZonalShift
|
|
967
945
|
# resp.items[0].expiry_time #=> Time
|
968
946
|
# resp.items[0].practice_run_outcome #=> String, one of "FAILED", "INTERRUPTED", "PENDING", "SUCCEEDED"
|
969
947
|
# resp.items[0].resource_identifier #=> String
|
948
|
+
# resp.items[0].shift_type #=> String, one of "ZONAL_SHIFT", "PRACTICE_RUN", "FIS_EXPERIMENT", "ZONAL_AUTOSHIFT"
|
970
949
|
# resp.items[0].start_time #=> Time
|
971
950
|
# resp.items[0].status #=> String, one of "ACTIVE", "EXPIRED", "CANCELED"
|
972
951
|
# resp.items[0].zonal_shift_id #=> String
|
@@ -986,9 +965,9 @@ module Aws::ARCZonalShift
|
|
986
965
|
# your application recover immediately, for example, from a developer's
|
987
966
|
# bad code deployment or from an Amazon Web Services infrastructure
|
988
967
|
# failure in a single Availability Zone. You can start a zonal shift in
|
989
|
-
#
|
990
|
-
#
|
991
|
-
#
|
968
|
+
# ARC only for managed resources in your Amazon Web Services account in
|
969
|
+
# an Amazon Web Services Region. Resources are automatically registered
|
970
|
+
# with ARC by Amazon Web Services services.
|
992
971
|
#
|
993
972
|
# At this time, you can only start a zonal shift for Network Load
|
994
973
|
# Balancers and Application Load Balancers with cross-zone load
|
@@ -996,9 +975,9 @@ module Aws::ARCZonalShift
|
|
996
975
|
#
|
997
976
|
# When you start a zonal shift, traffic for the resource is no longer
|
998
977
|
# routed to the Availability Zone. The zonal shift is created
|
999
|
-
# immediately in
|
1000
|
-
#
|
1001
|
-
#
|
978
|
+
# immediately in ARC. However, it can take a short time, typically up to
|
979
|
+
# a few minutes, for existing, in-progress connections in the
|
980
|
+
# Availability Zone to complete.
|
1002
981
|
#
|
1003
982
|
# For more information, see [Zonal shift][1] in the Amazon Route 53
|
1004
983
|
# Application Recovery Controller Developer Guide.
|
@@ -1019,10 +998,10 @@ module Aws::ARCZonalShift
|
|
1019
998
|
# overwrites any existing comment string.
|
1020
999
|
#
|
1021
1000
|
# @option params [required, String] :expires_in
|
1022
|
-
# The length of time that you want a zonal shift to be active, which
|
1023
|
-
#
|
1024
|
-
#
|
1025
|
-
#
|
1001
|
+
# The length of time that you want a zonal shift to be active, which ARC
|
1002
|
+
# converts to an expiry time (expiration time). Zonal shifts are
|
1003
|
+
# temporary. You can set a zonal shift to be active initially for up to
|
1004
|
+
# three days (72 hours).
|
1026
1005
|
#
|
1027
1006
|
# If you want to still keep traffic away from an Availability Zone, you
|
1028
1007
|
# can update the zonal shift and set a new expiration. You can also
|
@@ -1089,11 +1068,10 @@ module Aws::ARCZonalShift
|
|
1089
1068
|
# observer notification enables you to be notified, through Amazon
|
1090
1069
|
# EventBridge, when there is an autoshift event for zonal autoshift.
|
1091
1070
|
#
|
1092
|
-
# If the status is `ENABLED`,
|
1093
|
-
#
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
# autoshift.
|
1071
|
+
# If the status is `ENABLED`, ARC includes all autoshift events when you
|
1072
|
+
# use the EventBridge pattern `Autoshift In Progress`. When the status
|
1073
|
+
# is `DISABLED`, ARC includes only autoshift events for autoshifts when
|
1074
|
+
# one or more of your resources is included in the autoshift.
|
1097
1075
|
#
|
1098
1076
|
# For more information, see [ Notifications for practice runs and
|
1099
1077
|
# autoshifts][1] in the Amazon Route 53 Application Recovery Controller
|
@@ -1105,11 +1083,10 @@ module Aws::ARCZonalShift
|
|
1105
1083
|
#
|
1106
1084
|
# @option params [required, String] :status
|
1107
1085
|
# The status to set for autoshift observer notification. If the status
|
1108
|
-
# is `ENABLED`,
|
1109
|
-
#
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
# autoshift.
|
1086
|
+
# is `ENABLED`, ARC includes all autoshift events when you use the
|
1087
|
+
# Amazon EventBridge pattern `Autoshift In Progress`. When the status is
|
1088
|
+
# `DISABLED`, ARC includes only autoshift events for autoshifts when one
|
1089
|
+
# or more of your resources is included in the autoshift.
|
1113
1090
|
#
|
1114
1091
|
# @return [Types::UpdateAutoshiftObserverNotificationStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1115
1092
|
#
|
@@ -1154,8 +1131,7 @@ module Aws::ARCZonalShift
|
|
1154
1131
|
#
|
1155
1132
|
# @option params [Array<String>] :blocked_windows
|
1156
1133
|
# Add, change, or remove windows of days and times for when you can,
|
1157
|
-
# optionally, block
|
1158
|
-
# resource.
|
1134
|
+
# optionally, block ARC from starting a practice run for a resource.
|
1159
1135
|
#
|
1160
1136
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind,
|
1161
1137
|
# when you specify dates, that dates and times for practice runs are in
|
@@ -1195,13 +1171,13 @@ module Aws::ARCZonalShift
|
|
1195
1171
|
# blocked_windows: ["BlockedWindow"],
|
1196
1172
|
# blocking_alarms: [
|
1197
1173
|
# {
|
1198
|
-
# alarm_identifier: "
|
1174
|
+
# alarm_identifier: "MetricIdentifier", # required
|
1199
1175
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
1200
1176
|
# },
|
1201
1177
|
# ],
|
1202
1178
|
# outcome_alarms: [
|
1203
1179
|
# {
|
1204
|
-
# alarm_identifier: "
|
1180
|
+
# alarm_identifier: "MetricIdentifier", # required
|
1205
1181
|
# type: "CLOUDWATCH", # required, accepts CLOUDWATCH
|
1206
1182
|
# },
|
1207
1183
|
# ],
|
@@ -1297,10 +1273,10 @@ module Aws::ARCZonalShift
|
|
1297
1273
|
# overwrites any existing comment string.
|
1298
1274
|
#
|
1299
1275
|
# @option params [String] :expires_in
|
1300
|
-
# The length of time that you want a zonal shift to be active, which
|
1301
|
-
#
|
1302
|
-
#
|
1303
|
-
#
|
1276
|
+
# The length of time that you want a zonal shift to be active, which ARC
|
1277
|
+
# converts to an expiry time (expiration time). Zonal shifts are
|
1278
|
+
# temporary. You can set a zonal shift to be active initially for up to
|
1279
|
+
# three days (72 hours).
|
1304
1280
|
#
|
1305
1281
|
# If you want to still keep traffic away from an Availability Zone, you
|
1306
1282
|
# can update the zonal shift and set a new expiration. You can also
|
@@ -1375,7 +1351,7 @@ module Aws::ARCZonalShift
|
|
1375
1351
|
tracer: tracer
|
1376
1352
|
)
|
1377
1353
|
context[:gem_name] = 'aws-sdk-arczonalshift'
|
1378
|
-
context[:gem_version] = '1.
|
1354
|
+
context[:gem_version] = '1.31.0'
|
1379
1355
|
Seahorse::Client::Request.new(handlers, context)
|
1380
1356
|
end
|
1381
1357
|
|
@@ -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,16 +88,14 @@ 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
|
97
97
|
# longer directed to the other Availability Zones in the Region.
|
98
98
|
#
|
99
|
-
# You can stop an autoshift for a resource by disabling zonal autoshift.
|
100
|
-
#
|
101
99
|
# @!attribute [rw] away_from
|
102
100
|
# The Availability Zone (for example, `use1-az1`) that traffic is
|
103
101
|
# shifted away from for a resource when Amazon Web Services starts an
|
@@ -206,8 +204,8 @@ module Aws::ARCZonalShift
|
|
206
204
|
end
|
207
205
|
|
208
206
|
# @!attribute [rw] blocked_dates
|
209
|
-
# Optionally, you can block
|
210
|
-
#
|
207
|
+
# Optionally, you can block ARC from starting practice runs for a
|
208
|
+
# resource on specific calendar dates.
|
211
209
|
#
|
212
210
|
# The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you
|
213
211
|
# specify dates, that dates and times for practice runs are in UTC.
|
@@ -219,8 +217,8 @@ module Aws::ARCZonalShift
|
|
219
217
|
# @return [Array<String>]
|
220
218
|
#
|
221
219
|
# @!attribute [rw] blocked_windows
|
222
|
-
# Optionally, you can block
|
223
|
-
#
|
220
|
+
# Optionally, you can block ARC from starting practice runs for
|
221
|
+
# specific windows of days and times.
|
224
222
|
#
|
225
223
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in
|
226
224
|
# mind, when you specify dates, that dates and times for practice runs
|
@@ -236,9 +234,9 @@ module Aws::ARCZonalShift
|
|
236
234
|
#
|
237
235
|
# @!attribute [rw] blocking_alarms
|
238
236
|
# An Amazon CloudWatch alarm that you can specify for zonal autoshift
|
239
|
-
# practice runs. This alarm blocks
|
240
|
-
#
|
241
|
-
#
|
237
|
+
# practice runs. This alarm blocks ARC from starting practice run
|
238
|
+
# zonal shifts, and ends a practice run that's in progress, when the
|
239
|
+
# alarm is in an `ALARM` state.
|
242
240
|
# @return [Array<Types::ControlCondition>]
|
243
241
|
#
|
244
242
|
# @!attribute [rw] outcome_alarms
|
@@ -247,7 +245,7 @@ module Aws::ARCZonalShift
|
|
247
245
|
# alarm is in an `ALARM` state.
|
248
246
|
#
|
249
247
|
# Configure the alarm to monitor the health of your application when
|
250
|
-
# traffic is shifted away from an Availability Zone during each
|
248
|
+
# traffic is shifted away from an Availability Zone during each
|
251
249
|
# practice run. You should configure the alarm to go into an `ALARM`
|
252
250
|
# state if your application is impacted by the zonal shift, and you
|
253
251
|
# want to stop the zonal shift, to let traffic for the resource return
|
@@ -359,11 +357,10 @@ module Aws::ARCZonalShift
|
|
359
357
|
|
360
358
|
# @!attribute [rw] status
|
361
359
|
# The status of autoshift observer notification. If the status is
|
362
|
-
# `ENABLED`,
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
# autoshift.
|
360
|
+
# `ENABLED`, ARC includes all autoshift events when you use the Amazon
|
361
|
+
# EventBridge pattern `Autoshift In Progress`. When the status is
|
362
|
+
# `DISABLED`, ARC includes only autoshift events for autoshifts when
|
363
|
+
# one or more of your resources is included in the autoshift.
|
367
364
|
# @return [String]
|
368
365
|
#
|
369
366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/GetAutoshiftObserverNotificationStatusResponse AWS API Documentation
|
@@ -461,9 +458,9 @@ module Aws::ARCZonalShift
|
|
461
458
|
#
|
462
459
|
# @!attribute [rw] next_token
|
463
460
|
# Specifies that you want to receive the next page of results. Valid
|
464
|
-
# only if you received a `
|
461
|
+
# only if you received a `nextToken` response in the previous request.
|
465
462
|
# If you did, it indicates that more output is available. Set this
|
466
|
-
# parameter to the value provided by the previous call's `
|
463
|
+
# parameter to the value provided by the previous call's `nextToken`
|
467
464
|
# response to request the next page of results.
|
468
465
|
# @return [String]
|
469
466
|
#
|
@@ -487,9 +484,9 @@ module Aws::ARCZonalShift
|
|
487
484
|
#
|
488
485
|
# @!attribute [rw] next_token
|
489
486
|
# Specifies that you want to receive the next page of results. Valid
|
490
|
-
# only if you received a `
|
487
|
+
# only if you received a `nextToken` response in the previous request.
|
491
488
|
# If you did, it indicates that more output is available. Set this
|
492
|
-
# parameter to the value provided by the previous call's `
|
489
|
+
# parameter to the value provided by the previous call's `nextToken`
|
493
490
|
# response to request the next page of results.
|
494
491
|
# @return [String]
|
495
492
|
#
|
@@ -508,9 +505,9 @@ module Aws::ARCZonalShift
|
|
508
505
|
#
|
509
506
|
# @!attribute [rw] next_token
|
510
507
|
# Specifies that you want to receive the next page of results. Valid
|
511
|
-
# only if you received a `
|
508
|
+
# only if you received a `nextToken` response in the previous request.
|
512
509
|
# If you did, it indicates that more output is available. Set this
|
513
|
-
# parameter to the value provided by the previous call's `
|
510
|
+
# parameter to the value provided by the previous call's `nextToken`
|
514
511
|
# response to request the next page of results.
|
515
512
|
# @return [String]
|
516
513
|
#
|
@@ -529,9 +526,9 @@ module Aws::ARCZonalShift
|
|
529
526
|
#
|
530
527
|
# @!attribute [rw] next_token
|
531
528
|
# Specifies that you want to receive the next page of results. Valid
|
532
|
-
# only if you received a `
|
529
|
+
# only if you received a `nextToken` response in the previous request.
|
533
530
|
# If you did, it indicates that more output is available. Set this
|
534
|
-
# parameter to the value provided by the previous call's `
|
531
|
+
# parameter to the value provided by the previous call's `nextToken`
|
535
532
|
# response to request the next page of results.
|
536
533
|
# @return [String]
|
537
534
|
#
|
@@ -550,9 +547,9 @@ module Aws::ARCZonalShift
|
|
550
547
|
#
|
551
548
|
# @!attribute [rw] next_token
|
552
549
|
# Specifies that you want to receive the next page of results. Valid
|
553
|
-
# only if you received a `
|
550
|
+
# only if you received a `nextToken` response in the previous request.
|
554
551
|
# If you did, it indicates that more output is available. Set this
|
555
|
-
# parameter to the value provided by the previous call's `
|
552
|
+
# parameter to the value provided by the previous call's `nextToken`
|
556
553
|
# response to request the next page of results.
|
557
554
|
# @return [String]
|
558
555
|
#
|
@@ -592,9 +589,9 @@ module Aws::ARCZonalShift
|
|
592
589
|
#
|
593
590
|
# @!attribute [rw] next_token
|
594
591
|
# Specifies that you want to receive the next page of results. Valid
|
595
|
-
# only if you received a `
|
592
|
+
# only if you received a `nextToken` response in the previous request.
|
596
593
|
# If you did, it indicates that more output is available. Set this
|
597
|
-
# parameter to the value provided by the previous call's `
|
594
|
+
# parameter to the value provided by the previous call's `nextToken`
|
598
595
|
# response to request the next page of results.
|
599
596
|
# @return [String]
|
600
597
|
#
|
@@ -611,10 +608,10 @@ module Aws::ARCZonalShift
|
|
611
608
|
# account with information about zonal shifts and autoshifts.
|
612
609
|
#
|
613
610
|
# A managed resource is a load balancer that has been registered with
|
614
|
-
#
|
615
|
-
#
|
616
|
-
#
|
617
|
-
#
|
611
|
+
# ARC by Elastic Load Balancing. You can start a zonal shift in ARC for
|
612
|
+
# a managed resource to temporarily move traffic for the resource away
|
613
|
+
# from an Availability Zone in an Amazon Web Services Region. You can
|
614
|
+
# also configure zonal autoshift for a managed resource.
|
618
615
|
#
|
619
616
|
# <note markdown="1"> At this time, managed resources are Network Load Balancers and
|
620
617
|
# Application Load Balancers with cross-zone load balancing turned off.
|
@@ -647,13 +644,13 @@ module Aws::ARCZonalShift
|
|
647
644
|
# @!attribute [rw] practice_run_status
|
648
645
|
# This status tracks whether a practice run configuration exists for a
|
649
646
|
# resource. When you configure a practice run for a resource so that a
|
650
|
-
# practice run configuration exists,
|
651
|
-
#
|
652
|
-
#
|
653
|
-
#
|
647
|
+
# practice run configuration exists, ARC sets this value to `ENABLED`.
|
648
|
+
# If a you have not configured a practice run for the resource, or
|
649
|
+
# delete a practice run configuration, ARC sets the value to
|
650
|
+
# `DISABLED`.
|
654
651
|
#
|
655
|
-
#
|
656
|
-
#
|
652
|
+
# ARC updates this status; you can't set a practice run status to
|
653
|
+
# `ENABLED` or `DISABLED`.
|
657
654
|
# @return [String]
|
658
655
|
#
|
659
656
|
# @!attribute [rw] zonal_autoshift_status
|
@@ -684,13 +681,13 @@ module Aws::ARCZonalShift
|
|
684
681
|
# A practice run configuration for a resource includes the Amazon
|
685
682
|
# CloudWatch alarms that you've specified for a practice run, as well
|
686
683
|
# as any blocked dates or blocked windows for the practice run. When a
|
687
|
-
# resource has a practice run configuration,
|
688
|
-
#
|
684
|
+
# resource has a practice run configuration, ARC shifts traffic for the
|
685
|
+
# resource weekly for practice runs.
|
689
686
|
#
|
690
687
|
# Practice runs are required for zonal autoshift. The zonal shifts that
|
691
|
-
#
|
692
|
-
#
|
693
|
-
#
|
688
|
+
# ARC starts for practice runs help you to ensure that shifting away
|
689
|
+
# traffic from an Availability Zone during an autoshift is safe for your
|
690
|
+
# application.
|
694
691
|
#
|
695
692
|
# You can update or delete a practice run configuration. Before you
|
696
693
|
# delete a practice run configuration, you must disable zonal autoshift
|
@@ -707,7 +704,7 @@ module Aws::ARCZonalShift
|
|
707
704
|
#
|
708
705
|
# @!attribute [rw] blocked_windows
|
709
706
|
# An array of one or more windows of days and times that you can block
|
710
|
-
#
|
707
|
+
# ARC from starting practice runs for a resource.
|
711
708
|
#
|
712
709
|
# Specify the blocked windows in UTC, using the format
|
713
710
|
# `DAY:HH:MM-DAY:HH:MM`, separated by spaces. For example,
|
@@ -765,9 +762,9 @@ module Aws::ARCZonalShift
|
|
765
762
|
#
|
766
763
|
# @!attribute [rw] expires_in
|
767
764
|
# The length of time that you want a zonal shift to be active, which
|
768
|
-
#
|
769
|
-
#
|
770
|
-
#
|
765
|
+
# ARC converts to an expiry time (expiration time). Zonal shifts are
|
766
|
+
# temporary. You can set a zonal shift to be active initially for up
|
767
|
+
# to three days (72 hours).
|
771
768
|
#
|
772
769
|
# If you want to still keep traffic away from an Availability Zone,
|
773
770
|
# you can update the zonal shift and set a new expiration. You can
|
@@ -821,11 +818,10 @@ module Aws::ARCZonalShift
|
|
821
818
|
|
822
819
|
# @!attribute [rw] status
|
823
820
|
# The status to set for autoshift observer notification. If the status
|
824
|
-
# is `ENABLED`,
|
825
|
-
#
|
826
|
-
#
|
827
|
-
#
|
828
|
-
# autoshift.
|
821
|
+
# is `ENABLED`, ARC includes all autoshift events when you use the
|
822
|
+
# Amazon EventBridge pattern `Autoshift In Progress`. When the status
|
823
|
+
# is `DISABLED`, ARC includes only autoshift events for autoshifts
|
824
|
+
# when one or more of your resources is included in the autoshift.
|
829
825
|
# @return [String]
|
830
826
|
#
|
831
827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30/UpdateAutoshiftObserverNotificationStatusRequest AWS API Documentation
|
@@ -864,8 +860,7 @@ module Aws::ARCZonalShift
|
|
864
860
|
#
|
865
861
|
# @!attribute [rw] blocked_windows
|
866
862
|
# Add, change, or remove windows of days and times for when you can,
|
867
|
-
# optionally, block
|
868
|
-
# resource.
|
863
|
+
# optionally, block ARC from starting a practice run for a resource.
|
869
864
|
#
|
870
865
|
# The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in
|
871
866
|
# mind, when you specify dates, that dates and times for practice runs
|
@@ -986,9 +981,9 @@ module Aws::ARCZonalShift
|
|
986
981
|
#
|
987
982
|
# @!attribute [rw] expires_in
|
988
983
|
# The length of time that you want a zonal shift to be active, which
|
989
|
-
#
|
990
|
-
#
|
991
|
-
#
|
984
|
+
# ARC converts to an expiry time (expiration time). Zonal shifts are
|
985
|
+
# temporary. You can set a zonal shift to be active initially for up
|
986
|
+
# to three days (72 hours).
|
992
987
|
#
|
993
988
|
# If you want to still keep traffic away from an Availability Zone,
|
994
989
|
# you can update the zonal shift and set a new expiration. You can
|
@@ -1061,11 +1056,11 @@ module Aws::ARCZonalShift
|
|
1061
1056
|
# zonal shift to set a new expiration at any time.
|
1062
1057
|
#
|
1063
1058
|
# When you start a zonal shift, you specify how long you want it to be
|
1064
|
-
# active, which
|
1065
|
-
#
|
1066
|
-
#
|
1067
|
-
#
|
1068
|
-
#
|
1059
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1060
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1061
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1062
|
+
# update the zonal shift to specify another length of time to expire
|
1063
|
+
# in.
|
1069
1064
|
# @return [Time]
|
1070
1065
|
#
|
1071
1066
|
# @!attribute [rw] resource_identifier
|
@@ -1163,11 +1158,11 @@ module Aws::ARCZonalShift
|
|
1163
1158
|
# zonal shift to set a new expiration at any time.
|
1164
1159
|
#
|
1165
1160
|
# When you start a zonal shift, you specify how long you want it to be
|
1166
|
-
# active, which
|
1167
|
-
#
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
#
|
1161
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1162
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1163
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1164
|
+
# update the zonal shift to specify another length of time to expire
|
1165
|
+
# in.
|
1171
1166
|
# @return [Time]
|
1172
1167
|
#
|
1173
1168
|
# @!attribute [rw] practice_run_outcome
|
@@ -1209,6 +1204,10 @@ module Aws::ARCZonalShift
|
|
1209
1204
|
# balancing turned off.
|
1210
1205
|
# @return [String]
|
1211
1206
|
#
|
1207
|
+
# @!attribute [rw] shift_type
|
1208
|
+
# Defines the zonal shift type.
|
1209
|
+
# @return [String]
|
1210
|
+
#
|
1212
1211
|
# @!attribute [rw] start_time
|
1213
1212
|
# The time (UTC) when the zonal shift starts.
|
1214
1213
|
# @return [Time]
|
@@ -1226,6 +1225,7 @@ module Aws::ARCZonalShift
|
|
1226
1225
|
:expiry_time,
|
1227
1226
|
:practice_run_outcome,
|
1228
1227
|
:resource_identifier,
|
1228
|
+
:shift_type,
|
1229
1229
|
:start_time,
|
1230
1230
|
:zonal_shift_id)
|
1231
1231
|
SENSITIVE = []
|
@@ -1234,14 +1234,14 @@ module Aws::ARCZonalShift
|
|
1234
1234
|
|
1235
1235
|
# Lists information about zonal shifts in Amazon Route 53 Application
|
1236
1236
|
# Recovery Controller, including zonal shifts that you start yourself
|
1237
|
-
# and zonal shifts that
|
1238
|
-
#
|
1237
|
+
# and zonal shifts that ARC starts on your behalf for practice runs with
|
1238
|
+
# zonal autoshift.
|
1239
1239
|
#
|
1240
1240
|
# Zonal shifts are temporary, including customer-initiated zonal shifts
|
1241
|
-
# and the zonal autoshift practice run zonal shifts that
|
1242
|
-
#
|
1243
|
-
#
|
1244
|
-
#
|
1241
|
+
# and the zonal autoshift practice run zonal shifts that ARC starts
|
1242
|
+
# weekly, on your behalf. A zonal shift that a customer starts can be
|
1243
|
+
# active for up to three days (72 hours). A practice run zonal shift has
|
1244
|
+
# a 30 minute duration.
|
1245
1245
|
#
|
1246
1246
|
# @!attribute [rw] away_from
|
1247
1247
|
# The Availability Zone (for example, `use1-az1`) that traffic is
|
@@ -1265,11 +1265,11 @@ module Aws::ARCZonalShift
|
|
1265
1265
|
# zonal shift to set a new expiration at any time.
|
1266
1266
|
#
|
1267
1267
|
# When you start a zonal shift, you specify how long you want it to be
|
1268
|
-
# active, which
|
1269
|
-
#
|
1270
|
-
#
|
1271
|
-
#
|
1272
|
-
#
|
1268
|
+
# active, which ARC converts to an expiry time (expiration time). You
|
1269
|
+
# can cancel a zonal shift when you're ready to restore traffic to
|
1270
|
+
# the Availability Zone, or just wait for it to expire. Or you can
|
1271
|
+
# update the zonal shift to specify another length of time to expire
|
1272
|
+
# in.
|
1273
1273
|
# @return [Time]
|
1274
1274
|
#
|
1275
1275
|
# @!attribute [rw] practice_run_outcome
|
@@ -1310,6 +1310,10 @@ module Aws::ARCZonalShift
|
|
1310
1310
|
# balancing turned off.
|
1311
1311
|
# @return [String]
|
1312
1312
|
#
|
1313
|
+
# @!attribute [rw] shift_type
|
1314
|
+
# Defines the zonal shift type.
|
1315
|
+
# @return [String]
|
1316
|
+
#
|
1313
1317
|
# @!attribute [rw] start_time
|
1314
1318
|
# The time (UTC) when the zonal shift starts.
|
1315
1319
|
# @return [Time]
|
@@ -1339,6 +1343,7 @@ module Aws::ARCZonalShift
|
|
1339
1343
|
:expiry_time,
|
1340
1344
|
:practice_run_outcome,
|
1341
1345
|
:resource_identifier,
|
1346
|
+
:shift_type,
|
1342
1347
|
:start_time,
|
1343
1348
|
:status,
|
1344
1349
|
: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" | "AutoshiftUpdateNotAllowed")
|
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.31.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-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|