aws-sdk-core 2.11.596 → 2.11.597

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.
@@ -6358,6 +6358,18 @@
6358
6358
  "eu-central-1" : { },
6359
6359
  "eu-west-1" : { },
6360
6360
  "eu-west-2" : { },
6361
+ "fips-us-east-1" : {
6362
+ "credentialScope" : {
6363
+ "region" : "us-east-1"
6364
+ },
6365
+ "hostname" : "workspaces-fips.us-east-1.amazonaws.com"
6366
+ },
6367
+ "fips-us-west-2" : {
6368
+ "credentialScope" : {
6369
+ "region" : "us-west-2"
6370
+ },
6371
+ "hostname" : "workspaces-fips.us-west-2.amazonaws.com"
6372
+ },
6361
6373
  "sa-east-1" : { },
6362
6374
  "us-east-1" : { },
6363
6375
  "us-west-2" : { }
@@ -6778,6 +6790,21 @@
6778
6790
  "cn-northwest-1" : { }
6779
6791
  }
6780
6792
  },
6793
+ "iotevents" : {
6794
+ "endpoints" : {
6795
+ "cn-north-1" : { }
6796
+ }
6797
+ },
6798
+ "ioteventsdata" : {
6799
+ "endpoints" : {
6800
+ "cn-north-1" : {
6801
+ "credentialScope" : {
6802
+ "region" : "cn-north-1"
6803
+ },
6804
+ "hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
6805
+ }
6806
+ }
6807
+ },
6781
6808
  "iotsecuredtunneling" : {
6782
6809
  "endpoints" : {
6783
6810
  "cn-north-1" : { },
@@ -8544,6 +8571,12 @@
8544
8571
  "us-gov-west-1" : { }
8545
8572
  }
8546
8573
  },
8574
+ "transfer" : {
8575
+ "endpoints" : {
8576
+ "us-gov-east-1" : { },
8577
+ "us-gov-west-1" : { }
8578
+ }
8579
+ },
8547
8580
  "translate" : {
8548
8581
  "defaults" : {
8549
8582
  "protocols" : [ "https" ]
@@ -8576,6 +8609,12 @@
8576
8609
  },
8577
8610
  "workspaces" : {
8578
8611
  "endpoints" : {
8612
+ "fips-us-gov-west-1" : {
8613
+ "credentialScope" : {
8614
+ "region" : "us-gov-west-1"
8615
+ },
8616
+ "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
8617
+ },
8579
8618
  "us-gov-west-1" : { }
8580
8619
  }
8581
8620
  },
@@ -212,6 +212,7 @@ module Aws
212
212
  Route53Resolver
213
213
  S3
214
214
  S3Control
215
+ S3Outposts
215
216
  SES
216
217
  SESV2
217
218
  SMS
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:S3Outposts, {
2
+ api: "#{Aws::API_DIR}/s3outposts/2017-07-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/s3outposts/2017-07-25/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/s3outposts/2017-07-25/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/s3outposts/2017-07-25/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.596'
2
+ VERSION = '2.11.597'
3
3
  end
@@ -754,6 +754,10 @@
754
754
  "models": "s3control/2018-08-20",
755
755
  "endpoint": "s3-control"
756
756
  },
757
+ "S3Outposts": {
758
+ "models": "s3outposts/2017-07-25",
759
+ "endpoint": "s3-outposts"
760
+ },
757
761
  "SES": {
758
762
  "models": "email/2010-12-01",
759
763
  "endpoint": "email"
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.596
4
+ version: 2.11.597
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-09-29 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -793,6 +793,9 @@ files:
793
793
  - apis/s3control/2018-08-20/api-2.json
794
794
  - apis/s3control/2018-08-20/examples-1.json
795
795
  - apis/s3control/2018-08-20/paginators-1.json
796
+ - apis/s3outposts/2017-07-25/api-2.json
797
+ - apis/s3outposts/2017-07-25/examples-1.json
798
+ - apis/s3outposts/2017-07-25/paginators-1.json
796
799
  - apis/sagemaker-a2i-runtime/2019-11-07/api-2.json
797
800
  - apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json
798
801
  - apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json
@@ -1270,6 +1273,7 @@ files:
1270
1273
  - lib/aws-sdk-core/s3/bucket_region_cache.rb
1271
1274
  - lib/aws-sdk-core/s3/presigner.rb
1272
1275
  - lib/aws-sdk-core/s3control.rb
1276
+ - lib/aws-sdk-core/s3outposts.rb
1273
1277
  - lib/aws-sdk-core/sagemaker.rb
1274
1278
  - lib/aws-sdk-core/sagemakerruntime.rb
1275
1279
  - lib/aws-sdk-core/savingsplans.rb