aws-sdk-redshiftserverless 1.15.0 → 1.16.0

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: a235f174c3b7d36c79c01453ddf9699cc306d9bed1f421db82f325748da060f9
4
- data.tar.gz: ca283ee6862af2a5323da576b2e85f6dbf76246914e2b727b47894447bc4b47f
3
+ metadata.gz: a7f843af5c6294d5a58229787e2de8ef3db5814abea1c08389f7936475b848fe
4
+ data.tar.gz: 202a005a83da028651507f494eee61bfff2f746376253829c30a00525ce66792
5
5
  SHA512:
6
- metadata.gz: 94b34489d55093ea46a41e1e84f6ec6ae72c97cc326849bce94ba4ffdfb6a28e051bbf062246696afda43d55343eca70187461a46a2eb75dcb4c32086a737e21
7
- data.tar.gz: bc7b6dce693e8dd949554dfb7afc705c7db6fa6492db620103803ab4daf762e74f660203400ae2b6826a8cce50a75ee6bc93fe8f6d2ab7a1ab8872752046c46d
6
+ metadata.gz: aca02355bf2303df7f2a6ec2eaf7e900c2409ca7022a87ba2957b0f04513eaa21fe72747214fff13b1909eeb861a7722ec3dc6c6deed989c1f3731e7cd1a7e0d
7
+ data.tar.gz: 4588454d995d8f2f6d8a0049b1580541cb856933e467565a6e18d9430c138735e9452159127613dfb4add88b294897116c90e7a9f5b1e678b8ef3621df2ec80a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2023-10-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless.
8
+
4
9
  1.15.0 (2023-10-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -872,6 +872,7 @@ module Aws::RedshiftServerless
872
872
  # resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
873
873
  # resp.workgroup.enhanced_vpc_routing #=> Boolean
874
874
  # resp.workgroup.namespace_name #=> String
875
+ # resp.workgroup.patch_version #=> String
875
876
  # resp.workgroup.port #=> Integer
876
877
  # resp.workgroup.publicly_accessible #=> Boolean
877
878
  # resp.workgroup.security_group_ids #=> Array
@@ -882,6 +883,7 @@ module Aws::RedshiftServerless
882
883
  # resp.workgroup.workgroup_arn #=> String
883
884
  # resp.workgroup.workgroup_id #=> String
884
885
  # resp.workgroup.workgroup_name #=> String
886
+ # resp.workgroup.workgroup_version #=> String
885
887
  #
886
888
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateWorkgroup AWS API Documentation
887
889
  #
@@ -1132,6 +1134,7 @@ module Aws::RedshiftServerless
1132
1134
  # resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
1133
1135
  # resp.workgroup.enhanced_vpc_routing #=> Boolean
1134
1136
  # resp.workgroup.namespace_name #=> String
1137
+ # resp.workgroup.patch_version #=> String
1135
1138
  # resp.workgroup.port #=> Integer
1136
1139
  # resp.workgroup.publicly_accessible #=> Boolean
1137
1140
  # resp.workgroup.security_group_ids #=> Array
@@ -1142,6 +1145,7 @@ module Aws::RedshiftServerless
1142
1145
  # resp.workgroup.workgroup_arn #=> String
1143
1146
  # resp.workgroup.workgroup_id #=> String
1144
1147
  # resp.workgroup.workgroup_name #=> String
1148
+ # resp.workgroup.workgroup_version #=> String
1145
1149
  #
1146
1150
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteWorkgroup AWS API Documentation
1147
1151
  #
@@ -1540,6 +1544,7 @@ module Aws::RedshiftServerless
1540
1544
  # resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
1541
1545
  # resp.workgroup.enhanced_vpc_routing #=> Boolean
1542
1546
  # resp.workgroup.namespace_name #=> String
1547
+ # resp.workgroup.patch_version #=> String
1543
1548
  # resp.workgroup.port #=> Integer
1544
1549
  # resp.workgroup.publicly_accessible #=> Boolean
1545
1550
  # resp.workgroup.security_group_ids #=> Array
@@ -1550,6 +1555,7 @@ module Aws::RedshiftServerless
1550
1555
  # resp.workgroup.workgroup_arn #=> String
1551
1556
  # resp.workgroup.workgroup_id #=> String
1552
1557
  # resp.workgroup.workgroup_name #=> String
1558
+ # resp.workgroup.workgroup_version #=> String
1553
1559
  #
1554
1560
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetWorkgroup AWS API Documentation
1555
1561
  #
@@ -2026,6 +2032,7 @@ module Aws::RedshiftServerless
2026
2032
  # resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_id #=> String
2027
2033
  # resp.workgroups[0].enhanced_vpc_routing #=> Boolean
2028
2034
  # resp.workgroups[0].namespace_name #=> String
2035
+ # resp.workgroups[0].patch_version #=> String
2029
2036
  # resp.workgroups[0].port #=> Integer
2030
2037
  # resp.workgroups[0].publicly_accessible #=> Boolean
2031
2038
  # resp.workgroups[0].security_group_ids #=> Array
@@ -2036,6 +2043,7 @@ module Aws::RedshiftServerless
2036
2043
  # resp.workgroups[0].workgroup_arn #=> String
2037
2044
  # resp.workgroups[0].workgroup_id #=> String
2038
2045
  # resp.workgroups[0].workgroup_name #=> String
2046
+ # resp.workgroups[0].workgroup_version #=> String
2039
2047
  #
2040
2048
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListWorkgroups AWS API Documentation
2041
2049
  #
@@ -2699,6 +2707,7 @@ module Aws::RedshiftServerless
2699
2707
  # resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
2700
2708
  # resp.workgroup.enhanced_vpc_routing #=> Boolean
2701
2709
  # resp.workgroup.namespace_name #=> String
2710
+ # resp.workgroup.patch_version #=> String
2702
2711
  # resp.workgroup.port #=> Integer
2703
2712
  # resp.workgroup.publicly_accessible #=> Boolean
2704
2713
  # resp.workgroup.security_group_ids #=> Array
@@ -2709,6 +2718,7 @@ module Aws::RedshiftServerless
2709
2718
  # resp.workgroup.workgroup_arn #=> String
2710
2719
  # resp.workgroup.workgroup_id #=> String
2711
2720
  # resp.workgroup.workgroup_name #=> String
2721
+ # resp.workgroup.workgroup_version #=> String
2712
2722
  #
2713
2723
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateWorkgroup AWS API Documentation
2714
2724
  #
@@ -2732,7 +2742,7 @@ module Aws::RedshiftServerless
2732
2742
  params: params,
2733
2743
  config: config)
