aws-sdk-redshift 1.128.0 → 1.130.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: 30c1ec8b6e0dd8649a51a3846c8b1ee249ff47e07b4ca88f9d837ba02d82eeb7
4
- data.tar.gz: f2c04ba2c97fa13627de08d3e545c5c4817595b284174573dc78928e67c98e6b
3
+ metadata.gz: bc5740c8db3d09017086b70fab3d9580068c522ef0a4613597a49d17824b87c3
4
+ data.tar.gz: d3b355b41e6d233658b3919fb942af1a0234f8de943b24267a82004c597267a4
5
5
  SHA512:
6
- metadata.gz: 0a92671e33e37f24d3817d4ac4e42f9a3c56acb8af90c01e8edd3a0bc7022d4ce357c5d27a2249f2c08e504c59899b27129cf9f1d5a5b0ae11b61a9b3d2eef10
7
- data.tar.gz: 7dddb4e2f765dc595de1dc44d72554649a4c42f9f7f1ccb8153946011d0f12327bfe6e6a5a1520ae9b4815efa03b6380635f11d2c5060ef0791e06fa606bb95e
6
+ metadata.gz: 9ec190ab32fb17adbcf14c1c7c836d5aaa875d44bde87b22b41c6b604d26fac8d7da1fa93afeeb19a5b81e250e74cfe5e1bb8276b5803c619072fed83acdf9b2
7
+ data.tar.gz: 1c5f4502e2bf284b2077550cd3e7fee2079c6f5cb0874e7bc891e4a29514f9a0f817d930637ff9d5d23dd677f8c1310ac3ac6eac2d96651b7ea8b64bfe460d9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.130.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.129.0 (2024-10-30)
10
+ ------------------
11
+
12
+ * Feature - This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.
13
+
4
14
  1.128.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.130.0
@@ -2580,7 +2580,8 @@ module Aws::Redshift
2580
2580
  req.send_request(options)
2581
2581
  end
2582
2582
 
2583
- # Creates a zero-ETL integration with Amazon Redshift.
2583
+ # Creates a zero-ETL integration or S3 event integration with Amazon
2584
+ # Redshift.
2584
2585
  #
2585
2586
  # @option params [required, String] :source_arn
2586
2587
  # The Amazon Resource Name (ARN) of the database to use as the source
@@ -2634,8 +2635,8 @@ module Aws::Redshift
2634
2635
  # @example Request syntax with placeholder values
2635
2636
  #
2636
2637
  # resp = client.create_integration({
2637
- # source_arn: "String", # required
2638
- # target_arn: "String", # required
2638
+ # source_arn: "SourceArn", # required
2639
+ # target_arn: "TargetArn", # required
2639
2640
  # integration_name: "IntegrationName", # required
2640
2641
  # kms_key_id: "String",
2641
2642
  # tag_list: [
@@ -3787,7 +3788,8 @@ module Aws::Redshift
3787
3788
  req.send_request(options)
3788
3789
  end
3789
3790
 
3790
- # Deletes a zero-ETL integration with Amazon Redshift.
3791
+ # Deletes a zero-ETL integration or S3 event integration with Amazon
3792
+ # Redshift.
3791
3793
  #
3792
3794
  # @option params [required, String] :integration_arn
3793
3795
  # The unique identifier of the integration to delete.
@@ -6164,8 +6166,8 @@ module Aws::Redshift
6164
6166
  # @example Request syntax with placeholder values
6165
6167
  #
6166
6168
  # resp = client.describe_inbound_integrations({
6167
- # integration_arn: "String",
6168
- # target_arn: "String",
6169
+ # integration_arn: "InboundIntegrationArn",
6170
+ # target_arn: "TargetArn",
6169
6171
  # max_records: 1,
6170
6172
  # marker: "String",
6171
6173
  # })
@@ -6192,7 +6194,8 @@ module Aws::Redshift
6192
6194
  req.send_request(options)
6193
6195
  end
6194
6196
 
6195
- # Describes one or more zero-ETL integrations with Amazon Redshift.
6197
+ # Describes one or more zero-ETL or S3 event integrations with Amazon
6198
+ # Redshift.
6196
6199
  #
6197
6200
  # @option params [String] :integration_arn
6198
6201
  # The unique identifier of the integration.
