aws-sdk-redshift 1.10.0 → 1.11.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
  SHA1:
3
- metadata.gz: df7a29687c2c278faa9032de7ef54ab6852b5ae1
4
- data.tar.gz: e835a5ec57f2101085a3baeac2a8cb06d3a09933
3
+ metadata.gz: 014a8c10e6c9e605f7b5713bad7dd155b7901a3a
4
+ data.tar.gz: c402c354fae8c32b39b4e10dc5df0cb5cc223529
5
5
  SHA512:
6
- metadata.gz: 4dec0b2ef8a7ef000005208d6e7beb12a867404e6f788414bd0256096a7c70303f296d8323ba7b52bde67d69b7e355d38441d023c4d770a18c85cae7c9e11390
7
- data.tar.gz: 72a4a12b76701fc6074d3d6183c54b0396c55d48a91585c2822fbc160ead4f17bf29c4cd8f1dbfd1a69f6575a8f1cab759d88fc9c14a031a06b933ba090fb7ab
6
+ metadata.gz: bc580ea67708832a3c954ccc59332a0fd4de9a006a5f80a1409981b40776e9620271b451ded5ae782d41bfc51f5edea455b0a6b2b8426d7dafce28a3720ccb4b
7
+ data.tar.gz: 6ec54acd23f591e8ece98021eac9c1e7509eb3e237ae135c8dc4d772f2199b24515f9ac0d6e46964982a669c9f236feffc9e25e7db6015ea39bd7a6c210d6ea1
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.10.0'
46
+ GEM_VERSION = '1.11.0'
47
47
 
48
48
  end
@@ -914,6 +914,7 @@ module Aws::Redshift
914
914
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
915
915
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
916
916
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
917
+ # resp.cluster.pending_modified_values.encryption_type #=> String
917
918
  # resp.cluster.cluster_version #=> String
918
919
  # resp.cluster.allow_version_upgrade #=> Boolean
919
920
  # resp.cluster.number_of_nodes #=> Integer
@@ -1799,6 +1800,7 @@ module Aws::Redshift
1799
1800
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
1800
1801
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
1801
1802
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
1803
+ # resp.cluster.pending_modified_values.encryption_type #=> String
1802
1804
  # resp.cluster.cluster_version #=> String
1803
1805
  # resp.cluster.allow_version_upgrade #=> Boolean
1804
1806
  # resp.cluster.number_of_nodes #=> Integer
@@ -3034,6 +3036,7 @@ module Aws::Redshift
3034
3036
  # resp.clusters[0].pending_modified_values.publicly_accessible #=> Boolean
3035
3037
  # resp.clusters[0].pending_modified_values.enhanced_vpc_routing #=> Boolean
3036
3038
  # resp.clusters[0].pending_modified_values.maintenance_track_name #=> String
3039
+ # resp.clusters[0].pending_modified_values.encryption_type #=> String
3037
3040
  # resp.clusters[0].cluster_version #=> String
3038
3041
  # resp.clusters[0].allow_version_upgrade #=> Boolean
3039
3042
  # resp.clusters[0].number_of_nodes #=> Integer
@@ -3914,6 +3917,7 @@ module Aws::Redshift
3914
3917
  # * {Types::ResizeProgressMessage#estimated_time_to_completion_in_seconds #estimated_time_to_completion_in_seconds} => Integer
3915
3918
  # * {Types::ResizeProgressMessage#resize_type #resize_type} => String
3916
3919
  # * {Types::ResizeProgressMessage#message #message} => String
3920
+ # * {Types::ResizeProgressMessage#target_encryption_type #target_encryption_type} => String
3917
3921
  #
3918
3922
  # @example Request syntax with placeholder values
3919
3923
  #
@@ -3940,6 +3944,7 @@ module Aws::Redshift
3940
3944
  # resp.estimated_time_to_completion_in_seconds #=> Integer
3941
3945
  # resp.resize_type #=> String