2734
2744
  context[:gem_name] = 'aws-sdk-redshiftserverless'
2735
- context[:gem_version] = '1.15.0'
2745
+ context[:gem_version] = '1.16.0'
2736
2746
  Seahorse::Client::Request.new(handlers, context)
2737
2747
  end
2738
2748
 
@@ -716,6 +716,7 @@ module Aws::RedshiftServerless
716
716
  Workgroup.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "endpoint"))
717
717
  Workgroup.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
718
718
  Workgroup.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
719
+ Workgroup.add_member(:patch_version, Shapes::ShapeRef.new(shape: String, location_name: "patchVersion"))
719
720
  Workgroup.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
720
721
  Workgroup.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
721
722
  Workgroup.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
@@ -724,6 +725,7 @@ module Aws::RedshiftServerless
724
725
  Workgroup.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "workgroupArn"))
725
726
  Workgroup.add_member(:workgroup_id, Shapes::ShapeRef.new(shape: String, location_name: "workgroupId"))
726
727
  Workgroup.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, location_name: "workgroupName"))
728
+ Workgroup.add_member(:workgroup_version, Shapes::ShapeRef.new(shape: String, location_name: "workgroupVersion"))
727
729
  Workgroup.struct_class = Types::Workgroup
728
730
 
729
731
  WorkgroupList.member = Shapes::ShapeRef.new(shape: Workgroup)
@@ -32,7 +32,7 @@ module Aws::RedshiftServerless
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://redshift-serverless-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -2533,6 +2533,16 @@ module Aws::RedshiftServerless
2533
2533
  # The namespace the workgroup is associated with.
2534
2534
  # @return [String]
2535
2535
  #
2536
+ # @!attribute [rw] patch_version
2537
+ # The patch version of your Amazon Redshift Serverless workgroup. For
2538
+ # more information about patch versions, see [Cluster versions for
2539
+ # Amazon Redshift][1].
2540
+ #
2541
+ #
2542
+ #
2543
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html
2544
+ # @return [String]
2545
+ #
2536
2546
  # @!attribute [rw] port
2537
2547
  # The custom port to use when connecting to a workgroup. Valid port
2538
2548
  # ranges are 5431-5455 and 8191-8215. The default is 5439.
@@ -2567,6 +2577,16 @@ module Aws::RedshiftServerless
2567
2577
  # The name of the workgroup.
2568
2578
  # @return [String]
2569
2579
  #
2580
+ # @!attribute [rw] workgroup_version
2581
+ # The Amazon Redshift Serverless version of your workgroup. For more
2582
+ # information about Amazon Redshift Serverless versions, see[Cluster
2583
+ # versions for Amazon Redshift][1].
2584
+ #
2585
+ #
2586
+ #
2587
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html
2588
+ # @return [String]
2589
+ #
2570
2590
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Workgroup AWS API Documentation
2571
2591
  #
2572
2592
  class Workgroup < Struct.new(
@@ -2576,6 +2596,7 @@ module Aws::RedshiftServerless
2576
2596
  :endpoint,
2577
2597
  :enhanced_vpc_routing,
2578
2598
  :namespace_name,
2599
+ :patch_version,
2579
2600
  :port,
2580
2601
  :publicly_accessible,
2581
2602
  :security_group_ids,
@@ -2583,7 +2604,8 @@ module Aws::RedshiftServerless
2583
2604
  :subnet_ids,
2584
2605
  :workgroup_arn,
2585
2606
  :workgroup_id,
2586
- :workgroup_name)
2607
+ :workgroup_name,
2608
+ :workgroup_version)
2587
2609
  SENSITIVE = []
2588
2610
  include Aws::Structure
2589
2611
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-redshiftserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::RedshiftServerless
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core