@@ -7308,7 +7311,7 @@ module Aws::Redshift
7308
7311
  #
7309
7312
  # * Snapshot copy grant
7310
7313
  #
7311
- # * Integration (zero-ETL integration)
7314
+ # * Integration (zero-ETL integration or S3 event integration)
7312
7315
  #
7313
7316
  # <note markdown="1"> To describe the tags associated with an `integration`, don't
7314
7317
  # specify `ResourceType`, instead specify the `ResourceName` of the
@@ -10231,7 +10234,8 @@ module Aws::Redshift
10231
10234
  req.send_request(options)
10232
10235
  end
10233
10236
 
10234
- # Modifies a zero-ETL integration with Amazon Redshift.
10237
+ # Modifies a zero-ETL integration or S3 event integration with Amazon
10238
+ # Redshift.
10235
10239
  #
10236
10240
  # @option params [required, String] :integration_arn
10237
10241
  # The unique identifier of the integration to modify.
@@ -12731,7 +12735,7 @@ module Aws::Redshift
12731
12735
  tracer: tracer
12732
12736
  )
12733
12737
  context[:gem_name] = 'aws-sdk-redshift'
12734
- context[:gem_version] = '1.128.0'
12738
+ context[:gem_version] = '1.130.0'
12735
12739
  Seahorse::Client::Request.new(handlers, context)
12736
12740
  end
12737
12741
 
@@ -328,6 +328,7 @@ module Aws::Redshift
328
328
  ImportTablesNotStarted = Shapes::ListShape.new(name: 'ImportTablesNotStarted')
329
329
  InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault', error: {"code"=>"InProgressTableRestoreQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
330
330
  InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
331
+ InboundIntegrationArn = Shapes::StringShape.new(name: 'InboundIntegrationArn')
331
332
  InboundIntegrationList = Shapes::ListShape.new(name: 'InboundIntegrationList')
332
333
  InboundIntegrationsMessage = Shapes::StructureShape.new(name: 'InboundIntegrationsMessage')
333
334
  IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions', error: {"code"=>"IncompatibleOrderableOptions", "httpStatusCode"=>400, "senderFault"=>true})
@@ -576,6 +577,7 @@ module Aws::Redshift
576
577
  SnapshotSortingEntity = Shapes::StructureShape.new(name: 'SnapshotSortingEntity')
577
578
  SnapshotSortingEntityList = Shapes::ListShape.new(name: 'SnapshotSortingEntityList')
578
579
  SortByOrder = Shapes::StringShape.new(name: 'SortByOrder')
580
+ SourceArn = Shapes::StringShape.new(name: 'SourceArn')
579
581
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
580
582
  SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code"=>"SourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
581
583
  SourceType = Shapes::StringShape.new(name: 'SourceType')
@@ -608,6 +610,7 @@ module Aws::Redshift
608
610
  TaggedResource = Shapes::StructureShape.new(name: 'TaggedResource')
609
611
  TaggedResourceList = Shapes::ListShape.new(name: 'TaggedResourceList')
610
612
  TaggedResourceListMessage = Shapes::StructureShape.new(name: 'TaggedResourceListMessage')
613
+ TargetArn = Shapes::StringShape.new(name: 'TargetArn')
611
614
  TrackList = Shapes::ListShape.new(name: 'TrackList')
612
615
  TrackListMessage = Shapes::StructureShape.new(name: 'TrackListMessage')
613
616
  UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation', error: {"code"=>"UnauthorizedOperation", "httpStatusCode"=>400, "senderFault"=>true})
@@ -1160,8 +1163,8 @@ module Aws::Redshift
1160
1163
  CreateHsmConfigurationResult.add_member(:hsm_configuration, Shapes::ShapeRef.new(shape: HsmConfiguration, location_name: "HsmConfiguration"))
1161
1164
  CreateHsmConfigurationResult.struct_class = Types::CreateHsmConfigurationResult
1162
1165
 
1163
- CreateIntegrationMessage.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceArn"))
1164
- CreateIntegrationMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetArn"))
1166
+ CreateIntegrationMessage.add_member(:source_arn, Shapes::ShapeRef.new(shape: SourceArn, required: true, location_name: "SourceArn"))
1167
+ CreateIntegrationMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location_name: "TargetArn"))
1165
1168
  CreateIntegrationMessage.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, required: true, location_name: "IntegrationName"))
