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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf5dd60265dc48b771f84782ee610bd7b1bfb7b9d985802178b986fcd0272651
4
- data.tar.gz: cb341fe290a9994d88eb9a5630d35651a996bfbe644f63e1be13a2de207a4273
3
+ metadata.gz: 31d217e370f8466bbd1d8094a3544986cea5cb231dd68e668982f02b47d70c19
4
+ data.tar.gz: 2f14a42cc87c4c90b09b6cfc883a28d2543178f64b9664d54786aa9c7f20c9ee
5
5
  SHA512:
6
- metadata.gz: f0c410189d3798375e8d5181e91e9a7510793cda305e8942e43db5641cb153b149f199f188d3b6de906f58ee25fc36f1341b8ce94104165ca723bfd4fc62930c
7
- data.tar.gz: 359ea0416135ec0a29e68ea2c5ad5cbbfa676b433303addae25fce39ee831b0f5944e0430c79fb8bc50f9a2f5f82ee57db9e05f22e5f25d343b0cf6d5fa8dd00
6
+ metadata.gz: 122bad948c957215755f052336fc49afd793f495ddd13af94c6877343d9aa9f3e38cb0e387c68918ea1ad50d1670dffe6f7e7fadb4a8aaced86b15fb6909c2cb
7
+ data.tar.gz: 83c77b6d54c9595529c25ae236024a38f6425bda829579d2def26b0e06d5f6d8fd116363c800ecd4914848cb9bb84852080419a49ac31beb1f75652b3ba312d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-03-26)
5
+ ------------------
6
+
7
+ * Feature - Add new shiftType field for ARC zonal shifts.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
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, Route 53 ARC starts
527
- # zonal shifts for the resource weekly, to shift traffic for practice
528
- # runs. Practice runs help you to ensure that shifting away traffic from
529
- # an Availability Zone during an autoshift is safe for your application.
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 Route 53 ARC from starting practice runs for
541
- # a resource on specific calendar dates.
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 Route 53 ARC from starting practice runs for
553
- # specific windows of days and times.
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 Route 53 ARC from starting practice
569
- # run zonal shifts, and ends a practice run that's in progress, when
570
- # the alarm is in an `ALARM` state.
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 weekly
579
- # practice run. You should configure the alarm to go into an `ALARM`
580
- # state if your application is impacted by the zonal shift, and you want
581
- # to stop the zonal shift, to let traffic for the resource return to the
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: "ResourceArn", # required
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: "ResourceArn", # required
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 notification enables you to be notified, through Amazon
683
- # EventBridge, when there is an autoshift event for zonal autoshift.
684
- #
685
- # If the status is `ENABLED`, Route 53 ARC includes all autoshift events
686
- # when you use the EventBridge pattern `Autoshift In Progress`. When the
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 Route 53 ARC. You can start zonal
720
- # shifts and configure zonal autoshift for managed resources.
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 a list of autoshifts for an Amazon Web Services Region. By
791
- # default, the call returns only `ACTIVE` autoshifts. Optionally, you
792
- # can specify the `status` parameter to return `COMPLETED` autoshifts.
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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 Route 53 ARC started on your behalf for zonal autoshift.
897
+ # that ARC started on your behalf for zonal autoshift.
911
898
  #
