aws-sdk-redshift 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fa0c9f3e094dd4ce42a4a9f7cf8416c9032fd7561640b46a2407624dbdcc703
4
- data.tar.gz: c882208277d977bcf38375565395b87df417ff9b7f348970df044bcc669a42c2
3
+ metadata.gz: cb4f089b4fd9fe3db381f6228ecfd9264b25a814b7facf0d2eff71459ea0f5d1
4
+ data.tar.gz: 40de9e59fcde5beffb953bd925af3f3e018b2dcffea0e50317900117110d5d8d
5
5
  SHA512:
6
- metadata.gz: 118f19c889e9ffac0ea99ca146d16021e24712ae47e776b20f31c7aab756af81569bb76b7e3ad7b447ab4447c485724210ddaa25bae9bb90d61f00aea2dcd3e8
7
- data.tar.gz: a1ba4cb78012a8375c322057d03a84f9da58d07c8fb702ba1a6ccec2233c3d077e0e041a03cf54506cfa075e776481258daf557612d2b4806c2d0c73e4d61ef9
6
+ metadata.gz: c3e23463d2c15df1beccff41494766018389720029a53da194fa97ab5926ee34bab765e0d5d62d751eac34c01887a93db2816e0532bd664093f791aeaaf311b8
7
+ data.tar.gz: 14df240e00aa8ca2da2ad544edcfd5c50b410d11bccf9a87df1f2cedcc6dd22e13dc326ebde56ce69b2dfa04ccc529ec78dde35f2577b74a37937a608b46466d
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-redshift/customizations'
49
49
  # @!group service
50
50
  module Aws::Redshift
51
51
 
52
- GEM_VERSION = '1.52.0'
52
+ GEM_VERSION = '1.53.0'
53
53
 
54
54
  end
@@ -9155,7 +9155,7 @@ module Aws::Redshift
9155
9155
  params: params,
9156
9156
  config: config)
9157
9157
  context[:gem_name] = 'aws-sdk-redshift'
9158
- context[:gem_version] = '1.52.0'
9158
+ context[:gem_version] = '1.53.0'
9159
9159
  Seahorse::Client::Request.new(handlers, context)
9160
9160
  end
9161
9161
 
@@ -392,8 +392,6 @@ module Aws::Redshift
392
392
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
393
393
  SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
394
394
  SourceType = Shapes::StringShape.new(name: 'SourceType')
395
- SpartaProxyVpcEndpoint = Shapes::StructureShape.new(name: 'SpartaProxyVpcEndpoint')
396
- SpartaProxyVpcEndpointList = Shapes::ListShape.new(name: 'SpartaProxyVpcEndpointList')
397
395
  String = Shapes::StringShape.new(name: 'String')
398
396
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
399
397
  SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
@@ -440,6 +438,8 @@ module Aws::Redshift
440
438
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
441
439
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
442
440
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
441
+ VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
442
+ VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
443
443
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
444
444
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
445
445
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
@@ -1209,7 +1209,7 @@ module Aws::Redshift
1209
1209
 
1210
1210
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1211
1211
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1212
- Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpointList, location_name: "VpcEndpoints"))
1212
+ Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
1213
1213
  Endpoint.struct_class = Types::Endpoint
1214
1214
 
1215
1215
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1955,11 +1955,6 @@ module Aws::Redshift
1955
1955
 
1956
1956
  SourceNotFoundFault.struct_class = Types::SourceNotFoundFault
1957
1957
 
1958
- SpartaProxyVpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
1959
- SpartaProxyVpcEndpoint.struct_class = Types::SpartaProxyVpcEndpoint
1960
-
1961
- SpartaProxyVpcEndpointList.member = Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpoint, location_name: "SpartaProxyVpcEndpoint")
1962
-
1963
1958
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
1964
1959
  Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
1965
1960
  Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
@@ -2081,6 +2076,11 @@ module Aws::Redshift
2081
2076
 
2082
2077
  ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2083
2078
 
2079
+ VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
2080
+ VpcEndpoint.struct_class = Types::VpcEndpoint
2081
+
2082
+ VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
2083
+
2084
2084
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
2085
2085
 
2086
2086
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -5455,7 +5455,7 @@ module Aws::Redshift
5455
5455
  #
5456
5456
  # @!attribute [rw] vpc_endpoints
5457
5457
  # Describes a connection endpoint.
5458
- # @return [Array<Types::SpartaProxyVpcEndpoint>]
5458
+ # @return [Array<Types::VpcEndpoint>]
5459
5459
  #
5460
5460
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
5461
5461
  #
@@ -9733,22 +9733,6 @@ module Aws::Redshift
9733
9733
  #
9734
9734
  class SourceNotFoundFault < Aws::EmptyStructure; end
9735
9735
 
9736
- # The connection endpoint for connecting an Amazon Redshift cluster
9737
- # through the proxy.
9738
- #
9739
- # @!attribute [rw] vpc_endpoint_id
9740
- # The connection endpoint ID for connecting an Amazon Redshift cluster
9741
- # through the proxy.
9742
- # @return [String]
9743
- #
9744
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SpartaProxyVpcEndpoint AWS API Documentation
9745
- #
9746
- class SpartaProxyVpcEndpoint < Struct.new(
9747
- :vpc_endpoint_id)
9748
- SENSITIVE = []
9749
- include Aws::Structure
9750
- end
9751
-
9752
9736
  # Describes a subnet.
9753
9737
  #
9754
9738
  # @!attribute [rw] subnet_identifier
@@ -10237,6 +10221,22 @@ module Aws::Redshift
10237
10221
  #
10238
10222
  class UsageLimitNotFoundFault < Aws::EmptyStructure; end
10239
10223
 
10224
+ # The connection endpoint for connecting an Amazon Redshift cluster
10225
+ # through the proxy.
10226
+ #
10227
+ # @!attribute [rw] vpc_endpoint_id
10228
+ # The connection endpoint ID for connecting an Amazon Redshift cluster
10229
+ # through the proxy.
10230
+ # @return [String]
10231
+ #
10232
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/VpcEndpoint AWS API Documentation
10233
+ #
10234
+ class VpcEndpoint < Struct.new(
10235
+ :vpc_endpoint_id)
10236
+ SENSITIVE = []
10237
+ include Aws::Structure
10238
+ end
10239
+
10240
10240
  # Describes the members of a VPC security group.
10241
10241
  #
10242
10242
  # @!attribute [rw] vpc_security_group_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
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-12-09 00:00:00.000000000 Z
11
+ date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core