aws-sdk-core 2.6.32 → 2.6.33

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: ff90cfd8c208169603c68f9d1a440d202eedaa4c
4
- data.tar.gz: 37581c4bd5a3f874f39e2ff4f29b104070634ed6
3
+ metadata.gz: 890a1d92fb8d5d963f8f828f215314ab23075693
4
+ data.tar.gz: 3cdbde919d6b8faf59f6322b003ddb9b4f47ce64
5
5
  SHA512:
6
- metadata.gz: 1ec37555acc6eb0b589a96f87138d86c0ca70da8c938d4999bbfe412339929548bc4934a4ca52e534a659bc04fc800ac8a63287923c075b5d11f28639a0e2bef
7
- data.tar.gz: c84d902e1da6cd74d19479d1167d8e4f6648821aed5c24d479d9c42b61f47a85f4bbf28528146b7164b63797beb6fea45c90e1a43d0ef303db9fe3390961ecd0
6
+ metadata.gz: 921a41e742dca6c37a50a1312920895ef69dc148f73dc402bd81991761989c82e05c7fab0304134dd8a682f89e8b3e933f41f0009b7cd2a6c5d28a670295a7fb
7
+ data.tar.gz: 2591eb69b33699feec39dbc9f47a4918e110473d3152c7c48ce9fc76d0e867866d37af7744038c2d94441d8616644a1c59f05b5a80f6a01fc0a4281b063a2e24
@@ -8,7 +8,8 @@
8
8
  "serviceAbbreviation":"Config Service",
9
9
  "serviceFullName":"AWS Config",
10
10
  "signatureVersion":"v4",
11
- "targetPrefix":"StarlingDoveService"
11
+ "targetPrefix":"StarlingDoveService",
12
+ "uid":"config-2014-11-12"
12
13
  },
13
14
  "operations":{
14
15
  "DeleteConfigRule":{
@@ -108,7 +109,8 @@
108
109
  "input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
109
110
  "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
110
111
  "errors":[
111
- {"shape":"NoSuchConfigRuleException"}
112
+ {"shape":"NoSuchConfigRuleException"},
113
+ {"shape":"InvalidParameterValueException"}
112
114
  ]
113
115
  },
114
116
  "DescribeConfigRules":{
@@ -465,7 +467,7 @@
465
467
  "Description":{"shape":"EmptiableStringWithCharLimit256"},
466
468
  "Scope":{"shape":"Scope"},
467
469
  "Source":{"shape":"Source"},
468
- "InputParameters":{"shape":"StringWithCharLimit256"},
470
+ "InputParameters":{"shape":"StringWithCharLimit1024"},
469
471
  "MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
470
472
  "ConfigRuleState":{"shape":"ConfigRuleState"}
471
473
  }
@@ -718,13 +720,16 @@
718
720
  "DescribeConfigRuleEvaluationStatusRequest":{
719
721
  "type":"structure",
720
722
  "members":{
721
- "ConfigRuleNames":{"shape":"ConfigRuleNames"}
723
+ "ConfigRuleNames":{"shape":"ConfigRuleNames"},
724
+ "NextToken":{"shape":"String"},
725
+ "Limit":{"shape":"RuleLimit"}
722
726
  }
723
727
  },
724
728
  "DescribeConfigRuleEvaluationStatusResponse":{
725
729
  "type":"structure",
726
730
  "members":{
727
- "ConfigRulesEvaluationStatus":{"shape":"ConfigRuleEvaluationStatusList"}
731
+ "ConfigRulesEvaluationStatus":{"shape":"ConfigRuleEvaluationStatusList"},
732
+ "NextToken":{"shape":"String"}
728
733
  }
729
734
  },
730
735
  "DescribeConfigRulesRequest":{
@@ -1277,7 +1282,8 @@
1277
1282
  "AWS::RDS::DBSnapshot",
1278
1283
  "AWS::RDS::EventSubscription",
1279
1284
  "AWS::ElasticLoadBalancingV2::LoadBalancer",
1280
- "AWS::S3::Bucket"
1285
+ "AWS::S3::Bucket",
1286
+ "AWS::SSM::ManagedInstanceInventory"
1281
1287
  ]
1282
1288
  },
1283
1289
  "ResourceTypeList":{
@@ -1290,6 +1296,11 @@
1290
1296
  "max":20,
1291
1297
  "min":0
1292
1298
  },
