Skip to content

Commit 7cb3b80

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 01aac24 commit 7cb3b80

File tree

14 files changed

+681
-41
lines changed

14 files changed

+681
-41
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CognitoIdentityProvider - Updated the documentation for Amazon Cognito Identity Provider.
5+
6+
* Feature - Aws::ApplicationDiscoveryService - Updated the API for AWS Application Discovery Service.
7+
8+
* Feature - Aws::Kafka - Updated the API, and documentation for Managed Streaming for Kafka.
9+
10+
* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.
11+
12+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
13+
14+
* Feature - Aws::WorkLink - Updated the API, and documentation for Amazon WorkLink.
15+
16+
* Feature - Aws::WorkSpaces - Updated the documentation for Amazon WorkSpaces.
17+
418
2.11.258 (2019-04-17)
519
------------------
620

aws-sdk-core/apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@
19221922
"base": null,
19231923
"refs": {
19241924
"CreateUserPoolClientRequest$AllowedOAuthFlows": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p> <p>Set to <code>token</code> to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.</p>",
1925-
"UpdateUserPoolClientRequest$AllowedOAuthFlows": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p> <p>Set to <code>token</code> to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.</p>",
1925+
"UpdateUserPoolClientRequest$AllowedOAuthFlows": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p>",
19261926
"UserPoolClientType$AllowedOAuthFlows": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p> <p>Set to <code>token</code> to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.</p>"
19271927
}
19281928
},
@@ -2512,7 +2512,7 @@
25122512
"SupportedIdentityProvidersListType": {
25132513
"base": null,
25142514
"refs": {
2515-
"CreateUserPoolClientRequest$SupportedIdentityProviders": "<p>A list of provider names for the identity providers that are supported on this client.</p>",
2515+
"CreateUserPoolClientRequest$SupportedIdentityProviders": "<p>A list of provider names for the identity providers that are supported on this client. The following are supported: <code>COGNITO</code>, <code>Facebook</code>, <code>Google</code> and <code>LoginWithAmazon</code>.</p>",
25162516
"UpdateUserPoolClientRequest$SupportedIdentityProviders": "<p>A list of provider names for the identity providers that are supported on this client.</p>",
25172517
"UserPoolClientType$SupportedIdentityProviders": "<p>A list of provider names for the identity providers that are supported on this client.</p>"
25182518
}
@@ -2968,8 +2968,8 @@
29682968
"UserStatusType": {
29692969
"base": null,
29702970
"refs": {
2971-
"AdminGetUserResponse$UserStatus": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> </ul>",
2972-
"UserType$UserStatus": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> </ul>"
2971+
"AdminGetUserResponse$UserStatus": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> <li> <p>RESET_REQUIRED - User is confirmed, but the user must request a code and reset his or her password before he or she can sign in.</p> </li> <li> <p>FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change his or her password to a new value before doing anything else. </p> </li> </ul>",
2972+
"UserType$UserStatus": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> <li> <p>RESET_REQUIRED - User is confirmed, but the user must request a code and reset his or her password before he or she can sign in.</p> </li> <li> <p>FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change his or her password to a new value before doing anything else. </p> </li> </ul>"
29732973
}
29742974
},
29752975
"UserType": {

aws-sdk-core/apis/discovery/2015-11-01/api-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@
501501
"type":"string",
502502
"enum":[
503503
"NOT_FOUND",
504-
"INTERNAL_SERVER_ERROR"
504+
"INTERNAL_SERVER_ERROR",
505+
"OVER_LIMIT"
505506
]
506507
},
507508
"BatchDeleteImportDataErrorDescription":{"type":"string"},
@@ -979,13 +980,15 @@
979980
"enum":[
980981
"IMPORT_IN_PROGRESS",
981982
"IMPORT_COMPLETE",
983+
"IMPORT_COMPLETE_WITH_ERRORS",
982984
"IMPORT_FAILED",
983985
"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
984986
"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
985987
"DELETE_IN_PROGRESS",
986988
"DELETE_COMPLETE",
987989
"DELETE_FAILED",
988-
"DELETE_FAILED_LIMIT_EXCEEDED"
990+
"DELETE_FAILED_LIMIT_EXCEEDED",
991+
"INTERNAL_ERROR"
989992
]
990993
},
991994
"ImportTask":{

aws-sdk-core/apis/kafka/2018-11-14/api-2.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,63 @@
159159
}, {
160160
"shape" : "ForbiddenException"
161161
} ]
162+
},
163+
"ListTagsForResource" : {
164+
"name" : "ListTagsForResource",
165+
"http" : {
166+
"method" : "GET",
167+
"requestUri" : "/v1/tags/{resourceArn}",
168+
"responseCode" : 200
169+
},
170+
"input" : {
171+
"shape" : "ListTagsForResourceRequest"
172+
},
173+
"output" : {
174+
"shape" : "ListTagsForResourceResponse"
175+
},
176+
"errors" : [ {
177+
"shape" : "NotFoundException"
178+
}, {
179+
"shape" : "BadRequestException"
180+
}, {
181+
"shape" : "InternalServerErrorException"
182+
} ]
183+
},
184+
"TagResource" : {
185+
"name" : "TagResource",
186+
"http" : {
187+
"method" : "POST",
188+
"requestUri" : "/v1/tags/{resourceArn}",
189+
"responseCode" : 204
190+
},
191+
"input" : {
192+
"shape" : "TagResourceRequest"
193+
},
194+
"errors" : [ {
195+
"shape" : "NotFoundException"
196+
}, {
197+
"shape" : "BadRequestException"
198+
}, {
199+
"shape" : "InternalServerErrorException"
200+
} ]
201+
},
202+
"UntagResource" : {
203+
"name" : "UntagResource",
204+
"http" : {
205+
"method" : "DELETE",
206+
"requestUri" : "/v1/tags/{resourceArn}",
207+
"responseCode" : 204
208+
},
209+
"input" : {
210+
"shape" : "UntagResourceRequest"
211+
},
212+
"errors" : [ {
213+
"shape" : "NotFoundException"
214+
}, {
215+
"shape" : "BadRequestException"
216+
}, {
217+
"shape" : "InternalServerErrorException"
218+
} ]
162219
}
163220
},
164221
"shapes" : {
@@ -583,6 +640,26 @@
583640
}
584641
}
585642
},
643+
"ListTagsForResourceRequest" : {
644+
"type" : "structure",
645+
"members" : {
646+
"ResourceArn" : {
647+
"shape" : "__string",
648+
"location" : "uri",
649+
"locationName" : "resourceArn"
650+
}
651+
},
652+
"required" : [ "ResourceArn" ]
653+
},
654+
"ListTagsForResourceResponse" : {
655+
"type" : "structure",
656+
"members" : {
657+
"Tags" : {
658+
"shape" : "__mapOf__string",
659+
"locationName" : "tags"
660+
}
661+
}
662+
},
586663
"MaxResults" : {
587664
"type" : "integer",
588665
"min" : 1,
@@ -664,6 +741,21 @@
664741
}
665742
}
666743
},
744+
"TagResourceRequest" : {
745+
"type" : "structure",
746+
"members" : {
747+
"ResourceArn" : {
748+
"shape" : "__string",
749+
"location" : "uri",
750+
"locationName" : "resourceArn"
751+
},
752+
"Tags" : {
753+
"shape" : "__mapOf__string",
754+
"locationName" : "tags"
755+
}
756+
},
757+
"required" : [ "ResourceArn", "Tags" ]
758+
},
667759
"TooManyRequestsException" : {
668760
"type" : "structure",
669761
"members" : {
@@ -698,6 +790,22 @@
698790
"httpStatusCode" : 401
699791
}
700792
},
793+
"UntagResourceRequest" : {
794+
"type" : "structure",
795+
"members" : {
796+
"ResourceArn" : {
797+
"shape" : "__string",
798+
"location" : "uri",
799+
"locationName" : "resourceArn"
800+
},
801+
"TagKeys" : {
802+
"shape" : "__listOf__string",
803+
"location" : "querystring",
804+
"locationName" : "tagKeys"
805+
}
806+
},
807+
"required" : [ "TagKeys", "ResourceArn" ]
808+
},
701809
"ZookeeperNodeInfo" : {
702810
"type" : "structure",
703811
"members" : {
@@ -759,6 +867,15 @@
759867
"__long" : {
760868
"type" : "long"
761869
},
870+
"__mapOf__string" : {
871+
"type" : "map",
872+
"key" : {
873+
"shape" : "__string"
874+
},
875+
"value" : {
876+
"shape" : "__string"
877+
}
878+
},
762879
"__string" : {
763880
"type" : "string"
764881
},

aws-sdk-core/apis/kafka/2018-11-14/docs-2.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"DescribeCluster" : "<p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>",
88
"GetBootstrapBrokers" : "<p>A list of brokers that a client application can use to bootstrap.</p>",
99
"ListClusters" : "<p>Returns a list of clusters in an account.</p>",
10-
"ListNodes" : "<p>Returns a list of the broker nodes in the cluster.</p>"
10+
"ListNodes" : "<p>Returns a list of the broker nodes in the cluster.</p>",
11+
"ListTagsForResource" : "<p>List tags for a resource.</p>",
12+
"TagResource" : "<p>Add tags to a resource</p>",
13+
"UntagResource" : "<p>Remove tags from a resource.</p>"
1114
},
1215
"shapes" : {
1316
"BadRequestException" : {
@@ -125,6 +128,10 @@
125128
"base" : "<p>Information about nodes in the cluster.</p>",
126129
"refs" : { }
127130
},
131+
"ListTagsForResourceResponse" : {
132+
"base" : "<p>List tags for a resource</p>",
133+
"refs" : { }
134+
},
128135
"NodeInfo" : {
129136
"base" : "<p>The node information object.</p>",
130137
"refs" : {
@@ -151,6 +158,10 @@
151158
"BrokerNodeGroupInfo$StorageInfo" : "<p>Contains information about storage volumes attached to MSK broker nodes.</p>"
152159
}
153160
},
161+
"TagResourceRequest" : {
162+
"base" : "<p>Add tags for a resource</p>",
163+
"refs" : { }
164+
},
154165
"TooManyRequestsException" : {
155166
"base" : "<p>Returns information about an error.</p>",
156167
"refs" : { }
@@ -209,6 +220,13 @@
209220
"BrokerNodeGroupInfo$SecurityGroups" : "<p>The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster.</p>"
210221
}
211222
},
223+
"__mapOf__string" : {
224+
"base" : null,
225+
"refs" : {
226+
"ListTagsForResourceResponse$Tags" : "<p>The Key value pairs indicating resource tags.</p>",
227+
"TagResourceRequest$Tags" : "<p>The Key value pairs indicating resource tags.</p>"
228+
}
229+
},
212230
"__string" : {
213231
"base" : null,
214232
"refs" : {
@@ -237,7 +255,8 @@
237255
"ZookeeperNodeInfo$AttachedENIId" : "<p>The attached elastic network interface of the broker.</p>",
238256
"ZookeeperNodeInfo$ClientVpcIpAddress" : "<p>The virtual private cloud (VPC) IP address of the client.</p>",
239257
"ZookeeperNodeInfo$ZookeeperVersion" : "<p>The version of Zookeeper.</p>",
240-
"__listOf__string$member" : null
258+
"__listOf__string$member" : null,
259+
"__mapOf__string$member" : null
241260
}
242261
},
243262
"__stringMin1Max128" : {

aws-sdk-core/apis/organizations/2016-11-28/api-2.json

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,28 @@
9191
{"shape":"InvalidInputException"},
9292
{"shape":"FinalizingOrganizationException"},
9393
{"shape":"ServiceException"},
94-
{"shape":"TooManyRequestsException"}
94+
{"shape":"TooManyRequestsException"},
95+
{"shape":"UnsupportedAPIEndpointException"}
96+
]
97+
},
98+
"CreateGovCloudAccount":{
99+
"name":"CreateGovCloudAccount",
100+
"http":{
101+
"method":"POST",
102+
"requestUri":"/"
103+
},
104+
"input":{"shape":"CreateGovCloudAccountRequest"},
105+
"output":{"shape":"CreateGovCloudAccountResponse"},
106+
"errors":[
107+
{"shape":"AccessDeniedException"},
108+
{"shape":"AWSOrganizationsNotInUseException"},
109+
{"shape":"ConcurrentModificationException"},
110+
{"shape":"ConstraintViolationException"},
111+
{"shape":"InvalidInputException"},
112+
{"shape":"FinalizingOrganizationException"},
113+
{"shape":"ServiceException"},
114+
{"shape":"TooManyRequestsException"},
115+
{"shape":"UnsupportedAPIEndpointException"}
95116
]
96117
},
97118
"CreateOrganization":{
@@ -256,7 +277,8 @@
256277
{"shape":"CreateAccountStatusNotFoundException"},
257278
{"shape":"InvalidInputException"},
258279
{"shape":"ServiceException"},
259-
{"shape":"TooManyRequestsException"}
280+
{"shape":"TooManyRequestsException"},
281+
{"shape":"UnsupportedAPIEndpointException"}
260282
]
261283
},
262284
"DescribeHandshake":{
@@ -557,7 +579,8 @@
557579
{"shape":"AWSOrganizationsNotInUseException"},
558580
{"shape":"InvalidInputException"},
559581
{"shape":"ServiceException"},
560-
{"shape":"TooManyRequestsException"}
582+
{"shape":"TooManyRequestsException"},
583+
{"shape":"UnsupportedAPIEndpointException"}
561584
]
562585
},
563586
"ListHandshakesForAccount":{
@@ -975,7 +998,9 @@
975998
"ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
976999
"MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
9771000
"MASTER_ACCOUNT_MISSING_CONTACT_INFO",
1001+
"MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED",
9781002
"ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
1003+
"CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
9791004
"EMAIL_VERIFICATION_CODE_EXPIRED",
9801005
"WAIT_PERIOD_ACTIVE"
9811006
]
@@ -1035,6 +1060,7 @@
10351060
"RequestedTimestamp":{"shape":"Timestamp"},
10361061
"CompletedTimestamp":{"shape":"Timestamp"},
10371062
"AccountId":{"shape":"AccountId"},
1063+
"GovCloudAccountId":{"shape":"AccountId"},
10381064
"FailureReason":{"shape":"CreateAccountFailureReason"}
10391065
}
10401066
},
@@ -1049,6 +1075,25 @@
10491075
"type":"list",
10501076
"member":{"shape":"CreateAccountStatus"}
10511077
},
1078+
"CreateGovCloudAccountRequest":{
1079+
"type":"structure",
1080+
"required":[
1081+
"Email",
1082+
"AccountName"
1083+
],
1084+
"members":{
1085+
"Email":{"shape":"Email"},
1086+
"AccountName":{"shape":"AccountName"},
1087+
"RoleName":{"shape":"RoleName"},
1088+
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
1089+
}
1090+
},
1091+
"CreateGovCloudAccountResponse":{
1092+
"type":"structure",
1093+
"members":{
1094+
"CreateAccountStatus":{"shape":"CreateAccountStatus"}
1095+
}
1096+
},
10521097
"CreateOrganizationRequest":{
10531098
"type":"structure",
10541099
"members":{
@@ -2103,6 +2148,13 @@
21032148
},
21042149
"exception":true
21052150
},
2151+
"UnsupportedAPIEndpointException":{
2152+
"type":"structure",
2153+
"members":{
2154+
"Message":{"shape":"ExceptionMessage"}
2155+
},
2156+
"exception":true
2157+
},
21062158
"UpdateOrganizationalUnitRequest":{
21072159
"type":"structure",
21082160
"required":["OrganizationalUnitId"],

0 commit comments

Comments
 (0)