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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2f865b3d6bac299577224be3c4a881a807a909307e7517cdb9aa3b53e0fd7b0
4
- data.tar.gz: a3059873d342ec7fa7ce9a89d777951c5709819a2cdbca0f622e8a85930ba70c
3
+ metadata.gz: b8dd1ad1e0ba69693670734188014c8487dbd0750fff414f76f29b2190848db2
4
+ data.tar.gz: 3e461ea47c89ff5fbd3c53002f8032ad9548bae0f4d24bedd4787dcbecc7370d
5
5
  SHA512:
6
- metadata.gz: 39f720345666543601ff7dda343874fc041f9ec970072e0129e5028f820a8bf082ebaa01828b2f81b850a3f8f7526cce636a7a2d5a38a2f22ab05fa4a447ee02
7
- data.tar.gz: a21701f049a351d7c1058a8920d54ef02722ed98bad037900236e15d0176594235871020606765461e7ec3e4f801f37f0a86543f1ae9dab41103e9e5e031c839
6
+ metadata.gz: 1b749d62e24be630ce2747ffdae26a48d7c22f6ee97845944f125fbc8ae5809fd0c4fccab1e62dc0a188608705040e7fce83e1c8b0d5fa99efe5e8b4bff296d2
7
+ data.tar.gz: c323ebadbd1abdc7cabd39a51fa575cf29a52521213e448daf9c86c9a9919af2a874a698cd4990a645e3ea307365650ea12b5ee7a1818efa8157dcd7c25a05c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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
- # `"\{"Version": "2012-10-17", "Statement" : [\{ "Sid":
2767
- # "AllowUserRestoreFromSnapshot", "Principal":\{"AWS":
2768
- # ["739247239426"]\}, "Action":
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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.41.0'
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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
- # `"\{"Version": "2012-10-17", "Statement" : [\{ "Sid":
2143
- # "AllowUserRestoreFromSnapshot", "Principal":\{"AWS":
2144
- # ["739247239426"]\}, "Action":
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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
- # `"\{"CreateSnapshot": \{"NamespaceName":
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
@@ -54,7 +54,7 @@ module Aws::RedshiftServerless
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftserverless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftserverless/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.0'
58
58
 
59
59
  end
60
60
 
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.41.0
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-10-30 00:00:00.000000000 Z
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