aws-sdk-core 2.11.500 → 2.11.501
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/ec2/2016-11-15/api-2.json +11 -1
- data/apis/ssm/2014-11-06/api-2.json +15 -7
- 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: f54a440192e14deef22c080ae22181a933dfaf2814dda7ecc8a7c331ddcacd6c
|
|
4
|
+
data.tar.gz: 5cf9cf16a86f5e7a2aac4e3ac85a6dfab4fc4cadc8b0ca406c6789c52e59897b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d2f6043524fdcc46e4130cbbc670b82ef02b9fdf0523b7c43956ebd17a3b92c60ae2e6d8c48b4ba450d7f8ffe18e200166b77f16b4fe4e1a0217d980f78c440
|
|
7
|
+
data.tar.gz: f12593c0c12c7055f0bbb3e2c78a4da60743e8c68aab6c3bc2f39d4279ba353f9217269abc1ccdd7d167eae8cad56b64c0daa33a4131e84aa03fc56664607f5a
|
|
@@ -20389,7 +20389,9 @@
|
|
|
20389
20389
|
"SubnetId":{
|
|
20390
20390
|
"shape":"SubnetId",
|
|
20391
20391
|
"locationName":"subnetId"
|
|
20392
|
-
}
|
|
20392
|
+
},
|
|
20393
|
+
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
|
|
20394
|
+
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
|
|
20393
20395
|
}
|
|
20394
20396
|
},
|
|
20395
20397
|
"ModifyTrafficMirrorFilterNetworkServicesRequest":{
|
|
@@ -26356,6 +26358,14 @@
|
|
|
26356
26358
|
"shape":"Boolean",
|
|
26357
26359
|
"locationName":"mapPublicIpOnLaunch"
|
|
26358
26360
|
},
|
|
26361
|
+
"MapCustomerOwnedIpOnLaunch":{
|
|
26362
|
+
"shape":"Boolean",
|
|
26363
|
+
"locationName":"mapCustomerOwnedIpOnLaunch"
|
|
26364
|
+
},
|
|
26365
|
+
"CustomerOwnedIpv4Pool":{
|
|
26366
|
+
"shape":"CoipPoolId",
|
|
26367
|
+
"locationName":"customerOwnedIpv4Pool"
|
|
26368
|
+
},
|
|
26359
26369
|
"State":{
|
|
26360
26370
|
"shape":"SubnetState",
|
|
26361
26371
|
"locationName":"state"
|
|
@@ -7029,7 +7029,8 @@
|
|
|
7029
7029
|
"Selector":{"shape":"PSParameterSelector"},
|
|
7030
7030
|
"SourceResult":{"shape":"String"},
|
|
7031
7031
|
"LastModifiedDate":{"shape":"DateTime"},
|
|
7032
|
-
"ARN":{"shape":"String"}
|
|
7032
|
+
"ARN":{"shape":"String"},
|
|
7033
|
+
"DataType":{"shape":"ParameterDataType"}
|
|
7033
7034
|
}
|
|
7034
7035
|
},
|
|
7035
7036
|
"ParameterAlreadyExists":{
|
|
@@ -7039,6 +7040,11 @@
|
|
|
7039
7040
|
},
|
|
7040
7041
|
"exception":true
|
|
7041
7042
|
},
|
|
7043
|
+
"ParameterDataType":{
|
|
7044
|
+
"type":"string",
|
|
7045
|
+
"max":128,
|
|
7046
|
+
"min":0
|
|
7047
|
+
},
|
|
7042
7048
|
"ParameterDescription":{
|
|
7043
7049
|
"type":"string",
|
|
7044
7050
|
"max":1024,
|
|
@@ -7058,7 +7064,8 @@
|
|
|
7058
7064
|
"Version":{"shape":"PSParameterVersion"},
|
|
7059
7065
|
"Labels":{"shape":"ParameterLabelList"},
|
|
7060
7066
|
"Tier":{"shape":"ParameterTier"},
|
|
7061
|
-
"Policies":{"shape":"ParameterPolicyList"}
|
|
7067
|
+
"Policies":{"shape":"ParameterPolicyList"},
|
|
7068
|
+
"DataType":{"shape":"ParameterDataType"}
|
|
7062
7069
|
}
|
|
7063
7070
|
},
|
|
7064
7071
|
"ParameterHistoryList":{
|
|
@@ -7120,7 +7127,8 @@
|
|
|
7120
7127
|
"AllowedPattern":{"shape":"AllowedPattern"},
|
|
7121
7128
|
"Version":{"shape":"PSParameterVersion"},
|
|
7122
7129
|
"Tier":{"shape":"ParameterTier"},
|
|
7123
|
-
"Policies":{"shape":"ParameterPolicyList"}
|
|
7130
|
+
"Policies":{"shape":"ParameterPolicyList"},
|
|
7131
|
+
"DataType":{"shape":"ParameterDataType"}
|
|
7124
7132
|
}
|
|
7125
7133
|
},
|
|
7126
7134
|
"ParameterMetadataList":{
|
|
@@ -7170,7 +7178,7 @@
|
|
|
7170
7178
|
"type":"string",
|
|
7171
7179
|
"max":132,
|
|
7172
7180
|
"min":1,
|
|
7173
|
-
"pattern":"tag:.+|Name|Type|KeyId|Path|Label|Tier"
|
|
7181
|
+
"pattern":"tag:.+|Name|Type|KeyId|Path|Label|Tier|DataType"
|
|
7174
7182
|
},
|
|
7175
7183
|
"ParameterStringFilterList":{
|
|
7176
7184
|
"type":"list",
|
|
@@ -7708,8 +7716,7 @@
|
|
|
7708
7716
|
"type":"structure",
|
|
7709
7717
|
"required":[
|
|
7710
7718
|
"Name",
|
|
7711
|
-
"Value"
|
|
7712
|
-
"Type"
|
|
7719
|
+
"Value"
|
|
7713
7720
|
],
|
|
7714
7721
|
"members":{
|
|
7715
7722
|
"Name":{"shape":"PSParameterName"},
|
|
@@ -7724,7 +7731,8 @@
|
|
|
7724
7731
|
"AllowedPattern":{"shape":"AllowedPattern"},
|
|
7725
7732
|
"Tags":{"shape":"TagList"},
|
|
7726
7733
|
"Tier":{"shape":"ParameterTier"},
|
|
7727
|
-
"Policies":{"shape":"ParameterPolicies"}
|
|
7734
|
+
"Policies":{"shape":"ParameterPolicies"},
|
|
7735
|
+
"DataType":{"shape":"ParameterDataType"}
|
|
7728
7736
|
}
|
|
7729
7737
|
},
|
|
7730
7738
|
"PutParameterResult":{
|
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.501
|
|
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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|