aws-sdk-core 2.11.503 → 2.11.504

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: e3fa20c81bc381e210a2ace04538a8afc87bbe1d9b14ffa43fbac4a21a0bbb59
4
- data.tar.gz: 0cb3c63e08364cc7594cc4096f44701a60fc0e4e454da445c704a8c7446699bb
3
+ metadata.gz: 64fe594108f7f14226b02a90ed32166d7c672f050398adb64e3d3b6bfff5d04c
4
+ data.tar.gz: 9a6292202a8d301a45af173e09aeb6b9f228960d222d61fc2d99c1f864c58fd9
5
5
  SHA512:
6
- metadata.gz: b005a62d65415519715306f5d717c6376a7cdb4a61f577d96bbd9e8439d7f6437ebb9bde2915ca617dea9143683dbcb0c42a90255b4f79bf05367920dc461c46
7
- data.tar.gz: 0f80c951587bd2df3d2042f4bab0892d7fed45a28792cbeca014c1eace12f3073909048a6250789e9bc136e6b7242683af031b3438428c91f4bc4c48fa76a3b0
6
+ metadata.gz: adee04a04c23bfa05ee3e529b2ec603a596e43465f6075a54c803e362f8e0146eb650d2c0a2357e2221db9e289bcaeb53d0b0206cebf7110a87191d81d426d02
7
+ data.tar.gz: abd0469a99bdc2cffd5c4323b96223042fc6a816f0b7aa83005cfe8fb203ebff02e53d864124032cd860712ffbd3a9fa58d066c75cd6b85d0bb8e1988ccffcc6
@@ -6681,6 +6681,7 @@
6681
6681
  "NetworkConfig":{
6682
6682
  "type":"structure",
6683
6683
  "members":{
6684
+ "EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
6684
6685
  "EnableNetworkIsolation":{"shape":"Boolean"},
6685
6686
  "VpcConfig":{"shape":"VpcConfig"}
6686
6687
  }
@@ -7470,7 +7471,6 @@
7470
7471
  "RenderUiTemplateRequest":{
7471
7472
  "type":"structure",
7472
7473
  "required":[
7473
- "UiTemplate",
7474
7474
  "Task",
7475
7475
  "RoleArn"
7476
7476
  ],
@@ -8830,7 +8830,6 @@
8830
8830
  },
8831
8831
  "UiConfig":{
8832
8832
  "type":"structure",
8833
- "required":["UiTemplateS3Uri"],
8834
8833
  "members":{
8835
8834
  "UiTemplateS3Uri":{"shape":"S3Uri"}
8836
8835
  }
@@ -740,6 +740,7 @@
740
740
  },
741
741
  "cloud9" : {
742
742
  "endpoints" : {
743
+ "ap-east-1" : { },
743
744
  "ap-northeast-1" : { },
744
745
  "ap-northeast-2" : { },
745
746
  "ap-south-1" : { },
@@ -750,8 +751,12 @@
750
751
  "eu-north-1" : { },
751
752
  "eu-west-1" : { },
752
753
  "eu-west-2" : { },
754
+ "eu-west-3" : { },
755
+ "me-south-1" : { },
756
+ "sa-east-1" : { },
753
757
  "us-east-1" : { },
754
758
  "us-east-2" : { },
759
+ "us-west-1" : { },
755
760
  "us-west-2" : { }
756
761
  }
757
762
  },
@@ -5079,6 +5084,7 @@
5079
5084
  },
5080
5085
  "storagegateway" : {
5081
5086
  "endpoints" : {
5087
+ "af-south-1" : { },
5082
5088
  "ap-east-1" : { },
5083
5089
  "ap-northeast-1" : { },
5084
5090
  "ap-northeast-2" : { },
@@ -5088,6 +5094,7 @@
5088
5094
  "ca-central-1" : { },
5089
5095
  "eu-central-1" : { },
5090
5096
  "eu-north-1" : { },
5097
+ "eu-south-1" : { },
5091
5098
  "eu-west-1" : { },
5092
5099
  "eu-west-2" : { },
5093
5100
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.503'
2
+ VERSION = '2.11.504'
3
3
  end
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.503
4
+ version: 2.11.504
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-07 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath