Skip to content

Commit ccb68ad

Browse files
AWS SDK for RubyNobody
AWS SDK for Ruby
authored and
Nobody
committed
Updated API models and rebuilt service gems.
1 parent a6ba194 commit ccb68ad

Some content is hidden

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

61 files changed

+4059
-51
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ to be backwards compatible.
378378
| AWS Resource Groups Tagging API | Aws::ResourceGroupsTaggingAPI | aws-sdk-resourcegroupstaggingapi | 2017-01-26 |
379379
| AWS RoboMaker | Aws::RoboMaker | aws-sdk-robomaker | 2018-06-29 |
380380
| AWS S3 Control | Aws::S3Control | aws-sdk-s3control | 2018-08-20 |
381+
| AWS SSO OIDC | Aws::SSOOIDC | aws-sdk-ssooidc | 2019-06-10 |
381382
| AWS Savings Plans | Aws::SavingsPlans | aws-sdk-savingsplans | 2019-06-28 |
382383
| AWS Secrets Manager | Aws::SecretsManager | aws-sdk-secretsmanager | 2017-10-17 |
383384
| AWS Security Token Service | Aws::STS | aws-sdk-core | 2011-06-15 |
@@ -386,6 +387,7 @@ to be backwards compatible.
386387
| AWS Service Catalog | Aws::ServiceCatalog | aws-sdk-servicecatalog | 2015-12-10 |
387388
| AWS Shield | Aws::Shield | aws-sdk-shield | 2016-06-02 |
388389
| AWS Signer | Aws::Signer | aws-sdk-signer | 2017-08-25 |
390+
| AWS Single Sign-On | Aws::SSO | aws-sdk-sso | 2019-06-10 |
389391
| AWS Step Functions | Aws::States | aws-sdk-states | 2016-11-23 |
390392
| AWS Storage Gateway | Aws::StorageGateway | aws-sdk-storagegateway | 2013-06-30 |
391393
| AWS Support | Aws::Support | aws-sdk-support | 2013-04-15 |
@@ -491,8 +493,8 @@ to be backwards compatible.
491493
| AmazonMQ | Aws::MQ | aws-sdk-mq | 2017-11-27 |
492494
| Application Auto Scaling | Aws::ApplicationAutoScaling | aws-sdk-applicationautoscaling | 2016-02-06 |
493495
| Auto Scaling | Aws::AutoScaling | aws-sdk-autoscaling | 2011-01-01 |
494-
| Elastic Load Balancing | Aws::ElasticLoadBalancingV2 | aws-sdk-elasticloadbalancingv2 | 2015-12-01 |
495496
| Elastic Load Balancing | Aws::ElasticLoadBalancing | aws-sdk-elasticloadbalancing | 2012-06-01 |
497+
| Elastic Load Balancing | Aws::ElasticLoadBalancingV2 | aws-sdk-elasticloadbalancingv2 | 2015-12-01 |
496498
| Firewall Management Service | Aws::FMS | aws-sdk-fms | 2018-01-01 |
497499
| Managed Streaming for Kafka | Aws::Kafka | aws-sdk-kafka | 2018-11-14 |
498500
| Service Quotas | Aws::ServiceQuotas | aws-sdk-servicequotas | 2019-06-24 |

