aws-sdk-core 2.11.392 → 2.11.393

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5084f1235abb9a9dd9323bc284fecdc69517632e
4
- data.tar.gz: 8356159dc96e993850d9e9fe22a35f8b9ea15882
3
+ metadata.gz: bf8d6ef8c51122b393d454d653f83fdf55721e4b
4
+ data.tar.gz: ae3b44ad5edbf7cfe70b8ded52566da23a93ee0d
5
5
  SHA512:
6
- metadata.gz: 273acb9879b2711ab455cb6769e84c5fa679eee8d2f1b0c8ee3a1ca551054b89fbcf646c7c198073085309d5c2eb4b1862859dbbbccbbc3ff979db4ffdb80ca4
7
- data.tar.gz: cc3867aaa88ba351e3da2b5b9341c8e4d2a3020da74fd549972e4a316e03dc72529356ff9d60036570d2a44b4c4af7d0a6817f995fef1ed9acf64a44dc3796e5
6
+ metadata.gz: 65672e4ece565956fd6881c360ef13542b34ee8bc1ae19f77048523796bc70aeefac86906e885972de1b37a170a74b5439b4d4b08690300d3dbba6710c523b9d
7
+ data.tar.gz: 6e679fe6c04d3dff60d2fbd4451c2e4ead25cc9337faf20311990293383aaaaa12b475e7abe7553cb3148dcb07e301cabc183c246cbc5cb321bfc64f5d9a742f
@@ -900,7 +900,7 @@
900
900
  "ComprehendArnName":{
901
901
  "type":"string",
902
902
  "max":63,
903
- "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
903
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
904
904
  },
905
905
  "ConcurrentModificationException":{
906
906
  "type":"structure",
@@ -1603,7 +1603,13 @@
1603
1603
  "fr",
1604
1604
  "de",
1605
1605
  "it",
1606
- "pt"
1606
+ "pt",
1607
+ "ar",
1608
+ "hi",
1609
+ "ja",
1610
+ "ko",
1611
+ "zh",
1612
+ "zh-TW"
1607
1613
  ]
1608
1614
  },
1609
1615
  "ListDocumentClassificationJobsRequest":{
@@ -8048,7 +8048,7 @@
8048
8048
  },
8049
8049
  "SessionFilterValue":{
8050
8050
  "type":"string",
8051
- "max":200,
8051
+ "max":400,
8052
8052
  "min":1
8053
8053
  },
8054
8054
  "SessionId":{
@@ -8126,7 +8126,7 @@
8126
8126
  },
8127
8127
  "SessionTarget":{
8128
8128
  "type":"string",
8129
- "max":50,
8129
+ "max":400,
8130
8130
  "min":1
8131
8131
  },
