aws-sdk-core 2.11.562 → 2.11.563
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +1 -3
- data/apis/glue/2017-03-31/api-2.json +9 -4
- data/apis/savingsplans/2019-06-28/api-2.json +1 -0
- data/endpoints.json +36 -0
- 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: 5550fad50e37496b8d40bfd7b0796b3a64ed575a368473bd096e4e72649c9151
|
4
|
+
data.tar.gz: cdb4ccfb6d87684e10e4f485ce5083f4fe35881f9f9190eb42dd06c9e5f36d8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91f42ba6ff8488d5e1308ae2940504ec30cf0d2be26b6f63d830ff862057959265da9b40edd462225c8c8097545a7dc786839a59b15d4db8c1ad7fe1040affcd
|
7
|
+
data.tar.gz: 16a1d419eee318ea8ad93509bbd218d56d8c0de425dbd8aaf3cbf0b2380b859fd18efd955bc29d95cf3e2c28f7bce930035387c5c3cf42bc18e39f4a428fad5a
|
@@ -21181,9 +21181,7 @@
|
|
21181
21181
|
"SubnetId":{
|
21182
21182
|
"shape":"SubnetId",
|
21183
21183
|
"locationName":"subnetId"
|
21184
|
-
}
|
21185
|
-
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
|
21186
|
-
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
|
21184
|
+
}
|
21187
21185
|
}
|
21188
21186
|
},
|
21189
21187
|
"ModifyTrafficMirrorFilterNetworkServicesRequest":{
|
@@ -3245,7 +3245,8 @@
|
|
3245
3245
|
"Name":{"shape":"NameString"},
|
3246
3246
|
"Description":{"shape":"GenericString"},
|
3247
3247
|
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
|
3248
|
-
"Tags":{"shape":"TagsMap"}
|
3248
|
+
"Tags":{"shape":"TagsMap"},
|
3249
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
3249
3250
|
}
|
3250
3251
|
},
|
3251
3252
|
"CreateWorkflowResponse":{
|
@@ -6757,7 +6758,8 @@
|
|
6757
6758
|
"members":{
|
6758
6759
|
"Name":{"shape":"NameString"},
|
6759
6760
|
"Description":{"shape":"GenericString"},
|
6760
|
-
"DefaultRunProperties":{"shape":"WorkflowRunProperties"}
|
6761
|
+
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
|
6762
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
6761
6763
|
}
|
6762
6764
|
},
|
6763
6765
|
"UpdateWorkflowResponse":{
|
@@ -6853,7 +6855,8 @@
|
|
6853
6855
|
"CreatedOn":{"shape":"TimestampValue"},
|
6854
6856
|
"LastModifiedOn":{"shape":"TimestampValue"},
|
6855
6857
|
"LastRun":{"shape":"WorkflowRun"},
|
6856
|
-
"Graph":{"shape":"WorkflowGraph"}
|
6858
|
+
"Graph":{"shape":"WorkflowGraph"},
|
6859
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
6857
6860
|
}
|
6858
6861
|
},
|
6859
6862
|
"WorkflowGraph":{
|
@@ -6879,6 +6882,7 @@
|
|
6879
6882
|
"StartedOn":{"shape":"TimestampValue"},
|
6880
6883
|
"CompletedOn":{"shape":"TimestampValue"},
|
6881
6884
|
"Status":{"shape":"WorkflowRunStatus"},
|
6885
|
+
"ErrorMessage":{"shape":"ErrorString"},
|
6882
6886
|
"Statistics":{"shape":"WorkflowRunStatistics"},
|
6883
6887
|
"Graph":{"shape":"WorkflowGraph"}
|
6884
6888
|
}
|
@@ -6905,7 +6909,8 @@
|
|
6905
6909
|
"RUNNING",
|
6906
6910
|
"COMPLETED",
|
6907
6911
|
"STOPPING",
|
6908
|
-
"STOPPED"
|
6912
|
+
"STOPPED",
|
6913
|
+
"ERROR"
|
6909
6914
|
]
|
6910
6915
|
},
|
6911
6916
|
"WorkflowRuns":{
|
data/endpoints.json
CHANGED
@@ -349,6 +349,30 @@
|
|
349
349
|
},
|
350
350
|
"hostname" : "api.ecr.eu-west-3.amazonaws.com"
|
351
351
|
},
|
352
|
+
"fips-dkr-us-east-1" : {
|
353
|
+
"credentialScope" : {
|
354
|
+
"region" : "us-east-1"
|
355
|
+
},
|
356
|
+
"hostname" : "ecr-fips.us-east-1.amazonaws.com"
|
357
|
+
},
|
358
|
+
"fips-dkr-us-east-2" : {
|
359
|
+
"credentialScope" : {
|
360
|
+
"region" : "us-east-2"
|
361
|
+
},
|
362
|
+
"hostname" : "ecr-fips.us-east-2.amazonaws.com"
|
363
|
+
},
|
364
|
+
"fips-dkr-us-west-1" : {
|
365
|
+
"credentialScope" : {
|
366
|
+
"region" : "us-west-1"
|
367
|
+
},
|
368
|
+
"hostname" : "ecr-fips.us-west-1.amazonaws.com"
|
369
|
+
},
|
370
|
+
"fips-dkr-us-west-2" : {
|
371
|
+
"credentialScope" : {
|
372
|
+
"region" : "us-west-2"
|
373
|
+
},
|
374
|
+
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
|
375
|
+
},
|
352
376
|
"fips-us-east-1" : {
|
353
377
|
"credentialScope" : {
|
354
378
|
"region" : "us-east-1"
|
@@ -6926,6 +6950,18 @@
|
|
6926
6950
|
},
|
6927
6951
|
"api.ecr" : {
|
6928
6952
|
"endpoints" : {
|
6953
|
+
"fips-dkr-us-gov-east-1" : {
|
6954
|
+
"credentialScope" : {
|
6955
|
+
"region" : "us-gov-east-1"
|
6956
|
+
},
|
6957
|
+
"hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
|
6958
|
+
},
|
6959
|
+
"fips-dkr-us-gov-west-1" : {
|
6960
|
+
"credentialScope" : {
|
6961
|
+
"region" : "us-gov-west-1"
|
6962
|
+
},
|
6963
|
+
"hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
|
6964
|
+
},
|
6929
6965
|
"fips-us-gov-east-1" : {
|
6930
6966
|
"credentialScope" : {
|
6931
6967
|
"region" : "us-gov-east-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.563
|
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-08-
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|