lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.1.0 vs lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.2.0
- old
+ new
@@ -413,11 +413,11 @@
# resp.snapshot.snapshot_retention_period #=> Integer
# resp.snapshot.snapshot_retention_start_time #=> Time
# resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshot.total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ConvertRecoveryPointToSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ConvertRecoveryPointToSnapshot AWS API Documentation
#
# @overload convert_recovery_point_to_snapshot(params = {})
# @param [Hash] params ({})
def convert_recovery_point_to_snapshot(params = {}, options = {})
req = build_request(:convert_recovery_point_to_snapshot, params)
@@ -477,11 +477,11 @@
# resp.endpoint.vpc_security_groups #=> Array
# resp.endpoint.vpc_security_groups[0].status #=> String
# resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
# resp.endpoint.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateEndpointAccess AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateEndpointAccess AWS API Documentation
#
# @overload create_endpoint_access(params = {})
# @param [Hash] params ({})
def create_endpoint_access(params = {}, options = {})
req = build_request(:create_endpoint_access, params)
@@ -559,11 +559,11 @@
# resp.namespace.namespace_arn #=> String
# resp.namespace.namespace_id #=> String
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateNamespace AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateNamespace AWS API Documentation
#
# @overload create_namespace(params = {})
# @param [Hash] params ({})
def create_namespace(params = {}, options = {})
req = build_request(:create_namespace, params)
@@ -622,11 +622,11 @@
# resp.snapshot.snapshot_retention_period #=> Integer
# resp.snapshot.snapshot_retention_start_time #=> Time
# resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshot.total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateSnapshot AWS API Documentation
#
# @overload create_snapshot(params = {})
# @param [Hash] params ({})
def create_snapshot(params = {}, options = {})
req = build_request(:create_snapshot, params)
@@ -681,11 +681,11 @@
# resp.usage_limit.resource_arn #=> String
# resp.usage_limit.usage_limit_arn #=> String
# resp.usage_limit.usage_limit_id #=> String
# resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateUsageLimit AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateUsageLimit AWS API Documentation
#
# @overload create_usage_limit(params = {})
# @param [Hash] params ({})
def create_usage_limit(params = {}, options = {})
req = build_request(:create_usage_limit, params)
@@ -782,11 +782,11 @@
# resp.workgroup.subnet_ids[0] #=> String
# resp.workgroup.workgroup_arn #=> String
# resp.workgroup.workgroup_id #=> String
# resp.workgroup.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/CreateWorkgroup AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateWorkgroup AWS API Documentation
#
# @overload create_workgroup(params = {})
# @param [Hash] params ({})
def create_workgroup(params = {}, options = {})
req = build_request(:create_workgroup, params)
@@ -828,11 +828,11 @@
# resp.endpoint.vpc_security_groups #=> Array
# resp.endpoint.vpc_security_groups[0].status #=> String
# resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
# resp.endpoint.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteEndpointAccess AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteEndpointAccess AWS API Documentation
#
# @overload delete_endpoint_access(params = {})
# @param [Hash] params ({})
def delete_endpoint_access(params = {}, options = {})
req = build_request(:delete_endpoint_access, params)
@@ -879,11 +879,11 @@
# resp.namespace.namespace_arn #=> String
# resp.namespace.namespace_id #=> String
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteNamespace AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteNamespace AWS API Documentation
#
# @overload delete_namespace(params = {})
# @param [Hash] params ({})
def delete_namespace(params = {}, options = {})
req = build_request(:delete_namespace, params)
@@ -901,11 +901,11 @@
#
# resp = client.delete_resource_policy({
# resource_arn: "String", # required
# })
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteResourcePolicy AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteResourcePolicy AWS API Documentation
#
# @overload delete_resource_policy(params = {})
# @param [Hash] params ({})
def delete_resource_policy(params = {}, options = {})
req = build_request(:delete_resource_policy, params)
@@ -950,11 +950,11 @@
# resp.snapshot.snapshot_retention_period #=> Integer
# resp.snapshot.snapshot_retention_start_time #=> Time
# resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshot.total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteSnapshot AWS API Documentation
#
# @overload delete_snapshot(params = {})
# @param [Hash] params ({})
def delete_snapshot(params = {}, options = {})
req = build_request(:delete_snapshot, params)
@@ -984,11 +984,11 @@
# resp.usage_limit.resource_arn #=> String
# resp.usage_limit.usage_limit_arn #=> String
# resp.usage_limit.usage_limit_id #=> String
# resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteUsageLimit AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteUsageLimit AWS API Documentation
#
# @overload delete_usage_limit(params = {})
# @param [Hash] params ({})
def delete_usage_limit(params = {}, options = {})
req = build_request(:delete_usage_limit, params)
@@ -1037,11 +1037,11 @@
# resp.workgroup.subnet_ids[0] #=> String
# resp.workgroup.workgroup_arn #=> String
# resp.workgroup.workgroup_id #=> String
# resp.workgroup.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/DeleteWorkgroup AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteWorkgroup AWS API Documentation
#
# @overload delete_workgroup(params = {})
# @param [Hash] params ({})
def delete_workgroup(params = {}, options = {})
req = build_request(:delete_workgroup, params)
@@ -1105,11 +1105,11 @@
# resp.db_password #=> String
# resp.db_user #=> String
# resp.expiration #=> Time
# resp.next_refresh_time #=> Time
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetCredentials AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetCredentials AWS API Documentation
#
# @overload get_credentials(params = {})
# @param [Hash] params ({})
def get_credentials(params = {}, options = {})
req = build_request(:get_credentials, params)
@@ -1151,11 +1151,11 @@
# resp.endpoint.vpc_security_groups #=> Array
# resp.endpoint.vpc_security_groups[0].status #=> String
# resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
# resp.endpoint.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetEndpointAccess AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetEndpointAccess AWS API Documentation
#
# @overload get_endpoint_access(params = {})
# @param [Hash] params ({})
def get_endpoint_access(params = {}, options = {})
req = build_request(:get_endpoint_access, params)
@@ -1191,11 +1191,11 @@
# resp.namespace.namespace_arn #=> String
# resp.namespace.namespace_id #=> String
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetNamespace AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetNamespace AWS API Documentation
#
# @overload get_namespace(params = {})
# @param [Hash] params ({})
def get_namespace(params = {}, options = {})
req = build_request(:get_namespace, params)
@@ -1223,11 +1223,11 @@
# resp.recovery_point.recovery_point_create_time #=> Time
# resp.recovery_point.recovery_point_id #=> String
# resp.recovery_point.total_size_in_mega_bytes #=> Float
# resp.recovery_point.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetRecoveryPoint AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetRecoveryPoint AWS API Documentation
#
# @overload get_recovery_point(params = {})
# @param [Hash] params ({})
def get_recovery_point(params = {}, options = {})
req = build_request(:get_recovery_point, params)
@@ -1252,11 +1252,11 @@
# @example Response structure
#
# resp.resource_policy.policy #=> String
# resp.resource_policy.resource_arn #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetResourcePolicy AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetResourcePolicy AWS API Documentation
#
# @overload get_resource_policy(params = {})
# @param [Hash] params ({})
def get_resource_policy(params = {}, options = {})
req = build_request(:get_resource_policy, params)
@@ -1310,11 +1310,11 @@
# resp.snapshot.snapshot_retention_period #=> Integer
# resp.snapshot.snapshot_retention_start_time #=> Time
# resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshot.total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetSnapshot AWS API Documentation
#
# @overload get_snapshot(params = {})
# @param [Hash] params ({})
def get_snapshot(params = {}, options = {})
req = build_request(:get_snapshot, params)
@@ -1344,11 +1344,11 @@
# resp.usage_limit.resource_arn #=> String
# resp.usage_limit.usage_limit_arn #=> String
# resp.usage_limit.usage_limit_id #=> String
# resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetUsageLimit AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetUsageLimit AWS API Documentation
#
# @overload get_usage_limit(params = {})
# @param [Hash] params ({})
def get_usage_limit(params = {}, options = {})
req = build_request(:get_usage_limit, params)
@@ -1397,11 +1397,11 @@
# resp.workgroup.subnet_ids[0] #=> String
# resp.workgroup.workgroup_arn #=> String
# resp.workgroup.workgroup_id #=> String
# resp.workgroup.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/GetWorkgroup AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetWorkgroup AWS API Documentation
#
# @overload get_workgroup(params = {})
# @param [Hash] params ({})
def get_workgroup(params = {}, options = {})
req = build_request(:get_workgroup, params)
@@ -1465,11 +1465,11 @@
# resp.endpoints[0].vpc_security_groups[0].status #=> String
# resp.endpoints[0].vpc_security_groups[0].vpc_security_group_id #=> String
# resp.endpoints[0].workgroup_name #=> String
# resp.next_token #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListEndpointAccess AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListEndpointAccess AWS API Documentation
#
# @overload list_endpoint_access(params = {})
# @param [Hash] params ({})
def list_endpoint_access(params = {}, options = {})
req = build_request(:list_endpoint_access, params)
@@ -1517,11 +1517,11 @@
# resp.namespaces[0].namespace_id #=> String
# resp.namespaces[0].namespace_name #=> String
# resp.namespaces[0].status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
# resp.next_token #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListNamespaces AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListNamespaces AWS API Documentation
#
# @overload list_namespaces(params = {})
# @param [Hash] params ({})
def list_namespaces(params = {}, options = {})
req = build_request(:list_namespaces, params)
@@ -1574,11 +1574,11 @@
# resp.recovery_points[0].recovery_point_create_time #=> Time
# resp.recovery_points[0].recovery_point_id #=> String
# resp.recovery_points[0].total_size_in_mega_bytes #=> Float
# resp.recovery_points[0].workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListRecoveryPoints AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListRecoveryPoints AWS API Documentation
#
# @overload list_recovery_points(params = {})
# @param [Hash] params ({})
def list_recovery_points(params = {}, options = {})
req = build_request(:list_recovery_points, params)
@@ -1656,11 +1656,11 @@
# resp.snapshots[0].snapshot_retention_period #=> Integer
# resp.snapshots[0].snapshot_retention_start_time #=> Time
# resp.snapshots[0].status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshots[0].total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListSnapshots AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListSnapshots AWS API Documentation
#
# @overload list_snapshots(params = {})
# @param [Hash] params ({})
def list_snapshots(params = {}, options = {})
req = build_request(:list_snapshots, params)
@@ -1686,11 +1686,11 @@
#
# resp.tags #=> Array
# resp.tags[0].key #=> String
# resp.tags[0].value #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListTagsForResource AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTagsForResource AWS API Documentation
#
# @overload list_tags_for_resource(params = {})
# @param [Hash] params ({})
def list_tags_for_resource(params = {}, options = {})
req = build_request(:list_tags_for_resource, params)
@@ -1742,11 +1742,11 @@
# resp.usage_limits[0].resource_arn #=> String
# resp.usage_limits[0].usage_limit_arn #=> String
# resp.usage_limits[0].usage_limit_id #=> String
# resp.usage_limits[0].usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListUsageLimits AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListUsageLimits AWS API Documentation
#
# @overload list_usage_limits(params = {})
# @param [Hash] params ({})
def list_usage_limits(params = {}, options = {})
req = build_request(:list_usage_limits, params)
@@ -1807,11 +1807,11 @@
# resp.workgroups[0].subnet_ids[0] #=> String
# resp.workgroups[0].workgroup_arn #=> String
# resp.workgroups[0].workgroup_id #=> String
# resp.workgroups[0].workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/ListWorkgroups AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListWorkgroups AWS API Documentation
#
# @overload list_workgroups(params = {})
# @param [Hash] params ({})
def list_workgroups(params = {}, options = {})
req = build_request(:list_workgroups, params)
@@ -1849,11 +1849,11 @@
# @example Response structure
#
# resp.resource_policy.policy #=> String
# resp.resource_policy.resource_arn #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/PutResourcePolicy AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/PutResourcePolicy AWS API Documentation
#
# @overload put_resource_policy(params = {})
# @param [Hash] params ({})
def put_resource_policy(params = {}, options = {})
req = build_request(:put_resource_policy, params)
@@ -1899,11 +1899,11 @@
# resp.namespace.namespace_id #=> String
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
# resp.recovery_point_id #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromRecoveryPoint AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromRecoveryPoint AWS API Documentation
#
# @overload restore_from_recovery_point(params = {})
# @param [Hash] params ({})
def restore_from_recovery_point(params = {}, options = {})
req = build_request(:restore_from_recovery_point, params)
@@ -1959,11 +1959,11 @@
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
# resp.owner_account #=> String
# resp.snapshot_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/RestoreFromSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/RestoreFromSnapshot AWS API Documentation
#
# @overload restore_from_snapshot(params = {})
# @param [Hash] params ({})
def restore_from_snapshot(params = {}, options = {})
req = build_request(:restore_from_snapshot, params)
@@ -1990,11 +1990,11 @@
# value: "TagValue", # required
# },
# ],
# })
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/TagResource AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/TagResource AWS API Documentation
#
# @overload tag_resource(params = {})
# @param [Hash] params ({})
def tag_resource(params = {}, options = {})
req = build_request(:tag_resource, params)
@@ -2016,11 +2016,11 @@
# resp = client.untag_resource({
# resource_arn: "AmazonResourceName", # required
# tag_keys: ["TagKey"], # required
# })
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UntagResource AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UntagResource AWS API Documentation
#
# @overload untag_resource(params = {})
# @param [Hash] params ({})
def untag_resource(params = {}, options = {})
req = build_request(:untag_resource, params)
@@ -2067,11 +2067,11 @@
# resp.endpoint.vpc_security_groups #=> Array
# resp.endpoint.vpc_security_groups[0].status #=> String
# resp.endpoint.vpc_security_groups[0].vpc_security_group_id #=> String
# resp.endpoint.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateEndpointAccess AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateEndpointAccess AWS API Documentation
#
# @overload update_endpoint_access(params = {})
# @param [Hash] params ({})
def update_endpoint_access(params = {}, options = {})
req = build_request(:update_endpoint_access, params)
@@ -2136,11 +2136,11 @@
# resp.namespace.namespace_arn #=> String
# resp.namespace.namespace_id #=> String
# resp.namespace.namespace_name #=> String
# resp.namespace.status #=> String, one of "AVAILABLE", "MODIFYING", "DELETING"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateNamespace AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateNamespace AWS API Documentation
#
# @overload update_namespace(params = {})
# @param [Hash] params ({})
def update_namespace(params = {}, options = {})
req = build_request(:update_namespace, params)
@@ -2189,11 +2189,11 @@
# resp.snapshot.snapshot_retention_period #=> Integer
# resp.snapshot.snapshot_retention_start_time #=> Time
# resp.snapshot.status #=> String, one of "AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING"
# resp.snapshot.total_backup_size_in_mega_bytes #=> Float
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateSnapshot AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateSnapshot AWS API Documentation
#
# @overload update_snapshot(params = {})
# @param [Hash] params ({})
def update_snapshot(params = {}, options = {})
req = build_request(:update_snapshot, params)
@@ -2233,11 +2233,11 @@
# resp.usage_limit.resource_arn #=> String
# resp.usage_limit.usage_limit_arn #=> String
# resp.usage_limit.usage_limit_id #=> String
# resp.usage_limit.usage_type #=> String, one of "serverless-compute", "cross-region-datasharing"
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateUsageLimit AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateUsageLimit AWS API Documentation
#
# @overload update_usage_limit(params = {})
# @param [Hash] params ({})
def update_usage_limit(params = {}, options = {})
req = build_request(:update_usage_limit, params)
@@ -2321,11 +2321,11 @@
# resp.workgroup.subnet_ids[0] #=> String
# resp.workgroup.workgroup_arn #=> String
# resp.workgroup.workgroup_id #=> String
# resp.workgroup.workgroup_name #=> String
#
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshiftserverless-2021-04-21/UpdateWorkgroup AWS API Documentation
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateWorkgroup AWS API Documentation
#
# @overload update_workgroup(params = {})
# @param [Hash] params ({})
def update_workgroup(params = {}, options = {})
req = build_request(:update_workgroup, params)
@@ -2343,10 +2343,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftserverless'
- context[:gem_version] = '1.1.0'
+ context[:gem_version] = '1.2.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated