aws-sdk-redshiftserverless 1.1.0 → 1.2.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: c4b5018b0e655fc6e0088851345b19790881a650a2dba9db9e238b8372cd8078
4
- data.tar.gz: 4b3fd15b795849cd153375914bd94f44651a2d35ee6faa7b62db83f58f67c962
3
+ metadata.gz: 1bdcc08bf3ae06b3f9d7c4c079d3635fbedd9301bab72f6cec8290287a47019f
4
+ data.tar.gz: d410ef2f9f1dd35fba768a6e6e8eb3fb598033ff742b7726b8dbe11365d8d4c9
5
5
  SHA512:
6
- metadata.gz: d383f7c219a6e5f901f37d5bf5738a9a9e3d6b99a348f33cf68ac42a834def0f715640f00fc8ff855cf6e83b15848daa9ed0ef7f7c9e01c32bf926aba942c433
7
- data.tar.gz: 22e1fcb0438ceefddd4334bb6ef834a1c4d5e91c8ff046b83e79b2c17029d4564a838372db7ee5605f0b66a0cc52bb4d89e6bffc26ffac5296bf581d6567b088
6
+ metadata.gz: ae360b01bf1598e5ef32240e9f83b9ec51cc786bf3467243f7b4b4a70f92bf46886e9825f23530bf367b6a330da41881ba2dab00d54f6ca28098fb090b23f717
7
+ data.tar.gz: 0ee4f1cee06847544e99140c094dfd5e30c819166b0de4450a99ee5fd9b14444dfb2e9951bf2a59d6340329a916465896efdf2b03c2ba1f89b8fdaa76c0599ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2022-06-29)
5
+ ------------------
6
+
7
+ * Feature - Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.
8
+
4
9
  1.1.0 (2022-06-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -415,7 +415,7 @@ module Aws::RedshiftServerless
415
415
  # resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
416
416
  # resp.snapshot.total_backup_size_in_mega_bytes #=> Float
417
417
  #
418
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConvertRecoveryPointToSnapshot AWS API Documentation
418
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConvertRecoveryPointToSnapshot AWS API Documentation
419
419
  #
420
420
  # @overload convert_recovery_point_to_snapshot(params = {})
421
421
  # @param [Hash] params ({})
@@ -479,7 +479,7 @@ module Aws::RedshiftServerless
479
479
  # resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
480
480
  # resp.endpoint.workgroup_name #=> String
481
481
  #
482
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateEndpointAccess AWS API Documentation
482
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateEndpointAccess AWS API Documentation
483
483
  #
484
484
  # @overload create_endpoint_access(params = {})
485
485
  # @param [Hash] params ({})
@@ -561,7 +561,7 @@ module Aws::RedshiftServerless
561
561
  # resp.namespace.namespace_name #=> String
562
562
  # resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
563
563
  #
564
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateNamespace AWS API Documentation
564
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateNamespace AWS API Documentation
565
565
  #
566
566
  # @overload create_namespace(params = {})
567
567
  # @param [Hash] params ({})
@@ -624,7 +624,7 @@ module Aws::RedshiftServerless
624
624
  # resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
625
625
  # resp.snapshot.total_backup_size_in_mega_bytes #=> Float
626
626
  #
627
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateSnapshot AWS API Documentation
627
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateSnapshot AWS API Documentation
628
628
  #
629
629
  # @overload create_snapshot(params = {})
630
630
  # @param [Hash] params ({})
@@ -683,7 +683,7 @@ module Aws::RedshiftServerless
683
683
  # resp.usage_limit.usage_limit_id #=> String
684
684
  # resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
685
685
  #
686
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateUsageLimit AWS API Documentation
686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateUsageLimit AWS API Documentation
687
687
  #
688
688
  # @overload create_usage_limit(params = {})
689
689
  # @param [Hash] params ({})
@@ -784,7 +784,7 @@ module Aws::RedshiftServerless
784
784
  # resp.workgroup.workgroup_id #=> String
785
785
  # resp.workgroup.workgroup_name #=> String
786
786
  #
787
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateWorkgroup AWS API Documentation
787
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateWorkgroup AWS API Documentation
788
788
  #
789
789
  # @overload create_workgroup(params = {})
790
790
  # @param [Hash] params ({})
@@ -830,7 +830,7 @@ module Aws::RedshiftServerless
830
830
  # resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
831
831
  # resp.endpoint.workgroup_name #=> String
832
832
  #
833
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteEndpointAccess AWS API Documentation
833
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteEndpointAccess AWS API Documentation
834
834
  #
835
835
  # @overload delete_endpoint_access(params = {})
836
836
  # @param [Hash] params ({})
@@ -881,7 +881,7 @@ module Aws::RedshiftServerless
881
881
  # resp.namespace.namespace_name #=> String
882
882
  # resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
883
883
  #
884
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteNamespace AWS API Documentation
884
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteNamespace AWS API Documentation
885
885
  #
886
886
  # @overload delete_namespace(params = {})
887
887
  # @param [Hash] params ({})
@@ -903,7 +903,7 @@ module Aws::RedshiftServerless
903
903
  # resource_arn: "String", # required
904
904
  # })
905
905
  #
906
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteResourcePolicy AWS API Documentation
906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteResourcePolicy AWS API Documentation
907
907
  #
908
908
  # @overload delete_resource_policy(params = {})
909
909
  # @param [Hash] params ({})
@@ -952,7 +952,7 @@ module Aws::RedshiftServerless
952
952
  # resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
953
953
  # resp.snapshot.total_backup_size_in_mega_bytes #=> Float
954
954
  #
955
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteSnapshot AWS API Documentation
955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteSnapshot AWS API Documentation
956
956
  #
957
957
  # @overload delete_snapshot(params = {})
958
958
  # @param [Hash] params ({})
@@ -986,7 +986,7 @@ module Aws::RedshiftServerless
986
986
  # resp.usage_limit.usage_limit_id #=> String
987
987
  # resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
988
988
  #
989
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteUsageLimit AWS API Documentation
989
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteUsageLimit AWS API Documentation
990
990
  #
991
991
  # @overload delete_usage_limit(params = {})
992
992
  # @param [Hash] params ({})
@@ -1039,7 +1039,7 @@ module Aws::RedshiftServerless
1039
1039
  # resp.workgroup.workgroup_id #=> String
1040
1040
  # resp.workgroup.workgroup_name #=> String
1041
1041
  #
1042
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteWorkgroup AWS API Documentation
1042
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteWorkgroup AWS API Documentation
1043
1043
  #
1044
1044
  # @overload delete_workgroup(params = {})
1045
1045
  # @param [Hash] params ({})
@@ -1107,7 +1107,7 @@ module Aws::RedshiftServerless
1107
1107
  # resp.expiration #=> Time
1108
1108
  # resp.next_refresh_time #=> Time
1109
1109
  #
1110
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetCredentials AWS API Documentation
1110
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetCredentials AWS API Documentation
1111
1111
  #
1112
1112
  # @overload get_credentials(params = {})
1113
1113
  # @param [Hash] params ({})
@@ -1153,7 +1153,7 @@ module Aws::RedshiftServerless
1153
1153
  # resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
1154
1154
  # resp.endpoint.workgroup_name #=> String
1155
1155
  #
1156
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetEndpointAccess AWS API Documentation
1156
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetEndpointAccess AWS API Documentation
1157
1157
  #
1158
1158
  # @overload get_endpoint_access(params = {})
1159
1159
  # @param [Hash] params ({})
@@ -1193,7 +1193,7 @@ module Aws::RedshiftServerless
1193
1193
  # resp.namespace.namespace_name #=> String
1194
1194
  # resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
1195
1195
  #
1196
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetNamespace AWS API Documentation
1196
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetNamespace AWS API Documentation
1197
1197
  #
1198
1198
  # @overload get_namespace(params = {})
1199
1199
  # @param [Hash] params ({})
@@ -1225,7 +1225,7 @@ module Aws::RedshiftServerless
1225
1225
  # resp.recovery_point.total_size_in_mega_bytes #=> Float
1226
1226
  # resp.recovery_point.workgroup_name #=> String
1227
1227
  #
1228
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetRecoveryPoint AWS API Documentation
1228
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetRecoveryPoint AWS API Documentation
1229
1229
  #
1230
1230
  # @overload get_recovery_point(params = {})
1231
1231
  # @param [Hash] params ({})
@@ -1254,7 +1254,7 @@ module Aws::RedshiftServerless
1254
1254
  # resp.resource_policy.policy #=> String
1255
1255
  # resp.resource_policy.resource_arn #=> String
1256
1256
  #
1257
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetResourcePolicy AWS API Documentation
1257
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetResourcePolicy AWS API Documentation
1258
1258
  #
1259
1259
  # @overload get_resource_policy(params = {})
1260
1260
  # @param [Hash] params ({})
@@ -1312,7 +1312,7 @@ module Aws::RedshiftServerless
1312
1312
  # resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
1313
1313
  # resp.snapshot.total_backup_size_in_mega_bytes #=> Float
1314
1314
  #
1315
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetSnapshot AWS API Documentation
1315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetSnapshot AWS API Documentation
1316
1316
  #
1317
1317
  # @overload get_snapshot(params = {})
1318
1318
  # @param [Hash] params ({})
@@ -1346,7 +1346,7 @@ module Aws::RedshiftServerless
1346
1346
  # resp.usage_limit.usage_limit_id #=> String
1347
1347
  # resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
1348
1348
  #
1349
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetUsageLimit AWS API Documentation
1349
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetUsageLimit AWS API Documentation
1350
1350
  #
1351
1351
  # @overload get_usage_limit(params = {})
1352
1352
  # @param [Hash] params ({})
@@ -1399,7 +1399,7 @@ module Aws::RedshiftServerless
1399
1399
  # resp.workgroup.workgroup_id #=> String
1400
1400
  # resp.workgroup.workgroup_name #=> String
1401
1401
  #
1402
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetWorkgroup AWS API Documentation
1402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetWorkgroup AWS API Documentation
1403
1403
  #
1404
1404
  # @overload get_workgroup(params = {})
1405
1405
  # @param [Hash] params ({})
@@ -1467,7 +1467,7 @@ module Aws::RedshiftServerless
1467
1467
  # resp.endpoints[0].workgroup_name #=> String
1468
1468
  # resp.next_token #=> String
1469
1469
  #
1470
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListEndpointAccess AWS API Documentation
1470
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListEndpointAccess AWS API Documentation
1471
1471
  #
1472
1472
  # @overload list_endpoint_access(params = {})
1473
1473
  # @param [Hash] params ({})
@@ -1519,7 +1519,7 @@ module Aws::RedshiftServerless
1519
1519
  # resp.namespaces[0].status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
1520
1520
  # resp.next_token #=> String
1521
1521
  #
1522
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListNamespaces AWS API Documentation
1522
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListNamespaces AWS API Documentation
1523
1523
  #
1524
1524
  # @overload list_namespaces(params = {})
1525
1525
  # @param [Hash] params ({})
@@ -1576,7 +1576,7 @@ module Aws::RedshiftServerless
1576
1576
  # resp.recovery_points[0].total_size_in_mega_bytes #=> Float
1577
1577
  # resp.recovery_points[0].workgroup_name #=> String
1578
1578
  #
1579
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListRecoveryPoints AWS API Documentation
1579
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListRecoveryPoints AWS API Documentation
1580
1580
  #
1581
1581
  # @overload list_recovery_points(params = {})
1582
1582
  # @param [Hash] params ({})
@@ -1658,7 +1658,7 @@ module Aws::RedshiftServerless
1658
1658
  # resp.snapshots[0].status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
1659
1659
  # resp.snapshots[0].total_backup_size_in_mega_bytes #=> Float
1660
1660
  #
1661
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListSnapshots AWS API Documentation
1661
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListSnapshots AWS API Documentation
1662
1662
  #
1663
1663
  # @overload list_snapshots(params = {})
1664
1664
  # @param [Hash] params ({})
@@ -1688,7 +1688,7 @@ module Aws::RedshiftServerless
1688
1688
  # resp.tags[0].key #=> String
1689
1689
  # resp.tags[0].value #=> String
1690
1690
  #
1691
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListTagsForResource AWS API Documentation
1691
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTagsForResource AWS API Documentation
1692
1692
  #
1693
1693
  # @overload list_tags_for_resource(params = {})
1694
1694
  # @param [Hash] params ({})
@@ -1744,7 +1744,7 @@ module Aws::RedshiftServerless
1744
1744
  # resp.usage_limits[0].usage_limit_id #=> String
1745
1745
  # resp.usage_limits[0].usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
1746
1746
  #
1747
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListUsageLimits AWS API Documentation
1747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListUsageLimits AWS API Documentation
1748
1748
  #
1749
1749
  # @overload list_usage_limits(params = {})
1750
1750
  # @param [Hash] params ({})
@@ -1809,7 +1809,7 @@ module Aws::RedshiftServerless
1809
1809
  # resp.workgroups[0].workgroup_id #=> String
1810
1810
  # resp.workgroups[0].workgroup_name #=> String
1811
1811
  #
1812
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListWorkgroups AWS API Documentation
1812
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListWorkgroups AWS API Documentation
1813
1813
  #
1814
1814
  # @overload list_workgroups(params = {})
1815
1815
  # @param [Hash] params ({})
@@ -1851,7 +1851,7 @@ module Aws::RedshiftServerless
1851
1851
  # resp.resource_policy.policy #=> String
1852
1852
  # resp.resource_policy.resource_arn #=> String
1853
1853
  #
1854
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/PutResourcePolicy AWS API Documentation
1854
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/PutResourcePolicy AWS API Documentation
1855
1855
  #
1856
1856
  # @overload put_resource_policy(params = {})
1857
1857
  # @param [Hash] params ({})
@@ -1901,7 +1901,7 @@ module Aws::RedshiftServerless
1901
1901
  # resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
1902
1902
  # resp.recovery_point_id #=> String
1903
1903
  #
1904
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromRecoveryPoint AWS API Documentation
1904
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromRecoveryPoint AWS API Documentation
1905
1905
  #
1906
1906
  # @overload restore_from_recovery_point(params = {})
1907
1907
  # @param [Hash] params ({})
@@ -1961,7 +1961,7 @@ module Aws::RedshiftServerless
1961
1961
  # resp.owner_account #=> String
1962
1962
  # resp.snapshot_name #=> String
1963
1963
  #
1964
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromSnapshot AWS API Documentation
1964
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromSnapshot AWS API Documentation
1965
1965
  #
1966
1966
  # @overload restore_from_snapshot(params = {})
1967
1967
  # @param [Hash] params ({})
@@ -1992,7 +1992,7 @@ module Aws::RedshiftServerless
1992
1992
  # ],
1993
1993
  # })
1994
1994
  #
1995
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/TagResource AWS API Documentation
1995
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/TagResource AWS API Documentation
1996
1996
  #
1997
1997
  # @overload tag_resource(params = {})
1998
1998
  # @param [Hash] params ({})
@@ -2018,7 +2018,7 @@ module Aws::RedshiftServerless
2018
2018
  # tag_keys: ["TagKey"], # required
2019
2019
  # })
2020
2020
  #
2021
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UntagResource AWS API Documentation
2021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UntagResource AWS API Documentation
2022
2022
  #
2023
2023
  # @overload untag_resource(params = {})
2024
2024
  # @param [Hash] params ({})
@@ -2069,7 +2069,7 @@ module Aws::RedshiftServerless
2069
2069
  # resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
2070
2070
  # resp.endpoint.workgroup_name #=> String
2071
2071
  #
2072
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateEndpointAccess AWS API Documentation
2072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateEndpointAccess AWS API Documentation
2073
2073
  #
2074
2074
  # @overload update_endpoint_access(params = {})
2075
2075
  # @param [Hash] params ({})
@@ -2138,7 +2138,7 @@ module Aws::RedshiftServerless
2138
2138
  # resp.namespace.namespace_name #=> String
2139
2139
  # resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
2140
2140
  #
2141
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateNamespace AWS API Documentation
2141
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateNamespace AWS API Documentation
2142
2142
  #
2143
2143
  # @overload update_namespace(params = {})
2144
2144
  # @param [Hash] params ({})
@@ -2191,7 +2191,7 @@ module Aws::RedshiftServerless
2191
2191
  # resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
2192
2192
  # resp.snapshot.total_backup_size_in_mega_bytes #=> Float
2193
2193
  #
2194
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateSnapshot AWS API Documentation
2194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateSnapshot AWS API Documentation
2195
2195
  #
2196
2196
  # @overload update_snapshot(params = {})
2197
2197
  # @param [Hash] params ({})
@@ -2235,7 +2235,7 @@ module Aws::RedshiftServerless
2235
2235
  # resp.usage_limit.usage_limit_id #=> String
2236
2236
  # resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
2237
2237
  #
2238
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateUsageLimit AWS API Documentation
2238
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateUsageLimit AWS API Documentation
2239
2239
  #
2240
2240
  # @overload update_usage_limit(params = {})
2241
2241
  # @param [Hash] params ({})
@@ -2323,7 +2323,7 @@ module Aws::RedshiftServerless
2323
2323
  # resp.workgroup.workgroup_id #=> String
2324
2324
  # resp.workgroup.workgroup_name #=> String
2325
2325
  #
2326
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateWorkgroup AWS API Documentation
2326
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateWorkgroup AWS API Documentation
2327
2327
  #
2328
2328
  # @overload update_workgroup(params = {})
2329
2329
  # @param [Hash] params ({})
@@ -2345,7 +2345,7 @@ module Aws::RedshiftServerless
2345
2345
  params: params,
2346
2346
  config: config)
