Skip to content

Commit 3e05af8

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 69b74f4 commit 3e05af8

File tree

9 files changed

+218
-76
lines changed

9 files changed

+218
-76
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream.
5+
6+
* Feature - Aws::Braket - Updated the API for Braket.
7+
8+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
9+
10+
* Feature - Aws::LicenseManager - Updated the documentation for AWS License Manager.
11+
12+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
13+
414
2.11.566 (2020-08-13)
515
------------------
616

aws-sdk-core/apis/appstream/2016-12-01/api-2.json

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"input":{"shape":"BatchAssociateUserStackRequest"},
4040
"output":{"shape":"BatchAssociateUserStackResult"},
4141
"errors":[
42-
{"shape":"OperationNotPermittedException"}
42+
{"shape":"OperationNotPermittedException"},
43+
{"shape":"InvalidParameterCombinationException"}
4344
]
4445
},
4546
"BatchDisassociateUserStack":{
@@ -49,7 +50,11 @@
4950
"requestUri":"/"
5051
},
5152
"input":{"shape":"BatchDisassociateUserStackRequest"},
52-
"output":{"shape":"BatchDisassociateUserStackResult"}
53+
"output":{"shape":"BatchDisassociateUserStackResult"},
54+
"errors":[
55+
{"shape":"OperationNotPermittedException"},
56+
{"shape":"InvalidParameterCombinationException"}
57+
]
5358
},
5459
"CopyImage":{
5560
"name":"CopyImage",
@@ -77,9 +82,12 @@
7782
"input":{"shape":"CreateDirectoryConfigRequest"},
7883
"output":{"shape":"CreateDirectoryConfigResult"},
7984
"errors":[
85+
{"shape":"ResourceNotFoundException"},
8086
{"shape":"ResourceAlreadyExistsException"},
8187
{"shape":"LimitExceededException"},
82-
{"shape":"InvalidAccountStatusException"}
88+
{"shape":"InvalidAccountStatusException"},
89+
{"shape":"OperationNotPermittedException"},
90+
{"shape":"InvalidRoleException"}
8391
]
8492
},
8593
"CreateFleet":{
@@ -95,6 +103,7 @@
95103
{"shape":"ResourceNotAvailableException"},
96104
{"shape":"ResourceNotFoundException"},
97105
{"shape":"LimitExceededException"},
106+
{"shape":"RequestLimitExceededException"},
98107
{"shape":"InvalidAccountStatusException"},
99108
{"shape":"InvalidRoleException"},
100109
{"shape":"ConcurrentModificationException"},
@@ -113,6 +122,7 @@
113122
"output":{"shape":"CreateImageBuilderResult"},
114123
"errors":[
115124
{"shape":"LimitExceededException"},
125+
{"shape":"RequestLimitExceededException"},
116126
{"shape":"InvalidAccountStatusException"},
117127
{"shape":"ResourceAlreadyExistsException"},
118128
{"shape":"ResourceNotAvailableException"},
@@ -415,7 +425,8 @@
415425
"input":{"shape":"DescribeUserStackAssociationsRequest"},
416426
"output":{"shape":"DescribeUserStackAssociationsResult"},
417427
"errors":[
418-
{"shape":"InvalidParameterCombinationException"}
428+
{"shape":"InvalidParameterCombinationException"},
429+
{"shape":"OperationNotPermittedException"}
419430
]
420431
},
421432
"DescribeUsers":{
@@ -454,7 +465,8 @@
454465
"errors":[
455466
{"shape":"ResourceInUseException"},
456467
{"shape":"ResourceNotFoundException"},
457-
{"shape":"ConcurrentModificationException"}
468+
{"shape":"ConcurrentModificationException"},
469+
{"shape":"OperationNotPermittedException"}
458470
]
459471
},
460472
"EnableUser":{
@@ -521,6 +533,7 @@
521533
{"shape":"ResourceNotFoundException"},
522534
{"shape":"OperationNotPermittedException"},
523535
{"shape":"LimitExceededException"},
536+
{"shape":"RequestLimitExceededException"},
524537
{"shape":"InvalidAccountStatusException"},
525538
{"shape":"ConcurrentModificationException"},
526539
{"shape":"ResourceNotAvailableException"},
@@ -607,7 +620,9 @@
607620
"errors":[
608621
{"shape":"ResourceInUseException"},
609622
{"shape":"ResourceNotFoundException"},
610-
{"shape":"ConcurrentModificationException"}
623+
{"shape":"ConcurrentModificationException"},
624+
{"shape":"OperationNotPermittedException"},
625+
{"shape":"InvalidRoleException"}
611626
]
612627
},
613628
"UpdateFleet":{
@@ -621,6 +636,7 @@
621636
"errors":[
622637
{"shape":"ResourceInUseException"},
623638
{"shape":"LimitExceededException"},
639+
{"shape":"RequestLimitExceededException"},
624640
{"shape":"InvalidAccountStatusException"},
625641
{"shape":"InvalidRoleException"},
626642
{"shape":"ResourceNotFoundException"},
@@ -745,7 +761,7 @@
745761
},
746762
"Arn":{
747763
"type":"string",
748-
"pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
764+
"pattern":"^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$"
749765
},
750766
"ArnList":{
751767
"type":"list",
@@ -861,8 +877,7 @@
861877
"type":"structure",
862878
"required":[
863879
"DirectoryName",
864-
"OrganizationalUnitDistinguishedNames",
865-
"ServiceAccountCredentials"
880+
"OrganizationalUnitDistinguishedNames"
866881
],
867882
"members":{
868883
"DirectoryName":{"shape":"DirectoryName"},
@@ -899,7 +914,8 @@
899914
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
900915
"Tags":{"shape":"Tags"},
901916
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
902-
"IamRoleArn":{"shape":"Arn"}
917+
"IamRoleArn":{"shape":"Arn"},
918+
"StreamView":{"shape":"StreamView"}
903919
}
904920
},
905921
"CreateFleetResult":{
@@ -1374,7 +1390,7 @@
13741390
"DomainList":{
13751391
"type":"list",
13761392
"member":{"shape":"Domain"},
1377-
"max":10
1393+
"max":50
13781394
},
13791395
"EmbedHostDomain":{
13801396
"type":"string",
@@ -1448,7 +1464,8 @@
14481464
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
14491465
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
14501466
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
1451-
"IamRoleArn":{"shape":"Arn"}
1467+
"IamRoleArn":{"shape":"Arn"},
1468+
"StreamView":{"shape":"StreamView"}
14521469
}
14531470
},
14541471
"FleetAttribute":{
@@ -1801,6 +1818,13 @@
18011818
"max":32,
18021819
"min":1
18031820
},
1821+
"RequestLimitExceededException":{
1822+
"type":"structure",
1823+
"members":{
1824+
"Message":{"shape":"ErrorMessage"}
1825+
},
1826+
"exception":true
1827+
},
18041828
"ResourceAlreadyExistsException":{
18051829
"type":"structure",
18061830
"members":{
@@ -1822,6 +1846,7 @@
18221846
},
18231847
"ResourceIdentifier":{
18241848
"type":"string",
1849+
"max":2048,
18251850
"min":1
18261851
},
18271852
"ResourceInUseException":{
@@ -2054,6 +2079,13 @@
20542079
"ONE_DRIVE"
20552080
]
20562081
},
2082+
"StreamView":{
2083+
"type":"string",
2084+
"enum":[
2085+
"APP",
2086+
"DESKTOP"
2087+
]
2088+
},
20572089
"StreamingUrlUserId":{
20582090
"type":"string",
20592091
"max":32,
@@ -2166,7 +2198,8 @@
21662198
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
21672199
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
21682200
"AttributesToDelete":{"shape":"FleetAttributes"},
2169-
"IamRoleArn":{"shape":"Arn"}
2201+
"IamRoleArn":{"shape":"Arn"},
2202+
"StreamView":{"shape":"StreamView"}
21702203
}
21712204
},
21722205
"UpdateFleetResult":{
@@ -2267,7 +2300,7 @@
22672300
},
22682301
"UserId":{
22692302
"type":"string",
2270-
"max":32,
2303+
"max":128,
22712304
"min":2
22722305
},
22732306
"UserList":{
@@ -2317,6 +2350,7 @@
23172350
"enum":[
23182351
"STACK_NOT_FOUND",
23192352
"USER_NAME_NOT_FOUND",
2353+
"DIRECTORY_NOT_FOUND",
23202354
"INTERNAL_ERROR"
23212355
]
23222356
},

0 commit comments

Comments
 (0)