aws-sdk-core 2.11.23 → 2.11.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iam/2010-05-08/api-2.json +41 -2
- data/apis/mturk-requester/2017-01-17/api-2.json +14 -1
- data/apis/sts/2011-06-15/api-2.json +1 -1
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76e01665b7eae61bb56d4fda4ecdaa83eb7555e7
|
4
|
+
data.tar.gz: 57e8bf1f3bc8f404ab67bd7c0b1d7dbe4ba451eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 319be1408ef05ce352148eed9da0c0937396678ec13ac6d5b3a9defef4c99a4abc05fabbf196864b0c64b1281a0d21b06183256ee00e4d8360587e7854c62bf8
|
7
|
+
data.tar.gz: bf3859b11936ffadf3c6118e9e6d7a2c5fa841d353688d497bc67fcc7bd8f462b4c325a01805ad63b3c3de103bc8ae01c4debf8d16021a41f2ad08852a6e2f21
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"query",
|
8
8
|
"serviceAbbreviation":"IAM",
|
9
9
|
"serviceFullName":"AWS Identity and Access Management",
|
10
|
+
"serviceId":"IAM",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"uid":"iam-2010-05-08",
|
12
13
|
"xmlNamespace":"https://iam.amazonaws.com/doc/2010-05-08/"
|
@@ -1723,6 +1724,23 @@
|
|
1723
1724
|
{"shape":"ServiceFailureException"}
|
1724
1725
|
]
|
1725
1726
|
},
|
1727
|
+
"UpdateRole":{
|
1728
|
+
"name":"UpdateRole",
|
1729
|
+
"http":{
|
1730
|
+
"method":"POST",
|
1731
|
+
"requestUri":"/"
|
1732
|
+
},
|
1733
|
+
"input":{"shape":"UpdateRoleRequest"},
|
1734
|
+
"output":{
|
1735
|
+
"shape":"UpdateRoleResponse",
|
1736
|
+
"resultWrapper":"UpdateRoleResult"
|
1737
|
+
},
|
1738
|
+
"errors":[
|
1739
|
+
{"shape":"UnmodifiableEntityException"},
|
1740
|
+
{"shape":"NoSuchEntityException"},
|
1741
|
+
{"shape":"ServiceFailureException"}
|
1742
|
+
]
|
1743
|
+
},
|
1726
1744
|
"UpdateRoleDescription":{
|
1727
1745
|
"name":"UpdateRoleDescription",
|
1728
1746
|
"http":{
|
@@ -2200,7 +2218,8 @@
|
|
2200
2218
|
"Path":{"shape":"pathType"},
|
2201
2219
|
"RoleName":{"shape":"roleNameType"},
|
2202
2220
|
"AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
|
2203
|
-
"Description":{"shape":"roleDescriptionType"}
|
2221
|
+
"Description":{"shape":"roleDescriptionType"},
|
2222
|
+
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
|
2204
2223
|
}
|
2205
2224
|
},
|
2206
2225
|
"CreateRoleResponse":{
|
@@ -3984,7 +4003,8 @@
|
|
3984
4003
|
"Arn":{"shape":"arnType"},
|
3985
4004
|
"CreateDate":{"shape":"dateType"},
|
3986
4005
|
"AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
|
3987
|
-
"Description":{"shape":"roleDescriptionType"}
|
4006
|
+
"Description":{"shape":"roleDescriptionType"},
|
4007
|
+
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
|
3988
4008
|
}
|
3989
4009
|
},
|
3990
4010
|
"RoleDetail":{
|
@@ -4366,6 +4386,20 @@
|
|
4366
4386
|
"Role":{"shape":"Role"}
|
4367
4387
|
}
|
4368
4388
|
},
|
4389
|
+
"UpdateRoleRequest":{
|
4390
|
+
"type":"structure",
|
4391
|
+
"required":["RoleName"],
|
4392
|
+
"members":{
|
4393
|
+
"RoleName":{"shape":"roleNameType"},
|
4394
|
+
"Description":{"shape":"roleDescriptionType"},
|
4395
|
+
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
|
4396
|
+
}
|
4397
|
+
},
|
4398
|
+
"UpdateRoleResponse":{
|
4399
|
+
"type":"structure",
|
4400
|
+
"members":{
|
4401
|
+
}
|
4402
|
+
},
|
4369
4403
|
"UpdateSAMLProviderRequest":{
|
4370
4404
|
"type":"structure",
|
4371
4405
|
"required":[
|
@@ -4833,6 +4867,11 @@
|
|
4833
4867
|
"type":"list",
|
4834
4868
|
"member":{"shape":"Role"}
|
4835
4869
|
},
|
4870
|
+
"roleMaxSessionDurationType":{
|
4871
|
+
"type":"integer",
|
4872
|
+
"max":43200,
|
4873
|
+
"min":3600
|
4874
|
+
},
|
4836
4875
|
"roleNameType":{
|
4837
4876
|
"type":"string",
|
4838
4877
|
"max":64,
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"Amazon MTurk",
|
9
9
|
"serviceFullName":"Amazon Mechanical Turk",
|
10
|
+
"serviceId":"MTurk",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"MTurkRequesterServiceV20170117",
|
12
13
|
"uid":"mturk-requester-2017-01-17"
|
@@ -1010,6 +1011,14 @@
|
|
1010
1011
|
"NumberOfAssignmentsCompleted":{"shape":"Integer"}
|
1011
1012
|
}
|
1012
1013
|
},
|
1014
|
+
"HITAccessActions":{
|
1015
|
+
"type":"string",
|
1016
|
+
"enum":[
|
1017
|
+
"Accept",
|
1018
|
+
"PreviewAndAccept",
|
1019
|
+
"DiscoverPreviewAndAccept"
|
1020
|
+
]
|
1021
|
+
},
|
1013
1022
|
"HITLayoutParameter":{
|
1014
1023
|
"type":"structure",
|
1015
1024
|
"required":[
|
@@ -1376,7 +1385,11 @@
|
|
1376
1385
|
"Comparator":{"shape":"Comparator"},
|
1377
1386
|
"IntegerValues":{"shape":"IntegerList"},
|
1378
1387
|
"LocaleValues":{"shape":"LocaleList"},
|
1379
|
-
"RequiredToPreview":{
|
1388
|
+
"RequiredToPreview":{
|
1389
|
+
"shape":"Boolean",
|
1390
|
+
"deprecated":true
|
1391
|
+
},
|
1392
|
+
"ActionsGuarded":{"shape":"HITAccessActions"}
|
1380
1393
|
}
|
1381
1394
|
},
|
1382
1395
|
"QualificationRequirementList":{
|
data/endpoints.json
CHANGED
@@ -977,6 +977,7 @@
|
|
977
977
|
"eu-central-1" : { },
|
978
978
|
"eu-west-1" : { },
|
979
979
|
"eu-west-2" : { },
|
980
|
+
"eu-west-3" : { },
|
980
981
|
"sa-east-1" : { },
|
981
982
|
"us-east-1" : { },
|
982
983
|
"us-east-2" : { },
|
@@ -1951,11 +1952,13 @@
|
|
1951
1952
|
"workspaces" : {
|
1952
1953
|
"endpoints" : {
|
1953
1954
|
"ap-northeast-1" : { },
|
1955
|
+
"ap-northeast-2" : { },
|
1954
1956
|
"ap-southeast-1" : { },
|
1955
1957
|
"ap-southeast-2" : { },
|
1956
1958
|
"eu-central-1" : { },
|
1957
1959
|
"eu-west-1" : { },
|
1958
1960
|
"eu-west-2" : { },
|
1961
|
+
"sa-east-1" : { },
|
1959
1962
|
"us-east-1" : { },
|
1960
1963
|
"us-west-2" : { }
|
1961
1964
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.24
|
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: 2018-03-
|
11
|
+
date: 2018-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|