8132
8132
  "SeveritySummary":{
@@ -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,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -0,0 +1,281 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-06-10",
5
+ "endpointPrefix":"portal.sso",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"SSO",
9
+ "serviceFullName":"AWS Single Sign-On",
10
+ "serviceId":"SSO",
11
+ "signatureVersion":"v4",
12
+ "signingName":"awsssoportal",
13
+ "uid":"sso-2019-06-10"
14
+ },
15
+ "operations":{
16
+ "GetRoleCredentials":{
17
+ "name":"GetRoleCredentials",
18
+ "http":{
19
+ "method":"GET",
20
+ "requestUri":"/federation/credentials"
21
+ },
22
+ "input":{"shape":"GetRoleCredentialsRequest"},
23
+ "output":{"shape":"GetRoleCredentialsResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidRequestException"},
26
+ {"shape":"UnauthorizedException"},
27
+ {"shape":"TooManyRequestsException"},
28
+ {"shape":"ResourceNotFoundException"}
29
+ ],
30
+ "authtype":"none"
31
+ },
32
+ "ListAccountRoles":{
33
+ "name":"ListAccountRoles",
34
+ "http":{
35
+ "method":"GET",
36
+ "requestUri":"/assignment/roles"
37
+ },
38
+ "input":{"shape":"ListAccountRolesRequest"},
39
+ "output":{"shape":"ListAccountRolesResponse"},
40
+ "errors":[
41
+ {"shape":"InvalidRequestException"},
42
+ {"shape":"UnauthorizedException"},
43
+ {"shape":"TooManyRequestsException"},
44
+ {"shape":"ResourceNotFoundException"}
45
+ ],
46
+ "authtype":"none"
47
+ },
48
+ "ListAccounts":{
49
+ "name":"ListAccounts",
50
+ "http":{
51
+ "method":"GET",
52
+ "requestUri":"/assignment/accounts"
53
+ },
54
+ "input":{"shape":"ListAccountsRequest"},
55
+ "output":{"shape":"ListAccountsResponse"},
56
+ "errors":[
57
+ {"shape":"InvalidRequestException"},
58
+ {"shape":"UnauthorizedException"},
59
+ {"shape":"TooManyRequestsException"},
60
+ {"shape":"ResourceNotFoundException"}
61
+ ],
62
+ "authtype":"none"
63
+ },
64
+ "Logout":{
65
+ "name":"Logout",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/logout"
69
+ },
70
+ "input":{"shape":"LogoutRequest"},
71
+ "errors":[
72
+ {"shape":"InvalidRequestException"},
73
+ {"shape":"UnauthorizedException"},
74
+ {"shape":"TooManyRequestsException"}
75
+ ],
76
+ "authtype":"none"
77
+ }
78
+ },
79
+ "shapes":{
80
+ "AccessKeyType":{"type":"string"},
81
+ "AccessTokenType":{
82
+ "type":"string",
83
+ "sensitive":true
84
+ },
85
+ "AccountIdType":{"type":"string"},
86
+ "AccountInfo":{
87
+ "type":"structure",
88
+ "members":{
89
+ "accountId":{"shape":"AccountIdType"},
90
+ "accountName":{"shape":"AccountNameType"},
91
+ "emailAddress":{"shape":"EmailAddressType"}
92
+ }
93
+ },
94
+ "AccountListType":{
95
+ "type":"list",
96
+ "member":{"shape":"AccountInfo"}
97
+ },
98
+ "AccountNameType":{"type":"string"},
99
+ "EmailAddressType":{
100
+ "type":"string",
101
+ "max":254,
102
+ "min":1
103
+ },
104
+ "ErrorDescription":{"type":"string"},
105
+ "ExpirationTimestampType":{"type":"long"},
106
+ "GetRoleCredentialsRequest":{
107
+ "type":"structure",
108
+ "required":[
109
+ "roleName",
110
+ "accountId",
111
+ "accessToken"
112
+ ],
113
+ "members":{
114
+ "roleName":{
115
+ "shape":"RoleNameType",
116
+ "location":"querystring",
117
+ "locationName":"role_name"
118
+ },
119
+ "accountId":{
120
+ "shape":"AccountIdType",
121
+ "location":"querystring",
122
+ "locationName":"account_id"
123
+ },
124
+ "accessToken":{
125
+ "shape":"AccessTokenType",
126
+ "location":"header",
127
+ "locationName":"x-amz-sso_bearer_token"
128
+ }
129
+ }
130
+ },
131
+ "GetRoleCredentialsResponse":{
132
+ "type":"structure",
133
+ "members":{
134
+ "roleCredentials":{"shape":"RoleCredentials"}
135
+ }
136
+ },
137
+ "InvalidRequestException":{
138
+ "type":"structure",
139
+ "members":{
140
+ "message":{"shape":"ErrorDescription"}
141
+ },
142
+ "error":{"httpStatusCode":400},
143
+ "exception":true
144
+ },
145
+ "ListAccountRolesRequest":{
146
+ "type":"structure",
147
+ "required":[
148
+ "accessToken",
149
+ "accountId"
150
+ ],
151
+ "members":{
152
+ "nextToken":{
153
+ "shape":"NextTokenType",
154
+ "location":"querystring",
155
+ "locationName":"next_token"
156
+ },
157
+ "maxResults":{
158
+ "shape":"MaxResultType",
159
+ "location":"querystring",
160
+ "locationName":"max_result"
161
+ },
162
+ "accessToken":{
163
+ "shape":"AccessTokenType",
164
+ "location":"header",
165
+ "locationName":"x-amz-sso_bearer_token"
166
+ },
167
+ "accountId":{
168
+ "shape":"AccountIdType",
169
+ "location":"querystring",
170
+ "locationName":"account_id"
171
+ }
172
+ }
173
+ },
174
+ "ListAccountRolesResponse":{
175
+ "type":"structure",
176
+ "members":{
177
+ "nextToken":{"shape":"NextTokenType"},
178
+ "roleList":{"shape":"RoleListType"}
179
+ }
180
+ },
181
+ "ListAccountsRequest":{
182
+ "type":"structure",
183
+ "required":["accessToken"],
184
+ "members":{
185
+ "nextToken":{
186
+ "shape":"NextTokenType",
187
+ "location":"querystring",
188
+ "locationName":"next_token"
189
+ },
190
+ "maxResults":{
191
+ "shape":"MaxResultType",
192
+ "location":"querystring",
193
+ "locationName":"max_result"
194
+ },
195
+ "accessToken":{
196
+ "shape":"AccessTokenType",
197
+ "location":"header",
198
+ "locationName":"x-amz-sso_bearer_token"
199
+ }
200
+ }
201
+ },
202
+ "ListAccountsResponse":{
203
+ "type":"structure",
204
+ "members":{
205
+ "nextToken":{"shape":"NextTokenType"},
206
+ "accountList":{"shape":"AccountListType"}
207
+ }
208
+ },
209
+ "LogoutRequest":{
210
+ "type":"structure",
211
+ "required":["accessToken"],
212
+ "members":{
213
+ "accessToken":{
214
+ "shape":"AccessTokenType",
215
+ "location":"header",
216
+ "locationName":"x-amz-sso_bearer_token"
217
+ }
218
+ }
219
+ },
220
+ "MaxResultType":{
221
+ "type":"integer",
222
+ "box":true,
223
+ "max":100,
224
+ "min":1
225
+ },
226
+ "NextTokenType":{"type":"string"},
227
+ "ResourceNotFoundException":{
228
+ "type":"structure",
229
+ "members":{
230
+ "message":{"shape":"ErrorDescription"}
231
+ },
232
+ "error":{"httpStatusCode":404},
233
+ "exception":true
234
+ },
235
+ "RoleCredentials":{
236
+ "type":"structure",
237
+ "members":{
238
+ "accessKeyId":{"shape":"AccessKeyType"},
239
+ "secretAccessKey":{"shape":"SecretAccessKeyType"},
240
+ "sessionToken":{"shape":"SessionTokenType"},
241
+ "expiration":{"shape":"ExpirationTimestampType"}
242
+ }
243
+ },
244
+ "RoleInfo":{
245
+ "type":"structure",
246
+ "members":{
247
+ "roleName":{"shape":"RoleNameType"},
248
+ "accountId":{"shape":"AccountIdType"}
249
+ }
250
+ },
251
+ "RoleListType":{
252
+ "type":"list",
253
+ "member":{"shape":"RoleInfo"}
254
+ },
255
+ "RoleNameType":{"type":"string"},
256
+ "SecretAccessKeyType":{
257
+ "type":"string",
258
+ "sensitive":true
259
+ },
260
+ "SessionTokenType":{
261
+ "type":"string",
262
+ "sensitive":true
263
+ },
264
+ "TooManyRequestsException":{
265
+ "type":"structure",
266
+ "members":{
267
+ "message":{"shape":"ErrorDescription"}
268
+ },
269
+ "error":{"httpStatusCode":429},
270
+ "exception":true
271
+ },
272
+ "UnauthorizedException":{
273
+ "type":"structure",
274
+ "members":{
275
+ "message":{"shape":"ErrorDescription"}
276
+ },
277
+ "error":{"httpStatusCode":401},
278
+ "exception":true
279
+ }
280
+ }
281
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccountRoles": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "roleList"
8
+ },
9
+ "ListAccounts": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "accountList"
14
+ }
15
+ }
16
+ }
@@ -111,6 +111,7 @@
111
111
  "eu-west-2" : { },