apis/comprehend/2017-11-27/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
"ComprehendArnName":{
901901
"type":"string",
902902
"max":63,
903-
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
903+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
904904
},
905905
"ConcurrentModificationException":{
906906
"type":"structure",
@@ -1603,7 +1603,13 @@
16031603
"fr",
16041604
"de",
16051605
"it",
1606-
"pt"
1606+
"pt",
1607+
"ar",
1608+
"hi",
1609+
"ja",
1610+
"ko",
1611+
"zh",
1612+
"zh-TW"
16071613
]
16081614
},
16091615
"ListDocumentClassificationJobsRequest":{

apis/comprehend/2017-11-27/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
"Entity$EndOffset": "<p>A character offset in the input text that shows where the entity ends. The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point. </p>",
693693
"EntityRecognizerMetadata$NumberOfTrainedDocuments": "<p> The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.</p>",
694694
"EntityRecognizerMetadata$NumberOfTestDocuments": "<p> The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.</p>",
695-
"EntityRecognizerMetadataEntityTypesListItem$NumberOfTrainMentions": "<p>indicates the number of times the given entity name was seen in the training data. </p>",
695+
"EntityRecognizerMetadataEntityTypesListItem$NumberOfTrainMentions": "<p>Indicates the number of times the given entity type was seen in the training data. </p>",
696696
"KeyPhrase$BeginOffset": "<p>A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>",
697697
"KeyPhrase$EndOffset": "<p>A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A <code>code point</code> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>",
698698
"SyntaxToken$TokenId": "<p>A unique identifier for a token.</p>",

apis/ssm/2014-11-06/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8048,7 +8048,7 @@
80488048
},
80498049
"SessionFilterValue":{
80508050
"type":"string",
8051-
"max":200,
8051+
"max":400,
80528052
"min":1
80538053
},
80548054
"SessionId":{
@@ -8126,7 +8126,7 @@
81268126
},
81278127
"SessionTarget":{
81288128
"type":"string",
8129-
"max":50,
8129+
"max":400,
81308130
"min":1
81318131
},
81328132
"SeveritySummary":{

apis/sso-oidc/2019-06-10/api-2.json

Lines changed: 283 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,283 @@
1+
{
2+
"version":"2.0",
3+
"metadata":{
4+
"apiVersion":"2019-06-10",
5+
"endpointPrefix":"oidc",
6+
"jsonVersion":"1.1",
7+
"protocol":"rest-json",
8+
"serviceAbbreviation":"SSO OIDC",
9+
"serviceFullName":"AWS SSO OIDC",
10+
"serviceId":"SSO OIDC",
11+
"signatureVersion":"v4",
12+
"signingName":"awsssooidc",
13+
"uid":"sso-oidc-2019-06-10"
14+
},
15+
"operations":{
16+
"CreateToken":{
17+
"name":"CreateToken",
18+
"http":{
19+
"method":"POST",
20+
"requestUri":"/token"
21+
},
22+
"input":{"shape":"CreateTokenRequest"},
23+
"output":{"shape":"CreateTokenResponse"},
24+
"errors":[
25+
{"shape":"InvalidRequestException"},
26+
{"shape":"InvalidClientException"},
27+
{"shape":"InvalidGrantException"},
28+
{"shape":"UnauthorizedClientException"},
29+
{"shape":"UnsupportedGrantTypeException"},
30+
{"shape":"InvalidScopeException"},
31+
{"shape":"AuthorizationPendingException"},
32+
{"shape":"SlowDownException"},
33+
{"shape":"AccessDeniedException"},
34+
{"shape":"ExpiredTokenException"},
35+
{"shape":"InternalServerException"}
36+
],
37+
"authtype":"none"
38+
},
39+
"RegisterClient":{
40+
"name":"RegisterClient",
41+
"http":{
42+
"method":"POST",
43+
"requestUri":"/client/register"
44+
},
45+
"input":{"shape":"RegisterClientRequest"},
46+
"output":{"shape":"RegisterClientResponse"},
47+
"errors":[
48+
{"shape":"InvalidRequestException"},
49+
{"shape":"InvalidScopeException"},
50+
{"shape":"InvalidClientMetadataException"},
51+
{"shape":"InternalServerException"}
52+
],
53+
"authtype":"none"
54+
},
55+
"StartDeviceAuthorization":{
56+
"name":"StartDeviceAuthorization",
57+
"http":{
58+
"method":"POST",
59+
"requestUri":"/device_authorization"
60+
},
61+
"input":{"shape":"StartDeviceAuthorizationRequest"},
62+
"output":{"shape":"StartDeviceAuthorizationResponse"},
63+
"errors":[
64+
{"shape":"InvalidRequestException"},
65+
{"shape":"InvalidClientException"},
66+
{"shape":"UnauthorizedClientException"},
67+
{"shape":"SlowDownException"},
68+
{"shape":"InternalServerException"}
69+
],
70+
"authtype":"none"
71+
}
72+
},
73+
"shapes":{
74+
"AccessDeniedException":{
75+
"type":"structure",
76+
"members":{
77+
"error":{"shape":"Error"},
78+
"error_description":{"shape":"ErrorDescription"}
79+
},
80+
"error":{"httpStatusCode":400},
81+
"exception":true
82+
},
83+
"AccessToken":{"type":"string"},
84+
"AuthCode":{"type":"string"},
85+
"AuthorizationPendingException":{
86+
"type":"structure",
87+
"members":{
88+
"error":{"shape":"Error"},
89+
"error_description":{"shape":"ErrorDescription"}
90+
},
91+
"error":{"httpStatusCode":400},
92+
"exception":true
93+
},
94+
"ClientId":{"type":"string"},
95+
"ClientName":{"type":"string"},
96+
"ClientSecret":{"type":"string"},
97+
"ClientType":{"type":"string"},
98+
"CreateTokenRequest":{
99+
"type":"structure",
100+
"required":[
101+
"clientId",
102+
"clientSecret",
103+
"grantType",
104+
"deviceCode"
105+
],
106+
"members":{
107+
"clientId":{"shape":"ClientId"},
108+
"clientSecret":{"shape":"ClientSecret"},
109+
"grantType":{"shape":"GrantType"},
110+
"deviceCode":{"shape":"DeviceCode"},
111+
"code":{"shape":"AuthCode"},
112+
"refreshToken":{"shape":"RefreshToken"},
113+
"scope":{"shape":"Scopes"},
114+
"redirectUri":{"shape":"URI"}
115+
}
116+
},
117+
"CreateTokenResponse":{
118+
"type":"structure",
119+
"members":{
120+
"accessToken":{"shape":"AccessToken"},
121+
"tokenType":{"shape":"TokenType"},
122+
"expiresIn":{"shape":"ExpirationInSeconds"},
123+
"refreshToken":{"shape":"RefreshToken"},
124+
"idToken":{"shape":"IdToken"}
125+
}
126+
},
127+
"DeviceCode":{"type":"string"},
128+
"Error":{"type":"string"},
129+
"ErrorDescription":{"type":"string"},
130+
"ExpirationInSeconds":{"type":"integer"},
131+
"ExpiredTokenException":{
132+
"type":"structure",
133+
"members":{
134+
"error":{"shape":"Error"},
135+
"error_description":{"shape":"ErrorDescription"}
136+
},
137+
"error":{"httpStatusCode":400},
138+
"exception":true
139+
},
140+
"GrantType":{"type":"string"},
141+
"IdToken":{"type":"string"},
142+
"InternalServerException":{
143+
"type":"structure",
144+
"members":{
145+
"error":{"shape":"Error"},
146+
"error_description":{"shape":"ErrorDescription"}
147+
},
148+
"error":{"httpStatusCode":500},
149+
"exception":true,
150+
"fault":true
151+
},
152+
"IntervalInSeconds":{"type":"integer"},
153+
"InvalidClientException":{
154+
"type":"structure",
155+
"members":{
156+
"error":{"shape":"Error"},
157+
"error_description":{"shape":"ErrorDescription"}
158+
},
159+
"error":{"httpStatusCode":401},
160+
"exception":true
161+
},
162+
"InvalidClientMetadataException":{
163+
"type":"structure",
164+
"members":{
165+
"error":{"shape":"Error"},
166+
"error_description":{"shape":"ErrorDescription"}
167+
},
168+
"error":{"httpStatusCode":400},
169+
"exception":true
170+
},
171+
"InvalidGrantException":{
172+
"type":"structure",
173+
"members":{
174+
"error":{"shape":"Error"},
175+
"error_description":{"shape":"ErrorDescription"}
176+
},
177+
"error":{"httpStatusCode":400},
178+
"exception":true
179+
},
180+
"InvalidRequestException":{
181+
"type":"structure",
182+
"members":{
183+
"error":{"shape":"Error"},
184+
"error_description":{"shape":"ErrorDescription"}
185+
},
186+
"error":{"httpStatusCode":400},
187+
"exception":true
188+
},
189+
"InvalidScopeException":{
190+
"type":"structure",
191+
"members":{
192+
"error":{"shape":"Error"},
193+
"error_description":{"shape":"ErrorDescription"}
194+
},
195+
"error":{"httpStatusCode":400},
196+
"exception":true
197+
},
198+
"LongTimeStampType":{"type":"long"},
199+
"RefreshToken":{"type":"string"},
200+
"RegisterClientRequest":{
201+
"type":"structure",
202+
"required":[
203+
"clientName",
204+
"clientType"
205+
],
206+
"members":{
207+
"clientName":{"shape":"ClientName"},
208+
"clientType":{"shape":"ClientType"},
209+
"scopes":{"shape":"Scopes"}
210+
}
211+
},
212+
"RegisterClientResponse":{
213+
"type":"structure",
214+
"members":{
215+
"clientId":{"shape":"ClientId"},
216+
"clientSecret":{"shape":"ClientSecret"},
217+
"clientIdIssuedAt":{"shape":"LongTimeStampType"},
218+
"clientSecretExpiresAt":{"shape":"LongTimeStampType"},
219+
"authorizationEndpoint":{"shape":"URI"},
220+
"tokenEndpoint":{"shape":"URI"}
221+
}
222+
},
223+
"Scope":{"type":"string"},
224+
"Scopes":{
225+
"type":"list",
226+
"member":{"shape":"Scope"}
227+
},
228+
"SlowDownException":{
229+
"type":"structure",
230+
"members":{
231+
"error":{"shape":"Error"},
232+
"error_description":{"shape":"ErrorDescription"}
233+
},
234+
"error":{"httpStatusCode":400},
235+
"exception":true
236+
},
237+
"StartDeviceAuthorizationRequest":{
238+
"type":"structure",
239+
"required":[
240+
"clientId",
241+
"clientSecret",
242+
"startUrl"
243+
],
244+
"members":{
245+
"clientId":{"shape":"ClientId"},
246+
"clientSecret":{"shape":"ClientSecret"},
247+
"startUrl":{"shape":"URI"}
248+
}
249+
},
250+
"StartDeviceAuthorizationResponse":{
251+
"type":"structure",
252+
"members":{
253+
"deviceCode":{"shape":"DeviceCode"},
254+
"userCode":{"shape":"UserCode"},
255+
"verificationUri":{"shape":"URI"},
256+
"verificationUriComplete":{"shape":"URI"},
257+
"expiresIn":{"shape":"ExpirationInSeconds"},
258+
"interval":{"shape":"IntervalInSeconds"}
259+
}
260+
},
261+
"TokenType":{"type":"string"},
262+
"URI":{"type":"string"},
263+
"UnauthorizedClientException":{
264+
"type":"structure",
265+
"members":{
266+
"error":{"shape":"Error"},
267+
"error_description":{"shape":"ErrorDescription"}
268+
},
269+
"error":{"httpStatusCode":400},
270+
"exception":true
271+
},
272+
"UnsupportedGrantTypeException":{
273+
"type":"structure",
274+
"members":{
275+
"error":{"shape":"Error"},
276+
"error_description":{"shape":"ErrorDescription"}
277+
},
278+
"error":{"httpStatusCode":400},
279+
"exception":true
280+
},
281+
"UserCode":{"type":"string"}
282+
}
283+
}

0 commit comments

Comments
 (0)