aws-sdk 1.32.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +28 -10
- data/bin/aws-rb +11 -1
- data/endpoints.json +191 -26
- data/lib/aws/api_config/AutoScaling-2011-01-01.yml +201 -0
- data/lib/aws/api_config/CloudFormation-2010-05-15.yml +15 -1
- data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
- data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
- data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
- data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1164 -0
- data/lib/aws/api_config/CloudTrail-2013-11-01.yml +4 -33
- data/lib/aws/api_config/DynamoDB-2012-08-10.yml +101 -1
- data/lib/aws/api_config/EC2-2013-08-15.yml +2 -2
- data/lib/aws/api_config/EC2-2013-10-01.yml +2 -2
- data/lib/aws/api_config/EC2-2013-10-15.yml +3 -78
- data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
- data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
- data/lib/aws/api_config/ELB-2012-06-01.yml +65 -1
- data/lib/aws/api_config/EMR-2009-03-31.yml +20 -1
- data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
- data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
- data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +8 -1
- data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +798 -1
- data/lib/aws/api_config/IAM-2010-05-08.yml +44 -2
- data/lib/aws/api_config/Kinesis-2013-12-02.yml +1 -1
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +201 -1
- data/lib/aws/api_config/RDS-2013-09-09.yml +1 -2
- data/lib/aws/api_config/Redshift-2012-12-01.yml +25 -1
- data/lib/aws/api_config/Route53-2013-04-01.yml +889 -0
- data/lib/aws/api_config/SNS-2010-03-31.yml +16 -1
- data/lib/aws/api_config/SQS-2012-11-05.yml +86 -1
- data/lib/aws/api_config/STS-2011-06-15.yml +5 -1
- data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +1 -1
- data/lib/aws/api_config/Support-2013-04-15.yml +63 -0
- data/lib/aws/auto_scaling/group.rb +1 -1
- data/lib/aws/cloud_formation/stack_resource_collection.rb +1 -1
- data/lib/aws/cloud_front/client.rb +13 -1
- data/lib/aws/cloud_search/client.rb +6 -2
- data/lib/aws/cloud_watch/alarm.rb +3 -0
- data/lib/aws/core.rb +16 -1
- data/lib/aws/core/client.rb +10 -1
- data/lib/aws/core/configuration.rb +3 -2
- data/lib/aws/core/credential_providers.rb +130 -12
- data/lib/aws/core/http/connection_pool.rb +23 -3
- data/lib/aws/core/http/net_http_handler.rb +18 -21
- data/lib/aws/core/http/request.rb +10 -0
- data/lib/aws/core/ini_parser.rb +42 -0
- data/lib/aws/core/lazy_error_classes.rb +20 -2
- data/lib/aws/core/log_formatter.rb +1 -1
- data/lib/aws/core/model.rb +5 -0
- data/lib/aws/core/option_grammar.rb +9 -9
- data/lib/aws/core/policy.rb +2 -3
- data/lib/aws/core/response.rb +4 -0
- data/lib/aws/core/signers/version_4.rb +1 -1
- data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +1 -1
- data/lib/aws/core/xml/frame.rb +1 -0
- data/lib/aws/core/xml/grammar.rb +1 -0
- data/lib/aws/dynamo_db.rb +16 -0
- data/lib/aws/dynamo_db/batch_write.rb +2 -0
- data/lib/aws/dynamo_db/table.rb +4 -8
- data/lib/aws/ec2.rb +1 -1
- data/lib/aws/ec2/client.rb +64 -1
- data/lib/aws/ec2/image_collection.rb +1 -2
- data/lib/aws/ec2/instance.rb +3 -3
- data/lib/aws/ec2/instance_collection.rb +14 -3
- data/lib/aws/ec2/snapshot_collection.rb +1 -1
- data/lib/aws/ec2/subnet_collection.rb +7 -3
- data/lib/aws/ec2/tagged_collection.rb +14 -0
- data/lib/aws/ec2/volume_collection.rb +4 -0
- data/lib/aws/ec2/vpc.rb +8 -0
- data/lib/aws/ec2/vpc_collection.rb +1 -1
- data/lib/aws/elasticache/client.rb +8 -2
- data/lib/aws/emr/job_flow_collection.rb +4 -6
- data/lib/aws/glacier.rb +4 -4
- data/lib/aws/glacier/vault.rb +1 -1
- data/lib/aws/iam/server_certificate.rb +24 -17
- data/lib/aws/iam/signing_certificate.rb +13 -1
- data/lib/aws/rails.rb +1 -1
- data/lib/aws/rds/db_instance.rb +5 -6
- data/lib/aws/record/abstract_base.rb +0 -1
- data/lib/aws/record/hash_model.rb +1 -1
- data/lib/aws/record/model.rb +1 -1
- data/lib/aws/route_53/client.rb +5 -2
- data/lib/aws/route_53/hosted_zone.rb +39 -16
- data/lib/aws/route_53/hosted_zone_collection.rb +2 -1
- data/lib/aws/s3/bucket_lifecycle_configuration.rb +22 -6
- data/lib/aws/s3/cipher_io.rb +1 -1
- data/lib/aws/s3/client.rb +155 -7
- data/lib/aws/s3/client/xml.rb +7 -0
- data/lib/aws/s3/multipart_upload.rb +3 -1
- data/lib/aws/s3/object_collection.rb +1 -1
- data/lib/aws/s3/presign_v4.rb +13 -4
- data/lib/aws/s3/s3_object.rb +3 -0
- data/lib/aws/simple_email_service.rb +13 -0
- data/lib/aws/simple_email_service/identity.rb +21 -0
- data/lib/aws/simple_workflow/decision_task.rb +2 -2
- data/lib/aws/simple_workflow/decision_task_collection.rb +0 -2
- data/lib/aws/simple_workflow/option_formatters.rb +1 -1
- data/lib/aws/simple_workflow/workflow_execution_collection.rb +2 -2
- data/lib/aws/simple_workflow/workflow_type.rb +0 -2
- data/lib/aws/sns/message.rb +11 -1
- data/lib/aws/sns/topic.rb +1 -1
- data/lib/aws/sns/topic_collection.rb +1 -1
- data/lib/aws/sqs/queue.rb +26 -14
- data/lib/aws/sqs/queue_collection.rb +4 -0
- data/lib/aws/sqs/received_message.rb +4 -0
- data/lib/aws/sts/client.rb +9 -0
- data/lib/aws/version.rb +1 -1
- metadata +113 -117
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30f080262c059dd57f29e8b2a07a8fdea09da9b0
|
4
|
+
data.tar.gz: b29efce23f72209e76ee2a1c9f207479dedfe817
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96c2e4b8d8b4e2f8401f808d3e3d7c3a72477397534663885761c08150f09d4d80a30730f6bef0f6c7eda4e58647c61fe0961d0d7d8ed3a9e1c0af8cb55b8e16
|
7
|
+
data.tar.gz: 66c7cf93f182adee5df9c7ac92ecf0dd022bdf5578f3455c47647db72d6329c4571e9ab24f6fa1e405926369f829b04f3ac4ffb4dcee910979f253a743ee798c
|
data/README.md
CHANGED
@@ -93,9 +93,9 @@ The SDK currently supports the following services:
|
|
93
93
|
<td>AWS CloudFormation</td>
|
94
94
|
</tr>
|
95
95
|
<tr>
|
96
|
-
<td rowspan="
|
96
|
+
<td rowspan="6">AWS::CloudFront</td>
|
97
97
|
<td>2013-05-12</td>
|
98
|
-
<td rowspan="
|
98
|
+
<td rowspan="6">Amazon CloudFront</td>
|
99
99
|
</tr>
|
100
100
|
<tr>
|
101
101
|
<td>2013-08-26</td>
|
@@ -107,9 +107,18 @@ The SDK currently supports the following services:
|
|
107
107
|
<td>2013-11-11</td>
|
108
108
|
</tr>
|
109
109
|
<tr>
|
110
|
-
<td>
|
110
|
+
<td>2013-11-22</td>
|
111
|
+
</tr>
|
112
|
+
<tr>
|
113
|
+
<td>2014-01-31</td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td rowspan="2">AWS::CloudSearch</td>
|
111
117
|
<td>2011-02-01</td>
|
112
|
-
<td>Amazon CloudSearch</td>
|
118
|
+
<td rowspan="2">Amazon CloudSearch</td>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
121
|
+
<td>2013-01-01</td>
|
113
122
|
</tr>
|
114
123
|
<tr>
|
115
124
|
<td>AWS::CloudTrail</td>
|
@@ -140,9 +149,9 @@ The SDK currently supports the following services:
|
|
140
149
|
<td>2012-08-10</td>
|
141
150
|
</tr>
|
142
151
|
<tr>
|
143
|
-
<td rowspan="
|
152
|
+
<td rowspan="4">AWS::EC2</td>
|
144
153
|
<td>2013-08-15</td>
|
145
|
-
<td rowspan="
|
154
|
+
<td rowspan="4">Amazon Elastic Compute Cloud</td>
|
146
155
|
</tr>
|
147
156
|
<tr>
|
148
157
|
<td>2013-10-01</td>
|
@@ -151,9 +160,15 @@ The SDK currently supports the following services:
|
|
151
160
|
<td>2013-10-15</td>
|
152
161
|
</tr>
|
153
162
|
<tr>
|
154
|
-
<td>
|
163
|
+
<td>2014-02-01</td>
|
164
|
+
</tr>
|
165
|
+
<tr>
|
166
|
+
<td rowspan="2">AWS::ElastiCache</td>
|
155
167
|
<td>2013-06-15</td>
|
156
|
-
<td>Amazon ElastiCache</td>
|
168
|
+
<td rowspan="2">Amazon ElastiCache</td>
|
169
|
+
</tr>
|
170
|
+
<tr>
|
171
|
+
<td>2014-03-24</td>
|
157
172
|
</tr>
|
158
173
|
<tr>
|
159
174
|
<td>AWS::ElasticBeanstalk</td>
|
@@ -214,9 +229,12 @@ The SDK currently supports the following services:
|
|
214
229
|
<td>Amazon Redshift</td>
|
215
230
|
</tr>
|
216
231
|
<tr>
|
217
|
-
<td>AWS::Route53</td>
|
232
|
+
<td rowspan="2">AWS::Route53</td>
|
218
233
|
<td>2012-12-12</td>
|
219
|
-
<td>Amazon Route 53</td>
|
234
|
+
<td rowspan="2">Amazon Route 53</td>
|
235
|
+
</tr>
|
236
|
+
<tr>
|
237
|
+
<td>2013-04-01</td>
|
220
238
|
</tr>
|
221
239
|
<tr>
|
222
240
|
<td>AWS::S3</td>
|
data/bin/aws-rb
CHANGED
@@ -61,6 +61,10 @@ OptionParser.new do |opts|
|
|
61
61
|
options[:color] = value
|
62
62
|
end
|
63
63
|
|
64
|
+
opts.on("--profile PROFLIE", "Use a specific profile from your credential file.") do |value|
|
65
|
+
options[:profile] = value
|
66
|
+
end
|
67
|
+
|
64
68
|
opts.on("-d", "--[no-]debug", "log HTTP wire traces, off by default") do |value|
|
65
69
|
options[:debug] = value
|
66
70
|
options[:debug_set] = true
|
@@ -106,6 +110,13 @@ require 'aws-sdk'
|
|
106
110
|
|
107
111
|
cfg = {}
|
108
112
|
|
113
|
+
if options[:profile]
|
114
|
+
provider = AWS::Core::CredentialProviders::SharedCredentialFileProvider.new(
|
115
|
+
:profile_name => options[:profile]
|
116
|
+
)
|
117
|
+
cfg[:credential_provider] = provider
|
118
|
+
end
|
119
|
+
|
109
120
|
if options[:log]
|
110
121
|
logger = Logger.new($stdout)
|
111
122
|
logger.formatter = proc {|severity, datetime, progname, msg| msg }
|
@@ -136,7 +147,6 @@ unless options[:repl] == 'irb'
|
|
136
147
|
# we require them up front to squelch warnings from pry
|
137
148
|
require 'nokogiri'
|
138
149
|
require 'json'
|
139
|
-
require 'uuidtools'
|
140
150
|
end
|
141
151
|
|
142
152
|
class PryNotAvailable < StandardError; end
|
data/endpoints.json
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"regions": {
|
3
3
|
"us-east-1": {
|
4
|
+
"cognito-sync": {
|
5
|
+
"http": false,
|
6
|
+
"https": true,
|
7
|
+
"hostname": "cognito-sync.us-east-1.amazonaws.com"
|
8
|
+
},
|
9
|
+
"cognito-identity": {
|
10
|
+
"http": false,
|
11
|
+
"https": true,
|
12
|
+
"hostname": "cognito-identity.us-east-1.amazonaws.com"
|
13
|
+
},
|
4
14
|
"cloudformation": {
|
5
15
|
"http": false,
|
6
16
|
"https": true,
|
@@ -26,6 +36,11 @@
|
|
26
36
|
"https": true,
|
27
37
|
"hostname": "monitoring.us-east-1.amazonaws.com"
|
28
38
|
},
|
39
|
+
"logs": {
|
40
|
+
"http": true,
|
41
|
+
"https": true,
|
42
|
+
"hostname": "logs.us-east-1.amazonaws.com"
|
43
|
+
},
|
29
44
|
"dynamodb": {
|
30
45
|
"http": true,
|
31
46
|
"https": true,
|
@@ -171,13 +186,19 @@
|
|
171
186
|
"cloudfront": {
|
172
187
|
"http": true,
|
173
188
|
"https": true,
|
174
|
-
"hostname": "cloudfront.amazonaws.com"
|
189
|
+
"hostname": "cloudfront.amazonaws.com",
|
190
|
+
"authregion": "us-east-1"
|
175
191
|
},
|
176
192
|
"cloudsearch": {
|
177
193
|
"http": false,
|
178
194
|
"https": true,
|
179
195
|
"hostname": "cloudsearch.us-west-1.amazonaws.com"
|
180
196
|
},
|
197
|
+
"cloudtrail": {
|
198
|
+
"http": false,
|
199
|
+
"https": true,
|
200
|
+
"hostname": "cloudtrail.us-west-1.amazonaws.com"
|
201
|
+
},
|
181
202
|
"monitoring": {
|
182
203
|
"http": true,
|
183
204
|
"https": true,
|
@@ -246,7 +267,8 @@
|
|
246
267
|
"iam": {
|
247
268
|
"http": false,
|
248
269
|
"https": true,
|
249
|
-
"hostname": "iam.amazonaws.com"
|
270
|
+
"hostname": "iam.amazonaws.com",
|
271
|
+
"authregion": "us-east-1"
|
250
272
|
},
|
251
273
|
"importexport": {
|
252
274
|
"http": false,
|
@@ -256,7 +278,8 @@
|
|
256
278
|
"sts": {
|
257
279
|
"http": false,
|
258
280
|
"https": true,
|
259
|
-
"hostname": "sts.amazonaws.com"
|
281
|
+
"hostname": "sts.amazonaws.com",
|
282
|
+
"authregion": "us-east-1"
|
260
283
|
},
|
261
284
|
"storagegateway": {
|
262
285
|
"http": false,
|
@@ -298,7 +321,8 @@
|
|
298
321
|
"cloudfront": {
|
299
322
|
"http": true,
|
300
323
|
"https": true,
|
301
|
-
"hostname": "cloudfront.amazonaws.com"
|
324
|
+
"hostname": "cloudfront.amazonaws.com",
|
325
|
+
"authregion": "us-east-1"
|
302
326
|
},
|
303
327
|
"cloudsearch": {
|
304
328
|
"http": false,
|
@@ -345,6 +369,11 @@
|
|
345
369
|
"https": true,
|
346
370
|
"hostname": "route53.amazonaws.com"
|
347
371
|
},
|
372
|
+
"email": {
|
373
|
+
"http": false,
|
374
|
+
"https": true,
|
375
|
+
"hostname": "email.us-west-2.amazonaws.com"
|
376
|
+
},
|
348
377
|
"sdb": {
|
349
378
|
"http": true,
|
350
379
|
"https": true,
|
@@ -378,7 +407,8 @@
|
|
378
407
|
"iam": {
|
379
408
|
"http": false,
|
380
409
|
"https": true,
|
381
|
-
"hostname": "iam.amazonaws.com"
|
410
|
+
"hostname": "iam.amazonaws.com",
|
411
|
+
"authregion": "us-east-1"
|
382
412
|
},
|
383
413
|
"importexport": {
|
384
414
|
"http": false,
|
@@ -388,7 +418,8 @@
|
|
388
418
|
"sts": {
|
389
419
|
"http": false,
|
390
420
|
"https": true,
|
391
|
-
"hostname": "sts.amazonaws.com"
|
421
|
+
"hostname": "sts.amazonaws.com",
|
422
|
+
"authregion": "us-east-1"
|
392
423
|
},
|
393
424
|
"storagegateway": {
|
394
425
|
"http": false,
|
@@ -415,11 +446,21 @@
|
|
415
446
|
"https": true,
|
416
447
|
"hostname": "directconnect.us-west-2.amazonaws.com"
|
417
448
|
},
|
449
|
+
"datapipeline": {
|
450
|
+
"http": false,
|
451
|
+
"https": true,
|
452
|
+
"hostname": "datapipeline.us-west-2.amazonaws.com"
|
453
|
+
},
|
418
454
|
"redshift": {
|
419
455
|
"http": false,
|
420
456
|
"https": true,
|
421
457
|
"hostname": "redshift.us-west-2.amazonaws.com"
|
422
458
|
},
|
459
|
+
"kinesis": {
|
460
|
+
"http": false,
|
461
|
+
"https": true,
|
462
|
+
"hostname": "kinesis.us-west-2.amazonaws.com"
|
463
|
+
},
|
423
464
|
"elastictranscoder": {
|
424
465
|
"http": false,
|
425
466
|
"https": true,
|
@@ -435,7 +476,18 @@
|
|
435
476
|
"cloudfront": {
|
436
477
|
"http": true,
|
437
478
|
"https": true,
|
438
|
-
"hostname": "cloudfront.amazonaws.com"
|
479
|
+
"hostname": "cloudfront.amazonaws.com",
|
480
|
+
"authregion": "us-east-1"
|
481
|
+
},
|
482
|
+
"cloudsearch": {
|
483
|
+
"http": false,
|
484
|
+
"https": true,
|
485
|
+
"hostname": "cloudsearch.ap-northeast-1.amazonaws.com"
|
486
|
+
},
|
487
|
+
"cloudtrail": {
|
488
|
+
"http": false,
|
489
|
+
"https": true,
|
490
|
+
"hostname": "cloudtrail.ap-northeast-1.amazonaws.com"
|
439
491
|
},
|
440
492
|
"monitoring": {
|
441
493
|
"http": true,
|
@@ -505,7 +557,8 @@
|
|
505
557
|
"iam": {
|
506
558
|
"http": false,
|
507
559
|
"https": true,
|
508
|
-
"hostname": "iam.amazonaws.com"
|
560
|
+
"hostname": "iam.amazonaws.com",
|
561
|
+
"authregion": "us-east-1"
|
509
562
|
},
|
510
563
|
"importexport": {
|
511
564
|
"http": false,
|
@@ -515,7 +568,8 @@
|
|
515
568
|
"sts": {
|
516
569
|
"http": false,
|
517
570
|
"https": true,
|
518
|
-
"hostname": "sts.amazonaws.com"
|
571
|
+
"hostname": "sts.amazonaws.com",
|
572
|
+
"authregion": "us-east-1"
|
519
573
|
},
|
520
574
|
"storagegateway": {
|
521
575
|
"http": false,
|
@@ -542,11 +596,21 @@
|
|
542
596
|
"https": true,
|
543
597
|
"hostname": "directconnect.ap-northeast-1.amazonaws.com"
|
544
598
|
},
|
599
|
+
"datapipeline": {
|
600
|
+
"http": false,
|
601
|
+
"https": true,
|
602
|
+
"hostname": "datapipeline.ap-northeast-1.amazonaws.com"
|
603
|
+
},
|
545
604
|
"redshift": {
|
546
605
|
"http": false,
|
547
606
|
"https": true,
|
548
607
|
"hostname": "redshift.ap-northeast-1.amazonaws.com"
|
549
608
|
},
|
609
|
+
"kinesis": {
|
610
|
+
"http": false,
|
611
|
+
"https": true,
|
612
|
+
"hostname": "kinesis.ap-northeast-1.amazonaws.com"
|
613
|
+
},
|
550
614
|
"elastictranscoder": {
|
551
615
|
"http": false,
|
552
616
|
"https": true,
|
@@ -562,13 +626,19 @@
|
|
562
626
|
"cloudfront": {
|
563
627
|
"http": true,
|
564
628
|
"https": true,
|
565
|
-
"hostname": "cloudfront.amazonaws.com"
|
629
|
+
"hostname": "cloudfront.amazonaws.com",
|
630
|
+
"authregion": "us-east-1"
|
566
631
|
},
|
567
632
|
"cloudsearch": {
|
568
633
|
"http": false,
|
569
634
|
"https": true,
|
570
635
|
"hostname": "cloudsearch.ap-southeast-1.amazonaws.com"
|
571
636
|
},
|
637
|
+
"cloudtrail": {
|
638
|
+
"http": false,
|
639
|
+
"https": true,
|
640
|
+
"hostname": "cloudtrail.ap-southeast-1.amazonaws.com"
|
641
|
+
},
|
572
642
|
"monitoring": {
|
573
643
|
"http": true,
|
574
644
|
"https": true,
|
@@ -637,7 +707,8 @@
|
|
637
707
|
"iam": {
|
638
708
|
"http": false,
|
639
709
|
"https": true,
|
640
|
-
"hostname": "iam.amazonaws.com"
|
710
|
+
"hostname": "iam.amazonaws.com",
|
711
|
+
"authregion": "us-east-1"
|
641
712
|
},
|
642
713
|
"importexport": {
|
643
714
|
"http": false,
|
@@ -647,7 +718,8 @@
|
|
647
718
|
"sts": {
|
648
719
|
"http": false,
|
649
720
|
"https": true,
|
650
|
-
"hostname": "sts.amazonaws.com"
|
721
|
+
"hostname": "sts.amazonaws.com",
|
722
|
+
"authregion": "us-east-1"
|
651
723
|
},
|
652
724
|
"storagegateway": {
|
653
725
|
"http": false,
|
@@ -674,6 +746,11 @@
|
|
674
746
|
"https": true,
|
675
747
|
"hostname": "redshift.ap-southeast-1.amazonaws.com"
|
676
748
|
},
|
749
|
+
"kinesis": {
|
750
|
+
"http": false,
|
751
|
+
"https": true,
|
752
|
+
"hostname": "kinesis.ap-southeast-1.amazonaws.com"
|
753
|
+
},
|
677
754
|
"elastictranscoder": {
|
678
755
|
"http": false,
|
679
756
|
"https": true,
|
@@ -689,7 +766,18 @@
|
|
689
766
|
"cloudfront": {
|
690
767
|
"http": true,
|
691
768
|
"https": true,
|
692
|
-
"hostname": "cloudfront.amazonaws.com"
|
769
|
+
"hostname": "cloudfront.amazonaws.com",
|
770
|
+
"authregion": "us-east-1"
|
771
|
+
},
|
772
|
+
"cloudsearch": {
|
773
|
+
"http": false,
|
774
|
+
"https": true,
|
775
|
+
"hostname": "cloudsearch.ap-southeast-2.amazonaws.com"
|
776
|
+
},
|
777
|
+
"cloudtrail": {
|
778
|
+
"http": false,
|
779
|
+
"https": true,
|
780
|
+
"hostname": "cloudtrail.ap-southeast-2.amazonaws.com"
|
693
781
|
},
|
694
782
|
"monitoring": {
|
695
783
|
"http": true,
|
@@ -759,7 +847,8 @@
|
|
759
847
|
"iam": {
|
760
848
|
"http": false,
|
761
849
|
"https": true,
|
762
|
-
"hostname": "iam.amazonaws.com"
|
850
|
+
"hostname": "iam.amazonaws.com",
|
851
|
+
"authregion": "us-east-1"
|
763
852
|
},
|
764
853
|
"importexport": {
|
765
854
|
"http": false,
|
@@ -769,7 +858,8 @@
|
|
769
858
|
"sts": {
|
770
859
|
"http": false,
|
771
860
|
"https": true,
|
772
|
-
"hostname": "sts.amazonaws.com"
|
861
|
+
"hostname": "sts.amazonaws.com",
|
862
|
+
"authregion": "us-east-1"
|
773
863
|
},
|
774
864
|
"storagegateway": {
|
775
865
|
"http": false,
|
@@ -796,10 +886,20 @@
|
|
796
886
|
"https": true,
|
797
887
|
"hostname": "directconnect.ap-southeast-2.amazonaws.com"
|
798
888
|
},
|
889
|
+
"datapipeline": {
|
890
|
+
"http": false,
|
891
|
+
"https": true,
|
892
|
+
"hostname": "datapipeline.ap-southeast-2.amazonaws.com"
|
893
|
+
},
|
799
894
|
"redshift": {
|
800
895
|
"http": false,
|
801
896
|
"https": true,
|
802
897
|
"hostname": "redshift.ap-southeast-2.amazonaws.com"
|
898
|
+
},
|
899
|
+
"kinesis": {
|
900
|
+
"http": false,
|
901
|
+
"https": true,
|
902
|
+
"hostname": "kinesis.ap-southeast-2.amazonaws.com"
|
803
903
|
}
|
804
904
|
},
|
805
905
|
"sa-east-1": {
|
@@ -811,7 +911,18 @@
|
|
811
911
|
"cloudfront": {
|
812
912
|
"http": true,
|
813
913
|
"https": true,
|
814
|
-
"hostname": "cloudfront.amazonaws.com"
|
914
|
+
"hostname": "cloudfront.amazonaws.com",
|
915
|
+
"authregion": "us-east-1"
|
916
|
+
},
|
917
|
+
"cloudsearch": {
|
918
|
+
"http": false,
|
919
|
+
"https": true,
|
920
|
+
"hostname": "cloudsearch.sa-east-1.amazonaws.com"
|
921
|
+
},
|
922
|
+
"cloudtrail": {
|
923
|
+
"http": false,
|
924
|
+
"https": true,
|
925
|
+
"hostname": "cloudtrail.sa-east-1.amazonaws.com"
|
815
926
|
},
|
816
927
|
"monitoring": {
|
817
928
|
"http": true,
|
@@ -881,7 +992,8 @@
|
|
881
992
|
"iam": {
|
882
993
|
"http": false,
|
883
994
|
"https": true,
|
884
|
-
"hostname": "iam.amazonaws.com"
|
995
|
+
"hostname": "iam.amazonaws.com",
|
996
|
+
"authregion": "us-east-1"
|
885
997
|
},
|
886
998
|
"importexport": {
|
887
999
|
"http": false,
|
@@ -891,7 +1003,8 @@
|
|
891
1003
|
"sts": {
|
892
1004
|
"http": false,
|
893
1005
|
"https": true,
|
894
|
-
"hostname": "sts.amazonaws.com"
|
1006
|
+
"hostname": "sts.amazonaws.com",
|
1007
|
+
"authregion": "us-east-1"
|
895
1008
|
},
|
896
1009
|
"storagegateway": {
|
897
1010
|
"http": false,
|
@@ -923,13 +1036,19 @@
|
|
923
1036
|
"cloudfront": {
|
924
1037
|
"http": true,
|
925
1038
|
"https": true,
|
926
|
-
"hostname": "cloudfront.amazonaws.com"
|
1039
|
+
"hostname": "cloudfront.amazonaws.com",
|
1040
|
+
"authregion": "us-east-1"
|
927
1041
|
},
|
928
1042
|
"cloudsearch": {
|
929
1043
|
"http": false,
|
930
1044
|
"https": true,
|
931
1045
|
"hostname": "cloudsearch.eu-west-1.amazonaws.com"
|
932
1046
|
},
|
1047
|
+
"cloudtrail": {
|
1048
|
+
"http": false,
|
1049
|
+
"https": true,
|
1050
|
+
"hostname": "cloudtrail.eu-west-1.amazonaws.com"
|
1051
|
+
},
|
933
1052
|
"monitoring": {
|
934
1053
|
"http": true,
|
935
1054
|
"https": true,
|
@@ -965,6 +1084,11 @@
|
|
965
1084
|
"https": true,
|
966
1085
|
"hostname": "route53.amazonaws.com"
|
967
1086
|
},
|
1087
|
+
"email": {
|
1088
|
+
"http": false,
|
1089
|
+
"https": true,
|
1090
|
+
"hostname": "email.eu-west-1.amazonaws.com"
|
1091
|
+
},
|
968
1092
|
"sdb": {
|
969
1093
|
"http": true,
|
970
1094
|
"https": true,
|
@@ -998,7 +1122,8 @@
|
|
998
1122
|
"iam": {
|
999
1123
|
"http": false,
|
1000
1124
|
"https": true,
|
1001
|
-
"hostname": "iam.amazonaws.com"
|
1125
|
+
"hostname": "iam.amazonaws.com",
|
1126
|
+
"authregion": "us-east-1"
|
1002
1127
|
},
|
1003
1128
|
"importexport": {
|
1004
1129
|
"http": false,
|
@@ -1008,7 +1133,8 @@
|
|
1008
1133
|
"sts": {
|
1009
1134
|
"http": false,
|
1010
1135
|
"https": true,
|
1011
|
-
"hostname": "sts.amazonaws.com"
|
1136
|
+
"hostname": "sts.amazonaws.com",
|
1137
|
+
"authregion": "us-east-1"
|
1012
1138
|
},
|
1013
1139
|
"storagegateway": {
|
1014
1140
|
"http": false,
|
@@ -1035,11 +1161,21 @@
|
|
1035
1161
|
"https": true,
|
1036
1162
|
"hostname": "directconnect.eu-west-1.amazonaws.com"
|
1037
1163
|
},
|
1164
|
+
"datapipeline": {
|
1165
|
+
"http": false,
|
1166
|
+
"https": true,
|
1167
|
+
"hostname": "datapipeline.eu-west-1.amazonaws.com"
|
1168
|
+
},
|
1038
1169
|
"redshift": {
|
1039
1170
|
"http": false,
|
1040
1171
|
"https": true,
|
1041
1172
|
"hostname": "redshift.eu-west-1.amazonaws.com"
|
1042
1173
|
},
|
1174
|
+
"kinesis": {
|
1175
|
+
"http": false,
|
1176
|
+
"https": true,
|
1177
|
+
"hostname": "kinesis.eu-west-1.amazonaws.com"
|
1178
|
+
},
|
1043
1179
|
"elastictranscoder": {
|
1044
1180
|
"http": false,
|
1045
1181
|
"https": true,
|
@@ -1202,6 +1338,12 @@
|
|
1202
1338
|
}
|
1203
1339
|
},
|
1204
1340
|
"services": {
|
1341
|
+
"cognito-sync": [
|
1342
|
+
"us-east-1"
|
1343
|
+
],
|
1344
|
+
"cognito-identity": [
|
1345
|
+
"us-east-1"
|
1346
|
+
],
|
1205
1347
|
"cloudformation": [
|
1206
1348
|
"us-east-1",
|
1207
1349
|
"us-west-1",
|
@@ -1228,11 +1370,20 @@
|
|
1228
1370
|
"us-west-1",
|
1229
1371
|
"us-west-2",
|
1230
1372
|
"eu-west-1",
|
1231
|
-
"ap-southeast-1"
|
1373
|
+
"ap-southeast-1",
|
1374
|
+
"ap-northeast-1",
|
1375
|
+
"ap-southeast-2",
|
1376
|
+
"sa-east-1"
|
1232
1377
|
],
|
1233
1378
|
"cloudtrail": [
|
1234
1379
|
"us-east-1",
|
1235
|
-
"us-west-
|
1380
|
+
"us-west-1",
|
1381
|
+
"us-west-2",
|
1382
|
+
"eu-west-1",
|
1383
|
+
"ap-southeast-1",
|
1384
|
+
"ap-southeast-2",
|
1385
|
+
"ap-northeast-1",
|
1386
|
+
"sa-east-1"
|
1236
1387
|
],
|
1237
1388
|
"monitoring": [
|
1238
1389
|
"us-east-1",
|
@@ -1246,6 +1397,9 @@
|
|
1246
1397
|
"cn-north-1",
|
1247
1398
|
"us-gov-west-1"
|
1248
1399
|
],
|
1400
|
+
"logs": [
|
1401
|
+
"us-east-1"
|
1402
|
+
],
|
1249
1403
|
"dynamodb": [
|
1250
1404
|
"us-east-1",
|
1251
1405
|
"us-west-1",
|
@@ -1316,7 +1470,9 @@
|
|
1316
1470
|
"eu-west-1"
|
1317
1471
|
],
|
1318
1472
|
"email": [
|
1319
|
-
"us-east-1"
|
1473
|
+
"us-east-1",
|
1474
|
+
"eu-west-1",
|
1475
|
+
"us-west-2"
|
1320
1476
|
],
|
1321
1477
|
"sdb": [
|
1322
1478
|
"us-east-1",
|
@@ -1478,7 +1634,11 @@
|
|
1478
1634
|
"eu-west-1"
|
1479
1635
|
],
|
1480
1636
|
"datapipeline": [
|
1481
|
-
"us-east-1"
|
1637
|
+
"us-east-1",
|
1638
|
+
"us-west-2",
|
1639
|
+
"eu-west-1",
|
1640
|
+
"ap-northeast-1",
|
1641
|
+
"ap-southeast-2"
|
1482
1642
|
],
|
1483
1643
|
"redshift": [
|
1484
1644
|
"us-east-1",
|
@@ -1489,7 +1649,12 @@
|
|
1489
1649
|
"ap-northeast-1"
|
1490
1650
|
],
|
1491
1651
|
"kinesis": [
|
1492
|
-
"us-east-1"
|
1652
|
+
"us-east-1",
|
1653
|
+
"us-west-2",
|
1654
|
+
"eu-west-1",
|
1655
|
+
"ap-southeast-1",
|
1656
|
+
"ap-southeast-2",
|
1657
|
+
"ap-northeast-1"
|
1493
1658
|
],
|
1494
1659
|
"opsworks": [
|
1495
1660
|
"us-east-1"
|