aws-sdk-datasync 1.77.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +3 -3
- data/lib/aws-sdk-datasync.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e0768e589c362ae5df783eeb3efc2bc3997991c9ed969e2a49e2c5d3872da63
|
4
|
+
data.tar.gz: bf9838a0c3c7cbcc855fc5a832b96798a7c5d78ed13b8dc3f9e43f0ced7094d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d13a7a776994a973603e9aa29cad5ba5fd844a899b0549751abd162e10ea1b8a29bc73256f9de75c20cfa3b8a60c927ea5bef8ab0184885e9ad4c6cf501ba98
|
7
|
+
data.tar.gz: 03a6ed21f3a6276649e0ba0f40351886d46d904ae61b41dfd54ffa27503c8930e7810348fece412e39d2565108fd1420618241e197aeccf423596338410df8ce
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.79.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.78.0 (2024-05-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
|
13
|
+
|
4
14
|
1.77.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -3044,7 +3044,7 @@ module Aws::DataSync
|
|
3044
3044
|
# @example Response structure
|
3045
3045
|
#
|
3046
3046
|
# resp.task_execution_arn #=> String
|
3047
|
-
# resp.status #=> String, one of "QUEUED", "LAUNCHING", "PREPARING", "TRANSFERRING", "VERIFYING", "SUCCESS", "ERROR"
|
3047
|
+
# resp.status #=> String, one of "QUEUED", "CANCELLING", "LAUNCHING", "PREPARING", "TRANSFERRING", "VERIFYING", "SUCCESS", "ERROR"
|
3048
3048
|
# resp.options.verify_mode #=> String, one of "POINT_IN_TIME_CONSISTENT", "ONLY_FILES_TRANSFERRED", "NONE"
|
3049
3049
|
# resp.options.overwrite_mode #=> String, one of "ALWAYS", "NEVER"
|
3050
3050
|
# resp.options.atime #=> String, one of "NONE", "BEST_EFFORT"
|
@@ -3442,7 +3442,7 @@ module Aws::DataSync
|
|
3442
3442
|
#
|
3443
3443
|
# resp.task_executions #=> Array
|
3444
3444
|
# resp.task_executions[0].task_execution_arn #=> String
|
3445
|
-
# resp.task_executions[0].status #=> String, one of "QUEUED", "LAUNCHING", "PREPARING", "TRANSFERRING", "VERIFYING", "SUCCESS", "ERROR"
|
3445
|
+
# resp.task_executions[0].status #=> String, one of "QUEUED", "CANCELLING", "LAUNCHING", "PREPARING", "TRANSFERRING", "VERIFYING", "SUCCESS", "ERROR"
|
3446
3446
|
# resp.next_token #=> String
|
3447
3447
|
#
|
3448
3448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/ListTaskExecutions AWS API Documentation
|
@@ -4653,7 +4653,7 @@ module Aws::DataSync
|
|
4653
4653
|
params: params,
|
4654
4654
|
config: config)
|
4655
4655
|
context[:gem_name] = 'aws-sdk-datasync'
|
4656
|
-
context[:gem_version] = '1.
|
4656
|
+
context[:gem_version] = '1.79.0'
|
4657
4657
|
Seahorse::Client::Request.new(handlers, context)
|
4658
4658
|
end
|
4659
4659
|
|
data/lib/aws-sdk-datasync.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -816,7 +816,7 @@ module Aws
|
|
816
816
|
interface _DescribeTaskExecutionResponseSuccess
|
817
817
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTaskExecutionResponse]
|
818
818
|
def task_execution_arn: () -> ::String
|
819
|
-
def status: () -> ("QUEUED" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
819
|
+
def status: () -> ("QUEUED" | "CANCELLING" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
820
820
|
def options: () -> Types::Options
|
821
821
|
def excludes: () -> ::Array[Types::FilterRule]
|
822
822
|
def includes: () -> ::Array[Types::FilterRule]
|
data/sig/types.rbs
CHANGED
@@ -560,7 +560,7 @@ module Aws::DataSync
|
|
560
560
|
|
561
561
|
class DescribeTaskExecutionResponse
|
562
562
|
attr_accessor task_execution_arn: ::String
|
563
|
-
attr_accessor status: ("QUEUED" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
563
|
+
attr_accessor status: ("QUEUED" | "CANCELLING" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
564
564
|
attr_accessor options: Types::Options
|
565
565
|
attr_accessor excludes: ::Array[Types::FilterRule]
|
566
566
|
attr_accessor includes: ::Array[Types::FilterRule]
|
@@ -1075,7 +1075,7 @@ module Aws::DataSync
|
|
1075
1075
|
|
1076
1076
|
class TaskExecutionListEntry
|
1077
1077
|
attr_accessor task_execution_arn: ::String
|
1078
|
-
attr_accessor status: ("QUEUED" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
1078
|
+
attr_accessor status: ("QUEUED" | "CANCELLING" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
|
1079
1079
|
SENSITIVE: []
|
1080
1080
|
end
|
1081
1081
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datasync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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-05
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|