aws-sdk-backupgateway 1.48.0 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backupgateway/client.rb +81 -79
- data/lib/aws-sdk-backupgateway/client_api.rb +31 -27
- data/lib/aws-sdk-backupgateway/types.rb +171 -163
- data/lib/aws-sdk-backupgateway.rb +1 -1
- data/sig/client.rbs +26 -26
- data/sig/types.rbs +32 -30
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50074629667b5635c362b52f14f8fe9c1c4fd01ad49e138c0e3912dcff24f498
|
|
4
|
+
data.tar.gz: 54dcbbb36aa8504c2ee0c5aafedc01e1b7bfd62723b4c664b7d2970e90abb84c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0254c60b418de78f3001bbfe9a7aee5a0ab73600c9c09781eee3e8a068b80acbf0113e9432d07889f1416f7dc0e33be0c2ad9342151f4f65acefaba7bc3a502a
|
|
7
|
+
data.tar.gz: fc9dab7030b36b1a7e3ccce5e7f6e2f6b60c2bc56e09d665b20b9ea4e67c75dd9e306d70af8184ac00ddea9ada99ecebb343f7df8dad509a209a40e9ab377024
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.49.0 (2026-02-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates.
|
|
8
|
+
|
|
4
9
|
1.48.0 (2026-01-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
|
@@ -670,8 +670,8 @@ module Aws::BackupGateway
|
|
|
670
670
|
#
|
|
671
671
|
# @return [Types::GetBandwidthRateLimitScheduleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
672
672
|
#
|
|
673
|
-
# * {Types::GetBandwidthRateLimitScheduleOutput#bandwidth_rate_limit_intervals #bandwidth_rate_limit_intervals} => Array<Types::BandwidthRateLimitInterval>
|
|
674
673
|
# * {Types::GetBandwidthRateLimitScheduleOutput#gateway_arn #gateway_arn} => String
|
|
674
|
+
# * {Types::GetBandwidthRateLimitScheduleOutput#bandwidth_rate_limit_intervals #bandwidth_rate_limit_intervals} => Array<Types::BandwidthRateLimitInterval>
|
|
675
675
|
#
|
|
676
676
|
# @example Request syntax with placeholder values
|
|
677
677
|
#
|
|
@@ -681,15 +681,15 @@ module Aws::BackupGateway
|
|
|
681
681
|
#
|
|
682
682
|
# @example Response structure
|
|
683
683
|
#
|
|
684
|
+
# resp.gateway_arn #=> String
|
|
684
685
|
# resp.bandwidth_rate_limit_intervals #=> Array
|
|
685
686
|
# resp.bandwidth_rate_limit_intervals[0].average_upload_rate_limit_in_bits_per_sec #=> Integer
|
|
686
|
-
# resp.bandwidth_rate_limit_intervals[0].days_of_week #=> Array
|
|
687
|
-
# resp.bandwidth_rate_limit_intervals[0].days_of_week[0] #=> Integer
|
|
688
|
-
# resp.bandwidth_rate_limit_intervals[0].end_hour_of_day #=> Integer
|
|
689
|
-
# resp.bandwidth_rate_limit_intervals[0].end_minute_of_hour #=> Integer
|
|
690
687
|
# resp.bandwidth_rate_limit_intervals[0].start_hour_of_day #=> Integer
|
|
688
|
+
# resp.bandwidth_rate_limit_intervals[0].end_hour_of_day #=> Integer
|
|
691
689
|
# resp.bandwidth_rate_limit_intervals[0].start_minute_of_hour #=> Integer
|
|
692
|
-
# resp.
|
|
690
|
+
# resp.bandwidth_rate_limit_intervals[0].end_minute_of_hour #=> Integer
|
|
691
|
+
# resp.bandwidth_rate_limit_intervals[0].days_of_week #=> Array
|
|
692
|
+
# resp.bandwidth_rate_limit_intervals[0].days_of_week[0] #=> Integer
|
|
693
693
|
#
|
|
694
694
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/GetBandwidthRateLimitSchedule AWS API Documentation
|
|
695
695
|
#
|
|
@@ -729,6 +729,8 @@ module Aws::BackupGateway
|
|
|
729
729
|
# resp.gateway.maintenance_start_time.minute_of_hour #=> Integer
|
|
730
730
|
# resp.gateway.next_update_availability_time #=> Time
|
|
731
731
|
# resp.gateway.vpc_endpoint #=> String
|
|
732
|
+
# resp.gateway.deprecation_date #=> Time
|
|
733
|
+
# resp.gateway.software_version #=> String
|
|
732
734
|
#
|
|
733
735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/GetGateway AWS API Documentation
|
|
734
736
|
#
|
|
@@ -762,12 +764,12 @@ module Aws::BackupGateway
|
|
|
762
764
|
# resp.hypervisor.host #=> String
|
|
763
765
|
# resp.hypervisor.hypervisor_arn #=> String
|
|
764
766
|
# resp.hypervisor.kms_key_arn #=> String
|
|
765
|
-
# resp.hypervisor.last_successful_metadata_sync_time #=> Time
|
|
766
|
-
# resp.hypervisor.latest_metadata_sync_status #=> String, one of "CREATED", "RUNNING", "FAILED", "PARTIALLY_FAILED", "SUCCEEDED"
|
|
767
|
-
# resp.hypervisor.latest_metadata_sync_status_message #=> String
|
|
768
|
-
# resp.hypervisor.log_group_arn #=> String
|
|
769
767
|
# resp.hypervisor.name #=> String
|
|
768
|
+
# resp.hypervisor.log_group_arn #=> String
|
|
770
769
|
# resp.hypervisor.state #=> String, one of "PENDING", "ONLINE", "OFFLINE", "ERROR"
|
|
770
|
+
# resp.hypervisor.last_successful_metadata_sync_time #=> Time
|
|
771
|
+
# resp.hypervisor.latest_metadata_sync_status_message #=> String
|
|
772
|
+
# resp.hypervisor.latest_metadata_sync_status #=> String, one of "CREATED", "RUNNING", "FAILED", "PARTIALLY_FAILED", "SUCCEEDED"
|
|
771
773
|
#
|
|
772
774
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/GetHypervisor AWS API Documentation
|
|
773
775
|
#
|
|
@@ -780,8 +782,8 @@ module Aws::BackupGateway
|
|
|
780
782
|
|
|
781
783
|
# This action retrieves the property mappings for the specified
|
|
782
784
|
# hypervisor. A hypervisor property mapping displays the relationship of
|
|
783
|
-
# entity properties available from the
|
|
784
|
-
#
|
|
785
|
+
# entity properties available from the hypervisor to the properties
|
|
786
|
+
# available in Amazon Web Services.
|
|
785
787
|
#
|
|
786
788
|
# @option params [required, String] :hypervisor_arn
|
|
787
789
|
# The Amazon Resource Name (ARN) of the hypervisor.
|
|
@@ -789,8 +791,8 @@ module Aws::BackupGateway
|
|
|
789
791
|
# @return [Types::GetHypervisorPropertyMappingsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
790
792
|
#
|
|
791
793
|
# * {Types::GetHypervisorPropertyMappingsOutput#hypervisor_arn #hypervisor_arn} => String
|
|
792
|
-
# * {Types::GetHypervisorPropertyMappingsOutput#iam_role_arn #iam_role_arn} => String
|
|
793
794
|
# * {Types::GetHypervisorPropertyMappingsOutput#vmware_to_aws_tag_mappings #vmware_to_aws_tag_mappings} => Array<Types::VmwareToAwsTagMapping>
|
|
795
|
+
# * {Types::GetHypervisorPropertyMappingsOutput#iam_role_arn #iam_role_arn} => String
|
|
794
796
|
#
|
|
795
797
|
# @example Request syntax with placeholder values
|
|
796
798
|
#
|
|
@@ -801,12 +803,12 @@ module Aws::BackupGateway
|
|
|
801
803
|
# @example Response structure
|
|
802
804
|
#
|
|
803
805
|
# resp.hypervisor_arn #=> String
|
|
804
|
-
# resp.iam_role_arn #=> String
|
|
805
806
|
# resp.vmware_to_aws_tag_mappings #=> Array
|
|
806
|
-
# resp.vmware_to_aws_tag_mappings[0].aws_tag_key #=> String
|
|
807
|
-
# resp.vmware_to_aws_tag_mappings[0].aws_tag_value #=> String
|
|
808
807
|
# resp.vmware_to_aws_tag_mappings[0].vmware_category #=> String
|
|
809
808
|
# resp.vmware_to_aws_tag_mappings[0].vmware_tag_name #=> String
|
|
809
|
+
# resp.vmware_to_aws_tag_mappings[0].aws_tag_key #=> String
|
|
810
|
+
# resp.vmware_to_aws_tag_mappings[0].aws_tag_value #=> String
|
|
811
|
+
# resp.iam_role_arn #=> String
|
|
810
812
|
#
|
|
811
813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/GetHypervisorPropertyMappings AWS API Documentation
|
|
812
814
|
#
|
|
@@ -837,14 +839,14 @@ module Aws::BackupGateway
|
|
|
837
839
|
#
|
|
838
840
|
# resp.virtual_machine.host_name #=> String
|
|
839
841
|
# resp.virtual_machine.hypervisor_id #=> String
|
|
840
|
-
# resp.virtual_machine.last_backup_date #=> Time
|
|
841
842
|
# resp.virtual_machine.name #=> String
|
|
842
843
|
# resp.virtual_machine.path #=> String
|
|
843
844
|
# resp.virtual_machine.resource_arn #=> String
|
|
845
|
+
# resp.virtual_machine.last_backup_date #=> Time
|
|
844
846
|
# resp.virtual_machine.vmware_tags #=> Array
|
|
845
847
|
# resp.virtual_machine.vmware_tags[0].vmware_category #=> String
|
|
846
|
-
# resp.virtual_machine.vmware_tags[0].vmware_tag_description #=> String
|
|
847
848
|
# resp.virtual_machine.vmware_tags[0].vmware_tag_name #=> String
|
|
849
|
+
# resp.virtual_machine.vmware_tags[0].vmware_tag_description #=> String
|
|
848
850
|
#
|
|
849
851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/GetVirtualMachine AWS API Documentation
|
|
850
852
|
#
|
|
@@ -857,25 +859,25 @@ module Aws::BackupGateway
|
|
|
857
859
|
|
|
858
860
|
# Connect to a hypervisor by importing its configuration.
|
|
859
861
|
#
|
|
862
|
+
# @option params [required, String] :name
|
|
863
|
+
# The name of the hypervisor.
|
|
864
|
+
#
|
|
860
865
|
# @option params [required, String] :host
|
|
861
866
|
# The server host of the hypervisor. This can be either an IP address or
|
|
862
867
|
# a fully-qualified domain name (FQDN).
|
|
863
868
|
#
|
|
864
|
-
# @option params [String] :
|
|
865
|
-
# The
|
|
866
|
-
#
|
|
867
|
-
# @option params [required, String] :name
|
|
868
|
-
# The name of the hypervisor.
|
|
869
|
+
# @option params [String] :username
|
|
870
|
+
# The username for the hypervisor.
|
|
869
871
|
#
|
|
870
872
|
# @option params [String] :password
|
|
871
873
|
# The password for the hypervisor.
|
|
872
874
|
#
|
|
875
|
+
# @option params [String] :kms_key_arn
|
|
876
|
+
# The Key Management Service for the hypervisor.
|
|
877
|
+
#
|
|
873
878
|
# @option params [Array<Types::Tag>] :tags
|
|
874
879
|
# The tags of the hypervisor configuration to import.
|
|
875
880
|
#
|
|
876
|
-
# @option params [String] :username
|
|
877
|
-
# The username for the hypervisor.
|
|
878
|
-
#
|
|
879
881
|
# @return [Types::ImportHypervisorConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
880
882
|
#
|
|
881
883
|
# * {Types::ImportHypervisorConfigurationOutput#hypervisor_arn #hypervisor_arn} => String
|
|
@@ -883,17 +885,17 @@ module Aws::BackupGateway
|
|
|
883
885
|
# @example Request syntax with placeholder values
|
|
884
886
|
#
|
|
885
887
|
# resp = client.import_hypervisor_configuration({
|
|
886
|
-
# host: "Host", # required
|
|
887
|
-
# kms_key_arn: "KmsKeyArn",
|
|
888
888
|
# name: "Name", # required
|
|
889
|
+
# host: "Host", # required
|
|
890
|
+
# username: "Username",
|
|
889
891
|
# password: "Password",
|
|
892
|
+
# kms_key_arn: "KmsKeyArn",
|
|
890
893
|
# tags: [
|
|
891
894
|
# {
|
|
892
895
|
# key: "TagKey", # required
|
|
893
896
|
# value: "TagValue", # required
|
|
894
897
|
# },
|
|
895
898
|
# ],
|
|
896
|
-
# username: "Username",
|
|
897
899
|
# })
|
|
898
900
|
#
|
|
899
901
|
# @example Response structure
|
|
@@ -1049,8 +1051,8 @@ module Aws::BackupGateway
|
|
|
1049
1051
|
#
|
|
1050
1052
|
# @return [Types::ListVirtualMachinesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1051
1053
|
#
|
|
1052
|
-
# * {Types::ListVirtualMachinesOutput#next_token #next_token} => String
|
|
1053
1054
|
# * {Types::ListVirtualMachinesOutput#virtual_machines #virtual_machines} => Array<Types::VirtualMachine>
|
|
1055
|
+
# * {Types::ListVirtualMachinesOutput#next_token #next_token} => String
|
|
1054
1056
|
#
|
|
1055
1057
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1056
1058
|
#
|
|
@@ -1064,14 +1066,14 @@ module Aws::BackupGateway
|
|
|
1064
1066
|
#
|
|
1065
1067
|
# @example Response structure
|
|
1066
1068
|
#
|
|
1067
|
-
# resp.next_token #=> String
|
|
1068
1069
|
# resp.virtual_machines #=> Array
|
|
1069
1070
|
# resp.virtual_machines[0].host_name #=> String
|
|
1070
1071
|
# resp.virtual_machines[0].hypervisor_id #=> String
|
|
1071
|
-
# resp.virtual_machines[0].last_backup_date #=> Time
|
|
1072
1072
|
# resp.virtual_machines[0].name #=> String
|
|
1073
1073
|
# resp.virtual_machines[0].path #=> String
|
|
1074
1074
|
# resp.virtual_machines[0].resource_arn #=> String
|
|
1075
|
+
# resp.virtual_machines[0].last_backup_date #=> Time
|
|
1076
|
+
# resp.next_token #=> String
|
|
1075
1077
|
#
|
|
1076
1078
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/ListVirtualMachines AWS API Documentation
|
|
1077
1079
|
#
|
|
@@ -1087,11 +1089,6 @@ module Aws::BackupGateway
|
|
|
1087
1089
|
# schedule, which means no bandwidth rate limiting is in effect. Use
|
|
1088
1090
|
# this to initiate a gateway's bandwidth rate limit schedule.
|
|
1089
1091
|
#
|
|
1090
|
-
# @option params [required, Array<Types::BandwidthRateLimitInterval>] :bandwidth_rate_limit_intervals
|
|
1091
|
-
# An array containing bandwidth rate limit schedule intervals for a
|
|
1092
|
-
# gateway. When no bandwidth rate limit intervals have been scheduled,
|
|
1093
|
-
# the array is empty.
|
|
1094
|
-
#
|
|
1095
1092
|
# @option params [required, String] :gateway_arn
|
|
1096
1093
|
# The Amazon Resource Name (ARN) of the gateway. Use the [
|
|
1097
1094
|
# `ListGateways` ][1] operation to return a list of gateways for your
|
|
@@ -1101,6 +1098,11 @@ module Aws::BackupGateway
|
|
|
1101
1098
|
#
|
|
1102
1099
|
# [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html
|
|
1103
1100
|
#
|
|
1101
|
+
# @option params [required, Array<Types::BandwidthRateLimitInterval>] :bandwidth_rate_limit_intervals
|
|
1102
|
+
# An array containing bandwidth rate limit schedule intervals for a
|
|
1103
|
+
# gateway. When no bandwidth rate limit intervals have been scheduled,
|
|
1104
|
+
# the array is empty.
|
|
1105
|
+
#
|
|
1104
1106
|
# @return [Types::PutBandwidthRateLimitScheduleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1105
1107
|
#
|
|
1106
1108
|
# * {Types::PutBandwidthRateLimitScheduleOutput#gateway_arn #gateway_arn} => String
|
|
@@ -1108,17 +1110,17 @@ module Aws::BackupGateway
|
|
|
1108
1110
|
# @example Request syntax with placeholder values
|
|
1109
1111
|
#
|
|
1110
1112
|
# resp = client.put_bandwidth_rate_limit_schedule({
|
|
1113
|
+
# gateway_arn: "GatewayArn", # required
|
|
1111
1114
|
# bandwidth_rate_limit_intervals: [ # required
|
|
1112
1115
|
# {
|
|
1113
1116
|
# average_upload_rate_limit_in_bits_per_sec: 1,
|
|
1114
|
-
# days_of_week: [1], # required
|
|
1115
|
-
# end_hour_of_day: 1, # required
|
|
1116
|
-
# end_minute_of_hour: 1, # required
|
|
1117
1117
|
# start_hour_of_day: 1, # required
|
|
1118
|
+
# end_hour_of_day: 1, # required
|
|
1118
1119
|
# start_minute_of_hour: 1, # required
|
|
1120
|
+
# end_minute_of_hour: 1, # required
|
|
1121
|
+
# days_of_week: [1], # required
|
|
1119
1122
|
# },
|
|
1120
1123
|
# ],
|
|
1121
|
-
# gateway_arn: "GatewayArn", # required
|
|
1122
1124
|
# })
|
|
1123
1125
|
#
|
|
1124
1126
|
# @example Response structure
|
|
@@ -1136,19 +1138,19 @@ module Aws::BackupGateway
|
|
|
1136
1138
|
|
|
1137
1139
|
# This action sets the property mappings for the specified hypervisor. A
|
|
1138
1140
|
# hypervisor property mapping displays the relationship of entity
|
|
1139
|
-
# properties available from the
|
|
1140
|
-
#
|
|
1141
|
+
# properties available from the hypervisor to the properties available
|
|
1142
|
+
# in Amazon Web Services.
|
|
1141
1143
|
#
|
|
1142
1144
|
# @option params [required, String] :hypervisor_arn
|
|
1143
1145
|
# The Amazon Resource Name (ARN) of the hypervisor.
|
|
1144
1146
|
#
|
|
1147
|
+
# @option params [required, Array<Types::VmwareToAwsTagMapping>] :vmware_to_aws_tag_mappings
|
|
1148
|
+
# This action requests the mappings of VMware tags to the Amazon Web
|
|
1149
|
+
# Services tags.
|
|
1150
|
+
#
|
|
1145
1151
|
# @option params [required, String] :iam_role_arn
|
|
1146
1152
|
# The Amazon Resource Name (ARN) of the IAM role.
|
|
1147
1153
|
#
|
|
1148
|
-
# @option params [required, Array<Types::VmwareToAwsTagMapping>] :vmware_to_aws_tag_mappings
|
|
1149
|
-
# This action requests the mappings of on-premises VMware tags to the
|
|
1150
|
-
# Amazon Web Services tags.
|
|
1151
|
-
#
|
|
1152
1154
|
# @return [Types::PutHypervisorPropertyMappingsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1153
1155
|
#
|
|
1154
1156
|
# * {Types::PutHypervisorPropertyMappingsOutput#hypervisor_arn #hypervisor_arn} => String
|
|
@@ -1157,15 +1159,15 @@ module Aws::BackupGateway
|
|
|
1157
1159
|
#
|
|
1158
1160
|
# resp = client.put_hypervisor_property_mappings({
|
|
1159
1161
|
# hypervisor_arn: "ServerArn", # required
|
|
1160
|
-
# iam_role_arn: "IamRoleArn", # required
|
|
1161
1162
|
# vmware_to_aws_tag_mappings: [ # required
|
|
1162
1163
|
# {
|
|
1163
|
-
# aws_tag_key: "TagKey", # required
|
|
1164
|
-
# aws_tag_value: "TagValue", # required
|
|
1165
1164
|
# vmware_category: "VmwareCategory", # required
|
|
1166
1165
|
# vmware_tag_name: "VmwareTagName", # required
|
|
1166
|
+
# aws_tag_key: "TagKey", # required
|
|
1167
|
+
# aws_tag_value: "TagValue", # required
|
|
1167
1168
|
# },
|
|
1168
1169
|
# ],
|
|
1170
|
+
# iam_role_arn: "IamRoleArn", # required
|
|
1169
1171
|
# })
|
|
1170
1172
|
#
|
|
1171
1173
|
# @example Response structure
|
|
@@ -1183,14 +1185,6 @@ module Aws::BackupGateway
|
|
|
1183
1185
|
|
|
1184
1186
|
# Set the maintenance start time for a gateway.
|
|
1185
1187
|
#
|
|
1186
|
-
# @option params [Integer] :day_of_month
|
|
1187
|
-
# The day of the month start maintenance on a gateway.
|
|
1188
|
-
#
|
|
1189
|
-
# Valid values range from `Sunday` to `Saturday`.
|
|
1190
|
-
#
|
|
1191
|
-
# @option params [Integer] :day_of_week
|
|
1192
|
-
# The day of the week to start maintenance on a gateway.
|
|
1193
|
-
#
|
|
1194
1188
|
# @option params [required, String] :gateway_arn
|
|
1195
1189
|
# The Amazon Resource Name (ARN) for the gateway, used to specify its
|
|
1196
1190
|
# maintenance start time.
|
|
@@ -1201,6 +1195,14 @@ module Aws::BackupGateway
|
|
|
1201
1195
|
# @option params [required, Integer] :minute_of_hour
|
|
1202
1196
|
# The minute of the hour to start maintenance on a gateway.
|
|
1203
1197
|
#
|
|
1198
|
+
# @option params [Integer] :day_of_week
|
|
1199
|
+
# The day of the week to start maintenance on a gateway.
|
|
1200
|
+
#
|
|
1201
|
+
# @option params [Integer] :day_of_month
|
|
1202
|
+
# The day of the month start maintenance on a gateway.
|
|
1203
|
+
#
|
|
1204
|
+
# Valid values range from `Sunday` to `Saturday`.
|
|
1205
|
+
#
|
|
1204
1206
|
# @return [Types::PutMaintenanceStartTimeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1205
1207
|
#
|
|
1206
1208
|
# * {Types::PutMaintenanceStartTimeOutput#gateway_arn #gateway_arn} => String
|
|
@@ -1208,11 +1210,11 @@ module Aws::BackupGateway
|
|
|
1208
1210
|
# @example Request syntax with placeholder values
|
|
1209
1211
|
#
|
|
1210
1212
|
# resp = client.put_maintenance_start_time({
|
|
1211
|
-
# day_of_month: 1,
|
|
1212
|
-
# day_of_week: 1,
|
|
1213
1213
|
# gateway_arn: "GatewayArn", # required
|
|
1214
1214
|
# hour_of_day: 1, # required
|
|
1215
1215
|
# minute_of_hour: 1, # required
|
|
1216
|
+
# day_of_week: 1,
|
|
1217
|
+
# day_of_month: 1,
|
|
1216
1218
|
# })
|
|
1217
1219
|
#
|
|
1218
1220
|
# @example Response structure
|
|
@@ -1305,12 +1307,12 @@ module Aws::BackupGateway
|
|
|
1305
1307
|
# The server host of the hypervisor. This can be either an IP address or
|
|
1306
1308
|
# a fully-qualified domain name (FQDN).
|
|
1307
1309
|
#
|
|
1308
|
-
# @option params [String] :password
|
|
1309
|
-
# The password for the hypervisor.
|
|
1310
|
-
#
|
|
1311
1310
|
# @option params [String] :username
|
|
1312
1311
|
# The username for the hypervisor.
|
|
1313
1312
|
#
|
|
1313
|
+
# @option params [String] :password
|
|
1314
|
+
# The password for the hypervisor.
|
|
1315
|
+
#
|
|
1314
1316
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1315
1317
|
#
|
|
1316
1318
|
# @example Request syntax with placeholder values
|
|
@@ -1318,8 +1320,8 @@ module Aws::BackupGateway
|
|
|
1318
1320
|
# resp = client.test_hypervisor_configuration({
|
|
1319
1321
|
# gateway_arn: "GatewayArn", # required
|
|
1320
1322
|
# host: "Host", # required
|
|
1321
|
-
# password: "Password",
|
|
1322
1323
|
# username: "Username",
|
|
1324
|
+
# password: "Password",
|
|
1323
1325
|
# })
|
|
1324
1326
|
#
|
|
1325
1327
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/TestHypervisorConfiguration AWS API Documentation
|
|
@@ -1436,25 +1438,25 @@ module Aws::BackupGateway
|
|
|
1436
1438
|
# password. Specify which hypervisor to update using the Amazon Resource
|
|
1437
1439
|
# Name (ARN) of the hypervisor in your request.
|
|
1438
1440
|
#
|
|
1441
|
+
# @option params [required, String] :hypervisor_arn
|
|
1442
|
+
# The Amazon Resource Name (ARN) of the hypervisor to update.
|
|
1443
|
+
#
|
|
1439
1444
|
# @option params [String] :host
|
|
1440
1445
|
# The updated host of the hypervisor. This can be either an IP address
|
|
1441
1446
|
# or a fully-qualified domain name (FQDN).
|
|
1442
1447
|
#
|
|
1443
|
-
# @option params [
|
|
1444
|
-
# The
|
|
1448
|
+
# @option params [String] :username
|
|
1449
|
+
# The updated username for the hypervisor.
|
|
1445
1450
|
#
|
|
1446
|
-
# @option params [String] :
|
|
1447
|
-
# The
|
|
1448
|
-
# requested log.
|
|
1451
|
+
# @option params [String] :password
|
|
1452
|
+
# The updated password for the hypervisor.
|
|
1449
1453
|
#
|
|
1450
1454
|
# @option params [String] :name
|
|
1451
1455
|
# The updated name for the hypervisor
|
|
1452
1456
|
#
|
|
1453
|
-
# @option params [String] :
|
|
1454
|
-
# The
|
|
1455
|
-
#
|
|
1456
|
-
# @option params [String] :username
|
|
1457
|
-
# The updated username for the hypervisor.
|
|
1457
|
+
# @option params [String] :log_group_arn
|
|
1458
|
+
# The Amazon Resource Name (ARN) of the group of gateways within the
|
|
1459
|
+
# requested log.
|
|
1458
1460
|
#
|
|
1459
1461
|
# @return [Types::UpdateHypervisorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1460
1462
|
#
|
|
@@ -1463,12 +1465,12 @@ module Aws::BackupGateway
|
|
|
1463
1465
|
# @example Request syntax with placeholder values
|
|
1464
1466
|
#
|
|
1465
1467
|
# resp = client.update_hypervisor({
|
|
1466
|
-
# host: "Host",
|
|
1467
1468
|
# hypervisor_arn: "ServerArn", # required
|
|
1468
|
-
#
|
|
1469
|
-
# name: "Name",
|
|
1470
|
-
# password: "Password",
|
|
1469
|
+
# host: "Host",
|
|
1471
1470
|
# username: "Username",
|
|
1471
|
+
# password: "Password",
|
|
1472
|
+
# name: "Name",
|
|
1473
|
+
# log_group_arn: "LogGroupArn",
|
|
1472
1474
|
# })
|
|
1473
1475
|
#
|
|
1474
1476
|
# @example Response structure
|
|
@@ -1502,7 +1504,7 @@ module Aws::BackupGateway
|
|
|
1502
1504
|
tracer: tracer
|
|
1503
1505
|
)
|
|
1504
1506
|
context[:gem_name] = 'aws-sdk-backupgateway'
|
|
1505
|
-
context[:gem_version] = '1.
|
|
1507
|
+
context[:gem_version] = '1.49.0'
|
|
1506
1508
|
Seahorse::Client::Request.new(handlers, context)
|
|
1507
1509
|
end
|
|
1508
1510
|
|
|
@@ -133,11 +133,11 @@ module Aws::BackupGateway
|
|
|
133
133
|
AssociateGatewayToServerOutput.struct_class = Types::AssociateGatewayToServerOutput
|
|
134
134
|
|
|
135
135
|
BandwidthRateLimitInterval.add_member(:average_upload_rate_limit_in_bits_per_sec, Shapes::ShapeRef.new(shape: AverageUploadRateLimit, location_name: "AverageUploadRateLimitInBitsPerSec"))
|
|
136
|
-
BandwidthRateLimitInterval.add_member(:days_of_week, Shapes::ShapeRef.new(shape: DaysOfWeek, required: true, location_name: "DaysOfWeek"))
|
|
137
|
-
BandwidthRateLimitInterval.add_member(:end_hour_of_day, Shapes::ShapeRef.new(shape: HourOfDay, required: true, location_name: "EndHourOfDay"))
|
|
138
|
-
BandwidthRateLimitInterval.add_member(:end_minute_of_hour, Shapes::ShapeRef.new(shape: MinuteOfHour, required: true, location_name: "EndMinuteOfHour"))
|
|
139
136
|
BandwidthRateLimitInterval.add_member(:start_hour_of_day, Shapes::ShapeRef.new(shape: HourOfDay, required: true, location_name: "StartHourOfDay"))
|
|
137
|
+
BandwidthRateLimitInterval.add_member(:end_hour_of_day, Shapes::ShapeRef.new(shape: HourOfDay, required: true, location_name: "EndHourOfDay"))
|
|
140
138
|
BandwidthRateLimitInterval.add_member(:start_minute_of_hour, Shapes::ShapeRef.new(shape: MinuteOfHour, required: true, location_name: "StartMinuteOfHour"))
|
|
139
|
+
BandwidthRateLimitInterval.add_member(:end_minute_of_hour, Shapes::ShapeRef.new(shape: MinuteOfHour, required: true, location_name: "EndMinuteOfHour"))
|
|
140
|
+
BandwidthRateLimitInterval.add_member(:days_of_week, Shapes::ShapeRef.new(shape: DaysOfWeek, required: true, location_name: "DaysOfWeek"))
|
|
141
141
|
BandwidthRateLimitInterval.struct_class = Types::BandwidthRateLimitInterval
|
|
142
142
|
|
|
143
143
|
BandwidthRateLimitIntervals.member = Shapes::ShapeRef.new(shape: BandwidthRateLimitInterval)
|
|
@@ -190,6 +190,8 @@ module Aws::BackupGateway
|
|
|
190
190
|
GatewayDetails.add_member(:maintenance_start_time, Shapes::ShapeRef.new(shape: MaintenanceStartTime, location_name: "MaintenanceStartTime"))
|
|
191
191
|
GatewayDetails.add_member(:next_update_availability_time, Shapes::ShapeRef.new(shape: Time, location_name: "NextUpdateAvailabilityTime"))
|
|
192
192
|
GatewayDetails.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint"))
|
|
193
|
+
GatewayDetails.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: Time, location_name: "DeprecationDate"))
|
|
194
|
+
GatewayDetails.add_member(:software_version, Shapes::ShapeRef.new(shape: Name, location_name: "SoftwareVersion"))
|
|
193
195
|
GatewayDetails.struct_class = Types::GatewayDetails
|
|
194
196
|
|
|
195
197
|
Gateways.member = Shapes::ShapeRef.new(shape: Gateway)
|
|
@@ -197,8 +199,8 @@ module Aws::BackupGateway
|
|
|
197
199
|
GetBandwidthRateLimitScheduleInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "GatewayArn"))
|
|
198
200
|
GetBandwidthRateLimitScheduleInput.struct_class = Types::GetBandwidthRateLimitScheduleInput
|
|
199
201
|
|
|
200
|
-
GetBandwidthRateLimitScheduleOutput.add_member(:bandwidth_rate_limit_intervals, Shapes::ShapeRef.new(shape: BandwidthRateLimitIntervals, location_name: "BandwidthRateLimitIntervals"))
|
|
201
202
|
GetBandwidthRateLimitScheduleOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, location_name: "GatewayArn"))
|
|
203
|
+
GetBandwidthRateLimitScheduleOutput.add_member(:bandwidth_rate_limit_intervals, Shapes::ShapeRef.new(shape: BandwidthRateLimitIntervals, location_name: "BandwidthRateLimitIntervals"))
|
|
202
204
|
GetBandwidthRateLimitScheduleOutput.struct_class = Types::GetBandwidthRateLimitScheduleOutput
|
|
203
205
|
|
|
204
206
|
GetGatewayInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "GatewayArn"))
|
|
@@ -217,8 +219,8 @@ module Aws::BackupGateway
|
|
|
217
219
|
GetHypervisorPropertyMappingsInput.struct_class = Types::GetHypervisorPropertyMappingsInput
|
|
218
220
|
|
|
219
221
|
GetHypervisorPropertyMappingsOutput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, location_name: "HypervisorArn"))
|
|
220
|
-
GetHypervisorPropertyMappingsOutput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "IamRoleArn"))
|
|
221
222
|
GetHypervisorPropertyMappingsOutput.add_member(:vmware_to_aws_tag_mappings, Shapes::ShapeRef.new(shape: VmwareToAwsTagMappings, location_name: "VmwareToAwsTagMappings"))
|
|
223
|
+
GetHypervisorPropertyMappingsOutput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "IamRoleArn"))
|
|
222
224
|
GetHypervisorPropertyMappingsOutput.struct_class = Types::GetHypervisorPropertyMappingsOutput
|
|
223
225
|
|
|
224
226
|
GetVirtualMachineInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
|
@@ -237,22 +239,22 @@ module Aws::BackupGateway
|
|
|
237
239
|
HypervisorDetails.add_member(:host, Shapes::ShapeRef.new(shape: Host, location_name: "Host"))
|
|
238
240
|
HypervisorDetails.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, location_name: "HypervisorArn"))
|
|
239
241
|
HypervisorDetails.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
|
240
|
-
HypervisorDetails.add_member(:last_successful_metadata_sync_time, Shapes::ShapeRef.new(shape: Time, location_name: "LastSuccessfulMetadataSyncTime"))
|
|
241
|
-
HypervisorDetails.add_member(:latest_metadata_sync_status, Shapes::ShapeRef.new(shape: SyncMetadataStatus, location_name: "LatestMetadataSyncStatus"))
|
|
242
|
-
HypervisorDetails.add_member(:latest_metadata_sync_status_message, Shapes::ShapeRef.new(shape: string, location_name: "LatestMetadataSyncStatusMessage"))
|
|
243
|
-
HypervisorDetails.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "LogGroupArn"))
|
|
244
242
|
HypervisorDetails.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
243
|
+
HypervisorDetails.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "LogGroupArn"))
|
|
245
244
|
HypervisorDetails.add_member(:state, Shapes::ShapeRef.new(shape: HypervisorState, location_name: "State"))
|
|
245
|
+
HypervisorDetails.add_member(:last_successful_metadata_sync_time, Shapes::ShapeRef.new(shape: Time, location_name: "LastSuccessfulMetadataSyncTime"))
|
|
246
|
+
HypervisorDetails.add_member(:latest_metadata_sync_status_message, Shapes::ShapeRef.new(shape: string, location_name: "LatestMetadataSyncStatusMessage"))
|
|
247
|
+
HypervisorDetails.add_member(:latest_metadata_sync_status, Shapes::ShapeRef.new(shape: SyncMetadataStatus, location_name: "LatestMetadataSyncStatus"))
|
|
246
248
|
HypervisorDetails.struct_class = Types::HypervisorDetails
|
|
247
249
|
|
|
248
250
|
Hypervisors.member = Shapes::ShapeRef.new(shape: Hypervisor)
|
|
249
251
|
|
|
250
|
-
ImportHypervisorConfigurationInput.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
|
251
|
-
ImportHypervisorConfigurationInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
|
252
252
|
ImportHypervisorConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
|
253
|
+
ImportHypervisorConfigurationInput.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
|
254
|
+
ImportHypervisorConfigurationInput.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
|
253
255
|
ImportHypervisorConfigurationInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
|
256
|
+
ImportHypervisorConfigurationInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
|
254
257
|
ImportHypervisorConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
255
|
-
ImportHypervisorConfigurationInput.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
|
256
258
|
ImportHypervisorConfigurationInput.struct_class = Types::ImportHypervisorConfigurationInput
|
|
257
259
|
|
|
258
260
|
ImportHypervisorConfigurationOutput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, location_name: "HypervisorArn"))
|
|
@@ -290,8 +292,8 @@ module Aws::BackupGateway
|
|
|
290
292
|
ListVirtualMachinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
291
293
|
ListVirtualMachinesInput.struct_class = Types::ListVirtualMachinesInput
|
|
292
294
|
|
|
293
|
-
ListVirtualMachinesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
294
295
|
ListVirtualMachinesOutput.add_member(:virtual_machines, Shapes::ShapeRef.new(shape: VirtualMachines, location_name: "VirtualMachines"))
|
|
296
|
+
ListVirtualMachinesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
295
297
|
ListVirtualMachinesOutput.struct_class = Types::ListVirtualMachinesOutput
|
|
296
298
|
|
|
297
299
|
MaintenanceStartTime.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
|
|
@@ -300,26 +302,26 @@ module Aws::BackupGateway
|
|
|
300
302
|
MaintenanceStartTime.add_member(:minute_of_hour, Shapes::ShapeRef.new(shape: MinuteOfHour, required: true, location_name: "MinuteOfHour"))
|
|
301
303
|
MaintenanceStartTime.struct_class = Types::MaintenanceStartTime
|
|
302
304
|
|
|
303
|
-
PutBandwidthRateLimitScheduleInput.add_member(:bandwidth_rate_limit_intervals, Shapes::ShapeRef.new(shape: BandwidthRateLimitIntervals, required: true, location_name: "BandwidthRateLimitIntervals"))
|
|
304
305
|
PutBandwidthRateLimitScheduleInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "GatewayArn"))
|
|
306
|
+
PutBandwidthRateLimitScheduleInput.add_member(:bandwidth_rate_limit_intervals, Shapes::ShapeRef.new(shape: BandwidthRateLimitIntervals, required: true, location_name: "BandwidthRateLimitIntervals"))
|
|
305
307
|
PutBandwidthRateLimitScheduleInput.struct_class = Types::PutBandwidthRateLimitScheduleInput
|
|
306
308
|
|
|
307
309
|
PutBandwidthRateLimitScheduleOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, location_name: "GatewayArn"))
|
|
308
310
|
PutBandwidthRateLimitScheduleOutput.struct_class = Types::PutBandwidthRateLimitScheduleOutput
|
|
309
311
|
|
|
310
312
|
PutHypervisorPropertyMappingsInput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, required: true, location_name: "HypervisorArn"))
|
|
311
|
-
PutHypervisorPropertyMappingsInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "IamRoleArn"))
|
|
312
313
|
PutHypervisorPropertyMappingsInput.add_member(:vmware_to_aws_tag_mappings, Shapes::ShapeRef.new(shape: VmwareToAwsTagMappings, required: true, location_name: "VmwareToAwsTagMappings"))
|
|
314
|
+
PutHypervisorPropertyMappingsInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "IamRoleArn"))
|
|
313
315
|
PutHypervisorPropertyMappingsInput.struct_class = Types::PutHypervisorPropertyMappingsInput
|
|
314
316
|
|
|
315
317
|
PutHypervisorPropertyMappingsOutput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, location_name: "HypervisorArn"))
|
|
316
318
|
PutHypervisorPropertyMappingsOutput.struct_class = Types::PutHypervisorPropertyMappingsOutput
|
|
317
319
|
|
|
318
|
-
PutMaintenanceStartTimeInput.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
|
|
319
|
-
PutMaintenanceStartTimeInput.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
|
|
320
320
|
PutMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "GatewayArn"))
|
|
321
321
|
PutMaintenanceStartTimeInput.add_member(:hour_of_day, Shapes::ShapeRef.new(shape: HourOfDay, required: true, location_name: "HourOfDay"))
|
|
322
322
|
PutMaintenanceStartTimeInput.add_member(:minute_of_hour, Shapes::ShapeRef.new(shape: MinuteOfHour, required: true, location_name: "MinuteOfHour"))
|
|
323
|
+
PutMaintenanceStartTimeInput.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
|
|
324
|
+
PutMaintenanceStartTimeInput.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
|
|
323
325
|
PutMaintenanceStartTimeInput.struct_class = Types::PutMaintenanceStartTimeInput
|
|
324
326
|
|
|
325
327
|
PutMaintenanceStartTimeOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, location_name: "GatewayArn"))
|
|
@@ -352,8 +354,8 @@ module Aws::BackupGateway
|
|
|
352
354
|
|
|
353
355
|
TestHypervisorConfigurationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "GatewayArn"))
|
|
354
356
|
TestHypervisorConfigurationInput.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
|
355
|
-
TestHypervisorConfigurationInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
|
356
357
|
TestHypervisorConfigurationInput.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
|
358
|
+
TestHypervisorConfigurationInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
|
357
359
|
TestHypervisorConfigurationInput.struct_class = Types::TestHypervisorConfigurationInput
|
|
358
360
|
|
|
359
361
|
TestHypervisorConfigurationOutput.struct_class = Types::TestHypervisorConfigurationOutput
|
|
@@ -382,12 +384,12 @@ module Aws::BackupGateway
|
|
|
382
384
|
UpdateGatewaySoftwareNowOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, location_name: "GatewayArn"))
|
|
383
385
|
UpdateGatewaySoftwareNowOutput.struct_class = Types::UpdateGatewaySoftwareNowOutput
|
|
384
386
|
|
|
385
|
-
UpdateHypervisorInput.add_member(:host, Shapes::ShapeRef.new(shape: Host, location_name: "Host"))
|
|
386
387
|
UpdateHypervisorInput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, required: true, location_name: "HypervisorArn"))
|
|
387
|
-
UpdateHypervisorInput.add_member(:
|
|
388
|
-
UpdateHypervisorInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
389
|
-
UpdateHypervisorInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
|
388
|
+
UpdateHypervisorInput.add_member(:host, Shapes::ShapeRef.new(shape: Host, location_name: "Host"))
|
|
390
389
|
UpdateHypervisorInput.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
|
390
|
+
UpdateHypervisorInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
|
391
|
+
UpdateHypervisorInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
392
|
+
UpdateHypervisorInput.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "LogGroupArn"))
|
|
391
393
|
UpdateHypervisorInput.struct_class = Types::UpdateHypervisorInput
|
|
392
394
|
|
|
393
395
|
UpdateHypervisorOutput.add_member(:hypervisor_arn, Shapes::ShapeRef.new(shape: ServerArn, location_name: "HypervisorArn"))
|
|
@@ -399,34 +401,34 @@ module Aws::BackupGateway
|
|
|
399
401
|
|
|
400
402
|
VirtualMachine.add_member(:host_name, Shapes::ShapeRef.new(shape: Name, location_name: "HostName"))
|
|
401
403
|
VirtualMachine.add_member(:hypervisor_id, Shapes::ShapeRef.new(shape: string, location_name: "HypervisorId"))
|
|
402
|
-
VirtualMachine.add_member(:last_backup_date, Shapes::ShapeRef.new(shape: Time, location_name: "LastBackupDate"))
|
|
403
404
|
VirtualMachine.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
404
405
|
VirtualMachine.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
|
405
406
|
VirtualMachine.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
|
407
|
+
VirtualMachine.add_member(:last_backup_date, Shapes::ShapeRef.new(shape: Time, location_name: "LastBackupDate"))
|
|
406
408
|
VirtualMachine.struct_class = Types::VirtualMachine
|
|
407
409
|
|
|
408
410
|
VirtualMachineDetails.add_member(:host_name, Shapes::ShapeRef.new(shape: Name, location_name: "HostName"))
|
|
409
411
|
VirtualMachineDetails.add_member(:hypervisor_id, Shapes::ShapeRef.new(shape: string, location_name: "HypervisorId"))
|
|
410
|
-
VirtualMachineDetails.add_member(:last_backup_date, Shapes::ShapeRef.new(shape: Time, location_name: "LastBackupDate"))
|
|
411
412
|
VirtualMachineDetails.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
412
413
|
VirtualMachineDetails.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
|
413
414
|
VirtualMachineDetails.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
|
415
|
+
VirtualMachineDetails.add_member(:last_backup_date, Shapes::ShapeRef.new(shape: Time, location_name: "LastBackupDate"))
|
|
414
416
|
VirtualMachineDetails.add_member(:vmware_tags, Shapes::ShapeRef.new(shape: VmwareTags, location_name: "VmwareTags"))
|
|
415
417
|
VirtualMachineDetails.struct_class = Types::VirtualMachineDetails
|
|
416
418
|
|
|
417
419
|
VirtualMachines.member = Shapes::ShapeRef.new(shape: VirtualMachine)
|
|
418
420
|
|
|
419
421
|
VmwareTag.add_member(:vmware_category, Shapes::ShapeRef.new(shape: VmwareCategory, location_name: "VmwareCategory"))
|
|
420
|
-
VmwareTag.add_member(:vmware_tag_description, Shapes::ShapeRef.new(shape: string, location_name: "VmwareTagDescription"))
|
|
421
422
|
VmwareTag.add_member(:vmware_tag_name, Shapes::ShapeRef.new(shape: VmwareTagName, location_name: "VmwareTagName"))
|
|
423
|
+
VmwareTag.add_member(:vmware_tag_description, Shapes::ShapeRef.new(shape: string, location_name: "VmwareTagDescription"))
|
|
422
424
|
VmwareTag.struct_class = Types::VmwareTag
|
|
423
425
|
|
|
424
426
|
VmwareTags.member = Shapes::ShapeRef.new(shape: VmwareTag)
|
|
425
427
|
|
|
426
|
-
VmwareToAwsTagMapping.add_member(:aws_tag_key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "AwsTagKey"))
|
|
427
|
-
VmwareToAwsTagMapping.add_member(:aws_tag_value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "AwsTagValue"))
|
|
428
428
|
VmwareToAwsTagMapping.add_member(:vmware_category, Shapes::ShapeRef.new(shape: VmwareCategory, required: true, location_name: "VmwareCategory"))
|
|
429
429
|
VmwareToAwsTagMapping.add_member(:vmware_tag_name, Shapes::ShapeRef.new(shape: VmwareTagName, required: true, location_name: "VmwareTagName"))
|
|
430
|
+
VmwareToAwsTagMapping.add_member(:aws_tag_key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "AwsTagKey"))
|
|
431
|
+
VmwareToAwsTagMapping.add_member(:aws_tag_value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "AwsTagValue"))
|
|
430
432
|
VmwareToAwsTagMapping.struct_class = Types::VmwareToAwsTagMapping
|
|
431
433
|
|
|
432
434
|
VmwareToAwsTagMappings.member = Shapes::ShapeRef.new(shape: VmwareToAwsTagMapping)
|
|
@@ -439,9 +441,11 @@ module Aws::BackupGateway
|
|
|
439
441
|
|
|
440
442
|
api.metadata = {
|
|
441
443
|
"apiVersion" => "2021-01-01",
|
|
444
|
+
"auth" => ["aws.auth#sigv4"],
|
|
442
445
|
"endpointPrefix" => "backup-gateway",
|
|
443
446
|
"jsonVersion" => "1.0",
|
|
444
447
|
"protocol" => "json",
|
|
448
|
+
"protocols" => ["json"],
|
|
445
449
|
"serviceFullName" => "AWS Backup Gateway",
|
|
446
450
|
"serviceId" => "Backup Gateway",
|
|
447
451
|
"signatureVersion" => "v4",
|