Skip to content

Commit bb910d5

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

File tree

8 files changed

+417
-39
lines changed

8 files changed

+417
-39
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::EFS - Updated the API, and documentation for Amazon Elastic File System.
5+
6+
* Feature - Aws::MediaTailor - Updated the API, and documentation for AWS MediaTailor.
7+
8+
* Feature - Aws::Rekognition - Updated the API, and documentation for Amazon Rekognition.
9+
410
2.11.219 (2019-02-12)
511
------------------
612

aws-sdk-core/apis/elasticfilesystem/2015-02-01/api-2.json

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,21 @@
126126
{"shape":"FileSystemNotFound"}
127127
]
128128
},
129+
"DescribeLifecycleConfiguration":{
130+
"name":"DescribeLifecycleConfiguration",
131+
"http":{
132+
"method":"GET",
133+
"requestUri":"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
134+
"responseCode":200
135+
},
136+
"input":{"shape":"DescribeLifecycleConfigurationRequest"},
137+
"output":{"shape":"LifecycleConfigurationDescription"},
138+
"errors":[
139+
{"shape":"InternalServerError"},
140+
{"shape":"BadRequest"},
141+
{"shape":"FileSystemNotFound"}
142+
]
143+
},
129144
"DescribeMountTargetSecurityGroups":{
130145
"name":"DescribeMountTargetSecurityGroups",
131146
"http":{
@@ -190,6 +205,22 @@
190205
{"shape":"SecurityGroupNotFound"}
191206
]
192207
},
208+
"PutLifecycleConfiguration":{
209+
"name":"PutLifecycleConfiguration",
210+
"http":{
211+
"method":"PUT",
212+
"requestUri":"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
213+
"responseCode":200
214+
},
215+
"input":{"shape":"PutLifecycleConfigurationRequest"},
216+
"output":{"shape":"LifecycleConfigurationDescription"},
217+
"errors":[
218+
{"shape":"BadRequest"},
219+
{"shape":"InternalServerError"},
220+
{"shape":"FileSystemNotFound"},
221+
{"shape":"IncorrectFileSystemLifeCycleState"}
222+
]
223+
},
193224
"UpdateFileSystem":{
194225
"name":"UpdateFileSystem",
195226
"http":{
@@ -347,6 +378,17 @@
347378
"NextMarker":{"shape":"Marker"}
348379
}
349380
},
381+
"DescribeLifecycleConfigurationRequest":{
382+
"type":"structure",
383+
"required":["FileSystemId"],
384+
"members":{
385+
"FileSystemId":{
386+
"shape":"FileSystemId",
387+
"location":"uri",
388+
"locationName":"FileSystemId"
389+
}
390+
}
391+
},
350392
"DescribeMountTargetSecurityGroupsRequest":{
351393
"type":"structure",
352394
"required":["MountTargetId"],
@@ -511,12 +553,18 @@
511553
"error":{"httpStatusCode":404},
512554
"exception":true
513555
},
556+
"FileSystemNullableSizeValue":{
557+
"type":"long",
558+
"min":0
559+
},
514560
"FileSystemSize":{
515561
"type":"structure",
516562
"required":["Value"],
517563
"members":{
518564
"Value":{"shape":"FileSystemSizeValue"},
519-
"Timestamp":{"shape":"Timestamp"}
565+
"Timestamp":{"shape":"Timestamp"},
566+
"ValueInIA":{"shape":"FileSystemNullableSizeValue"},
567+
"ValueInStandard":{"shape":"FileSystemNullableSizeValue"}
520568
}
521569
},
522570
"FileSystemSizeValue":{
@@ -589,6 +637,22 @@
589637
"deleted"
590638
]
591639
},
640+
"LifecycleConfigurationDescription":{
641+
"type":"structure",
642+
"members":{
643+
"LifecyclePolicies":{"shape":"LifecyclePolicies"}
644+
}
645+
},
646+
"LifecyclePolicies":{
647+
"type":"list",
648+
"member":{"shape":"LifecyclePolicy"}
649+
},
650+
"LifecyclePolicy":{
651+
"type":"structure",
652+
"members":{
653+
"TransitionToIA":{"shape":"TransitionToIARules"}
654+
}
655+
},
592656
"Marker":{"type":"string"},
593657
"MaxItems":{
594658
"type":"integer",
@@ -685,6 +749,21 @@
685749
"type":"double",
686750
"min":0.0
687751
},
752+
"PutLifecycleConfigurationRequest":{
753+
"type":"structure",
754+
"required":[
755+
"FileSystemId",
756+
"LifecyclePolicies"
757+
],
758+
"members":{
759+
"FileSystemId":{
760+
"shape":"FileSystemId",
761+
"location":"uri",
762+
"locationName":"FileSystemId"
763+
},
764+
"LifecyclePolicies":{"shape":"LifecyclePolicies"}
765+
}
766+
},
688767
"SecurityGroup":{"type":"string"},
689768
"SecurityGroupLimitExceeded":{
690769
"type":"structure",
@@ -778,6 +857,10 @@
778857
"error":{"httpStatusCode":429},
779858
"exception":true
780859
},
860+
"TransitionToIARules":{
861+
"type":"string",
862+
"enum":["AFTER_30_DAYS"]
863+
},
781864
"UnsupportedAvailabilityZone":{
782865
"type":"structure",
783866
"required":["ErrorCode"],

aws-sdk-core/apis/elasticfilesystem/2015-02-01/docs-2.json

Lines changed: 54 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)