aws-sdk-redshiftserverless 1.32.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +46 -4
- data/lib/aws-sdk-redshiftserverless/client_api.rb +11 -0
- data/lib/aws-sdk-redshiftserverless/errors.rb +16 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +41 -3
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +3 -0
- data/sig/errors.rbs +3 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +9 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a777792f95a80f1f3da9c758a59481422b2d3c61350c9c3ed225472934baf931
|
4
|
+
data.tar.gz: 41beb6b8489e57cca5d32f38e4d366c3da58c9f020ee3f5da770cc140fd97287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd85a0d5b4e0e469bddb44b6911033f2f61e2bd28741e8a87e0928a0c193700d822455033e277c8a51d3f2e8ee99413e15d8e7d6a44b05b42318345dd01b60d5
|
7
|
+
data.tar.gz: bb97af32c70167c285bf7ad79a9074ac8e762bf3d759291fcb966fa7e4e335a58d4b6f2a4d4ee756e11fd4f007bf2f721b9a899b2c70887b0976906539d0c685
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.34.0 (2024-09-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.33.0 (2024-07-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds dualstack support for Redshift Serverless workgroup.
|
13
|
+
|
4
14
|
1.32.0 (2024-07-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::RedshiftServerless
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
88
90
|
add_plugin(Aws::RedshiftServerless::Plugins::Endpoints)
|
@@ -337,6 +339,16 @@ module Aws::RedshiftServerless
|
|
337
339
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
338
340
|
# requests are made, and retries are disabled.
|
339
341
|
#
|
342
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
343
|
+
# Allows you to provide a telemetry provider, which is used to
|
344
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
345
|
+
# will not record or emit any telemetry data. The SDK supports the
|
346
|
+
# following telemetry providers:
|
347
|
+
#
|
348
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
349
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
350
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
351
|
+
#
|
340
352
|
# @option options [Aws::TokenProvider] :token_provider
|
341
353
|
# A Bearer Token Provider. This can be an instance of any one of the
|
342
354
|
# following classes:
|
@@ -602,6 +614,7 @@ module Aws::RedshiftServerless
|
|
602
614
|
# resp.endpoint.subnet_ids[0] #=> String
|
603
615
|
# resp.endpoint.vpc_endpoint.network_interfaces #=> Array
|
604
616
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].availability_zone #=> String
|
617
|
+
# resp.endpoint.vpc_endpoint.network_interfaces[0].ipv6_address #=> String
|
605
618
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].network_interface_id #=> String
|
606
619
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].private_ip_address #=> String
|
607
620
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].subnet_id #=> String
|
@@ -754,7 +767,7 @@ module Aws::RedshiftServerless
|
|
754
767
|
# scheduler.redshift.amazonaws.com) to assume permissions on your
|
755
768
|
# behalf. For more information about the IAM role to use with the Amazon
|
756
769
|
# Redshift scheduler, see [Using Identity-Based Policies for Amazon
|
757
|
-
# Redshift][1] in the Amazon Redshift
|
770
|
+
# Redshift][1] in the Amazon Redshift Management Guide
|
758
771
|
#
|
759
772
|
#
|
760
773
|
#
|
@@ -1068,6 +1081,10 @@ module Aws::RedshiftServerless
|
|
1068
1081
|
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
|
1069
1082
|
# traffic through your VPC instead of over the internet.
|
1070
1083
|
#
|
1084
|
+
# @option params [String] :ip_address_type
|
1085
|
+
# The IP address type that the workgroup supports. Possible values are
|
1086
|
+
# `ipv4` and `dualstack`.
|
1087
|
+
#
|
1071
1088
|
# @option params [Integer] :max_capacity
|
1072
1089
|
# The maximum data-warehouse capacity Amazon Redshift Serverless uses to
|
1073
1090
|
# serve queries. The max capacity is specified in RPUs.
|
@@ -1110,6 +1127,7 @@ module Aws::RedshiftServerless
|
|
1110
1127
|
# },
|
1111
1128
|
# ],
|
1112
1129
|
# enhanced_vpc_routing: false,
|
1130
|
+
# ip_address_type: "IpAddressType",
|
1113
1131
|
# max_capacity: 1,
|
1114
1132
|
# namespace_name: "NamespaceName", # required
|
1115
1133
|
# port: 1,
|
@@ -1142,12 +1160,14 @@ module Aws::RedshiftServerless
|
|
1142
1160
|
# resp.workgroup.endpoint.vpc_endpoints #=> Array
|
1143
1161
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
1144
1162
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
1163
|
+
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].ipv6_address #=> String
|
1145
1164
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
1146
1165
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
1147
1166
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
1148
1167
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
1149
1168
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
1150
1169
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
1170
|
+
# resp.workgroup.ip_address_type #=> String
|
1151
1171
|
# resp.workgroup.max_capacity #=> Integer
|
1152
1172
|
# resp.workgroup.namespace_name #=> String
|
1153
1173
|
# resp.workgroup.patch_version #=> String
|
@@ -1225,6 +1245,7 @@ module Aws::RedshiftServerless
|
|
1225
1245
|
# resp.endpoint.subnet_ids[0] #=> String
|
1226
1246
|
# resp.endpoint.vpc_endpoint.network_interfaces #=> Array
|
1227
1247
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].availability_zone #=> String
|
1248
|
+
# resp.endpoint.vpc_endpoint.network_interfaces[0].ipv6_address #=> String
|
1228
1249
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].network_interface_id #=> String
|
1229
1250
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].private_ip_address #=> String
|
1230
1251
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].subnet_id #=> String
|
@@ -1514,12 +1535,14 @@ module Aws::RedshiftServerless
|
|
1514
1535
|
# resp.workgroup.endpoint.vpc_endpoints #=> Array
|
1515
1536
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
1516
1537
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
1538
|
+
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].ipv6_address #=> String
|
1517
1539
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
1518
1540
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
1519
1541
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
1520
1542
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
1521
1543
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
1522
1544
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
1545
|
+
# resp.workgroup.ip_address_type #=> String
|
1523
1546
|
# resp.workgroup.max_capacity #=> Integer
|
1524
1547
|
# resp.workgroup.namespace_name #=> String
|
1525
1548
|
# resp.workgroup.patch_version #=> String
|
@@ -1682,6 +1705,7 @@ module Aws::RedshiftServerless
|
|
1682
1705
|
# resp.endpoint.subnet_ids[0] #=> String
|
1683
1706
|
# resp.endpoint.vpc_endpoint.network_interfaces #=> Array
|
1684
1707
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].availability_zone #=> String
|
1708
|
+
# resp.endpoint.vpc_endpoint.network_interfaces[0].ipv6_address #=> String
|
1685
1709
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].network_interface_id #=> String
|
1686
1710
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].private_ip_address #=> String
|
1687
1711
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].subnet_id #=> String
|
@@ -2019,12 +2043,14 @@ module Aws::RedshiftServerless
|
|
2019
2043
|
# resp.workgroup.endpoint.vpc_endpoints #=> Array
|
2020
2044
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
2021
2045
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
2046
|
+
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].ipv6_address #=> String
|
2022
2047
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
2023
2048
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
2024
2049
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
2025
2050
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
2026
2051
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
2027
2052
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
2053
|
+
# resp.workgroup.ip_address_type #=> String
|
2028
2054
|
# resp.workgroup.max_capacity #=> Integer
|
2029
2055
|
# resp.workgroup.namespace_name #=> String
|
2030
2056
|
# resp.workgroup.patch_version #=> String
|
@@ -2153,6 +2179,7 @@ module Aws::RedshiftServerless
|
|
2153
2179
|
# resp.endpoints[0].subnet_ids[0] #=> String
|
2154
2180
|
# resp.endpoints[0].vpc_endpoint.network_interfaces #=> Array
|
2155
2181
|
# resp.endpoints[0].vpc_endpoint.network_interfaces[0].availability_zone #=> String
|
2182
|
+
# resp.endpoints[0].vpc_endpoint.network_interfaces[0].ipv6_address #=> String
|
2156
2183
|
# resp.endpoints[0].vpc_endpoint.network_interfaces[0].network_interface_id #=> String
|
2157
2184
|
# resp.endpoints[0].vpc_endpoint.network_interfaces[0].private_ip_address #=> String
|
2158
2185
|
# resp.endpoints[0].vpc_endpoint.network_interfaces[0].subnet_id #=> String
|
@@ -2671,12 +2698,14 @@ module Aws::RedshiftServerless
|
|
2671
2698
|
# resp.workgroups[0].endpoint.vpc_endpoints #=> Array
|
2672
2699
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
2673
2700
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
2701
|
+
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].ipv6_address #=> String
|
2674
2702
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
2675
2703
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
2676
2704
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
2677
2705
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
2678
2706
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_id #=> String
|
2679
2707
|
# resp.workgroups[0].enhanced_vpc_routing #=> Boolean
|
2708
|
+
# resp.workgroups[0].ip_address_type #=> String
|
2680
2709
|
# resp.workgroups[0].max_capacity #=> Integer
|
2681
2710
|
# resp.workgroups[0].namespace_name #=> String
|
2682
2711
|
# resp.workgroups[0].patch_version #=> String
|
@@ -3180,6 +3209,7 @@ module Aws::RedshiftServerless
|
|
3180
3209
|
# resp.endpoint.subnet_ids[0] #=> String
|
3181
3210
|
# resp.endpoint.vpc_endpoint.network_interfaces #=> Array
|
3182
3211
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].availability_zone #=> String
|
3212
|
+
# resp.endpoint.vpc_endpoint.network_interfaces[0].ipv6_address #=> String
|
3183
3213
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].network_interface_id #=> String
|
3184
3214
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].private_ip_address #=> String
|
3185
3215
|
# resp.endpoint.vpc_endpoint.network_interfaces[0].subnet_id #=> String
|
@@ -3311,7 +3341,7 @@ module Aws::RedshiftServerless
|
|
3311
3341
|
# scheduler.redshift.amazonaws.com) to assume permissions on your
|
3312
3342
|
# behalf. For more information about the IAM role to use with the Amazon
|
3313
3343
|
# Redshift scheduler, see [Using Identity-Based Policies for Amazon
|
3314
|
-
# Redshift][1] in the Amazon Redshift
|
3344
|
+
# Redshift][1] in the Amazon Redshift Management Guide
|
3315
3345
|
#
|
3316
3346
|
#
|
3317
3347
|
#
|
@@ -3580,6 +3610,10 @@ module Aws::RedshiftServerless
|
|
3580
3610
|
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
|
3581
3611
|
# traffic through your VPC.
|
3582
3612
|
#
|
3613
|
+
# @option params [String] :ip_address_type
|
3614
|
+
# The IP address type that the workgroup supports. Possible values are
|
3615
|
+
# `ipv4` and `dualstack`.
|
3616
|
+
#
|
3583
3617
|
# @option params [Integer] :max_capacity
|
3584
3618
|
# The maximum data-warehouse capacity Amazon Redshift Serverless uses to
|
3585
3619
|
# serve queries. The max capacity is specified in RPUs.
|
@@ -3617,6 +3651,7 @@ module Aws::RedshiftServerless
|
|
3617
3651
|
# },
|
3618
3652
|
# ],
|
3619
3653
|
# enhanced_vpc_routing: false,
|
3654
|
+
# ip_address_type: "IpAddressType",
|
3620
3655
|
# max_capacity: 1,
|
3621
3656
|
# port: 1,
|
3622
3657
|
# publicly_accessible: false,
|
@@ -3642,12 +3677,14 @@ module Aws::RedshiftServerless
|
|
3642
3677
|
# resp.workgroup.endpoint.vpc_endpoints #=> Array
|
3643
3678
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
3644
3679
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
3680
|
+
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].ipv6_address #=> String
|
3645
3681
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
3646
3682
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
3647
3683
|
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
3648
3684
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
3649
3685
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
3650
3686
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
3687
|
+
# resp.workgroup.ip_address_type #=> String
|
3651
3688
|
# resp.workgroup.max_capacity #=> Integer
|
3652
3689
|
# resp.workgroup.namespace_name #=> String
|
3653
3690
|
# resp.workgroup.patch_version #=> String
|
@@ -3678,14 +3715,19 @@ module Aws::RedshiftServerless
|
|
3678
3715
|
# @api private
|
3679
3716
|
def build_request(operation_name, params = {})
|
3680
3717
|
handlers = @handlers.for(operation_name)
|
3718
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
3719
|
+
Aws::Telemetry.module_to_tracer_name('Aws::RedshiftServerless')
|
3720
|
+
)
|
3681
3721
|
context = Seahorse::Client::RequestContext.new(
|
3682
3722
|
operation_name: operation_name,
|
3683
3723
|
operation: config.api.operation(operation_name),
|
3684
3724
|
client: self,
|
3685
3725
|
params: params,
|
3686
|
-
config: config
|
3726
|
+
config: config,
|
3727
|
+
tracer: tracer
|
3728
|
+
)
|
3687
3729
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
3688
|
-
context[:gem_version] = '1.
|
3730
|
+
context[:gem_version] = '1.34.0'
|
3689
3731
|
Seahorse::Client::Request.new(handlers, context)
|
3690
3732
|
end
|
3691
3733
|
|
@@ -96,6 +96,8 @@ module Aws::RedshiftServerless
|
|
96
96
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
97
97
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
98
98
|
InvalidPaginationException = Shapes::StructureShape.new(name: 'InvalidPaginationException')
|
99
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
100
|
+
Ipv6CidrBlockNotFoundException = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundException')
|
99
101
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
100
102
|
ListCustomDomainAssociationsRequest = Shapes::StructureShape.new(name: 'ListCustomDomainAssociationsRequest')
|
101
103
|
ListCustomDomainAssociationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCustomDomainAssociationsRequestMaxResultsInteger')
|
@@ -347,6 +349,7 @@ module Aws::RedshiftServerless
|
|
347
349
|
CreateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
348
350
|
CreateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
349
351
|
CreateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
352
|
+
CreateWorkgroupRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
350
353
|
CreateWorkgroupRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
351
354
|
CreateWorkgroupRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
352
355
|
CreateWorkgroupRequest.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
@@ -523,6 +526,9 @@ module Aws::RedshiftServerless
|
|
523
526
|
InvalidPaginationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
524
527
|
InvalidPaginationException.struct_class = Types::InvalidPaginationException
|
525
528
|
|
529
|
+
Ipv6CidrBlockNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
530
|
+
Ipv6CidrBlockNotFoundException.struct_class = Types::Ipv6CidrBlockNotFoundException
|
531
|
+
|
526
532
|
ListCustomDomainAssociationsRequest.add_member(:custom_domain_certificate_arn, Shapes::ShapeRef.new(shape: CustomDomainCertificateArnString, location_name: "customDomainCertificateArn"))
|
527
533
|
ListCustomDomainAssociationsRequest.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainName, location_name: "customDomainName"))
|
528
534
|
ListCustomDomainAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCustomDomainAssociationsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -650,6 +656,7 @@ module Aws::RedshiftServerless
|
|
650
656
|
NamespaceList.member = Shapes::ShapeRef.new(shape: Namespace)
|
651
657
|
|
652
658
|
NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
659
|
+
NetworkInterface.add_member(:ipv6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
653
660
|
NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
654
661
|
NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
655
662
|
NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
@@ -931,6 +938,7 @@ module Aws::RedshiftServerless
|
|
931
938
|
UpdateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
932
939
|
UpdateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
933
940
|
UpdateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
941
|
+
UpdateWorkgroupRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
934
942
|
UpdateWorkgroupRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
935
943
|
UpdateWorkgroupRequest.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
936
944
|
UpdateWorkgroupRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
@@ -982,6 +990,7 @@ module Aws::RedshiftServerless
|
|
982
990
|
Workgroup.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainName, location_name: "customDomainName"))
|
983
991
|
Workgroup.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "endpoint"))
|
984
992
|
Workgroup.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
993
|
+
Workgroup.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
985
994
|
Workgroup.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
986
995
|
Workgroup.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
987
996
|
Workgroup.add_member(:patch_version, Shapes::ShapeRef.new(shape: String, location_name: "patchVersion"))
|
@@ -1136,6 +1145,7 @@ module Aws::RedshiftServerless
|
|
1136
1145
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1137
1146
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1138
1147
|
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1148
|
+
o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundException)
|
1139
1149
|
end)
|
1140
1150
|
|
1141
1151
|
api.add_operation(:delete_custom_domain_association, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1746,6 +1756,7 @@ module Aws::RedshiftServerless
|
|
1746
1756
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1747
1757
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1748
1758
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1759
|
+
o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundException)
|
1749
1760
|
end)
|
1750
1761
|
end
|
1751
1762
|
|
@@ -32,6 +32,7 @@ module Aws::RedshiftServerless
|
|
32
32
|
# * {InsufficientCapacityException}
|
33
33
|
# * {InternalServerException}
|
34
34
|
# * {InvalidPaginationException}
|
35
|
+
# * {Ipv6CidrBlockNotFoundException}
|
35
36
|
# * {ResourceNotFoundException}
|
36
37
|
# * {ServiceQuotaExceededException}
|
37
38
|
# * {ThrottlingException}
|
@@ -132,6 +133,21 @@ module Aws::RedshiftServerless
|
|
132
133
|
end
|
133
134
|
end
|
134
135
|
|
136
|
+
class Ipv6CidrBlockNotFoundException < ServiceError
|
137
|
+
|
138
|
+
# @param [Seahorse::Client::RequestContext] context
|
139
|
+
# @param [String] message
|
140
|
+
# @param [Aws::RedshiftServerless::Types::Ipv6CidrBlockNotFoundException] data
|
141
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
142
|
+
super(context, message, data)
|
143
|
+
end
|
144
|
+
|
145
|
+
# @return [String]
|
146
|
+
def message
|
147
|
+
@message || @data[:message]
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
135
151
|
class ResourceNotFoundException < ServiceError
|
136
152
|
|
137
153
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -362,7 +362,7 @@ module Aws::RedshiftServerless
|
|
362
362
|
# scheduler.redshift.amazonaws.com) to assume permissions on your
|
363
363
|
# behalf. For more information about the IAM role to use with the
|
364
364
|
# Amazon Redshift scheduler, see [Using Identity-Based Policies for
|
365
|
-
# Amazon Redshift][1] in the Amazon Redshift
|
365
|
+
# Amazon Redshift][1] in the Amazon Redshift Management Guide
|
366
366
|
#
|
367
367
|
#
|
368
368
|
#
|
@@ -645,6 +645,11 @@ module Aws::RedshiftServerless
|
|
645
645
|
# route traffic through your VPC instead of over the internet.
|
646
646
|
# @return [Boolean]
|
647
647
|
#
|
648
|
+
# @!attribute [rw] ip_address_type
|
649
|
+
# The IP address type that the workgroup supports. Possible values are
|
650
|
+
# `ipv4` and `dualstack`.
|
651
|
+
# @return [String]
|
652
|
+
#
|
648
653
|
# @!attribute [rw] max_capacity
|
649
654
|
# The maximum data-warehouse capacity Amazon Redshift Serverless uses
|
650
655
|
# to serve queries. The max capacity is specified in RPUs.
|
@@ -686,6 +691,7 @@ module Aws::RedshiftServerless
|
|
686
691
|
:base_capacity,
|
687
692
|
:config_parameters,
|
688
693
|
:enhanced_vpc_routing,
|
694
|
+
:ip_address_type,
|
689
695
|
:max_capacity,
|
690
696
|
:namespace_name,
|
691
697
|
:port,
|
@@ -1408,6 +1414,21 @@ module Aws::RedshiftServerless
|
|
1408
1414
|
include Aws::Structure
|
1409
1415
|
end
|
1410
1416
|
|
1417
|
+
# There are no subnets in your VPC with associated IPv6 CIDR blocks. To
|
1418
|
+
# use dual-stack mode, associate an IPv6 CIDR block with each subnet in
|
1419
|
+
# your VPC.
|
1420
|
+
#
|
1421
|
+
# @!attribute [rw] message
|
1422
|
+
# @return [String]
|
1423
|
+
#
|
1424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Ipv6CidrBlockNotFoundException AWS API Documentation
|
1425
|
+
#
|
1426
|
+
class Ipv6CidrBlockNotFoundException < Struct.new(
|
1427
|
+
:message)
|
1428
|
+
SENSITIVE = []
|
1429
|
+
include Aws::Structure
|
1430
|
+
end
|
1431
|
+
|
1411
1432
|
# @!attribute [rw] custom_domain_certificate_arn
|
1412
1433
|
# The custom domain name’s certificate Amazon resource name (ARN).
|
1413
1434
|
# @return [String]
|
@@ -2057,6 +2078,10 @@ module Aws::RedshiftServerless
|
|
2057
2078
|
# The availability Zone.
|
2058
2079
|
# @return [String]
|
2059
2080
|
#
|
2081
|
+
# @!attribute [rw] ipv6_address
|
2082
|
+
# The IPv6 address of the network interface within the subnet.
|
2083
|
+
# @return [String]
|
2084
|
+
#
|
2060
2085
|
# @!attribute [rw] network_interface_id
|
2061
2086
|
# The unique identifier of the network interface.
|
2062
2087
|
# @return [String]
|
@@ -2073,6 +2098,7 @@ module Aws::RedshiftServerless
|
|
2073
2098
|
#
|
2074
2099
|
class NetworkInterface < Struct.new(
|
2075
2100
|
:availability_zone,
|
2101
|
+
:ipv6_address,
|
2076
2102
|
:network_interface_id,
|
2077
2103
|
:private_ip_address,
|
2078
2104
|
:subnet_id)
|
@@ -2544,7 +2570,7 @@ module Aws::RedshiftServerless
|
|
2544
2570
|
# scheduler.redshift.amazonaws.com) to assume permissions on your
|
2545
2571
|
# behalf. For more information about the IAM role to use with the
|
2546
2572
|
# Amazon Redshift scheduler, see [Using Identity-Based Policies for
|
2547
|
-
# Amazon Redshift][1] in the Amazon Redshift
|
2573
|
+
# Amazon Redshift][1] in the Amazon Redshift Management Guide
|
2548
2574
|
#
|
2549
2575
|
#
|
2550
2576
|
#
|
@@ -3206,7 +3232,7 @@ module Aws::RedshiftServerless
|
|
3206
3232
|
# scheduler.redshift.amazonaws.com) to assume permissions on your
|
3207
3233
|
# behalf. For more information about the IAM role to use with the
|
3208
3234
|
# Amazon Redshift scheduler, see [Using Identity-Based Policies for
|
3209
|
-
# Amazon Redshift][1] in the Amazon Redshift
|
3235
|
+
# Amazon Redshift][1] in the Amazon Redshift Management Guide
|
3210
3236
|
#
|
3211
3237
|
#
|
3212
3238
|
#
|
@@ -3403,6 +3429,11 @@ module Aws::RedshiftServerless
|
|
3403
3429
|
# route traffic through your VPC.
|
3404
3430
|
# @return [Boolean]
|
3405
3431
|
#
|
3432
|
+
# @!attribute [rw] ip_address_type
|
3433
|
+
# The IP address type that the workgroup supports. Possible values are
|
3434
|
+
# `ipv4` and `dualstack`.
|
3435
|
+
# @return [String]
|
3436
|
+
#
|
3406
3437
|
# @!attribute [rw] max_capacity
|
3407
3438
|
# The maximum data-warehouse capacity Amazon Redshift Serverless uses
|
3408
3439
|
# to serve queries. The max capacity is specified in RPUs.
|
@@ -3437,6 +3468,7 @@ module Aws::RedshiftServerless
|
|
3437
3468
|
:base_capacity,
|
3438
3469
|
:config_parameters,
|
3439
3470
|
:enhanced_vpc_routing,
|
3471
|
+
:ip_address_type,
|
3440
3472
|
:max_capacity,
|
3441
3473
|
:port,
|
3442
3474
|
:publicly_accessible,
|
@@ -3624,6 +3656,11 @@ module Aws::RedshiftServerless
|
|
3624
3656
|
# route traffic through your VPC.
|
3625
3657
|
# @return [Boolean]
|
3626
3658
|
#
|
3659
|
+
# @!attribute [rw] ip_address_type
|
3660
|
+
# The IP address type that the workgroup supports. Possible values are
|
3661
|
+
# `ipv4` and `dualstack`.
|
3662
|
+
# @return [String]
|
3663
|
+
#
|
3627
3664
|
# @!attribute [rw] max_capacity
|
3628
3665
|
# The maximum data-warehouse capacity Amazon Redshift Serverless uses
|
3629
3666
|
# to serve queries. The max capacity is specified in RPUs.
|
@@ -3699,6 +3736,7 @@ module Aws::RedshiftServerless
|
|
3699
3736
|
:custom_domain_name,
|
3700
3737
|
:endpoint,
|
3701
3738
|
:enhanced_vpc_routing,
|
3739
|
+
:ip_address_type,
|
3702
3740
|
:max_capacity,
|
3703
3741
|
:namespace_name,
|
3704
3742
|
:patch_version,
|
data/sig/client.rbs
CHANGED
@@ -51,6 +51,7 @@ module Aws
|
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?simple_json: bool,
|
53
53
|
?stub_responses: untyped,
|
54
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
54
55
|
?token_provider: untyped,
|
55
56
|
?use_dualstack_endpoint: bool,
|
56
57
|
?use_fips_endpoint: bool,
|
@@ -239,6 +240,7 @@ module Aws
|
|
239
240
|
},
|
240
241
|
],
|
241
242
|
?enhanced_vpc_routing: bool,
|
243
|
+
?ip_address_type: ::String,
|
242
244
|
?max_capacity: ::Integer,
|
243
245
|
namespace_name: ::String,
|
244
246
|
?port: ::Integer,
|
@@ -848,6 +850,7 @@ module Aws
|
|
848
850
|
},
|
849
851
|
],
|
850
852
|
?enhanced_vpc_routing: bool,
|
853
|
+
?ip_address_type: ::String,
|
851
854
|
?max_capacity: ::Integer,
|
852
855
|
?port: ::Integer,
|
853
856
|
?publicly_accessible: bool,
|
data/sig/errors.rbs
CHANGED
@@ -27,6 +27,9 @@ module Aws
|
|
27
27
|
class InvalidPaginationException < ::Aws::Errors::ServiceError
|
28
28
|
def message: () -> ::String
|
29
29
|
end
|
30
|
+
class Ipv6CidrBlockNotFoundException < ::Aws::Errors::ServiceError
|
31
|
+
def message: () -> ::String
|
32
|
+
end
|
30
33
|
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
31
34
|
def message: () -> ::String
|
32
35
|
def resource_name: () -> ::String
|
data/sig/resource.rbs
CHANGED
@@ -51,6 +51,7 @@ module Aws
|
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?simple_json: bool,
|
53
53
|
?stub_responses: untyped,
|
54
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
54
55
|
?token_provider: untyped,
|
55
56
|
?use_dualstack_endpoint: bool,
|
56
57
|
?use_fips_endpoint: bool,
|
data/sig/types.rbs
CHANGED
@@ -166,6 +166,7 @@ module Aws::RedshiftServerless
|
|
166
166
|
attr_accessor base_capacity: ::Integer
|
167
167
|
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
168
168
|
attr_accessor enhanced_vpc_routing: bool
|
169
|
+
attr_accessor ip_address_type: ::String
|
169
170
|
attr_accessor max_capacity: ::Integer
|
170
171
|
attr_accessor namespace_name: ::String
|
171
172
|
attr_accessor port: ::Integer
|
@@ -429,6 +430,11 @@ module Aws::RedshiftServerless
|
|
429
430
|
SENSITIVE: []
|
430
431
|
end
|
431
432
|
|
433
|
+
class Ipv6CidrBlockNotFoundException
|
434
|
+
attr_accessor message: ::String
|
435
|
+
SENSITIVE: []
|
436
|
+
end
|
437
|
+
|
432
438
|
class ListCustomDomainAssociationsRequest
|
433
439
|
attr_accessor custom_domain_certificate_arn: ::String
|
434
440
|
attr_accessor custom_domain_name: ::String
|
@@ -599,6 +605,7 @@ module Aws::RedshiftServerless
|
|
599
605
|
|
600
606
|
class NetworkInterface
|
601
607
|
attr_accessor availability_zone: ::String
|
608
|
+
attr_accessor ipv6_address: ::String
|
602
609
|
attr_accessor network_interface_id: ::String
|
603
610
|
attr_accessor private_ip_address: ::String
|
604
611
|
attr_accessor subnet_id: ::String
|
@@ -949,6 +956,7 @@ module Aws::RedshiftServerless
|
|
949
956
|
attr_accessor base_capacity: ::Integer
|
950
957
|
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
951
958
|
attr_accessor enhanced_vpc_routing: bool
|
959
|
+
attr_accessor ip_address_type: ::String
|
952
960
|
attr_accessor max_capacity: ::Integer
|
953
961
|
attr_accessor port: ::Integer
|
954
962
|
attr_accessor publicly_accessible: bool
|
@@ -1002,6 +1010,7 @@ module Aws::RedshiftServerless
|
|
1002
1010
|
attr_accessor custom_domain_name: ::String
|
1003
1011
|
attr_accessor endpoint: Types::Endpoint
|
1004
1012
|
attr_accessor enhanced_vpc_routing: bool
|
1013
|
+
attr_accessor ip_address_type: ::String
|
1005
1014
|
attr_accessor max_capacity: ::Integer
|
1006
1015
|
attr_accessor namespace_name: ::String
|
1007
1016
|
attr_accessor patch_version: ::String
|
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.
|
4
|
+
version: 1.34.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-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|