aws-sdk-core 2.11.608 → 2.11.609
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/batch/2016-08-10/api-2.json +23 -1
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +3 -0
- data/endpoints.json +35 -40
- 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: 6409e4225f0f374932beae4c275fec95af5e1ab1e129ab82602f1b29289bd8a4
|
|
4
|
+
data.tar.gz: 12f805d23f393a28ac5ba899648ddcba9704b04e129942cc55d08b8500269f45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6e2f8fad613c17041e704621d5cba12da5901a471d47c25faac9ee2d891b45bff263f8521d6a3fbe85da4e2eea39f04699b08d404297a5f145e965b92a900ed
|
|
7
|
+
data.tar.gz: 987602b576115f6db924f71b297549196051114aa221f604f883eafcbee7bd5588bcd268959785e0d2439bf64e665c0eac3a29e920914fdc3557e0dc3684044e
|
|
@@ -703,6 +703,20 @@
|
|
|
703
703
|
"type":"list",
|
|
704
704
|
"member":{"shape":"KeyValuePair"}
|
|
705
705
|
},
|
|
706
|
+
"EvaluateOnExit":{
|
|
707
|
+
"type":"structure",
|
|
708
|
+
"required":["action"],
|
|
709
|
+
"members":{
|
|
710
|
+
"onStatusReason":{"shape":"String"},
|
|
711
|
+
"onReason":{"shape":"String"},
|
|
712
|
+
"onExitCode":{"shape":"String"},
|
|
713
|
+
"action":{"shape":"RetryAction"}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"EvaluateOnExitList":{
|
|
717
|
+
"type":"list",
|
|
718
|
+
"member":{"shape":"EvaluateOnExit"}
|
|
719
|
+
},
|
|
706
720
|
"Host":{
|
|
707
721
|
"type":"structure",
|
|
708
722
|
"members":{
|
|
@@ -1101,10 +1115,18 @@
|
|
|
1101
1115
|
"type":"string",
|
|
1102
1116
|
"enum":["GPU"]
|
|
1103
1117
|
},
|
|
1118
|
+
"RetryAction":{
|
|
1119
|
+
"type":"string",
|
|
1120
|
+
"enum":[
|
|
1121
|
+
"RETRY",
|
|
1122
|
+
"EXIT"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1104
1125
|
"RetryStrategy":{
|
|
1105
1126
|
"type":"structure",
|
|
1106
1127
|
"members":{
|
|
1107
|
-
"attempts":{"shape":"Integer"}
|
|
1128
|
+
"attempts":{"shape":"Integer"},
|
|
1129
|
+
"evaluateOnExit":{"shape":"EvaluateOnExitList"}
|
|
1108
1130
|
}
|
|
1109
1131
|
},
|
|
1110
1132
|
"Secret":{
|
data/endpoints.json
CHANGED
|
@@ -5580,6 +5580,12 @@
|
|
|
5580
5580
|
"eu-west-1" : { },
|
|
5581
5581
|
"eu-west-2" : { },
|
|
5582
5582
|
"eu-west-3" : { },
|
|
5583
|
+
"fips-ca-central-1" : {
|
|
5584
|
+
"credentialScope" : {
|
|
5585
|
+
"region" : "ca-central-1"
|
|
5586
|
+
},
|
|
5587
|
+
"hostname" : "ssm-fips.ca-central-1.amazonaws.com"
|
|
5588
|
+
},
|
|
5583
5589
|
"fips-us-east-1" : {
|
|
5584
5590
|
"credentialScope" : {
|
|
5585
5591
|
"region" : "us-east-1"
|
|
@@ -5606,30 +5612,6 @@
|
|
|
5606
5612
|
},
|
|
5607
5613
|
"me-south-1" : { },
|
|
5608
5614
|
"sa-east-1" : { },
|
|
5609
|
-
"ssm-facade-fips-us-east-1" : {
|
|
5610
|
-
"credentialScope" : {
|
|
5611
|
-
"region" : "us-east-1"
|
|
5612
|
-
},
|
|
5613
|
-
"hostname" : "ssm-facade-fips.us-east-1.amazonaws.com"
|
|
5614
|
-
},
|
|
5615
|
-
"ssm-facade-fips-us-east-2" : {
|
|
5616
|
-
"credentialScope" : {
|
|
5617
|
-
"region" : "us-east-2"
|
|
5618
|
-
},
|
|
5619
|
-
"hostname" : "ssm-facade-fips.us-east-2.amazonaws.com"
|
|
5620
|
-
},
|
|
5621
|
-
"ssm-facade-fips-us-west-1" : {
|
|
5622
|
-
"credentialScope" : {
|
|
5623
|
-
"region" : "us-west-1"
|
|
5624
|
-
},
|
|
5625
|
-
"hostname" : "ssm-facade-fips.us-west-1.amazonaws.com"
|
|
5626
|
-
},
|
|
5627
|
-
"ssm-facade-fips-us-west-2" : {
|
|
5628
|
-
"credentialScope" : {
|
|
5629
|
-
"region" : "us-west-2"
|
|
5630
|
-
},
|
|
5631
|
-
"hostname" : "ssm-facade-fips.us-west-2.amazonaws.com"
|
|
5632
|
-
},
|
|
5633
5615
|
"us-east-1" : { },
|
|
5634
5616
|
"us-east-2" : { },
|
|
5635
5617
|
"us-west-1" : { },
|
|
@@ -6801,6 +6783,11 @@
|
|
|
6801
6783
|
"cn-northwest-1" : { }
|
|
6802
6784
|
}
|
|
6803
6785
|
},
|
|
6786
|
+
"iotanalytics" : {
|
|
6787
|
+
"endpoints" : {
|
|
6788
|
+
"cn-north-1" : { }
|
|
6789
|
+
}
|
|
6790
|
+
},
|
|
6804
6791
|
"iotevents" : {
|
|
6805
6792
|
"endpoints" : {
|
|
6806
6793
|
"cn-north-1" : { }
|
|
@@ -7287,8 +7274,12 @@
|
|
|
7287
7274
|
"protocols" : [ "http", "https" ]
|
|
7288
7275
|
},
|
|
7289
7276
|
"endpoints" : {
|
|
7290
|
-
"us-gov-east-1" : {
|
|
7291
|
-
|
|
7277
|
+
"us-gov-east-1" : {
|
|
7278
|
+
"protocols" : [ "http", "https" ]
|
|
7279
|
+
},
|
|
7280
|
+
"us-gov-west-1" : {
|
|
7281
|
+
"protocols" : [ "http", "https" ]
|
|
7282
|
+
}
|
|
7292
7283
|
}
|
|
7293
7284
|
},
|
|
7294
7285
|
"appstream2" : {
|
|
@@ -7341,8 +7332,12 @@
|
|
|
7341
7332
|
"protocols" : [ "http", "https" ]
|
|
7342
7333
|
},
|
|
7343
7334
|
"endpoints" : {
|
|
7344
|
-
"us-gov-east-1" : {
|
|
7345
|
-
|
|
7335
|
+
"us-gov-east-1" : {
|
|
7336
|
+
"protocols" : [ "http", "https" ]
|
|
7337
|
+
},
|
|
7338
|
+
"us-gov-west-1" : {
|
|
7339
|
+
"protocols" : [ "http", "https" ]
|
|
7340
|
+
}
|
|
7346
7341
|
}
|
|
7347
7342
|
},
|
|
7348
7343
|
"backup" : {
|
|
@@ -7483,6 +7478,12 @@
|
|
|
7483
7478
|
},
|
|
7484
7479
|
"cognito-identity" : {
|
|
7485
7480
|
"endpoints" : {
|
|
7481
|
+
"fips-us-gov-west-1" : {
|
|
7482
|
+
"credentialScope" : {
|
|
7483
|
+
"region" : "us-gov-west-1"
|
|
7484
|
+
},
|
|
7485
|
+
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
|
|
7486
|
+
},
|
|
7486
7487
|
"us-gov-west-1" : { }
|
|
7487
7488
|
}
|
|
7488
7489
|
},
|
|
@@ -7864,6 +7865,12 @@
|
|
|
7864
7865
|
"protocols" : [ "https" ]
|
|
7865
7866
|
},
|
|
7866
7867
|
"endpoints" : {
|
|
7868
|
+
"dataplane-us-gov-west-1" : {
|
|
7869
|
+
"credentialScope" : {
|
|
7870
|
+
"region" : "us-gov-west-1"
|
|
7871
|
+
},
|
|
7872
|
+
"hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
|
|
7873
|
+
},
|
|
7867
7874
|
"us-gov-west-1" : {
|
|
7868
7875
|
"credentialScope" : {
|
|
7869
7876
|
"region" : "us-gov-west-1"
|
|
@@ -8473,18 +8480,6 @@
|
|
|
8473
8480
|
},
|
|
8474
8481
|
"hostname" : "ssm.us-gov-west-1.amazonaws.com"
|
|
8475
8482
|
},
|
|
8476
|
-
"ssm-facade-fips-us-gov-east-1" : {
|
|
8477
|
-
"credentialScope" : {
|
|
8478
|
-
"region" : "us-gov-east-1"
|
|
8479
|
-
},
|
|
8480
|
-
"hostname" : "ssm-facade.us-gov-east-1.amazonaws.com"
|
|
8481
|
-
},
|
|
8482
|
-
"ssm-facade-fips-us-gov-west-1" : {
|
|
8483
|
-
"credentialScope" : {
|
|
8484
|
-
"region" : "us-gov-west-1"
|
|
8485
|
-
},
|
|
8486
|
-
"hostname" : "ssm-facade.us-gov-west-1.amazonaws.com"
|
|
8487
|
-
},
|
|
8488
8483
|
"us-gov-east-1" : { },
|
|
8489
8484
|
"us-gov-west-1" : { }
|
|
8490
8485
|
}
|
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.609
|
|
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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|