3942
3946
  # resp.message #=> String
3947
+ # resp.target_encryption_type #=> String
3943
3948
  #
3944
3949
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeResize AWS API Documentation
3945
3950
  #
@@ -4341,6 +4346,7 @@ module Aws::Redshift
4341
4346
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
4342
4347
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
4343
4348
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
4349
+ # resp.cluster.pending_modified_values.encryption_type #=> String
4344
4350
  # resp.cluster.cluster_version #=> String
4345
4351
  # resp.cluster.allow_version_upgrade #=> Boolean
4346
4352
  # resp.cluster.number_of_nodes #=> Integer
@@ -4546,6 +4552,7 @@ module Aws::Redshift
4546
4552
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
4547
4553
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
4548
4554
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
4555
+ # resp.cluster.pending_modified_values.encryption_type #=> String
4549
4556
  # resp.cluster.cluster_version #=> String
4550
4557
  # resp.cluster.allow_version_upgrade #=> Boolean
4551
4558
  # resp.cluster.number_of_nodes #=> Integer
@@ -5051,6 +5058,18 @@ module Aws::Redshift
5051
5058
  # the latest cluster release available for the maintenance track. At
5052
5059
  # this point, the maintenance track name is applied.
5053
5060
  #
5061
+ # @option params [Boolean] :encrypted
5062
+ # Indicates whether the cluster is encrypted. If the cluster is
5063
+ # encrypted and you provide a value for the `KmsKeyId` parameter, we
5064
+ # will encrypt the cluster with the provided `KmsKeyId`. If you don't
5065
+ # provide a `KmsKeyId`, we will encrypt with the default key. In the
5066
+ # China region we will use legacy encryption if you specify that the
5067
+ # cluster is encrypted.
5068
+ #
5069
+ # @option params [String] :kms_key_id
5070
+ # The AWS Key Management Service (KMS) key ID of the encryption key that
5071
+ # you want to use to encrypt data in the cluster.
5072
+ #
5054
5073
  # @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5055
5074
  #
5056
5075
  # * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
@@ -5077,6 +5096,8 @@ module Aws::Redshift
5077
5096
  # elastic_ip: "String",
5078
5097
  # enhanced_vpc_routing: false,
5079
5098
  # maintenance_track_name: "String",
5099
+ # encrypted: false,
5100
+ # kms_key_id: "String",
5080
5101
  # })
5081
5102
  #
5082
5103
  # @example Response structure
@@ -5118,6 +5139,7 @@ module Aws::Redshift
5118
5139
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5119
5140
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5120
5141
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5142
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5121
5143
  # resp.cluster.cluster_version #=> String
5122
5144
  # resp.cluster.allow_version_upgrade #=> Boolean
5123
5145
  # resp.cluster.number_of_nodes #=> Integer
@@ -5228,6 +5250,7 @@ module Aws::Redshift
5228
5250
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5229
5251
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5230
5252
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5253
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5231
5254
  # resp.cluster.cluster_version #=> String
5232
5255
  # resp.cluster.allow_version_upgrade #=> Boolean
5233
5256
  # resp.cluster.number_of_nodes #=> Integer
@@ -5345,6 +5368,7 @@ module Aws::Redshift
5345
5368
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5346
5369
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5347
5370
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5371
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5348
5372
  # resp.cluster.cluster_version #=> String
5349
5373
  # resp.cluster.allow_version_upgrade #=> Boolean
5350
5374
  # resp.cluster.number_of_nodes #=> Integer
@@ -5667,6 +5691,7 @@ module Aws::Redshift
5667
5691
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5668
5692
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5669
5693
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5694
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5670
5695
  # resp.cluster.cluster_version #=> String
5671
5696
  # resp.cluster.allow_version_upgrade #=> Boolean
5672
5697
  # resp.cluster.number_of_nodes #=> Integer
