Skip to content

Commit 904d38e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 929856d commit 904d38e

File tree

44 files changed

+3152
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3152
-317
lines changed

apis/appsync/2017-07-25/api-2.json

Lines changed: 482 additions & 3 deletions
Large diffs are not rendered by default.

apis/appsync/2017-07-25/docs-2.json

Lines changed: 216 additions & 2 deletions
Large diffs are not rendered by default.

apis/connect/2017-08-08/api-2.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@
595595
{"shape":"ThrottlingException"},
596596
{"shape":"InternalServiceException"},
597597
{"shape":"ResourceConflictException"}
598-
]
598+
],
599+
"idempotent":true
599600
},
600601
"DeleteContactFlow":{
601602
"name":"DeleteContactFlow",
@@ -644,7 +645,8 @@
644645
{"shape":"ThrottlingException"},
645646
{"shape":"InternalServiceException"},
646647
{"shape":"ResourceConflictException"}
647-
]
648+
],
649+
"idempotent":true
648650
},
649651
"DeleteHoursOfOperation":{
650652
"name":"DeleteHoursOfOperation",
@@ -5972,7 +5974,7 @@
59725974
"type":"list",
59735975
"member":{"shape":"EvaluationFormItem"},
59745976
"max":100,
5975-
"min":0
5977+
"min":1
59765978
},
59775979
"EvaluationFormNumericQuestionAutomation":{
59785980
"type":"structure",
@@ -6090,7 +6092,8 @@
60906092
"type":"structure",
60916093
"required":[
60926094
"Title",
6093-
"RefId"
6095+
"RefId",
6096+
"Items"
60946097
],
60956098
"members":{
60966099
"Title":{"shape":"EvaluationFormSectionTitle"},
@@ -6199,7 +6202,7 @@
61996202
"EvaluationFormTitle":{
62006203
"type":"string",
62016204
"max":128,
6202-
"min":0
6205+
"min":1
62036206
},
62046207
"EvaluationFormVersionIsLocked":{"type":"boolean"},
62056208
"EvaluationFormVersionStatus":{
@@ -9350,7 +9353,7 @@
93509353
"ReferenceId":{
93519354
"type":"string",
93529355
"max":40,
9353-
"min":0
9356+
"min":1
93549357
},
93559358
"ReferenceKey":{
93569359
"type":"string",
@@ -9478,7 +9481,7 @@
94789481
},
94799482
"ResourceId":{
94809483
"type":"string",
9481-
"max":50,
9484+
"max":500,
94829485
"min":1
94839486
},
94849487
"ResourceInUseException":{

apis/cur/2017-01-06/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"af-south-1",
7575
"ap-east-1",
7676
"ap-south-1",
77+
"ap-south-2",
7778
"ap-southeast-1",
7879
"ap-southeast-2",
7980
"ap-southeast-3",
@@ -82,6 +83,7 @@
8283
"ap-northeast-3",
8384
"ca-central-1",
8485
"eu-central-1",
86+
"eu-central-2",
8587
"eu-west-1",
8688
"eu-west-2",
8789
"eu-west-3",
@@ -279,7 +281,10 @@
279281
},
280282
"SchemaElement":{
281283
"type":"string",
282-
"enum":["RESOURCES"]
284+
"enum":[
285+
"RESOURCES",
286+
"SPLIT_COST_ALLOCATION_DATA"
287+
]
283288
},
284289
"SchemaElementList":{
285290
"type":"list",

0 commit comments

Comments
 (0)