912
- # The `ListZonalShifts` operation does not list autoshifts. For more
913
- # information about listing autoshifts, see ["&gt;ListAutoshifts][1].
899
+ # For more information about listing autoshifts, see
900
+ # ["&gt;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 `NextToken` response in the previous request.
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 `NextToken`
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
- # Route 53 ARC only for managed resources in your Amazon Web Services
990
- # account in an Amazon Web Services Region. Resources are automatically
991
- # registered with Route 53 ARC by Amazon Web Services services.
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 Route 53 ARC. However, it can take a short time,
1000
- # typically up to a few minutes, for existing, in-progress connections
1001
- # in the Availability Zone to complete.
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
- # Route 53 ARC converts to an expiry time (expiration time). Zonal
1024
- # shifts are temporary. You can set a zonal shift to be active initially
1025
- # for up to three days (72 hours).
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`, Route 53 ARC includes all autoshift events
1093
- # when you use the EventBridge pattern `Autoshift In Progress`. When the
1094
- # status is `DISABLED`, Route 53 ARC includes only autoshift events for
1095
- # autoshifts when one or more of your resources is included in the
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`, Route 53 ARC includes all autoshift events when you use
1109
- # the Amazon EventBridge pattern `Autoshift In Progress`. When the
1110
- # status is `DISABLED`, Route 53 ARC includes only autoshift events for
1111
- # autoshifts when one or more of your resources is included in the
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 Route 53 ARC from starting a practice run for a
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: "ResourceArn", # required
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: "ResourceArn", # required
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
- # Route 53 ARC converts to an expiry time (expiration time). Zonal
1302
- # shifts are temporary. You can set a zonal shift to be active initially
1303
- # for up to three days (72 hours).
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.29.0'
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, required: true, location_name: "endTime"))
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: ResourceArn, required: true, location_name: "alarmIdentifier"))
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 Route 53 ARC for managed resources in your Amazon Web
92
- # Services account in a Region. Supported Amazon Web Services resources
93
- # are automatically registered with Route 53 ARC.
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 Route 53 ARC from starting practice runs
210
- # for a resource on specific calendar dates.
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 Route 53 ARC from starting practice runs
223
- # for specific windows of days and times.
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 Route 53 ARC from starting practice
240
- # run zonal shifts, and ends a practice run that's in progress, when
241
- # the alarm is in an `ALARM` state.
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 weekly
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`, Route 53 ARC includes all autoshift events when you use
363
- # the Amazon EventBridge pattern `Autoshift In Progress`. When the
364
- # status is `DISABLED`, Route 53 ARC includes only autoshift events
365
- # for autoshifts when one or more of your resources is included in the
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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 `NextToken` response in the previous request.
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 `NextToken`
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
- # Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in
615
- # Route 53 ARC for a managed resource to temporarily move traffic for
616
- # the resource away from an Availability Zone in an Amazon Web Services
617
- # Region. You can also configure zonal autoshift for a managed resource.
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, Route 53 ARC sets this value to
651
- # `ENABLED`. If a you have not configured a practice run for the
652
- # resource, or delete a practice run configuration, Route 53 ARC sets
653
- # the value to `DISABLED`.
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
- # Route 53 ARC updates this status; you can't set a practice run
656
- # status to `ENABLED` or `DISABLED`.
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, Route 53 ARC shifts traffic
688
- # for the resource weekly for practice runs.
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
- # Route 53 ARC starts for practice runs help you to ensure that shifting
692
- # away traffic from an Availability Zone during an autoshift is safe for
693
- # your application.
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
- # Route 53 ARC from starting practice runs for a resource.
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
- # Route 53 ARC converts to an expiry time (expiration time). Zonal
769
- # shifts are temporary. You can set a zonal shift to be active
770
- # initially for up to three days (72 hours).
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`, Route 53 ARC includes all autoshift events when you
825
- # use the Amazon EventBridge pattern `Autoshift In Progress`. When the
826
- # status is `DISABLED`, Route 53 ARC includes only autoshift events
827
- # for autoshifts when one or more of your resources is included in the
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 Route 53 ARC from starting a practice run for a
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
- # Route 53 ARC converts to an expiry time (expiration time). Zonal
990
- # shifts are temporary. You can set a zonal shift to be active
991
- # initially for up to three days (72 hours).
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 Route 53 ARC converts to an expiry time (expiration
1065
- # time). You can cancel a zonal shift when you're ready to restore
1066
- # traffic to the Availability Zone, or just wait for it to expire. Or
1067
- # you can update the zonal shift to specify another length of time to
1068
- # expire in.
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 Route 53 ARC converts to an expiry time (expiration
1167
- # time). You can cancel a zonal shift when you're ready to restore
1168
- # traffic to the Availability Zone, or just wait for it to expire. Or
1169
- # you can update the zonal shift to specify another length of time to
1170
- # expire in.
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 Route 53 ARC starts on your behalf for practice
1238
- # runs with zonal autoshift.
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 Route 53 ARC
1242
- # starts weekly, on your behalf. A zonal shift that a customer starts
1243
- # can be active for up to three days (72 hours). A practice run zonal
1244
- # shift has a 30 minute duration.
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 Route 53 ARC converts to an expiry time (expiration
1269
- # time). You can cancel a zonal shift when you're ready to restore
1270
- # traffic to the Availability Zone, or just wait for it to expire. Or
1271
- # you can update the zonal shift to specify another length of time to
1272
- # expire in.
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)
@@ -54,7 +54,7 @@ module Aws::ARCZonalShift
54
54
  autoload :EndpointProvider, 'aws-sdk-arczonalshift/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-arczonalshift/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.0'
58
58
 
59
59
  end
60
60
 
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.29.0
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-02-18 00:00:00.000000000 Z
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