@@ -5839,6 +5864,7 @@ module Aws::Redshift
5839
5864
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5840
5865
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5841
5866
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5867
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5842
5868
  # resp.cluster.cluster_version #=> String
5843
5869
  # resp.cluster.allow_version_upgrade #=> Boolean
5844
5870
  # resp.cluster.number_of_nodes #=> Integer
@@ -6037,6 +6063,7 @@ module Aws::Redshift
6037
6063
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
6038
6064
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
6039
6065
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
6066
+ # resp.cluster.pending_modified_values.encryption_type #=> String
6040
6067
  # resp.cluster.cluster_version #=> String
6041
6068
  # resp.cluster.allow_version_upgrade #=> Boolean
6042
6069
  # resp.cluster.number_of_nodes #=> Integer
@@ -6377,6 +6404,7 @@ module Aws::Redshift
6377
6404
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
6378
6405
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
6379
6406
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
6407
+ # resp.cluster.pending_modified_values.encryption_type #=> String
6380
6408
  # resp.cluster.cluster_version #=> String
6381
6409
  # resp.cluster.allow_version_upgrade #=> Boolean
6382
6410
  # resp.cluster.number_of_nodes #=> Integer
@@ -6730,6 +6758,7 @@ module Aws::Redshift
6730
6758
  # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
6731
6759
  # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
6732
6760
  # resp.cluster.pending_modified_values.maintenance_track_name #=> String
6761
+ # resp.cluster.pending_modified_values.encryption_type #=> String
6733
6762
  # resp.cluster.cluster_version #=> String
6734
6763
  # resp.cluster.allow_version_upgrade #=> Boolean
6735
6764
  # resp.cluster.number_of_nodes #=> Integer
@@ -6790,7 +6819,7 @@ module Aws::Redshift
6790
6819
  params: params,
6791
6820
  config: config)
6792
6821
  context[:gem_name] = 'aws-sdk-redshift'
6793
- context[:gem_version] = '1.10.0'
6822
+ context[:gem_version] = '1.11.0'
6794
6823
  Seahorse::Client::Request.new(handlers, context)
6795
6824
  end
6796
6825
 
@@ -1045,6 +1045,8 @@ module Aws::Redshift
1045
1045
  ModifyClusterMessage.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, location_name: "ElasticIp"))
1046
1046
  ModifyClusterMessage.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnhancedVpcRouting"))
1047
1047
  ModifyClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1048
+ ModifyClusterMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
1049
+ ModifyClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1048
1050
  ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
1049
1051
 
1050
1052
  ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1120,6 +1122,7 @@ module Aws::Redshift
1120
1122
  PendingModifiedValues.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1121
1123
  PendingModifiedValues.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnhancedVpcRouting"))
1122
1124
  PendingModifiedValues.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1125
+ PendingModifiedValues.add_member(:encryption_type, Shapes::ShapeRef.new(shape: String, location_name: "EncryptionType"))
1123
1126
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
1124
1127
 
