aws-sdk-core 2.11.171 → 2.11.172
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +8 -1
- data/apis/comprehend/2017-11-27/api-2.json +365 -1
- data/apis/directconnect/2012-10-25/api-2.json +18 -4
- data/apis/dms/2016-01-01/api-2.json +38 -5
- data/apis/dms/2016-01-01/waiters-2.json +5 -5
- data/apis/ecs/2014-11-13/api-2.json +348 -17
- data/apis/ecs/2014-11-13/examples-1.json +69 -0
- data/apis/iam/2010-05-08/api-2.json +224 -0
- data/apis/iam/2010-05-08/examples-1.json +148 -0
- data/apis/pinpoint/2016-12-01/api-2.json +254 -5
- data/apis/ram/2018-01-04/api-2.json +964 -0
- data/apis/ram/2018-01-04/examples-1.json +5 -0
- data/apis/ram/2018-01-04/paginators-1.json +34 -0
- data/apis/rds/2014-10-31/api-2.json +152 -10
- data/apis/rds/2014-10-31/paginators-1.json +6 -0
- data/apis/redshift/2012-12-01/api-2.json +499 -16
- data/apis/route53resolver/2018-04-01/api-2.json +1199 -0
- data/apis/route53resolver/2018-04-01/examples-1.json +5 -0
- data/apis/route53resolver/2018-04-01/paginators-1.json +24 -0
- data/apis/route53resolver/2018-04-01/smoke.json +18 -0
- data/apis/s3/2006-03-01/api-2.json +138 -0
- data/apis/s3/2006-03-01/examples-1.json +78 -78
- data/apis/s3control/2018-08-20/api-2.json +126 -0
- data/apis/s3control/2018-08-20/examples-1.json +5 -0
- data/apis/s3control/2018-08-20/paginators-1.json +4 -0
- data/apis/sms-voice/2018-09-05/api-2.json +559 -0
- data/apis/transcribe/2017-10-26/api-2.json +4 -1
- data/endpoints.json +200 -0
- data/lib/aws-sdk-core.rb +7 -0
- data/lib/aws-sdk-core/api/customizations.rb +7 -0
- data/lib/aws-sdk-core/pinpointsmsvoice.rb +4 -0
- data/lib/aws-sdk-core/plugins/s3_control_dns.rb +23 -0
- data/lib/aws-sdk-core/plugins/s3_control_dualstack.rb +48 -0
- data/lib/aws-sdk-core/plugins/s3_control_signer.rb +53 -0
- data/lib/aws-sdk-core/ram.rb +6 -0
- data/lib/aws-sdk-core/route53resolver.rb +6 -0
- data/lib/aws-sdk-core/s3control.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +16 -0
- metadata +20 -2
data/service-models.json
CHANGED
@@ -438,6 +438,10 @@
|
|
438
438
|
"models": "pinpoint-email/2018-07-26",
|
439
439
|
"endpoint": "email"
|
440
440
|
},
|
441
|
+
"PinpointSMSVoice": {
|
442
|
+
"models": "sms-voice/2018-09-05",
|
443
|
+
"endpoint": "sms-voice.pinpoint"
|
444
|
+
},
|
441
445
|
"Polly": {
|
442
446
|
"models": "polly/2016-06-10",
|
443
447
|
"endpoint": "polly"
|
@@ -446,6 +450,10 @@
|
|
446
450
|
"models": "pricing/2017-10-15",
|
447
451
|
"endpoint": "api.pricing"
|
448
452
|
},
|
453
|
+
"RAM": {
|
454
|
+
"models": "ram/2018-01-04",
|
455
|
+
"endpoint": "ram"
|
456
|
+
},
|
449
457
|
"RDS": {
|
450
458
|
"models": "rds/2014-10-31",
|
451
459
|
"endpoint": "rds"
|
@@ -474,10 +482,18 @@
|
|
474
482
|
"models": "route53domains/2014-05-15",
|
475
483
|
"endpoint": "route53domains"
|
476
484
|
},
|
485
|
+
"Route53Resolver": {
|
486
|
+
"models": "route53resolver/2018-04-01",
|
487
|
+
"endpoint": "route53resolver"
|
488
|
+
},
|
477
489
|
"S3": {
|
478
490
|
"models": "s3/2006-03-01",
|
479
491
|
"endpoint": "s3"
|
480
492
|
},
|
493
|
+
"S3Control": {
|
494
|
+
"models": "s3control/2018-08-20",
|
495
|
+
"endpoint": "s3-control"
|
496
|
+
},
|
481
497
|
"SES": {
|
482
498
|
"models": "email/2010-12-01",
|
483
499
|
"endpoint": "email"
|
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.172
|
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-11-
|
11
|
+
date: 2018-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -493,6 +493,9 @@ files:
|
|
493
493
|
- apis/pricing/2017-10-15/api-2.json
|
494
494
|
- apis/pricing/2017-10-15/examples-1.json
|
495
495
|
- apis/pricing/2017-10-15/paginators-1.json
|
496
|
+
- apis/ram/2018-01-04/api-2.json
|
497
|
+
- apis/ram/2018-01-04/examples-1.json
|
498
|
+
- apis/ram/2018-01-04/paginators-1.json
|
496
499
|
- apis/rds/2013-01-10/api-2.json
|
497
500
|
- apis/rds/2013-01-10/examples-1.json
|
498
501
|
- apis/rds/2013-01-10/paginators-1.json
|
@@ -544,6 +547,10 @@ files:
|
|
544
547
|
- apis/route53domains/2014-05-15/api-2.json
|
545
548
|
- apis/route53domains/2014-05-15/examples-1.json
|
546
549
|
- apis/route53domains/2014-05-15/paginators-1.json
|
550
|
+
- apis/route53resolver/2018-04-01/api-2.json
|
551
|
+
- apis/route53resolver/2018-04-01/examples-1.json
|
552
|
+
- apis/route53resolver/2018-04-01/paginators-1.json
|
553
|
+
- apis/route53resolver/2018-04-01/smoke.json
|
547
554
|
- apis/runtime.lex/2016-11-28/api-2.json
|
548
555
|
- apis/runtime.lex/2016-11-28/examples-1.json
|
549
556
|
- apis/runtime.lex/2016-11-28/paginators-1.json
|
@@ -556,6 +563,9 @@ files:
|
|
556
563
|
- apis/s3/2006-03-01/resources-1.json
|
557
564
|
- apis/s3/2006-03-01/smoke.json
|
558
565
|
- apis/s3/2006-03-01/waiters-2.json
|
566
|
+
- apis/s3control/2018-08-20/api-2.json
|
567
|
+
- apis/s3control/2018-08-20/examples-1.json
|
568
|
+
- apis/s3control/2018-08-20/paginators-1.json
|
559
569
|
- apis/sagemaker/2017-07-24/api-2.json
|
560
570
|
- apis/sagemaker/2017-07-24/examples-1.json
|
561
571
|
- apis/sagemaker/2017-07-24/paginators-1.json
|
@@ -583,6 +593,7 @@ files:
|
|
583
593
|
- apis/signer/2017-08-25/examples-1.json
|
584
594
|
- apis/signer/2017-08-25/paginators-1.json
|
585
595
|
- apis/signer/2017-08-25/waiters-2.json
|
596
|
+
- apis/sms-voice/2018-09-05/api-2.json
|
586
597
|
- apis/sms/2016-10-24/api-2.json
|
587
598
|
- apis/sms/2016-10-24/examples-1.json
|
588
599
|
- apis/sms/2016-10-24/paginators-1.json
|
@@ -816,6 +827,7 @@ files:
|
|
816
827
|
- lib/aws-sdk-core/pi.rb
|
817
828
|
- lib/aws-sdk-core/pinpoint.rb
|
818
829
|
- lib/aws-sdk-core/pinpointemail.rb
|
830
|
+
- lib/aws-sdk-core/pinpointsmsvoice.rb
|
819
831
|
- lib/aws-sdk-core/plugins/api_gateway_header.rb
|
820
832
|
- lib/aws-sdk-core/plugins/csd_conditional_signing.rb
|
821
833
|
- lib/aws-sdk-core/plugins/csd_switch_to_post.rb
|
@@ -849,6 +861,9 @@ files:
|
|
849
861
|
- lib/aws-sdk-core/plugins/s3_accelerate.rb
|
850
862
|
- lib/aws-sdk-core/plugins/s3_bucket_dns.rb
|
851
863
|
- lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb
|
864
|
+
- lib/aws-sdk-core/plugins/s3_control_dns.rb
|
865
|
+
- lib/aws-sdk-core/plugins/s3_control_dualstack.rb
|
866
|
+
- lib/aws-sdk-core/plugins/s3_control_signer.rb
|
852
867
|
- lib/aws-sdk-core/plugins/s3_dualstack.rb
|
853
868
|
- lib/aws-sdk-core/plugins/s3_expect_100_continue.rb
|
854
869
|
- lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb
|
@@ -873,6 +888,7 @@ files:
|
|
873
888
|
- lib/aws-sdk-core/query/param.rb
|
874
889
|
- lib/aws-sdk-core/query/param_builder.rb
|
875
890
|
- lib/aws-sdk-core/query/param_list.rb
|
891
|
+
- lib/aws-sdk-core/ram.rb
|
876
892
|
- lib/aws-sdk-core/rds.rb
|
877
893
|
- lib/aws-sdk-core/rds/auth_token_generator.rb
|
878
894
|
- lib/aws-sdk-core/redshift.rb
|
@@ -892,9 +908,11 @@ files:
|
|
892
908
|
- lib/aws-sdk-core/rest/response/status_code.rb
|
893
909
|
- lib/aws-sdk-core/route53.rb
|
894
910
|
- lib/aws-sdk-core/route53domains.rb
|
911
|
+
- lib/aws-sdk-core/route53resolver.rb
|
895
912
|
- lib/aws-sdk-core/s3.rb
|
896
913
|
- lib/aws-sdk-core/s3/bucket_region_cache.rb
|
897
914
|
- lib/aws-sdk-core/s3/presigner.rb
|
915
|
+
- lib/aws-sdk-core/s3control.rb
|
898
916
|
- lib/aws-sdk-core/sagemaker.rb
|
899
917
|
- lib/aws-sdk-core/sagemakerruntime.rb
|
900
918
|
- lib/aws-sdk-core/secretsmanager.rb
|