1299
+ "RuleLimit":{
1300
+ "type":"integer",
1301
+ "max":50,
1302
+ "min":0
1303
+ },
1293
1304
  "Scope":{
1294
1305
  "type":"structure",
1295
1306
  "members":{
@@ -1301,6 +1312,10 @@
1301
1312
  },
1302
1313
  "Source":{
1303
1314
  "type":"structure",
1315
+ "required":[
1316
+ "Owner",
1317
+ "SourceIdentifier"
1318
+ ],
1304
1319
  "members":{
1305
1320
  "Owner":{"shape":"Owner"},
1306
1321
  "SourceIdentifier":{"shape":"StringWithCharLimit256"},
@@ -1347,6 +1362,11 @@
1347
1362
  }
1348
1363
  },
1349
1364
  "String":{"type":"string"},
1365
+ "StringWithCharLimit1024":{
1366
+ "type":"string",
1367
+ "max":1024,
1368
+ "min":1
1369
+ },
1350
1370
  "StringWithCharLimit128":{
1351
1371
  "type":"string",
1352
1372
  "max":128,
@@ -9161,6 +9161,8 @@
9161
9161
  "t2.small",
9162
9162
  "t2.medium",
9163
9163
  "t2.large",
9164
+ "t2.xlarge",
9165
+ "t2.2xlarge",
9164
9166
  "m1.small",
9165
9167
  "m1.medium",
9166
9168
  "m1.large",
@@ -9184,6 +9186,12 @@
9184
9186
  "r3.2xlarge",
9185
9187
  "r3.4xlarge",
9186
9188
  "r3.8xlarge",
9189
+ "r4.large",
9190
+ "r4.xlarge",
9191
+ "r4.2xlarge",
9192
+ "r4.4xlarge",
9193
+ "r4.8xlarge",
9194
+ "r4.16xlarge",
9187
9195
  "x1.16xlarge",
9188
9196
  "x1.32xlarge",
9189
9197
  "i2.xlarge",
@@ -8,6 +8,7 @@
8
8
  "serviceAbbreviation":"AWS STS",
9
9
  "serviceFullName":"AWS Security Token Service",
10
10
  "signatureVersion":"v4",
11
+ "uid":"sts-2011-06-15",
11
12
  "xmlNamespace":"https://sts.amazonaws.com/doc/2011-06-15/"
12
13
  },
13
14
  "operations":{
@@ -1,5 +1,206 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "AssumeRole": [
5
+ {
6
+ "input": {
7
+ "DurationSeconds": 3600,
8
+ "ExternalId": "123ABC",
9
+ "Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}",
10
+ "RoleArn": "arn:aws:iam::123456789012:role/demo",
11
+ "RoleSessionName": "Bob"
12
+ },
13
+ "output": {
14
+ "AssumedRoleUser": {
15
+ "Arn": "arn:aws:sts::123456789012:assumed-role/demo/Bob",
16
+ "AssumedRoleId": "ARO123EXAMPLE123:Bob"
17
+ },
18
+ "Credentials": {
19
+ "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
20
+ "Expiration": "2011-07-15T23:28:33.359Z",
21
+ "SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY",
22
+ "SessionToken": "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA=="
23
+ },
24
+ "PackedPolicySize": 6
25
+ },
26
+ "comments": {
27
+ "input": {
28
+ },
29
+ "output": {
30
+ }
31
+ },
32
+ "description": "",
33
+ "id": "to-assume-a-role-1480532402212",
34
+ "title": "To assume a role"
35
+ }
36
+ ],
37
+ "AssumeRoleWithWebIdentity": [
38
+ {
39
+ "input": {
40
+ "DurationSeconds": 3600,
41
+ "ProviderId": "www.amazon.com",
42
+ "RoleArn": "arn:aws:iam::123456789012:role/FederatedWebIdentityRole",
43
+ "RoleSessionName": "app1",
44
+ "WebIdentityToken": "Atza%7CIQEBLjAsAhRFiXuWpUXuRvQ9PZL3GMFcYevydwIUFAHZwXZXXXXXXXXJnrulxKDHwy87oGKPznh0D6bEQZTSCzyoCtL_8S07pLpr0zMbn6w1lfVZKNTBdDansFBmtGnIsIapjI6xKR02Yc_2bQ8LZbUXSGm6Ry6_BG7PrtLZtj_dfCTj92xNGed-CrKqjG7nPBjNIL016GGvuS5gSvPRUxWES3VYfm1wl7WTI7jn-Pcb6M-buCgHhFOzTQxod27L9CqnOLio7N3gZAGpsp6n1-AJBOCJckcyXe2c6uD0srOJeZlKUm2eTDVMf8IehDVI0r1QOnTV6KzzAI3OY87Vd_cVMQ"
45
+ },
46
+ "output": {
47
+ "AssumedRoleUser": {
48
+ "Arn": "arn:aws:sts::123456789012:assumed-role/FederatedWebIdentityRole/app1",
49
+ "AssumedRoleId": "AROACLKWSDQRAOEXAMPLE:app1"
50
+ },
51
+ "Audience": "client.5498841531868486423.1548@apps.example.com",
52
+ "Credentials": {
53
+ "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
54
+ "Expiration": "2014-10-24T23:00:23Z",
55
+ "SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY",
56
+ "SessionToken": "AQoDYXdzEE0a8ANXXXXXXXXNO1ewxE5TijQyp+IEXAMPLE"
57
+ },
58
+ "PackedPolicySize": 123,
59
+ "Provider": "www.amazon.com",
60
+ "SubjectFromWebIdentityToken": "amzn1.account.AF6RHO7KZU5XRVQJGXK6HEXAMPLE"
61
+ },
62
+ "comments": {
63
+ "input": {
64
+ },
65
+ "output": {
66
+ }
67
+ },
68
+ "description": "",
69
+ "id": "to-assume-a-role-as-an-openid-connect-federated-user-1480533445696",
70
+ "title": "To assume a role as an OpenID Connect-federated user"
71
+ }
72
+ ],
73
+ "DecodeAuthorizationMessage": [
74
+ {
75
+ "input": {
76
+ "EncodedMessage": "<encoded-message>"
77
+ },
78
+ "output": {
79
+ "DecodedMessage": "{\"allowed\": \"false\",\"explicitDeny\": \"false\",\"matchedStatements\": \"\",\"failures\": \"\",\"context\": {\"principal\": {\"id\": \"AIDACKCEVSQ6C2EXAMPLE\",\"name\": \"Bob\",\"arn\": \"arn:aws:iam::123456789012:user/Bob\"},\"action\": \"ec2:StopInstances\",\"resource\": \"arn:aws:ec2:us-east-1:123456789012:instance/i-dd01c9bd\",\"conditions\": [{\"item\": {\"key\": \"ec2:Tenancy\",\"values\": [\"default\"]},{\"item\": {\"key\": \"ec2:ResourceTag/elasticbeanstalk:environment-name\",\"values\": [\"Default-Environment\"]}},(Additional items ...)]}}"
80
+ },
81
+ "comments": {
82
+ "input": {
83
+ },
84
+ "output": {
85
+ }
86
+ },
87
+ "description": "",
88
+ "id": "to-decode-information-about-an-authorization-status-of-a-request-1480533854499",
89
+ "title": "To decode information about an authorization status of a request"
90
+ }
91
+ ],
92
+ "GetCallerIdentity": [
93
+ {
94
+ "input": {
95
+ },
96
+ "output": {
97
+ "Account": "123456789012",
98
+ "Arn": "arn:aws:iam::123456789012:user/Alice",
99
+ "UserId": "AKIAI44QH8DHBEXAMPLE"
100
+ },
101
+ "comments": {
102
+ "input": {
103
+ },
104
+ "output": {
105
+ }
106
+ },
107
+ "description": "This example shows a request and response made with the credentials for a user named Alice in the AWS account 123456789012.",
108
+ "id": "to-get-details-about-a-calling-iam-user-1480540050376",
109
+ "title": "To get details about a calling IAM user"
110
+ },
111
+ {
112
+ "input": {
113
+ },
114
+ "output": {
115
+ "Account": "123456789012",
116
+ "Arn": "arn:aws:sts::123456789012:assumed-role/my-role-name/my-role-session-name",
117
+ "UserId": "AKIAI44QH8DHBEXAMPLE:my-role-session-name"
118
+ },
119
+ "comments": {
120
+ "input": {
121
+ },
122
+ "output": {
123
+ }
124
+ },
125
+ "description": "This example shows a request and response made with temporary credentials created by AssumeRole. The name of the assumed role is my-role-name, and the RoleSessionName is set to my-role-session-name.",
126
+ "id": "to-get-details-about-a-calling-user-federated-with-assumerole-1480540158545",
127
+ "title": "To get details about a calling user federated with AssumeRole"
128
+ },
129
+ {
130
+ "input": {
131
+ },
132
+ "output": {
133
+ "Account": "123456789012",
134
+ "Arn": "arn:aws:sts::123456789012:federated-user/my-federated-user-name",
135
+ "UserId": "123456789012:my-federated-user-name"
136
+ },
137
+ "comments": {
138
+ "input": {
139
+ },
140
+ "output": {
141
+ }
142
+ },
143
+ "description": "This example shows a request and response made with temporary credentials created by using GetFederationToken. The Name parameter is set to my-federated-user-name.",
144
+ "id": "to-get-details-about-a-calling-user-federated-with-getfederationtoken-1480540231316",
145
+ "title": "To get details about a calling user federated with GetFederationToken"
146
+ }
147
+ ],
148
+ "GetFederationToken": [
149
+ {
150
+ "input": {
151
+ "DurationSeconds": 3600,
152
+ "Name": "Bob",
153
+ "Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}"
154
+ },
155
+ "output": {
156
+ "Credentials": {
157
+ "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
158
+ "Expiration": "2011-07-15T23:28:33.359Z",
159
+ "SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY",
160
+ "SessionToken": "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA=="
161
+ },
162
+ "FederatedUser": {
163
+ "Arn": "arn:aws:sts::123456789012:federated-user/Bob",
164
+ "FederatedUserId": "123456789012:Bob"
165
+ },
166
+ "PackedPolicySize": 6
167
+ },
168
+ "comments": {
169
+ "input": {
170
+ },
171
+ "output": {
172
+ }
173
+ },
174
+ "description": "",
175
+ "id": "to-get-temporary-credentials-for-a-role-by-using-getfederationtoken-1480540749900",
176
+ "title": "To get temporary credentials for a role by using GetFederationToken"
177
+ }
178
+ ],
179
+ "GetSessionToken": [
180
+ {
181
+ "input": {
182
+ "DurationSeconds": 3600,
183
+ "SerialNumber": "YourMFASerialNumber",
184
+ "TokenCode": "123456"
185
+ },
186
+ "output": {
187
+ "Credentials": {
188
+ "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
189
+ "Expiration": "2011-07-11T19:55:29.611Z",
190
+ "SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY",
191
+ "SessionToken": "AQoEXAMPLEH4aoAH0gNCAPyJxz4BlCFFxWNE1OPTgk5TthT+FvwqnKwRcOIfrRh3c/LTo6UDdyJwOOvEVPvLXCrrrUtdnniCEXAMPLE/IvU1dYUg2RVAJBanLiHb4IgRmpRV3zrkuWJOgQs8IZZaIv2BXIa2R4OlgkBN9bkUDNCJiBeb/AXlzBBko7b15fjrBs2+cTQtpZ3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE"
192
+ }
193
+ },
194
+ "comments": {
195
+ "input": {
196
+ },
197
+ "output": {
198
+ }
199
+ },
200
+ "description": "",
201
+ "id": "to-get-temporary-credentials-for-an-iam-user-or-an-aws-account-1480540814038",
202
+ "title": "To get temporary credentials for an IAM user or an AWS account"
203
+ }
204
+ ]
4
205
  }
5
206
  }
@@ -79,6 +79,7 @@
79
79
  "eu-west-1": {},
80
80
  "us-east-1": {},
81
81
  "us-east-2": {},
82
+ "us-west-1": {},
82
83
  "us-west-2": {}
83
84
  }
84
85
  },
@@ -638,7 +639,12 @@
638
639
  "gamelift": {
639
640
  "endpoints": {
640
641
  "ap-northeast-1": {},
642
+ "ap-northeast-2": {},
643
+ "ap-south-1": {},
644
+ "ap-southeast-1": {},
645
+ "eu-central-1": {},
641
646
  "eu-west-1": {},
647
+ "sa-east-1": {},
642
648
  "us-east-1": {},
643
649
  "us-west-2": {}
644
650
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.32'
2
+ VERSION = '2.6.33'
3
3
  end
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.6.32
4
+ version: 2.6.33
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: 2016-12-01 00:00:00.000000000 Z
11
+ date: 2016-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath