Skip to content

Commit ff1c27c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent f79374b commit ff1c27c

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::StorageGateway - Updated the API, and documentation for AWS Storage Gateway.
5+
46
2.11.350 (2019-09-09)
57
------------------
68

aws-sdk-core/apis/storagegateway/2013-06-30/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,10 @@
12011201
"max":100,
12021202
"min":5
12031203
},
1204+
"CloudWatchLogGroupARN":{
1205+
"type":"string",
1206+
"max":562
1207+
},
12041208
"CreateCachediSCSIVolumeInput":{
12051209
"type":"structure",
12061210
"required":[
@@ -1625,7 +1629,8 @@
16251629
"Ec2InstanceId":{"shape":"Ec2InstanceId"},
16261630
"Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"},
16271631
"Tags":{"shape":"Tags"},
1628-
"VPCEndpoint":{"shape":"string"}
1632+
"VPCEndpoint":{"shape":"string"},
1633+
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
16291634
}
16301635
},
16311636
"DescribeMaintenanceStartTimeInput":{
@@ -2905,7 +2910,8 @@
29052910
"members":{
29062911
"GatewayARN":{"shape":"GatewayARN"},
29072912
"GatewayName":{"shape":"GatewayName"},
2908-
"GatewayTimezone":{"shape":"GatewayTimezone"}
2913+
"GatewayTimezone":{"shape":"GatewayTimezone"},
2914+
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
29092915
}
29102916
},
29112917
"UpdateGatewayInformationOutput":{

0 commit comments

Comments
 (0)