aws-sdk-core 2.11.515 → 2.11.516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +26 -5
- data/endpoints.json +60 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bec13ca6cec869d29c9c250e83c916b6d13722209801cfbb70f538a56ebe0ba6
|
|
4
|
+
data.tar.gz: 0b915829f17b0c481926ca9d90817d76828e016cccf3c7ddc5a1fefa0413fedf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fb7a3dbbc1f007c395e6c8932e8e2e7e383ea685b39e1bba38ea8a8d9a3be6fca097b95daf3bc0b2d191d53335bf1b4babbae0a31392822c0ea855050bbebae
|
|
7
|
+
data.tar.gz: bee1897d36260c97bee960860d9fbb8be51a4caf2fbc96d0e77c6725efa9e606ef24a95bc1d6315a5950e57b332381411cf24cdbea844340a3824a98f91a0af9
|
|
@@ -74,7 +74,8 @@
|
|
|
74
74
|
{"shape":"TooManyTargetsException"},
|
|
75
75
|
{"shape":"TooManyActionsException"},
|
|
76
76
|
{"shape":"InvalidLoadBalancerActionException"},
|
|
77
|
-
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
|
|
77
|
+
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
|
78
|
+
{"shape":"ALPNPolicyNotSupportedException"}
|
|
78
79
|
]
|
|
79
80
|
},
|
|
80
81
|
"CreateLoadBalancer":{
|
|
@@ -427,7 +428,8 @@
|
|
|
427
428
|
{"shape":"TooManyTargetsException"},
|
|
428
429
|
{"shape":"TooManyActionsException"},
|
|
429
430
|
{"shape":"InvalidLoadBalancerActionException"},
|
|
430
|
-
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
|
|
431
|
+
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
|
432
|
+
{"shape":"ALPNPolicyNotSupportedException"}
|
|
431
433
|
]
|
|
432
434
|
},
|
|
433
435
|
"ModifyLoadBalancerAttributes":{
|
|
@@ -629,6 +631,17 @@
|
|
|
629
631
|
}
|
|
630
632
|
},
|
|
631
633
|
"shapes":{
|
|
634
|
+
"ALPNPolicyNotSupportedException":{
|
|
635
|
+
"type":"structure",
|
|
636
|
+
"members":{
|
|
637
|
+
},
|
|
638
|
+
"error":{
|
|
639
|
+
"code":"ALPNPolicyNotFound",
|
|
640
|
+
"httpStatusCode":400,
|
|
641
|
+
"senderFault":true
|
|
642
|
+
},
|
|
643
|
+
"exception":true
|
|
644
|
+
},
|
|
632
645
|
"Action":{
|
|
633
646
|
"type":"structure",
|
|
634
647
|
"required":["Type"],
|
|
@@ -707,6 +720,11 @@
|
|
|
707
720
|
},
|
|
708
721
|
"exception":true
|
|
709
722
|
},
|
|
723
|
+
"AlpnPolicyName":{
|
|
724
|
+
"type":"list",
|
|
725
|
+
"member":{"shape":"AlpnPolicyValue"}
|
|
726
|
+
},
|
|
727
|
+
"AlpnPolicyValue":{"type":"string"},
|
|
710
728
|
"AuthenticateCognitoActionAuthenticationRequestExtraParams":{
|
|
711
729
|
"type":"map",
|
|
712
730
|
"key":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamName"},
|
|
@@ -873,7 +891,8 @@
|
|
|
873
891
|
"Port":{"shape":"Port"},
|
|
874
892
|
"SslPolicy":{"shape":"SslPolicyName"},
|
|
875
893
|
"Certificates":{"shape":"CertificateList"},
|
|
876
|
-
"DefaultActions":{"shape":"Actions"}
|
|
894
|
+
"DefaultActions":{"shape":"Actions"},
|
|
895
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
|
877
896
|
}
|
|
878
897
|
},
|
|
879
898
|
"CreateListenerOutput":{
|
|
@@ -1412,7 +1431,8 @@
|
|
|
1412
1431
|
"Protocol":{"shape":"ProtocolEnum"},
|
|
1413
1432
|
"Certificates":{"shape":"CertificateList"},
|
|
1414
1433
|
"SslPolicy":{"shape":"SslPolicyName"},
|
|
1415
|
-
"DefaultActions":{"shape":"Actions"}
|
|
1434
|
+
"DefaultActions":{"shape":"Actions"},
|
|
1435
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
|
1416
1436
|
}
|
|
1417
1437
|
},
|
|
1418
1438
|
"ListenerArn":{"type":"string"},
|
|
@@ -1558,7 +1578,8 @@
|
|
|
1558
1578
|
"Protocol":{"shape":"ProtocolEnum"},
|
|
1559
1579
|
"SslPolicy":{"shape":"SslPolicyName"},
|
|
1560
1580
|
"Certificates":{"shape":"CertificateList"},
|
|
1561
|
-
"DefaultActions":{"shape":"Actions"}
|
|
1581
|
+
"DefaultActions":{"shape":"Actions"},
|
|
1582
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
|
1562
1583
|
}
|
|
1563
1584
|
},
|
|
1564
1585
|
"ModifyListenerOutput":{
|
data/endpoints.json
CHANGED
|
@@ -210,6 +210,29 @@
|
|
|
210
210
|
"us-west-2" : { }
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
+
"api.detective" : {
|
|
214
|
+
"defaults" : {
|
|
215
|
+
"protocols" : [ "https" ]
|
|
216
|
+
},
|
|
217
|
+
"endpoints" : {
|
|
218
|
+
"ap-northeast-1" : { },
|
|
219
|
+
"ap-northeast-2" : { },
|
|
220
|
+
"ap-south-1" : { },
|
|
221
|
+
"ap-southeast-1" : { },
|
|
222
|
+
"ap-southeast-2" : { },
|
|
223
|
+
"ca-central-1" : { },
|
|
224
|
+
"eu-central-1" : { },
|
|
225
|
+
"eu-north-1" : { },
|
|
226
|
+
"eu-west-1" : { },
|
|
227
|
+
"eu-west-2" : { },
|
|
228
|
+
"eu-west-3" : { },
|
|
229
|
+
"sa-east-1" : { },
|
|
230
|
+
"us-east-1" : { },
|
|
231
|
+
"us-east-2" : { },
|
|
232
|
+
"us-west-1" : { },
|
|
233
|
+
"us-west-2" : { }
|
|
234
|
+
}
|
|
235
|
+
},
|
|
213
236
|
"api.ecr" : {
|
|
214
237
|
"endpoints" : {
|
|
215
238
|
"af-south-1" : {
|
|
@@ -3343,9 +3366,40 @@
|
|
|
3343
3366
|
"ap-southeast-2" : { },
|
|
3344
3367
|
"ca-central-1" : { },
|
|
3345
3368
|
"eu-central-1" : { },
|
|
3369
|
+
"eu-north-1" : { },
|
|
3346
3370
|
"eu-west-1" : { },
|
|
3347
3371
|
"eu-west-2" : { },
|
|
3348
3372
|
"eu-west-3" : { },
|
|
3373
|
+
"fips-ca-central-1" : {
|
|
3374
|
+
"credentialScope" : {
|
|
3375
|
+
"region" : "ca-central-1"
|
|
3376
|
+
},
|
|
3377
|
+
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
|
|
3378
|
+
},
|
|
3379
|
+
"fips-us-east-1" : {
|
|
3380
|
+
"credentialScope" : {
|
|
3381
|
+
"region" : "us-east-1"
|
|
3382
|
+
},
|
|
3383
|
+
"hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
|
|
3384
|
+
},
|
|
3385
|
+
"fips-us-east-2" : {
|
|
3386
|
+
"credentialScope" : {
|
|
3387
|
+
"region" : "us-east-2"
|
|
3388
|
+
},
|
|
3389
|
+
"hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
|
|
3390
|
+
},
|
|
3391
|
+
"fips-us-west-1" : {
|
|
3392
|
+
"credentialScope" : {
|
|
3393
|
+
"region" : "us-west-1"
|
|
3394
|
+
},
|
|
3395
|
+
"hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
|
|
3396
|
+
},
|
|
3397
|
+
"fips-us-west-2" : {
|
|
3398
|
+
"credentialScope" : {
|
|
3399
|
+
"region" : "us-west-2"
|
|
3400
|
+
},
|
|
3401
|
+
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
|
|
3402
|
+
},
|
|
3349
3403
|
"sa-east-1" : { },
|
|
3350
3404
|
"us-east-1" : { },
|
|
3351
3405
|
"us-east-2" : { },
|
|
@@ -7244,7 +7298,12 @@
|
|
|
7244
7298
|
},
|
|
7245
7299
|
"mediaconvert" : {
|
|
7246
7300
|
"endpoints" : {
|
|
7247
|
-
"us-gov-west-1" : {
|
|
7301
|
+
"us-gov-west-1" : {
|
|
7302
|
+
"credentialScope" : {
|
|
7303
|
+
"region" : "us-gov-west-1"
|
|
7304
|
+
},
|
|
7305
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
|
7306
|
+
}
|
|
7248
7307
|
}
|
|
7249
7308
|
},
|
|
7250
7309
|
"metering.marketplace" : {
|
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.516
|
|
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: 2020-05-
|
|
11
|
+
date: 2020-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|