1125
1128
  PurchaseReservedNodeOfferingMessage.add_member(:reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedNodeOfferingId"))
@@ -1208,6 +1211,7 @@ module Aws::Redshift
1208
1211
  ResizeProgressMessage.add_member(:estimated_time_to_completion_in_seconds, Shapes::ShapeRef.new(shape: LongOptional, location_name: "EstimatedTimeToCompletionInSeconds"))
1209
1212
  ResizeProgressMessage.add_member(:resize_type, Shapes::ShapeRef.new(shape: String, location_name: "ResizeType"))
1210
1213
  ResizeProgressMessage.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1214
+ ResizeProgressMessage.add_member(:target_encryption_type, Shapes::ShapeRef.new(shape: String, location_name: "TargetEncryptionType"))
1211
1215
  ResizeProgressMessage.struct_class = Types::ResizeProgressMessage
1212
1216
 
1213
1217
  RestorableNodeTypeList.member = Shapes::ShapeRef.new(shape: String, location_name: "NodeType")
@@ -4831,6 +4831,8 @@ module Aws::Redshift
4831
4831
  # elastic_ip: "String",
4832
4832
  # enhanced_vpc_routing: false,
4833
4833
  # maintenance_track_name: "String",
4834
+ # encrypted: false,
4835
+ # kms_key_id: "String",
4834
4836
  # }
4835
4837
  #
4836
4838
  # @!attribute [rw] cluster_identifier
@@ -5080,6 +5082,20 @@ module Aws::Redshift
5080
5082
  # applied.
5081
5083
  # @return [String]
5082
5084
  #
5085
+ # @!attribute [rw] encrypted
5086
+ # Indicates whether the cluster is encrypted. If the cluster is
5087
+ # encrypted and you provide a value for the `KmsKeyId` parameter, we
5088
+ # will encrypt the cluster with the provided `KmsKeyId`. If you don't
5089
+ # provide a `KmsKeyId`, we will encrypt with the default key. In the
5090
+ # China region we will use legacy encryption if you specify that the
5091
+ # cluster is encrypted.
5092
+ # @return [Boolean]
5093
+ #
5094
+ # @!attribute [rw] kms_key_id
5095
+ # The AWS Key Management Service (KMS) key ID of the encryption key
5096
+ # that you want to use to encrypt data in the cluster.
5097
+ # @return [String]
5098
+ #
5083
5099
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
5084
5100
  #
5085
5101
  class ModifyClusterMessage < Struct.new(
@@ -5101,7 +5117,9 @@ module Aws::Redshift
5101
5117
  :publicly_accessible,
5102
5118
  :elastic_ip,
5103
5119
  :enhanced_vpc_routing,
5104
- :maintenance_track_name)
5120
+ :maintenance_track_name,
5121
+ :encrypted,
5122
+ :kms_key_id)
5105
5123
  include Aws::Structure
5106
5124
  end
5107
5125
 
@@ -5535,6 +5553,11 @@ module Aws::Redshift
5535
5553
  # during the next maintenance window.
5536
5554
  # @return [String]
5537
5555
  #
5556
+ # @!attribute [rw] encryption_type
5557
+ # The encryption type for a cluster. Possible values are: KMS and
5558
+ # None. For the China region the possible values are None, and Legacy.
5559
+ # @return [String]
5560
+ #
5538
5561
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PendingModifiedValues AWS API Documentation
5539
5562
  #
5540
5563
  class PendingModifiedValues < Struct.new(
@@ -5547,7 +5570,8 @@ module Aws::Redshift
5547
5570
  :cluster_identifier,
5548
5571
  :publicly_accessible,
5549
5572
  :enhanced_vpc_routing,
5550
- :maintenance_track_name)
5573
+ :maintenance_track_name,
5574
+ :encryption_type)
5551
5575
  include Aws::Structure
5552
5576
  end
5553
5577
 
@@ -6022,6 +6046,13 @@ module Aws::Redshift
6022
6046
  # action.
6023
6047
  # @return [String]
6024
6048
  #
6049
+ # @!attribute [rw] target_encryption_type
6050
+ # The type of encryption for the cluster after the resize is complete.
6051
+ #
6052
+ # Possible values are `KMS` and `None`. In the China region possible
6053
+ # values are: `Legacy` and `None`.
6054
+ # @return [String]
6055
+ #
6025
6056
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeProgressMessage AWS API Documentation
6026
6057
  #
6027
6058
  class ResizeProgressMessage < Struct.new(
@@ -6038,7 +6069,8 @@ module Aws::Redshift
6038
6069
  :elapsed_time_in_seconds,
6039
6070
  :estimated_time_to_completion_in_seconds,
6040
6071
  :resize_type,
6041
- :message)
6072
+ :message,
6073
+ :target_encryption_type)
6042
6074
  include Aws::Structure
6043
6075
  end
6044
6076
 
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.10.0
4
+ version: 1.11.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core