112
112
  "eu-west-3" : { },
113
113
  "me-south-1" : { },
114
+ "sa-east-1" : { },
114
115
  "us-east-1" : { },
115
116
  "us-east-2" : { },
116
117
  "us-west-1" : { },
@@ -419,6 +420,7 @@
419
420
  "eu-west-1" : { },
420
421
  "eu-west-2" : { },
421
422
  "eu-west-3" : { },
423
+ "me-south-1" : { },
422
424
  "us-east-1" : { },
423
425
  "us-east-2" : { },
424
426
  "us-west-1" : { },
@@ -2016,6 +2018,9 @@
2016
2018
  "lakeformation" : {
2017
2019
  "endpoints" : {
2018
2020
  "ap-northeast-1" : { },
2021
+ "ap-south-1" : { },
2022
+ "ap-southeast-1" : { },
2023
+ "ap-southeast-2" : { },
2019
2024
  "eu-west-1" : { },
2020
2025
  "us-east-1" : { },
2021
2026
  "us-east-2" : { },
@@ -2414,6 +2419,64 @@
2414
2419
  }
2415
2420
  }
2416
2421
  },
2422
+ "oidc" : {
2423
+ "endpoints" : {
2424
+ "ap-southeast-1" : {
2425
+ "credentialScope" : {
2426
+ "region" : "ap-southeast-1"
2427
+ },
2428
+ "hostname" : "oidc.ap-southeast-1.amazonaws.com"
2429
+ },
2430
+ "ap-southeast-2" : {
2431
+ "credentialScope" : {
2432
+ "region" : "ap-southeast-2"
2433
+ },
2434
+ "hostname" : "oidc.ap-southeast-2.amazonaws.com"
2435
+ },
2436
+ "ca-central-1" : {
2437
+ "credentialScope" : {
2438
+ "region" : "ca-central-1"
2439
+ },
2440
+ "hostname" : "oidc.ca-central-1.amazonaws.com"
2441
+ },
2442
+ "eu-central-1" : {
2443
+ "credentialScope" : {
2444
+ "region" : "eu-central-1"
2445
+ },
2446
+ "hostname" : "oidc.eu-central-1.amazonaws.com"
2447
+ },
2448
+ "eu-west-1" : {
2449
+ "credentialScope" : {
2450
+ "region" : "eu-west-1"
2451
+ },
2452
+ "hostname" : "oidc.eu-west-1.amazonaws.com"
2453
+ },
2454
+ "eu-west-2" : {
2455
+ "credentialScope" : {
2456
+ "region" : "eu-west-2"
2457
+ },
2458
+ "hostname" : "oidc.eu-west-2.amazonaws.com"
2459
+ },
2460
+ "us-east-1" : {
2461
+ "credentialScope" : {
2462
+ "region" : "us-east-1"
2463
+ },
2464
+ "hostname" : "oidc.us-east-1.amazonaws.com"
2465
+ },
2466
+ "us-east-2" : {
2467
+ "credentialScope" : {
2468
+ "region" : "us-east-2"
2469
+ },
2470
+ "hostname" : "oidc.us-east-2.amazonaws.com"
2471
+ },
2472
+ "us-west-2" : {
2473
+ "credentialScope" : {
2474
+ "region" : "us-west-2"
2475
+ },
2476
+ "hostname" : "oidc.us-west-2.amazonaws.com"
2477
+ }
2478
+ }
2479
+ },
2417
2480
  "opsworks" : {
2418
2481
  "endpoints" : {
2419
2482
  "ap-northeast-1" : { },
@@ -2493,6 +2556,64 @@
2493
2556
  "us-west-2" : { }
2494
2557
  }
2495
2558
  },