1166
1169
  CreateIntegrationMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KMSKeyId"))
1167
1170
  CreateIntegrationMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
@@ -1523,8 +1526,8 @@ module Aws::Redshift
1523
1526
  DescribeHsmConfigurationsMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
1524
1527
  DescribeHsmConfigurationsMessage.struct_class = Types::DescribeHsmConfigurationsMessage
1525
1528
 
1526
- DescribeInboundIntegrationsMessage.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String, location_name: "IntegrationArn"))
1527
- DescribeInboundIntegrationsMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetArn"))
1529
+ DescribeInboundIntegrationsMessage.add_member(:integration_arn, Shapes::ShapeRef.new(shape: InboundIntegrationArn, location_name: "IntegrationArn"))
1530
+ DescribeInboundIntegrationsMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "TargetArn"))
1528
1531
  DescribeInboundIntegrationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1529
1532
  DescribeInboundIntegrationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1530
1533
  DescribeInboundIntegrationsMessage.struct_class = Types::DescribeInboundIntegrationsMessage
@@ -1918,9 +1921,9 @@ module Aws::Redshift
1918
1921
 
1919
1922
  InProgressTableRestoreQuotaExceededFault.struct_class = Types::InProgressTableRestoreQuotaExceededFault
1920
1923
 
1921
- InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String, location_name: "IntegrationArn"))
1924
+ InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: InboundIntegrationArn, location_name: "IntegrationArn"))
1922
1925
  InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
1923
- InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetArn"))
1926
+ InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "TargetArn"))
1924
1927
  InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: ZeroETLIntegrationStatus, location_name: "Status"))
1925
1928
  InboundIntegration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
1926
1929
  InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
@@ -1938,10 +1941,10 @@ module Aws::Redshift
1938
1941
 
1939
1942
  InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
1940
1943
 
1941
- Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String, location_name: "IntegrationArn"))
1944
+ Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: IntegrationArn, location_name: "IntegrationArn"))
1942
1945
  Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: IntegrationName, location_name: "IntegrationName"))
1943
- Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
1944
- Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetArn"))
1946
+ Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: SourceArn, location_name: "SourceArn"))
1947
+ Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "TargetArn"))
1945
1948
  Integration.add_member(:status, Shapes::ShapeRef.new(shape: ZeroETLIntegrationStatus, location_name: "Status"))
1946
1949
  Integration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
1947
1950
  Integration.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
@@ -5866,7 +5866,7 @@ module Aws::Redshift
5866
5866
  #
5867
5867
  # * Snapshot copy grant
5868
5868
  #
5869
- # * Integration (zero-ETL integration)
5869
+ # * Integration (zero-ETL integration or S3 event integration)
5870
5870
  #
5871
5871
  # <note markdown="1"> To describe the tags associated with an `integration`, don't
5872
5872
  # specify `ResourceType`, instead specify the `ResourceName` of the
@@ -7475,8 +7475,8 @@ module Aws::Redshift
7475
7475
  #
7476
7476
  class IntegrationNotFoundFault < Aws::EmptyStructure; end
7477
7477
 
7478
- # You can't create any more zero-ETL integrations because the quota has
7479
- # been reached.
7478
+ # You can't create any more zero-ETL or S3 event integrations because
7479
+ # the quota has been reached.
7480
7480
  #
7481
7481
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/IntegrationQuotaExceededFault AWS API Documentation
7482
7482
  #
@@ -11138,7 +11138,7 @@ module Aws::Redshift
11138
11138
  # A JSON format string of the Amazon Redshift API operation with input
11139
11139
  # parameters.
11140
11140
  #
11141
- # "`\{"ResizeCluster":\{"NodeType":"ra3.4xlarge","ClusterIdentifier":"my-test-cluster","NumberOfNodes":3\}\}`".
11141
+ # "`{"ResizeCluster":{"NodeType":"ra3.4xlarge","ClusterIdentifier":"my-test-cluster","NumberOfNodes":3}}`".
11142
11142
  # @return [Types::ScheduledActionType]
11143
11143
  #
11144
11144
  # @!attribute [rw] schedule
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.128.0'
58
+ GEM_VERSION = '1.130.0'
59
59
 
60
60
  end
61
61
 
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.128.0
4
+ version: 1.130.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core