aws-sdk-redshiftserverless 1.41.0 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +9 -9
- data/lib/aws-sdk-redshiftserverless/types.rb +12 -12
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8dd1ad1e0ba69693670734188014c8487dbd0750fff414f76f29b2190848db2
|
|
4
|
+
data.tar.gz: 3e461ea47c89ff5fbd3c53002f8032ad9548bae0f4d24bedd4787dcbecc7370d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b749d62e24be630ce2747ffdae26a48d7c22f6ee97845944f125fbc8ae5809fd0c4fccab1e62dc0a188608705040e7fce83e1c8b0d5fa99efe5e8b4bff296d2
|
|
7
|
+
data.tar.gz: c323ebadbd1abdc7cabd39a51fa575cf29a52521213e448daf9c86c9a9919af2a874a698cd4990a645e3ea307365650ea12b5ee7a1818efa8157dcd7c25a05c8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.42.0
|
|
@@ -814,9 +814,9 @@ module Aws::RedshiftServerless
|
|
|
814
814
|
# A JSON format string of the Amazon Redshift Serverless API operation
|
|
815
815
|
# with input parameters. The following is an example of a target action.
|
|
816
816
|
#
|
|
817
|
-
# `"
|
|
817
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
818
818
|
# "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod":
|
|
819
|
-
# "1"
|
|
819
|
+
# "1"}}"`
|
|
820
820
|
#
|
|
821
821
|
# @return [Types::CreateScheduledActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
822
822
|
#
|
|
@@ -2763,11 +2763,11 @@ module Aws::RedshiftServerless
|
|
|
2763
2763
|
# The policy to create or update. For example, the following policy
|
|
2764
2764
|
# grants a user authorization to restore a snapshot.
|
|
2765
2765
|
#
|
|
2766
|
-
# `"
|
|
2767
|
-
# "AllowUserRestoreFromSnapshot", "Principal"
|
|
2768
|
-
# ["739247239426"]
|
|
2766
|
+
# `"{"Version": "2012-10-17", "Statement" : [{ "Sid":
|
|
2767
|
+
# "AllowUserRestoreFromSnapshot", "Principal":{"AWS":
|
|
2768
|
+
# ["739247239426"]}, "Action":
|
|
2769
2769
|
# ["redshift-serverless:RestoreFromSnapshot"] , "Effect": "Allow"
|
|
2770
|
-
#
|
|
2770
|
+
# }]}"`
|
|
2771
2771
|
#
|
|
2772
2772
|
# @option params [required, String] :resource_arn
|
|
2773
2773
|
# The Amazon Resource Name (ARN) of the account to create or update a
|
|
@@ -3403,9 +3403,9 @@ module Aws::RedshiftServerless
|
|
|
3403
3403
|
# A JSON format string of the Amazon Redshift Serverless API operation
|
|
3404
3404
|
# with input parameters. The following is an example of a target action.
|
|
3405
3405
|
#
|
|
3406
|
-
# `"
|
|
3406
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
3407
3407
|
# "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod":
|
|
3408
|
-
# "1"
|
|
3408
|
+
# "1"}}"`
|
|
3409
3409
|
#
|
|
3410
3410
|
# @return [Types::UpdateScheduledActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3411
3411
|
#
|
|
@@ -3763,7 +3763,7 @@ module Aws::RedshiftServerless
|
|
|
3763
3763
|
tracer: tracer
|
|
3764
3764
|
)
|
|
3765
3765
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
3766
|
-
context[:gem_version] = '1.
|
|
3766
|
+
context[:gem_version] = '1.42.0'
|
|
3767
3767
|
Seahorse::Client::Request.new(handlers, context)
|
|
3768
3768
|
end
|
|
3769
3769
|
|
|
@@ -405,9 +405,9 @@ module Aws::RedshiftServerless
|
|
|
405
405
|
# with input parameters. The following is an example of a target
|
|
406
406
|
# action.
|
|
407
407
|
#
|
|
408
|
-
# `"
|
|
408
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
409
409
|
# "sampleNamespace","SnapshotName": "sampleSnapshot",
|
|
410
|
-
# "retentionPeriod": "1"
|
|
410
|
+
# "retentionPeriod": "1"}}"`
|
|
411
411
|
# @return [Types::TargetAction]
|
|
412
412
|
#
|
|
413
413
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/CreateScheduledActionRequest AWS API Documentation
|
|
@@ -2139,11 +2139,11 @@ module Aws::RedshiftServerless
|
|
|
2139
2139
|
# The policy to create or update. For example, the following policy
|
|
2140
2140
|
# grants a user authorization to restore a snapshot.
|
|
2141
2141
|
#
|
|
2142
|
-
# `"
|
|
2143
|
-
# "AllowUserRestoreFromSnapshot", "Principal"
|
|
2144
|
-
# ["739247239426"]
|
|
2142
|
+
# `"{"Version": "2012-10-17", "Statement" : [{ "Sid":
|
|
2143
|
+
# "AllowUserRestoreFromSnapshot", "Principal":{"AWS":
|
|
2144
|
+
# ["739247239426"]}, "Action":
|
|
2145
2145
|
# ["redshift-serverless:RestoreFromSnapshot"] , "Effect":
|
|
2146
|
-
# "Allow"
|
|
2146
|
+
# "Allow" }]}"`
|
|
2147
2147
|
# @return [String]
|
|
2148
2148
|
#
|
|
2149
2149
|
# @!attribute [rw] resource_arn
|
|
@@ -2650,9 +2650,9 @@ module Aws::RedshiftServerless
|
|
|
2650
2650
|
# with input parameters. The following is an example of a target
|
|
2651
2651
|
# action.
|
|
2652
2652
|
#
|
|
2653
|
-
# `"
|
|
2653
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
2654
2654
|
# "sampleNamespace","SnapshotName": "sampleSnapshot",
|
|
2655
|
-
# "retentionPeriod": "1"
|
|
2655
|
+
# "retentionPeriod": "1"}}"`
|
|
2656
2656
|
# @return [Types::TargetAction]
|
|
2657
2657
|
#
|
|
2658
2658
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ScheduledActionResponse AWS API Documentation
|
|
@@ -2995,9 +2995,9 @@ module Aws::RedshiftServerless
|
|
|
2995
2995
|
# A JSON format string of the Amazon Redshift Serverless API operation
|
|
2996
2996
|
# with input parameters. The following is an example of a target action.
|
|
2997
2997
|
#
|
|
2998
|
-
# `"
|
|
2998
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
2999
2999
|
# "sampleNamespace","SnapshotName": "sampleSnapshot", "retentionPeriod":
|
|
3000
|
-
# "1"
|
|
3000
|
+
# "1"}}"`
|
|
3001
3001
|
#
|
|
3002
3002
|
# @note TargetAction is a union - when making an API calls you must set exactly one of the members.
|
|
3003
3003
|
#
|
|
@@ -3303,9 +3303,9 @@ module Aws::RedshiftServerless
|
|
|
3303
3303
|
# with input parameters. The following is an example of a target
|
|
3304
3304
|
# action.
|
|
3305
3305
|
#
|
|
3306
|
-
# `"
|
|
3306
|
+
# `"{"CreateSnapshot": {"NamespaceName":
|
|
3307
3307
|
# "sampleNamespace","SnapshotName": "sampleSnapshot",
|
|
3308
|
-
# "retentionPeriod": "1"
|
|
3308
|
+
# "retentionPeriod": "1"}}"`
|
|
3309
3309
|
# @return [Types::TargetAction]
|
|
3310
3310
|
#
|
|
3311
3311
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateScheduledActionRequest AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-redshiftserverless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.42.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|