2559
+ "portal.sso" : {
2560
+ "endpoints" : {
2561
+ "ap-southeast-1" : {
2562
+ "credentialScope" : {
2563
+ "region" : "ap-southeast-1"
2564
+ },
2565
+ "hostname" : "portal.sso.ap-southeast-1.amazonaws.com"
2566
+ },
2567
+ "ap-southeast-2" : {
2568
+ "credentialScope" : {
2569
+ "region" : "ap-southeast-2"
2570
+ },
2571
+ "hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
2572
+ },
2573
+ "ca-central-1" : {
2574
+ "credentialScope" : {
2575
+ "region" : "ca-central-1"
2576
+ },
2577
+ "hostname" : "portal.sso.ca-central-1.amazonaws.com"
2578
+ },
2579
+ "eu-central-1" : {
2580
+ "credentialScope" : {
2581
+ "region" : "eu-central-1"
2582
+ },
2583
+ "hostname" : "portal.sso.eu-central-1.amazonaws.com"
2584
+ },
2585
+ "eu-west-1" : {
2586
+ "credentialScope" : {
2587
+ "region" : "eu-west-1"
2588
+ },
2589
+ "hostname" : "portal.sso.eu-west-1.amazonaws.com"
2590
+ },
2591
+ "eu-west-2" : {
2592
+ "credentialScope" : {
2593
+ "region" : "eu-west-2"
2594
+ },
2595
+ "hostname" : "portal.sso.eu-west-2.amazonaws.com"
2596
+ },
2597
+ "us-east-1" : {
2598
+ "credentialScope" : {
2599
+ "region" : "us-east-1"
2600
+ },
2601
+ "hostname" : "portal.sso.us-east-1.amazonaws.com"
2602
+ },
2603
+ "us-east-2" : {
2604
+ "credentialScope" : {
2605
+ "region" : "us-east-2"
2606
+ },
2607
+ "hostname" : "portal.sso.us-east-2.amazonaws.com"
2608
+ },
2609
+ "us-west-2" : {
2610
+ "credentialScope" : {
2611
+ "region" : "us-west-2"
2612
+ },
2613
+ "hostname" : "portal.sso.us-west-2.amazonaws.com"
2614
+ }
2615
+ }
2616
+ },
2496
2617
  "projects.iot1click" : {
2497
2618
  "endpoints" : {
2498
2619
  "ap-northeast-1" : { },
@@ -3559,6 +3680,7 @@
3559
3680
  "protocols" : [ "https" ]
3560
3681
  },
3561
3682
  "endpoints" : {
3683
+ "ap-east-1" : { },
3562
3684
  "ap-northeast-2" : { },
3563
3685
  "ap-south-1" : { },
3564
3686
  "ap-southeast-1" : { },
@@ -3568,6 +3690,7 @@
3568
3690
  "eu-west-1" : { },
3569
3691
  "eu-west-2" : { },
3570
3692
  "eu-west-3" : { },
3693
+ "me-south-1" : { },
3571
3694
  "sa-east-1" : { },
3572
3695
  "us-east-1" : { },
3573
3696
  "us-east-2" : { },
@@ -187,6 +187,8 @@ module Aws
187
187
  SNS
188
188
  SQS
189
189
  SSM
190
+ SSO
191
+ SSOOIDC
190
192
  STS
191
193
  SWF
192
194
  SageMaker
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SSO, {
2
+ api: "#{Aws::API_DIR}/sso/2019-06-10/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sso/2019-06-10/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sso/2019-06-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sso/2019-06-10/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SSOOIDC, {
2
+ api: "#{Aws::API_DIR}/sso-oidc/2019-06-10/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sso-oidc/2019-06-10/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sso-oidc/2019-06-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sso-oidc/2019-06-10/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.392'
2
+ VERSION = '2.11.393'
3
3
  end
@@ -654,6 +654,14 @@
654
654
  "models": "ssm/2014-11-06",
655
655
  "endpoint": "ssm"
656
656
  },
657
+ "SSO": {
658
+ "models": "sso/2019-06-10",
659
+ "endpoint": "portal.sso"
660
+ },
661
+ "SSOOIDC": {
662
+ "models": "sso-oidc/2019-06-10",
663
+ "endpoint": "oidc"
664
+ },
657
665
  "STS": {
658
666
  "models": "sts/2011-06-15",
659
667
  "endpoint": "sts"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.392
4
+ version: 2.11.393
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-06 00:00:00.000000000 Z
11
+ date: 2019-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -755,6 +755,12 @@ files:
755
755
  - apis/ssm/2014-11-06/examples-1.json
756
756
  - apis/ssm/2014-11-06/paginators-1.json
757
757
  - apis/ssm/2014-11-06/smoke.json
758
+ - apis/sso-oidc/2019-06-10/api-2.json
759
+ - apis/sso-oidc/2019-06-10/examples-1.json
760
+ - apis/sso-oidc/2019-06-10/paginators-1.json
761
+ - apis/sso/2019-06-10/api-2.json
762
+ - apis/sso/2019-06-10/examples-1.json
763
+ - apis/sso/2019-06-10/paginators-1.json
758
764
  - apis/states/2016-11-23/api-2.json
759
765
  - apis/states/2016-11-23/examples-1.json
760
766
  - apis/states/2016-11-23/paginators-1.json
@@ -1136,6 +1142,8 @@ files:
1136
1142
  - lib/aws-sdk-core/sns.rb
1137
1143
  - lib/aws-sdk-core/sqs.rb
1138
1144
  - lib/aws-sdk-core/ssm.rb
1145
+ - lib/aws-sdk-core/sso.rb
1146
+ - lib/aws-sdk-core/ssooidc.rb
1139
1147
  - lib/aws-sdk-core/states.rb
1140
1148
  - lib/aws-sdk-core/storagegateway.rb
1141
1149
  - lib/aws-sdk-core/structure.rb