aws-sdk-core 2.11.607 → 2.11.608
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6adc34189cb8d4e850ea5ae32bce7fc85ce2de408c5be8929abb72fc7f80a4dc
|
|
4
|
+
data.tar.gz: e413740802634d0d09adb48cbe81e81aafb389136d9cc9159bfddf6e39dff81c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c72c88ed0f69de78772b65a513c83ce4b4da896e19aaba2719a5937138bf69f726689c1c6159fa91cdf1f437fb701363cf6002e87dd5d1167593411dd4e9b379
|
|
7
|
+
data.tar.gz: c16d52074f13e770c2c54df6f4bde9be2b64a6326b4fb50a5a5e8ddff20770f1e090de87a57e62088fd3b4ce03e0e4e7c85d7f8ab6ec7d4f1a0748394f24b95f
|
|
@@ -4023,7 +4023,8 @@
|
|
|
4023
4023
|
"S3OriginConfig":{"shape":"S3OriginConfig"},
|
|
4024
4024
|
"CustomOriginConfig":{"shape":"CustomOriginConfig"},
|
|
4025
4025
|
"ConnectionAttempts":{"shape":"integer"},
|
|
4026
|
-
"ConnectionTimeout":{"shape":"integer"}
|
|
4026
|
+
"ConnectionTimeout":{"shape":"integer"},
|
|
4027
|
+
"OriginShield":{"shape":"OriginShield"}
|
|
4027
4028
|
}
|
|
4028
4029
|
},
|
|
4029
4030
|
"OriginCustomHeader":{
|
|
@@ -4254,6 +4255,20 @@
|
|
|
4254
4255
|
"custom"
|
|
4255
4256
|
]
|
|
4256
4257
|
},
|
|
4258
|
+
"OriginShield":{
|
|
4259
|
+
"type":"structure",
|
|
4260
|
+
"required":["Enabled"],
|
|
4261
|
+
"members":{
|
|
4262
|
+
"Enabled":{"shape":"boolean"},
|
|
4263
|
+
"OriginShieldRegion":{"shape":"OriginShieldRegion"}
|
|
4264
|
+
}
|
|
4265
|
+
},
|
|
4266
|
+
"OriginShieldRegion":{
|
|
4267
|
+
"type":"string",
|
|
4268
|
+
"max":32,
|
|
4269
|
+
"min":1,
|
|
4270
|
+
"pattern":"[a-z]{2}-[a-z]+-\\d"
|
|
4271
|
+
},
|
|
4257
4272
|
"OriginSslProtocols":{
|
|
4258
4273
|
"type":"structure",
|
|
4259
4274
|
"required":[
|
|
@@ -2889,7 +2889,10 @@
|
|
|
2889
2889
|
},
|
|
2890
2890
|
"PropertyKey":{
|
|
2891
2891
|
"type":"string",
|
|
2892
|
-
"enum":[
|
|
2892
|
+
"enum":[
|
|
2893
|
+
"OWNER",
|
|
2894
|
+
"LAUNCH_ROLE"
|
|
2895
|
+
],
|
|
2893
2896
|
"max":128,
|
|
2894
2897
|
"min":1
|
|
2895
2898
|
},
|
|
@@ -2978,7 +2981,8 @@
|
|
|
2978
2981
|
"LastProvisioningRecordId":{"shape":"Id"},
|
|
2979
2982
|
"LastSuccessfulProvisioningRecordId":{"shape":"Id"},
|
|
2980
2983
|
"ProductId":{"shape":"Id"},
|
|
2981
|
-
"ProvisioningArtifactId":{"shape":"Id"}
|
|
2984
|
+
"ProvisioningArtifactId":{"shape":"Id"},
|
|
2985
|
+
"LaunchRoleArn":{"shape":"RoleArn"}
|
|
2982
2986
|
}
|
|
2983
2987
|
},
|
|
2984
2988
|
"ProvisionedProductDetails":{
|
|
@@ -3264,7 +3268,8 @@
|
|
|
3264
3268
|
"ProvisioningArtifactId":{"shape":"Id"},
|
|
3265
3269
|
"PathId":{"shape":"Id"},
|
|
3266
3270
|
"RecordErrors":{"shape":"RecordErrors"},
|
|
3267
|
-
"RecordTags":{"shape":"RecordTags"}
|
|
3271
|
+
"RecordTags":{"shape":"RecordTags"},
|
|
3272
|
+
"LaunchRoleArn":{"shape":"RoleArn"}
|
|
3268
3273
|
}
|
|
3269
3274
|
},
|
|
3270
3275
|
"RecordDetails":{
|
|
@@ -3445,6 +3450,12 @@
|
|
|
3445
3450
|
}
|
|
3446
3451
|
},
|
|
3447
3452
|
"ResourceType":{"type":"string"},
|
|
3453
|
+
"RoleArn":{
|
|
3454
|
+
"type":"string",
|
|
3455
|
+
"max":1224,
|
|
3456
|
+
"min":1,
|
|
3457
|
+
"pattern":"arn:[a-z0-9-\\.]{1,63}:iam::[a-z0-9-\\.]{0,63}:role\\/.{0,1023}"
|
|
3458
|
+
},
|
|
3448
3459
|
"ScanProvisionedProductsInput":{
|
|
3449
3460
|
"type":"structure",
|
|
3450
3461
|
"members":{
|
|
@@ -7374,6 +7374,7 @@
|
|
|
7374
7374
|
"type":"list",
|
|
7375
7375
|
"member":{"shape":"PatchCVEId"}
|
|
7376
7376
|
},
|
|
7377
|
+
"PatchCVEIds":{"type":"string"},
|
|
7377
7378
|
"PatchClassification":{"type":"string"},
|
|
7378
7379
|
"PatchComplianceData":{
|
|
7379
7380
|
"type":"structure",
|
|
@@ -7391,7 +7392,8 @@
|
|
|
7391
7392
|
"Classification":{"shape":"PatchClassification"},
|
|
7392
7393
|
"Severity":{"shape":"PatchSeverity"},
|
|
7393
7394
|
"State":{"shape":"PatchComplianceDataState"},
|
|
7394
|
-
"InstalledTime":{"shape":"DateTime"}
|
|
7395
|
+
"InstalledTime":{"shape":"DateTime"},
|
|
7396
|
+
"CVEIds":{"shape":"PatchCVEIds"}
|
|
7395
7397
|
}
|
|
7396
7398
|
},
|
|
7397
7399
|
"PatchComplianceDataList":{
|
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.608
|
|
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-10-
|
|
11
|
+
date: 2020-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|