2347
2347
  context[:gem_name] = 'aws-sdk-redshiftserverless'
2348
- context[:gem_version] = '1.1.0'
2348
+ context[:gem_version] = '1.2.0'
2349
2349
  Seahorse::Client::Request.new(handlers, context)
2350
2350
  end
2351
2351
 
@@ -664,11 +664,11 @@ module Aws::RedshiftServerless
664
664
  "jsonVersion" => "1.1",
665
665
  "protocol" => "json",
666
666
  "serviceFullName" => "Redshift Serverless",
667
- "serviceId" => "RedshiftServerless",
667
+ "serviceId" => "Redshift Serverless",
668
668
  "signatureVersion" => "v4",
669
669
  "signingName" => "redshift-serverless",
670
670
  "targetPrefix" => "RedshiftServerless",
671
- "uid" => "redshiftserverless-2021-04-21",
671
+ "uid" => "redshift-serverless-2021-04-21",
672
672
  }
673
673
 
674
674
  api.add_operation(:convert_recovery_point_to_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -18,7 +18,7 @@ module Aws::RedshiftServerless
18
18
  # @!attribute [rw] message
19
19
  # @return [String]
20
20
  #
21
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/AccessDeniedException AWS API Documentation
21
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/AccessDeniedException AWS API Documentation
22
22
  #
23
23
  class AccessDeniedException < Struct.new(
24
24
  :code,
@@ -48,7 +48,7 @@ module Aws::RedshiftServerless
48
48
  # The value of the parameter to set.
49
49
  # @return [String]
50
50
  #
51
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConfigParameter AWS API Documentation
51
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConfigParameter AWS API Documentation
52
52
  #
53
53
  class ConfigParameter < Struct.new(
54
54
  :parameter_key,
@@ -62,7 +62,7 @@ module Aws::RedshiftServerless
62
62
  # @!attribute [rw] message
63
63
  # @return [String]
64
64
  #
65
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConflictException AWS API Documentation
65
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConflictException AWS API Documentation
66
66
  #
67
67
  class ConflictException < Struct.new(
68
68
  :message)
@@ -91,7 +91,7 @@ module Aws::RedshiftServerless
91
91
  # The name of the snapshot.
92
92
  # @return [String]
93
93
  #
94
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConvertRecoveryPointToSnapshotRequest AWS API Documentation
94
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConvertRecoveryPointToSnapshotRequest AWS API Documentation
95
95
  #
96
96
  class ConvertRecoveryPointToSnapshotRequest < Struct.new(
97
97
  :recovery_point_id,
@@ -105,7 +105,7 @@ module Aws::RedshiftServerless
105
105
  # The snapshot converted from the recovery point.
106
106
  # @return [Types::Snapshot]
107
107
  #
108
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConvertRecoveryPointToSnapshotResponse AWS API Documentation
108
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConvertRecoveryPointToSnapshotResponse AWS API Documentation
109
109
  #
110
110
  class ConvertRecoveryPointToSnapshotResponse < Struct.new(
111
111
  :snapshot)
@@ -145,7 +145,7 @@ module Aws::RedshiftServerless
145
145
  # The name of the workgroup to associate with the VPC endpoint.
146
146
  # @return [String]
147
147
  #
148
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateEndpointAccessRequest AWS API Documentation
148
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateEndpointAccessRequest AWS API Documentation
149
149
  #
150
150
  class CreateEndpointAccessRequest < Struct.new(
151
151
  :endpoint_name,
@@ -160,7 +160,7 @@ module Aws::RedshiftServerless
160
160
  # The created VPC endpoint.
161
161
  # @return [Types::EndpointAccess]
162
162
  #
163
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateEndpointAccessResponse AWS API Documentation
163
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateEndpointAccessResponse AWS API Documentation
164
164
  #
165
165
  class CreateEndpointAccessResponse < Struct.new(
166
166
  :endpoint)
@@ -229,7 +229,7 @@ module Aws::RedshiftServerless
229
229
  # A list of tag instances.
230
230
  # @return [Array<Types::Tag>]
231
231
  #
232
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateNamespaceRequest AWS API Documentation
232
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateNamespaceRequest AWS API Documentation
233
233
  #
234
234
  class CreateNamespaceRequest < Struct.new(
235
235
  :admin_user_password,
@@ -249,7 +249,7 @@ module Aws::RedshiftServerless
249
249
  # The created namespace object.
250
250
  # @return [Types::Namespace]
251
251
  #
252
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateNamespaceResponse AWS API Documentation
252
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateNamespaceResponse AWS API Documentation
253
253
  #
254
254
  class CreateNamespaceResponse < Struct.new(
255
255
  :namespace)
@@ -278,7 +278,7 @@ module Aws::RedshiftServerless
278
278
  # The name of the snapshot.
279
279
  # @return [String]
280
280
  #
281
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateSnapshotRequest AWS API Documentation
281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateSnapshotRequest AWS API Documentation
282
282
  #
283
283
  class CreateSnapshotRequest < Struct.new(
284
284
  :namespace_name,
@@ -292,7 +292,7 @@ module Aws::RedshiftServerless
292
292
  # The created snapshot object.
293
293
  # @return [Types::Snapshot]
294
294
  #
295
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateSnapshotResponse AWS API Documentation
295
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateSnapshotResponse AWS API Documentation
296
296
  #
297
297
  class CreateSnapshotResponse < Struct.new(
298
298
  :snapshot)
@@ -338,7 +338,7 @@ module Aws::RedshiftServerless
338
338
  # for.
339
339
  # @return [String]
340
340
  #
341
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateUsageLimitRequest AWS API Documentation
341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateUsageLimitRequest AWS API Documentation
342
342
  #
343
343
  class CreateUsageLimitRequest < Struct.new(
344
344
  :amount,
@@ -354,7 +354,7 @@ module Aws::RedshiftServerless
354
354
  # The returned usage limit object.
355
355
  # @return [Types::UsageLimit]
356
356
  #
357
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateUsageLimitResponse AWS API Documentation
357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateUsageLimitResponse AWS API Documentation
358
358
  #
359
359
  class CreateUsageLimitResponse < Struct.new(
360
360
  :usage_limit)
@@ -430,7 +430,7 @@ module Aws::RedshiftServerless
430
430
  # The name of the created workgroup.
431
431
  # @return [String]
432
432
  #
433
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateWorkgroupRequest AWS API Documentation
433
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateWorkgroupRequest AWS API Documentation
434
434
  #
435
435
  class CreateWorkgroupRequest < Struct.new(
436
436
  :base_capacity,
@@ -450,7 +450,7 @@ module Aws::RedshiftServerless
450
450
  # The created workgroup object.
451
451
  # @return [Types::Workgroup]
452
452
  #
453
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateWorkgroupResponse AWS API Documentation
453
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateWorkgroupResponse AWS API Documentation
454
454
  #
455
455
  class CreateWorkgroupResponse < Struct.new(
456
456
  :workgroup)
@@ -469,7 +469,7 @@ module Aws::RedshiftServerless
469
469
  # The name of the VPC endpoint to delete.
470
470
  # @return [String]
471
471
  #
472
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteEndpointAccessRequest AWS API Documentation
472
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteEndpointAccessRequest AWS API Documentation
473
473
  #
474
474
  class DeleteEndpointAccessRequest < Struct.new(
475
475
  :endpoint_name)
@@ -481,7 +481,7 @@ module Aws::RedshiftServerless
481
481
  # The deleted VPC endpoint.
482
482
  # @return [Types::EndpointAccess]
483
483
  #
484
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteEndpointAccessResponse AWS API Documentation
484
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteEndpointAccessResponse AWS API Documentation
485
485
  #
486
486
  class DeleteEndpointAccessResponse < Struct.new(
487
487
  :endpoint)
@@ -511,7 +511,7 @@ module Aws::RedshiftServerless
511
511
  # The name of the namespace to delete.
512
512
  # @return [String]
513
513
  #
514
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteNamespaceRequest AWS API Documentation
514
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteNamespaceRequest AWS API Documentation
515
515
  #
516
516
  class DeleteNamespaceRequest < Struct.new(
517
517
  :final_snapshot_name,
@@ -525,7 +525,7 @@ module Aws::RedshiftServerless
525
525
  # The deleted namespace object.
526
526
  # @return [Types::Namespace]
527
527
  #
528
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteNamespaceResponse AWS API Documentation
528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteNamespaceResponse AWS API Documentation
529
529
  #
530
530
  class DeleteNamespaceResponse < Struct.new(
531
531
  :namespace)
@@ -544,7 +544,7 @@ module Aws::RedshiftServerless
544
544
  # The Amazon Resource Name (ARN) of the policy to delete.
545
545
  # @return [String]
546
546
  #
547
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteResourcePolicyRequest AWS API Documentation
547
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteResourcePolicyRequest AWS API Documentation
548
548
  #
549
549
  class DeleteResourcePolicyRequest < Struct.new(
550
550
  :resource_arn)
@@ -552,7 +552,7 @@ module Aws::RedshiftServerless
552
552
  include Aws::Structure
553
553
  end
554
554
 
555
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteResourcePolicyResponse AWS API Documentation
555
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteResourcePolicyResponse AWS API Documentation
556
556
  #
557
557
  class DeleteResourcePolicyResponse < Aws::EmptyStructure; end
558
558
 
@@ -567,7 +567,7 @@ module Aws::RedshiftServerless
567
567
  # The name of the snapshot to be deleted.
568
568
  # @return [String]
569
569
  #
570
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteSnapshotRequest AWS API Documentation
570
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteSnapshotRequest AWS API Documentation
571
571
  #
572
572
  class DeleteSnapshotRequest < Struct.new(
573
573
  :snapshot_name)
@@ -579,7 +579,7 @@ module Aws::RedshiftServerless
579
579
  # The deleted snapshot object.
580
580
  # @return [Types::Snapshot]
581
581
  #
582
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteSnapshotResponse AWS API Documentation
582
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteSnapshotResponse AWS API Documentation
583
583
  #
584
584
  class DeleteSnapshotResponse < Struct.new(
585
585
  :snapshot)
@@ -598,7 +598,7 @@ module Aws::RedshiftServerless
598
598
  # The unique identifier of the usage limit to delete.
599
599
  # @return [String]
600
600
  #
601
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteUsageLimitRequest AWS API Documentation
601
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteUsageLimitRequest AWS API Documentation
602
602
  #
603
603
  class DeleteUsageLimitRequest < Struct.new(
604
604
  :usage_limit_id)
@@ -610,7 +610,7 @@ module Aws::RedshiftServerless
610
610
  # The deleted usage limit object.
611
611
  # @return [Types::UsageLimit]
612
612
  #
613
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteUsageLimitResponse AWS API Documentation
613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteUsageLimitResponse AWS API Documentation
614
614
  #
615
615
  class DeleteUsageLimitResponse < Struct.new(
616
616
  :usage_limit)
@@ -629,7 +629,7 @@ module Aws::RedshiftServerless
629
629
  # The name of the workgroup to be deleted.
630
630
  # @return [String]
631
631
  #
632
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteWorkgroupRequest AWS API Documentation
632
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteWorkgroupRequest AWS API Documentation
633
633
  #
634
634
  class DeleteWorkgroupRequest < Struct.new(
635
635
  :workgroup_name)
@@ -641,7 +641,7 @@ module Aws::RedshiftServerless
641
641
  # The deleted workgroup object.
642
642
  # @return [Types::Workgroup]
643
643
  #
644
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteWorkgroupResponse AWS API Documentation
644
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteWorkgroupResponse AWS API Documentation
645
645
  #
646
646
  class DeleteWorkgroupResponse < Struct.new(
647
647
  :workgroup)
@@ -663,7 +663,7 @@ module Aws::RedshiftServerless
663
663
  # An array of `VpcEndpoint` objects.
664
664
  # @return [Array<Types::VpcEndpoint>]
665
665
  #
666
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/Endpoint AWS API Documentation
666
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Endpoint AWS API Documentation
667
667
  #
668
668
  class Endpoint < Struct.new(
669
669
  :address,
@@ -718,7 +718,7 @@ module Aws::RedshiftServerless
718
718
  # The name of the workgroup associated with the endpoint.
719
719
  # @return [String]
720
720
  #
721
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/EndpointAccess AWS API Documentation
721
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/EndpointAccess AWS API Documentation
722
722
  #
723
723
  class EndpointAccess < Struct.new(
724
724
  :address,
@@ -777,7 +777,7 @@ module Aws::RedshiftServerless
777
777
  # The name of the workgroup associated with the database.
778
778
  # @return [String]
779
779
  #
780
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetCredentialsRequest AWS API Documentation
780
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetCredentialsRequest AWS API Documentation
781
781
  #
782
782
  class GetCredentialsRequest < Struct.new(
783
783
  :db_name,
@@ -809,7 +809,7 @@ module Aws::RedshiftServerless
809
809
  # authorization refreshes.
810
810
  # @return [Time]
811
811
  #
812
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetCredentialsResponse AWS API Documentation
812
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetCredentialsResponse AWS API Documentation
813
813
  #
814
814
  class GetCredentialsResponse < Struct.new(
815
815
  :db_password,
@@ -831,7 +831,7 @@ module Aws::RedshiftServerless
831
831
  # The name of the VPC endpoint to return information for.
832
832
  # @return [String]
833
833
  #
834
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetEndpointAccessRequest AWS API Documentation
834
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetEndpointAccessRequest AWS API Documentation
835
835
  #
836
836
  class GetEndpointAccessRequest < Struct.new(
837
837
  :endpoint_name)
@@ -843,7 +843,7 @@ module Aws::RedshiftServerless
843
843
  # The returned VPC endpoint.
844
844
  # @return [Types::EndpointAccess]
845
845
  #
846
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetEndpointAccessResponse AWS API Documentation
846
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetEndpointAccessResponse AWS API Documentation
847
847
  #
848
848
  class GetEndpointAccessResponse < Struct.new(
849
849
  :endpoint)
@@ -862,7 +862,7 @@ module Aws::RedshiftServerless
862
862
  # The name of the namespace to retrieve information for.
863
863
  # @return [String]
864
864
  #
865
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetNamespaceRequest AWS API Documentation
865
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetNamespaceRequest AWS API Documentation
866
866
  #
867
867
  class GetNamespaceRequest < Struct.new(
868
868
  :namespace_name)
@@ -874,7 +874,7 @@ module Aws::RedshiftServerless
874
874
  # The returned namespace object.
875
875
  # @return [Types::Namespace]
876
876
  #
877
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetNamespaceResponse AWS API Documentation
877
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetNamespaceResponse AWS API Documentation
878
878
  #
879
879
  class GetNamespaceResponse < Struct.new(
880
880
  :namespace)
@@ -894,7 +894,7 @@ module Aws::RedshiftServerless
894
894
  # for.
895
895
  # @return [String]
896
896
  #
897
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetRecoveryPointRequest AWS API Documentation
897
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetRecoveryPointRequest AWS API Documentation
898
898
  #
899
899
  class GetRecoveryPointRequest < Struct.new(
900
900
  :recovery_point_id)
@@ -906,7 +906,7 @@ module Aws::RedshiftServerless
906
906
  # The returned recovery point object.
907
907
  # @return [Types::RecoveryPoint]
908
908
  #
909
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetRecoveryPointResponse AWS API Documentation
909
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetRecoveryPointResponse AWS API Documentation
910
910
  #
911
911
  class GetRecoveryPointResponse < Struct.new(
912
912
  :recovery_point)
@@ -925,7 +925,7 @@ module Aws::RedshiftServerless
925
925
  # The Amazon Resource Name (ARN) of the resource to return.
926
926
  # @return [String]
927
927
  #
928
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetResourcePolicyRequest AWS API Documentation
928
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetResourcePolicyRequest AWS API Documentation
929
929
  #
930
930
  class GetResourcePolicyRequest < Struct.new(
931
931
  :resource_arn)
@@ -937,7 +937,7 @@ module Aws::RedshiftServerless
937
937
  # The returned resource policy.
938
938
  # @return [Types::ResourcePolicy]
939
939
  #
940
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetResourcePolicyResponse AWS API Documentation
940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetResourcePolicyResponse AWS API Documentation
941
941
  #
942
942
  class GetResourcePolicyResponse < Struct.new(
943
943
  :resource_policy)
@@ -967,7 +967,7 @@ module Aws::RedshiftServerless
967
967
  # The name of the snapshot to return.
968
968
  # @return [String]
969
969
  #
970
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetSnapshotRequest AWS API Documentation
970
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetSnapshotRequest AWS API Documentation
971
971
  #
972
972
  class GetSnapshotRequest < Struct.new(
973
973
  :owner_account,
@@ -981,7 +981,7 @@ module Aws::RedshiftServerless
981
981
  # The returned snapshot object.
982
982
  # @return [Types::Snapshot]
983
983
  #
984
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetSnapshotResponse AWS API Documentation
984
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetSnapshotResponse AWS API Documentation
985
985
  #
986
986
  class GetSnapshotResponse < Struct.new(
987
987
  :snapshot)
@@ -1000,7 +1000,7 @@ module Aws::RedshiftServerless
1000
1000
  # The unique identifier of the usage limit to return information for.
1001
1001
  # @return [String]
1002
1002
  #
1003
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetUsageLimitRequest AWS API Documentation
1003
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetUsageLimitRequest AWS API Documentation
1004
1004
  #
1005
1005
  class GetUsageLimitRequest < Struct.new(
1006
1006
  :usage_limit_id)
@@ -1012,7 +1012,7 @@ module Aws::RedshiftServerless
1012
1012
  # The returned usage limit object.
1013
1013
  # @return [Types::UsageLimit]
1014
1014
  #
1015
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetUsageLimitResponse AWS API Documentation
1015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetUsageLimitResponse AWS API Documentation
1016
1016
  #
1017
1017
  class GetUsageLimitResponse < Struct.new(
1018
1018
  :usage_limit)
@@ -1031,7 +1031,7 @@ module Aws::RedshiftServerless
1031
1031
  # The name of the workgroup to return information for.
1032
1032
  # @return [String]
1033
1033
  #
1034
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetWorkgroupRequest AWS API Documentation
1034
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetWorkgroupRequest AWS API Documentation
1035
1035
  #
1036
1036
  class GetWorkgroupRequest < Struct.new(
1037
1037
  :workgroup_name)
@@ -1043,7 +1043,7 @@ module Aws::RedshiftServerless
1043
1043
  # The returned workgroup object.
1044
1044
  # @return [Types::Workgroup]
1045
1045
  #
1046
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetWorkgroupResponse AWS API Documentation
1046
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetWorkgroupResponse AWS API Documentation
1047
1047
  #
1048
1048
  class GetWorkgroupResponse < Struct.new(
1049
1049
  :workgroup)
@@ -1056,7 +1056,7 @@ module Aws::RedshiftServerless
1056
1056
  # @!attribute [rw] message
1057
1057
  # @return [String]
1058
1058
  #
1059
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/InsufficientCapacityException AWS API Documentation
1059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/InsufficientCapacityException AWS API Documentation
1060
1060
  #
1061
1061
  class InsufficientCapacityException < Struct.new(
1062
1062
  :message)
@@ -1070,7 +1070,7 @@ module Aws::RedshiftServerless
1070
1070
  # @!attribute [rw] message
1071
1071
  # @return [String]
1072
1072
  #
1073
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/InternalServerException AWS API Documentation
1073
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/InternalServerException AWS API Documentation
1074
1074
  #
1075
1075
  class InternalServerException < Struct.new(
1076
1076
  :message)
@@ -1083,7 +1083,7 @@ module Aws::RedshiftServerless
1083
1083
  # @!attribute [rw] message
1084
1084
  # @return [String]
1085
1085
  #
1086
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/InvalidPaginationException AWS API Documentation
1086
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/InvalidPaginationException AWS API Documentation
1087
1087
  #
1088
1088
  class InvalidPaginationException < Struct.new(
1089
1089
  :message)
@@ -1123,7 +1123,7 @@ module Aws::RedshiftServerless
1123
1123
  # return.
1124
1124
  # @return [String]
1125
1125
  #
1126
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListEndpointAccessRequest AWS API Documentation
1126
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListEndpointAccessRequest AWS API Documentation
1127
1127
  #
1128
1128
  class ListEndpointAccessRequest < Struct.new(
1129
1129
  :max_results,
@@ -1145,7 +1145,7 @@ module Aws::RedshiftServerless
1145
1145
  # page.
1146
1146
  # @return [String]
1147
1147
  #
1148
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListEndpointAccessResponse AWS API Documentation
1148
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListEndpointAccessResponse AWS API Documentation
1149
1149
  #
1150
1150
  class ListEndpointAccessResponse < Struct.new(
1151
1151
  :endpoints,
@@ -1173,7 +1173,7 @@ module Aws::RedshiftServerless
1173
1173
  # `ListNamespaces` operations, which returns results in the next page.
1174
1174
  # @return [String]
1175
1175
  #
1176
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListNamespacesRequest AWS API Documentation
1176
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListNamespacesRequest AWS API Documentation
1177
1177
  #
1178
1178
  class ListNamespacesRequest < Struct.new(
1179
1179
  :max_results,
@@ -1193,7 +1193,7 @@ module Aws::RedshiftServerless
1193
1193
  # page.
1194
1194
  # @return [String]
1195
1195
  #
1196
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListNamespacesResponse AWS API Documentation
1196
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListNamespacesResponse AWS API Documentation
1197
1197
  #
1198
1198
  class ListNamespacesResponse < Struct.new(
1199
1199
  :namespaces,
@@ -1237,7 +1237,7 @@ module Aws::RedshiftServerless
1237
1237
  # The time when the recovery point's creation was initiated.
1238
1238
  # @return [Time]
1239
1239
  #
1240
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListRecoveryPointsRequest AWS API Documentation
1240
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListRecoveryPointsRequest AWS API Documentation
1241
1241
  #
1242
1242
  class ListRecoveryPointsRequest < Struct.new(
1243
1243
  :end_time,
@@ -1260,7 +1260,7 @@ module Aws::RedshiftServerless
1260
1260
  # The returned recovery point objects.
1261
1261
  # @return [Array<Types::RecoveryPoint>]
1262
1262
  #
1263
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListRecoveryPointsResponse AWS API Documentation
1263
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListRecoveryPointsResponse AWS API Documentation
1264
1264
  #
1265
1265
  class ListRecoveryPointsResponse < Struct.new(
1266
1266
  :next_token,
@@ -1315,7 +1315,7 @@ module Aws::RedshiftServerless
1315
1315
  # The time when the creation of the snapshot was initiated.
1316
1316
  # @return [Time]
1317
1317
  #
1318
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListSnapshotsRequest AWS API Documentation
1318
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListSnapshotsRequest AWS API Documentation
1319
1319
  #
1320
1320
  class ListSnapshotsRequest < Struct.new(
1321
1321
  :end_time,
@@ -1340,7 +1340,7 @@ module Aws::RedshiftServerless
1340
1340
  # All of the returned snapshot objects.
1341
1341
  # @return [Array<Types::Snapshot>]
1342
1342
  #
1343
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListSnapshotsResponse AWS API Documentation
1343
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListSnapshotsResponse AWS API Documentation
1344
1344
  #
1345
1345
  class ListSnapshotsResponse < Struct.new(
1346
1346
  :next_token,
@@ -1360,7 +1360,7 @@ module Aws::RedshiftServerless
1360
1360
  # The Amazon Resource Name (ARN) of the resource to list tags for.
1361
1361
  # @return [String]
1362
1362
  #
1363
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListTagsForResourceRequest AWS API Documentation
1363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTagsForResourceRequest AWS API Documentation
1364
1364
  #
1365
1365
  class ListTagsForResourceRequest < Struct.new(
1366
1366
  :resource_arn)
@@ -1372,7 +1372,7 @@ module Aws::RedshiftServerless
1372
1372
  # A map of the key-value pairs assigned to the resource.
1373
1373
  # @return [Array<Types::Tag>]
1374
1374
  #
1375
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListTagsForResourceResponse AWS API Documentation
1375
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTagsForResourceResponse AWS API Documentation
1376
1376
  #
1377
1377
  class ListTagsForResourceResponse < Struct.new(
1378
1378
  :tags)
@@ -1412,7 +1412,7 @@ module Aws::RedshiftServerless
1412
1412
  # The Amazon Redshift Serverless feature whose limits you want to see.
1413
1413
  # @return [String]
1414
1414
  #
1415
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListUsageLimitsRequest AWS API Documentation
1415
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListUsageLimitsRequest AWS API Documentation
1416
1416
  #
1417
1417
  class ListUsageLimitsRequest < Struct.new(
1418
1418
  :max_results,
@@ -1434,7 +1434,7 @@ module Aws::RedshiftServerless
1434
1434
  # An array of returned usage limit objects.
1435
1435
  # @return [Array<Types::UsageLimit>]
1436
1436
  #
1437
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListUsageLimitsResponse AWS API Documentation
1437
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListUsageLimitsResponse AWS API Documentation
1438
1438
  #
1439
1439
  class ListUsageLimitsResponse < Struct.new(
1440
1440
  :next_token,
@@ -1462,7 +1462,7 @@ module Aws::RedshiftServerless
1462
1462
  # operations, which returns results in the next page.
1463
1463
  # @return [String]
1464
1464
  #
1465
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListWorkgroupsRequest AWS API Documentation
1465
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListWorkgroupsRequest AWS API Documentation
1466
1466
  #
1467
1467
  class ListWorkgroupsRequest < Struct.new(
1468
1468
  :max_results,
@@ -1482,7 +1482,7 @@ module Aws::RedshiftServerless
1482
1482
  # The returned array of workgroups.
1483
1483
  # @return [Array<Types::Workgroup>]
1484
1484
  #
1485
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListWorkgroupsResponse AWS API Documentation
1485
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListWorkgroupsResponse AWS API Documentation
1486
1486
  #
1487
1487
  class ListWorkgroupsResponse < Struct.new(
1488
1488
  :next_token,
@@ -1548,7 +1548,7 @@ module Aws::RedshiftServerless
1548
1548
  # The status of the namespace.
1549
1549
  # @return [String]
1550
1550
  #
1551
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/Namespace AWS API Documentation
1551
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Namespace AWS API Documentation
1552
1552
  #
1553
1553
  class Namespace < Struct.new(
1554
1554
  :admin_username,
@@ -1585,7 +1585,7 @@ module Aws::RedshiftServerless
1585
1585
  # The unique identifier of the subnet.
1586
1586
  # @return [String]
1587
1587
  #
1588
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/NetworkInterface AWS API Documentation
1588
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/NetworkInterface AWS API Documentation
1589
1589
  #
1590
1590
  class NetworkInterface < Struct.new(
1591
1591
  :availability_zone,
@@ -1620,7 +1620,7 @@ module Aws::RedshiftServerless
1620
1620
  # resource policy for.
1621
1621
  # @return [String]
1622
1622
  #
1623
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/PutResourcePolicyRequest AWS API Documentation
1623
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/PutResourcePolicyRequest AWS API Documentation
1624
1624
  #
1625
1625
  class PutResourcePolicyRequest < Struct.new(
1626
1626
  :policy,
@@ -1633,7 +1633,7 @@ module Aws::RedshiftServerless
1633
1633
  # The policy that was created or updated.
1634
1634
  # @return [Types::ResourcePolicy]
1635
1635
  #
1636
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/PutResourcePolicyResponse AWS API Documentation
1636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/PutResourcePolicyResponse AWS API Documentation
1637
1637
  #
1638
1638
  class PutResourcePolicyResponse < Struct.new(
1639
1639
  :resource_policy)
@@ -1664,7 +1664,7 @@ module Aws::RedshiftServerless
1664
1664
  # The name of the workgroup the recovery point is associated with.
1665
1665
  # @return [String]
1666
1666
  #
1667
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RecoveryPoint AWS API Documentation
1667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RecoveryPoint AWS API Documentation
1668
1668
  #
1669
1669
  class RecoveryPoint < Struct.new(
1670
1670
  :namespace_name,
@@ -1685,7 +1685,7 @@ module Aws::RedshiftServerless
1685
1685
  # The name of the resource that could not be found.
1686
1686
  # @return [String]
1687
1687
  #
1688
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ResourceNotFoundException AWS API Documentation
1688
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ResourceNotFoundException AWS API Documentation
1689
1689
  #
1690
1690
  class ResourceNotFoundException < Struct.new(
1691
1691
  :message,
@@ -1705,7 +1705,7 @@ module Aws::RedshiftServerless
1705
1705
  # The Amazon Resource Name (ARN) of the policy.
1706
1706
  # @return [String]
1707
1707
  #
1708
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ResourcePolicy AWS API Documentation
1708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ResourcePolicy AWS API Documentation
1709
1709
  #
1710
1710
  class ResourcePolicy < Struct.new(
1711
1711
  :policy,
@@ -1735,7 +1735,7 @@ module Aws::RedshiftServerless
1735
1735
  # The name of the workgroup used to restore data.
1736
1736
  # @return [String]
1737
1737
  #
1738
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromRecoveryPointRequest AWS API Documentation
1738
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromRecoveryPointRequest AWS API Documentation
1739
1739
  #
1740
1740
  class RestoreFromRecoveryPointRequest < Struct.new(
1741
1741
  :namespace_name,
@@ -1753,7 +1753,7 @@ module Aws::RedshiftServerless
1753
1753
  # The unique identifier of the recovery point used for the restore.
1754
1754
  # @return [String]
1755
1755
  #
1756
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromRecoveryPointResponse AWS API Documentation
1756
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromRecoveryPointResponse AWS API Documentation
1757
1757
  #
1758
1758
  class RestoreFromRecoveryPointResponse < Struct.new(
1759
1759
  :namespace,
@@ -1793,7 +1793,7 @@ module Aws::RedshiftServerless
1793
1793
  # The name of the workgroup used to restore the snapshot.
1794
1794
  # @return [String]
1795
1795
  #
1796
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromSnapshotRequest AWS API Documentation
1796
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromSnapshotRequest AWS API Documentation
1797
1797
  #
1798
1798
  class RestoreFromSnapshotRequest < Struct.new(
1799
1799
  :namespace_name,
@@ -1818,7 +1818,7 @@ module Aws::RedshiftServerless
1818
1818
  # The name of the snapshot used to restore the namespace.
1819
1819
  # @return [String]
1820
1820
  #
1821
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromSnapshotResponse AWS API Documentation
1821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromSnapshotResponse AWS API Documentation
1822
1822
  #
1823
1823
  class RestoreFromSnapshotResponse < Struct.new(
1824
1824
  :namespace,
@@ -1833,7 +1833,7 @@ module Aws::RedshiftServerless
1833
1833
  # @!attribute [rw] message
1834
1834
  # @return [String]
1835
1835
  #
1836
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ServiceQuotaExceededException AWS API Documentation
1836
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ServiceQuotaExceededException AWS API Documentation
1837
1837
  #
1838
1838
  class ServiceQuotaExceededException < Struct.new(
1839
1839
  :message)
@@ -1929,7 +1929,7 @@ module Aws::RedshiftServerless
1929
1929
  # The total size, in megabytes, of how big the snapshot is.
1930
1930
  # @return [Float]
1931
1931
  #
1932
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/Snapshot AWS API Documentation
1932
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Snapshot AWS API Documentation
1933
1933
  #
1934
1934
  class Snapshot < Struct.new(
1935
1935
  :accounts_with_provisioned_restore_access,
@@ -1974,7 +1974,7 @@ module Aws::RedshiftServerless
1974
1974
  # The value of the tag.
1975
1975
  # @return [String]
1976
1976
  #
1977
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/Tag AWS API Documentation
1977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Tag AWS API Documentation
1978
1978
  #
1979
1979
  class Tag < Struct.new(
1980
1980
  :key,
@@ -2004,7 +2004,7 @@ module Aws::RedshiftServerless
2004
2004
  # The map of the key-value pairs used to tag the resource.
2005
2005
  # @return [Array<Types::Tag>]
2006
2006
  #
2007
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/TagResourceRequest AWS API Documentation
2007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/TagResourceRequest AWS API Documentation
2008
2008
  #
2009
2009
  class TagResourceRequest < Struct.new(
2010
2010
  :resource_arn,
@@ -2013,7 +2013,7 @@ module Aws::RedshiftServerless
2013
2013
  include Aws::Structure
2014
2014
  end
2015
2015
 
2016
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/TagResourceResponse AWS API Documentation
2016
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/TagResourceResponse AWS API Documentation
2017
2017
  #
2018
2018
  class TagResourceResponse < Aws::EmptyStructure; end
2019
2019
 
@@ -2025,7 +2025,7 @@ module Aws::RedshiftServerless
2025
2025
  # @!attribute [rw] message
2026
2026
  # @return [String]
2027
2027
  #
2028
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ThrottlingException AWS API Documentation
2028
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ThrottlingException AWS API Documentation
2029
2029
  #
2030
2030
  class ThrottlingException < Struct.new(
2031
2031
  :code,
@@ -2044,7 +2044,7 @@ module Aws::RedshiftServerless
2044
2044
  # for a resource.
2045
2045
  # @return [String]
2046
2046
  #
2047
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/TooManyTagsException AWS API Documentation
2047
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/TooManyTagsException AWS API Documentation
2048
2048
  #
2049
2049
  class TooManyTagsException < Struct.new(
2050
2050
  :message,
@@ -2069,7 +2069,7 @@ module Aws::RedshiftServerless
2069
2069
  # The tag or set of tags to remove from the resource.
2070
2070
  # @return [Array<String>]
2071
2071
  #
2072
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UntagResourceRequest AWS API Documentation
2072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UntagResourceRequest AWS API Documentation
2073
2073
  #
2074
2074
  class UntagResourceRequest < Struct.new(
2075
2075
  :resource_arn,
@@ -2078,7 +2078,7 @@ module Aws::RedshiftServerless
2078
2078
  include Aws::Structure
2079
2079
  end
2080
2080
 
2081
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UntagResourceResponse AWS API Documentation
2081
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UntagResourceResponse AWS API Documentation
2082
2082
  #
2083
2083
  class UntagResourceResponse < Aws::EmptyStructure; end
2084
2084
 
@@ -2099,7 +2099,7 @@ module Aws::RedshiftServerless
2099
2099
  # the endpoint is modified.
2100
2100
  # @return [Array<String>]
2101
2101
  #
2102
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateEndpointAccessRequest AWS API Documentation
2102
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateEndpointAccessRequest AWS API Documentation
2103
2103
  #
2104
2104
  class UpdateEndpointAccessRequest < Struct.new(
2105
2105
  :endpoint_name,
@@ -2112,7 +2112,7 @@ module Aws::RedshiftServerless
2112
2112
  # The updated VPC endpoint.
2113
2113
  # @return [Types::EndpointAccess]
2114
2114
  #
2115
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateEndpointAccessResponse AWS API Documentation
2115
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateEndpointAccessResponse AWS API Documentation
2116
2116
  #
2117
2117
  class UpdateEndpointAccessResponse < Struct.new(
2118
2118
  :endpoint)
@@ -2166,7 +2166,7 @@ module Aws::RedshiftServerless
2166
2166
  # The name of the namespace.
2167
2167
  # @return [String]
2168
2168
  #
2169
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateNamespaceRequest AWS API Documentation
2169
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateNamespaceRequest AWS API Documentation
2170
2170
  #
2171
2171
  class UpdateNamespaceRequest < Struct.new(
2172
2172
  :admin_user_password,
@@ -2184,7 +2184,7 @@ module Aws::RedshiftServerless
2184
2184
  # A list of tag instances.
2185
2185
  # @return [Types::Namespace]
2186
2186
  #
2187
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateNamespaceResponse AWS API Documentation
2187
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateNamespaceResponse AWS API Documentation
2188
2188
  #
2189
2189
  class UpdateNamespaceResponse < Struct.new(
2190
2190
  :namespace)
@@ -2208,7 +2208,7 @@ module Aws::RedshiftServerless
2208
2208
  # The name of the snapshot.
2209
2209
  # @return [String]
2210
2210
  #
2211
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateSnapshotRequest AWS API Documentation
2211
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateSnapshotRequest AWS API Documentation
2212
2212
  #
2213
2213
  class UpdateSnapshotRequest < Struct.new(
2214
2214
  :retention_period,
@@ -2221,7 +2221,7 @@ module Aws::RedshiftServerless
2221
2221
  # The updated snapshot object.
2222
2222
  # @return [Types::Snapshot]
2223
2223
  #
2224
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateSnapshotResponse AWS API Documentation
2224
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateSnapshotResponse AWS API Documentation
2225
2225
  #
2226
2226
  class UpdateSnapshotResponse < Struct.new(
2227
2227
  :snapshot)
@@ -2251,7 +2251,7 @@ module Aws::RedshiftServerless
2251
2251
  # The identifier of the usage limit to update.
2252
2252
  # @return [String]
2253
2253
  #
2254
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateUsageLimitRequest AWS API Documentation
2254
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateUsageLimitRequest AWS API Documentation
2255
2255
  #
2256
2256
  class UpdateUsageLimitRequest < Struct.new(
2257
2257
  :amount,
@@ -2265,7 +2265,7 @@ module Aws::RedshiftServerless
2265
2265
  # The updated usage limit object.
2266
2266
  # @return [Types::UsageLimit]
2267
2267
  #
2268
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateUsageLimitResponse AWS API Documentation
2268
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateUsageLimitResponse AWS API Documentation
2269
2269
  #
2270
2270
  class UpdateUsageLimitResponse < Struct.new(
2271
2271
  :usage_limit)
@@ -2325,7 +2325,7 @@ module Aws::RedshiftServerless
2325
2325
  # The name of the workgroup to update.
2326
2326
  # @return [String]
2327
2327
  #
2328
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateWorkgroupRequest AWS API Documentation
2328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateWorkgroupRequest AWS API Documentation
2329
2329
  #
2330
2330
  class UpdateWorkgroupRequest < Struct.new(
2331
2331
  :base_capacity,
@@ -2343,7 +2343,7 @@ module Aws::RedshiftServerless
2343
2343
  # The updated workgroup object.
2344
2344
  # @return [Types::Workgroup]
2345
2345
  #
2346
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateWorkgroupResponse AWS API Documentation
2346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateWorkgroupResponse AWS API Documentation
2347
2347
  #
2348
2348
  class UpdateWorkgroupResponse < Struct.new(
2349
2349
  :workgroup)
@@ -2387,7 +2387,7 @@ module Aws::RedshiftServerless
2387
2387
  # The Amazon Redshift Serverless feature to limit.
2388
2388
  # @return [String]
2389
2389
  #
2390
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UsageLimit AWS API Documentation
2390
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UsageLimit AWS API Documentation
2391
2391
  #
2392
2392
  class UsageLimit < Struct.new(
2393
2393
  :amount,
@@ -2407,7 +2407,7 @@ module Aws::RedshiftServerless
2407
2407
  # @!attribute [rw] message
2408
2408
  # @return [String]
2409
2409
  #
2410
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ValidationException AWS API Documentation
2410
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ValidationException AWS API Documentation
2411
2411
  #
2412
2412
  class ValidationException < Struct.new(
2413
2413
  :message)
@@ -2432,7 +2432,7 @@ module Aws::RedshiftServerless
2432
2432
  # The VPC identifier that the endpoint is associated with.
2433
2433
  # @return [String]
2434
2434
  #
2435
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/VpcEndpoint AWS API Documentation
2435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/VpcEndpoint AWS API Documentation
2436
2436
  #
2437
2437
  class VpcEndpoint < Struct.new(
2438
2438
  :network_interfaces,
@@ -2452,7 +2452,7 @@ module Aws::RedshiftServerless
2452
2452
  # The unique identifier of the VPC security group.
2453
2453
  # @return [String]
2454
2454
  #
2455
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/VpcSecurityGroupMembership AWS API Documentation
2455
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/VpcSecurityGroupMembership AWS API Documentation
2456
2456
  #
2457
2457
  class VpcSecurityGroupMembership < Struct.new(
2458
2458
  :status,
@@ -2522,7 +2522,7 @@ module Aws::RedshiftServerless
2522
2522
  # The name of the workgroup.
2523
2523
  # @return [String]
2524
2524
  #
2525
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/Workgroup AWS API Documentation
2525
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/Workgroup AWS API Documentation
2526
2526
  #
2527
2527
  class Workgroup < Struct.new(
2528
2528
  :base_capacity,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-redshiftserverless/customizations'
48
48
  # @!group service
49
49
  module Aws::RedshiftServerless
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  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.1.0
4
+ version: 1.2.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: 2022-06-16 00:00:00.000000000 Z
11
+ date: 2022-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core