aws-sdk-core 2.11.317 → 2.11.318
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/mq/2017-11-27/api-2.json +40 -0
- data/apis/shield/2016-06-02/api-2.json +3 -1
- data/endpoints.json +10 -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: af5729492f6f90fd29087ef7a2d54c2fb0ea1a1f
|
|
4
|
+
data.tar.gz: 9250004b5e01681230c7852fc562f0b4046ce4e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2a8afb0ffd8f9c943afd5ff1deb133cfaccd20238b125fbb1e27aeefe35abbd614d0927ba9477c19fdc74dec8141400d333a9a825bad8f272a26504be415986
|
|
7
|
+
data.tar.gz: 120ee887ddca8fc142da7981d07cea7c1a9e90ecc0657abc05ab297e26b33a38ca539a37c9c07bb866f0dfd255698585fdf18eb09142e3a4b54bac0008932ccb
|
|
@@ -796,6 +796,10 @@
|
|
|
796
796
|
"shape" : "DeploymentMode",
|
|
797
797
|
"locationName" : "deploymentMode"
|
|
798
798
|
},
|
|
799
|
+
"EncryptionOptions" : {
|
|
800
|
+
"shape" : "EncryptionOptions",
|
|
801
|
+
"locationName" : "encryptionOptions"
|
|
802
|
+
},
|
|
799
803
|
"EngineType" : {
|
|
800
804
|
"shape" : "EngineType",
|
|
801
805
|
"locationName" : "engineType"
|
|
@@ -875,6 +879,10 @@
|
|
|
875
879
|
"shape" : "DeploymentMode",
|
|
876
880
|
"locationName" : "deploymentMode"
|
|
877
881
|
},
|
|
882
|
+
"EncryptionOptions" : {
|
|
883
|
+
"shape" : "EncryptionOptions",
|
|
884
|
+
"locationName" : "encryptionOptions"
|
|
885
|
+
},
|
|
878
886
|
"EngineType" : {
|
|
879
887
|
"shape" : "EngineType",
|
|
880
888
|
"locationName" : "engineType"
|
|
@@ -1277,6 +1285,10 @@
|
|
|
1277
1285
|
"shape" : "DeploymentMode",
|
|
1278
1286
|
"locationName" : "deploymentMode"
|
|
1279
1287
|
},
|
|
1288
|
+
"EncryptionOptions" : {
|
|
1289
|
+
"shape" : "EncryptionOptions",
|
|
1290
|
+
"locationName" : "encryptionOptions"
|
|
1291
|
+
},
|
|
1280
1292
|
"EngineType" : {
|
|
1281
1293
|
"shape" : "EngineType",
|
|
1282
1294
|
"locationName" : "engineType"
|
|
@@ -1373,6 +1385,10 @@
|
|
|
1373
1385
|
"shape" : "DeploymentMode",
|
|
1374
1386
|
"locationName" : "deploymentMode"
|
|
1375
1387
|
},
|
|
1388
|
+
"EncryptionOptions" : {
|
|
1389
|
+
"shape" : "EncryptionOptions",
|
|
1390
|
+
"locationName" : "encryptionOptions"
|
|
1391
|
+
},
|
|
1376
1392
|
"EngineType" : {
|
|
1377
1393
|
"shape" : "EngineType",
|
|
1378
1394
|
"locationName" : "engineType"
|
|
@@ -1595,6 +1611,20 @@
|
|
|
1595
1611
|
}
|
|
1596
1612
|
}
|
|
1597
1613
|
},
|
|
1614
|
+
"EncryptionOptions" : {
|
|
1615
|
+
"type" : "structure",
|
|
1616
|
+
"members" : {
|
|
1617
|
+
"KmsKeyId" : {
|
|
1618
|
+
"shape" : "__string",
|
|
1619
|
+
"locationName" : "kmsKeyId"
|
|
1620
|
+
},
|
|
1621
|
+
"UseAwsOwnedKey" : {
|
|
1622
|
+
"shape" : "__boolean",
|
|
1623
|
+
"locationName" : "useAwsOwnedKey"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"required" : [ "UseAwsOwnedKey" ]
|
|
1627
|
+
},
|
|
1598
1628
|
"EngineType" : {
|
|
1599
1629
|
"type" : "string",
|
|
1600
1630
|
"enum" : [ "ACTIVEMQ" ]
|
|
@@ -2446,5 +2476,15 @@
|
|
|
2446
2476
|
"type" : "timestamp",
|
|
2447
2477
|
"timestampFormat" : "unixTimestamp"
|
|
2448
2478
|
}
|
|
2479
|
+
},
|
|
2480
|
+
"authorizers" : {
|
|
2481
|
+
"authorization_strategy" : {
|
|
2482
|
+
"name" : "authorization_strategy",
|
|
2483
|
+
"type" : "provided",
|
|
2484
|
+
"placement" : {
|
|
2485
|
+
"location" : "header",
|
|
2486
|
+
"name" : "Authorization"
|
|
2487
|
+
}
|
|
2488
|
+
}
|
|
2449
2489
|
}
|
|
2450
2490
|
}
|
data/endpoints.json
CHANGED
|
@@ -1061,6 +1061,12 @@
|
|
|
1061
1061
|
},
|
|
1062
1062
|
"hostname" : "rds.eu-west-1.amazonaws.com"
|
|
1063
1063
|
},
|
|
1064
|
+
"eu-west-2" : {
|
|
1065
|
+
"credentialScope" : {
|
|
1066
|
+
"region" : "eu-west-2"
|
|
1067
|
+
},
|
|
1068
|
+
"hostname" : "rds.eu-west-2.amazonaws.com"
|
|
1069
|
+
},
|
|
1064
1070
|
"us-east-1" : {
|
|
1065
1071
|
"credentialScope" : {
|
|
1066
1072
|
"region" : "us-east-1"
|
|
@@ -3241,12 +3247,16 @@
|
|
|
3241
3247
|
"endpoints" : {
|
|
3242
3248
|
"ap-northeast-1" : { },
|
|
3243
3249
|
"ap-northeast-2" : { },
|
|
3250
|
+
"ap-south-1" : { },
|
|
3244
3251
|
"ap-southeast-1" : { },
|
|
3245
3252
|
"ap-southeast-2" : { },
|
|
3253
|
+
"ca-central-1" : { },
|
|
3246
3254
|
"eu-central-1" : { },
|
|
3247
3255
|
"eu-north-1" : { },
|
|
3248
3256
|
"eu-west-1" : { },
|
|
3249
3257
|
"eu-west-2" : { },
|
|
3258
|
+
"eu-west-3" : { },
|
|
3259
|
+
"sa-east-1" : { },
|
|
3250
3260
|
"us-east-1" : { },
|
|
3251
3261
|
"us-east-2" : { },
|
|
3252
3262
|
"us-west-1" : { },
|
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.318
|
|
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: 2019-07-
|
|
11
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|