Skip to content

Commit 8ae0cc9

Browse files
Release v1.44.26 (2022-06-01) (#4421)
Release v1.44.26 (2022-06-01) === ### Service Client Updates * `service/backup-gateway`: Updates service API and documentation * `service/chime-sdk-meetings`: Updates service API and documentation * `service/forecast`: Updates service API and documentation * `service/route53`: Updates service API, documentation, and paginators * Add new APIs to support Route 53 IP Based Routing
1 parent 4e4504e commit 8ae0cc9

File tree

20 files changed

+4746
-499
lines changed

20 files changed

+4746
-499
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.26 (2022-06-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/backup-gateway`: Updates service API and documentation
6+
* `service/chime-sdk-meetings`: Updates service API and documentation
7+
* `service/forecast`: Updates service API and documentation
8+
* `service/route53`: Updates service API, documentation, and paginators
9+
* Add new APIs to support Route 53 IP Based Routing
10+
111
Release v1.44.25 (2022-05-31)
212
===
313

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.25"
8+
const SDKVersion = "1.44.26"

models/apis/backup-gateway/2021-01-01/api-2.json

+72
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,20 @@
8686
{"shape":"ResourceNotFoundException"}
8787
]
8888
},
89+
"GetGateway":{
90+
"name":"GetGateway",
91+
"http":{
92+
"method":"POST",
93+
"requestUri":"/"
94+
},
95+
"input":{"shape":"GetGatewayInput"},
96+
"output":{"shape":"GetGatewayOutput"},
97+
"errors":[
98+
{"shape":"ValidationException"},
99+
{"shape":"InternalServerException"},
100+
{"shape":"ResourceNotFoundException"}
101+
]
102+
},
89103
"ImportHypervisorConfiguration":{
90104
"name":"ImportHypervisorConfiguration",
91105
"http":{
@@ -226,6 +240,20 @@
226240
{"shape":"ResourceNotFoundException"}
227241
]
228242
},
243+
"UpdateGatewaySoftwareNow":{
244+
"name":"UpdateGatewaySoftwareNow",
245+
"http":{
246+
"method":"POST",
247+
"requestUri":"/"
248+
},
249+
"input":{"shape":"UpdateGatewaySoftwareNowInput"},
250+
"output":{"shape":"UpdateGatewaySoftwareNowOutput"},
251+
"errors":[
252+
{"shape":"ValidationException"},
253+
{"shape":"InternalServerException"},
254+
{"shape":"ResourceNotFoundException"}
255+
]
256+
},
229257
"UpdateHypervisor":{
230258
"name":"UpdateHypervisor",
231259
"http":{
@@ -371,6 +399,18 @@
371399
"min":50,
372400
"pattern":"^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
373401
},
402+
"GatewayDetails":{
403+
"type":"structure",
404+
"members":{
405+
"GatewayArn":{"shape":"GatewayArn"},
406+
"GatewayDisplayName":{"shape":"Name"},
407+
"GatewayType":{"shape":"GatewayType"},
408+
"HypervisorId":{"shape":"HypervisorId"},
409+
"LastSeenTime":{"shape":"Time"},
410+
"NextUpdateAvailabilityTime":{"shape":"Time"},
411+
"VpcEndpoint":{"shape":"VpcEndpoint"}
412+
}
413+
},
374414
"GatewayType":{
375415
"type":"string",
376416
"enum":["BACKUP_VM"]
@@ -379,6 +419,19 @@
379419
"type":"list",
380420
"member":{"shape":"Gateway"}
381421
},
422+
"GetGatewayInput":{
423+
"type":"structure",
424+
"required":["GatewayArn"],
425+
"members":{
426+
"GatewayArn":{"shape":"GatewayArn"}
427+
}
428+
},
429+
"GetGatewayOutput":{
430+
"type":"structure",
431+
"members":{
432+
"Gateway":{"shape":"GatewayDetails"}
433+
}
434+
},
382435
"Host":{
383436
"type":"string",
384437
"max":128,
@@ -686,12 +739,26 @@
686739
"GatewayArn":{"shape":"GatewayArn"}
687740
}
688741
},
742+
"UpdateGatewaySoftwareNowInput":{
743+
"type":"structure",
744+
"required":["GatewayArn"],
745+
"members":{
746+
"GatewayArn":{"shape":"GatewayArn"}
747+
}
748+
},
749+
"UpdateGatewaySoftwareNowOutput":{
750+
"type":"structure",
751+
"members":{
752+
"GatewayArn":{"shape":"GatewayArn"}
753+
}
754+
},
689755
"UpdateHypervisorInput":{
690756
"type":"structure",
691757
"required":["HypervisorArn"],
692758
"members":{
693759
"Host":{"shape":"Host"},
694760
"HypervisorArn":{"shape":"ServerArn"},
761+
"Name":{"shape":"Name"},
695762
"Password":{"shape":"Password"},
696763
"Username":{"shape":"Username"}
697764
}
@@ -732,6 +799,11 @@
732799
"type":"list",
733800
"member":{"shape":"VirtualMachine"}
734801
},
802+
"VpcEndpoint":{
803+
"type":"string",
804+
"max":255,
805+
"min":1
806+
},
735807
"string":{"type":"string"}
736808
}
737809
}

models/apis/backup-gateway/2021-01-01/docs-2.json

+49-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"DeleteGateway": "<p>Deletes a backup gateway.</p>",
88
"DeleteHypervisor": "<p>Deletes a hypervisor.</p>",
99
"DisassociateGatewayFromServer": "<p>Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.</p>",
10+
"GetGateway": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>",
1011
"ImportHypervisorConfiguration": "<p>Connect to a hypervisor by importing its configuration.</p>",
1112
"ListGateways": "<p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>",
1213
"ListHypervisors": "<p>Lists your hypervisors.</p>",
@@ -17,6 +18,7 @@
1718
"TestHypervisorConfiguration": "<p>Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.</p>",
1819
"UntagResource": "<p>Removes tags from the resource.</p>",
1920
"UpdateGatewayInformation": "<p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.</p>",
21+
"UpdateGatewaySoftwareNow": "<p>Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.</p> <note> <p>When you make this request, you get a <code>200 OK</code> success response immediately. However, it might take some time for the update to complete.</p> </note>",
2022
"UpdateHypervisor": "<p>Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.</p>"
2123
},
2224
"shapes": {
@@ -115,18 +117,29 @@
115117
"DisassociateGatewayFromServerInput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway to disassociate.</p>",
116118
"DisassociateGatewayFromServerOutput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway you disassociated.</p>",
117119
"Gateway$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>",
120+
"GatewayDetails$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>",
121+
"GetGatewayInput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway.</p>",
118122
"PutMaintenanceStartTimeInput$GatewayArn": "<p>The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.</p>",
119123
"PutMaintenanceStartTimeOutput$GatewayArn": "<p>The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start time.</p>",
120124
"TestHypervisorConfigurationInput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.</p>",
121125
"UpdateGatewayInformationInput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway to update.</p>",
122-
"UpdateGatewayInformationOutput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
126+
"UpdateGatewayInformationOutput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>",
127+
"UpdateGatewaySoftwareNowInput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway to be updated.</p>",
128+
"UpdateGatewaySoftwareNowOutput$GatewayArn": "<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
129+
}
130+
},
131+
"GatewayDetails": {
132+
"base": "<p>The details of gateway.</p>",
133+
"refs": {
134+
"GetGatewayOutput$Gateway": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
123135
}
124136
},
125137
"GatewayType": {
126138
"base": null,
127139
"refs": {
128140
"CreateGatewayInput$GatewayType": "<p>The type of created gateway.</p>",
129-
"Gateway$GatewayType": "<p>The type of the gateway.</p>"
141+
"Gateway$GatewayType": "<p>The type of the gateway.</p>",
142+
"GatewayDetails$GatewayType": "<p>The type of the gateway type.</p>"
130143
}
131144
},
132145
"Gateways": {
@@ -135,6 +148,16 @@
135148
"ListGatewaysOutput$Gateways": "<p>A list of your gateways.</p>"
136149
}
137150
},
151+
"GetGatewayInput": {
152+
"base": null,
153+
"refs": {
154+
}
155+
},
156+
"GetGatewayOutput": {
157+
"base": null,
158+
"refs": {
159+
}
160+
},
138161
"Host": {
139162
"base": null,
140163
"refs": {
@@ -159,7 +182,8 @@
159182
"HypervisorId": {
160183
"base": null,
161184
"refs": {
162-
"Gateway$HypervisorId": "<p>The hypervisor ID of the gateway.</p>"
185+
"Gateway$HypervisorId": "<p>The hypervisor ID of the gateway.</p>",
186+
"GatewayDetails$HypervisorId": "<p>The hypervisor ID of the gateway.</p>"
163187
}
164188
},
165189
"HypervisorState": {
@@ -255,9 +279,11 @@
255279
"refs": {
256280
"CreateGatewayInput$GatewayDisplayName": "<p>The display name of the created gateway.</p>",
257281
"Gateway$GatewayDisplayName": "<p>The display name of the gateway.</p>",
282+
"GatewayDetails$GatewayDisplayName": "<p>The display name of the gateway.</p>",
258283
"Hypervisor$Name": "<p>The name of the hypervisor.</p>",
259284
"ImportHypervisorConfigurationInput$Name": "<p>The name of the hypervisor.</p>",
260285
"UpdateGatewayInformationInput$GatewayDisplayName": "<p>The updated display name of the gateway.</p>",
286+
"UpdateHypervisorInput$Name": "<p>The updated name for the hypervisor</p>",
261287
"VirtualMachine$HostName": "<p>The host name of the virtual machine.</p>",
262288
"VirtualMachine$Name": "<p>The name of the virtual machine.</p>"
263289
}
@@ -306,7 +332,7 @@
306332
"TagResourceOutput$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource you tagged.</p>",
307333
"UntagResourceInput$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource from which to remove tags.</p>",
308334
"UntagResourceOutput$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource from which you removed tags.</p>",
309-
"VirtualMachine$ResourceArn": "<p>The Amazon Resource Name (ARN) of the virtual machine.</p>"
335+
"VirtualMachine$ResourceArn": "<p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>"
310336
}
311337
},
312338
"ResourceNotFoundException": {
@@ -358,7 +384,7 @@
358384
"TagValue": {
359385
"base": null,
360386
"refs": {
361-
"Tag$Value": "<p>The key part of a value's key-value pair.</p>"
387+
"Tag$Value": "<p>The value part of a tag's key-value pair.</p>"
362388
}
363389
},
364390
"Tags": {
@@ -384,6 +410,8 @@
384410
"base": null,
385411
"refs": {
386412
"Gateway$LastSeenTime": "<p>The last time Backup gateway communicated with the gateway, in Unix format and UTC time.</p>",
413+
"GatewayDetails$LastSeenTime": "<p>Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.</p>",
414+
"GatewayDetails$NextUpdateAvailabilityTime": "<p>Details showing the next update availability time of the gateway.</p>",
387415
"VirtualMachine$LastBackupDate": "<p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>"
388416
}
389417
},
@@ -407,6 +435,16 @@
407435
"refs": {
408436
}
409437
},
438+
"UpdateGatewaySoftwareNowInput": {
439+
"base": null,
440+
"refs": {
441+
}
442+
},
443+
"UpdateGatewaySoftwareNowOutput": {
444+
"base": null,
445+
"refs": {
446+
}
447+
},
410448
"UpdateHypervisorInput": {
411449
"base": null,
412450
"refs": {
@@ -442,6 +480,12 @@
442480
"ListVirtualMachinesOutput$VirtualMachines": "<p>A list of your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>"
443481
}
444482
},
483+
"VpcEndpoint": {
484+
"base": null,
485+
"refs": {
486+
"GatewayDetails$VpcEndpoint": "<p>The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.</p>"
487+
}
488+
},
445489
"string": {
446490
"base": null,
447491
"refs": {

0 commit comments

Comments
 (0)