aws-sdk-drs 1.5.0 → 1.6.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-drs/client.rb +13 -10
- data/lib/aws-sdk-drs/client_api.rb +1 -0
- data/lib/aws-sdk-drs/types.rb +12 -4
- data/lib/aws-sdk-drs.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: d03afd206d3e550043df1c1bba1fa4a7ab9a979562324870a34c32ae70edc9c0
|
|
4
|
+
data.tar.gz: 031a87d08b289ae64eb053a041206f019b095893d311d7436ce65c53782bb408
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9291053abb85dfadbe75233beb7625d1cb2d1f4fc044bb15e5bb5fc3ae9717b5020b1591ba39b410f4d0ace0fa206c546ff2ae389335c2f2d62500ad1a144aa5
|
|
7
|
+
data.tar.gz: 9170d8e2ca5f5f2c2b5d9bc6fb0cdf7be91a95896af62c2c05d3c0bdb5904e45d914e2b215a308d2edbfe6a94bbf007240fb43055fad97c64e6caca89ddffad6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.6.0 (2022-07-15)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers.
|
|
8
|
+
|
|
4
9
|
1.5.0 (2022-05-31)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
data/lib/aws-sdk-drs/client.rb
CHANGED
|
@@ -515,7 +515,7 @@ module Aws::Drs
|
|
|
515
515
|
# bandwidth_throttling: 1, # required
|
|
516
516
|
# create_public_ip: false, # required
|
|
517
517
|
# data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
|
|
518
|
-
# default_large_staging_disk_type: "GP2", # required, accepts GP2, GP3, ST1
|
|
518
|
+
# default_large_staging_disk_type: "GP2", # required, accepts GP2, GP3, ST1, AUTO
|
|
519
519
|
# ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
|
|
520
520
|
# ebs_encryption_key_arn: "ARN",
|
|
521
521
|
# pit_policy: [ # required
|
|
@@ -546,7 +546,7 @@ module Aws::Drs
|
|
|
546
546
|
# resp.bandwidth_throttling #=> Integer
|
|
547
547
|
# resp.create_public_ip #=> Boolean
|
|
548
548
|
# resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
|
|
549
|
-
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1"
|
|
549
|
+
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1", "AUTO"
|
|
550
550
|
# resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
|
|
551
551
|
# resp.ebs_encryption_key_arn #=> String
|
|
552
552
|
# resp.pit_policy #=> Array
|
|
@@ -602,7 +602,7 @@ module Aws::Drs
|
|
|
602
602
|
# Instance must be disconnected first in order to delete it.
|
|
603
603
|
#
|
|
604
604
|
# @option params [required, String] :recovery_instance_id
|
|
605
|
-
#
|
|
605
|
+
# The ID of the Recovery Instance to be deleted.
|
|
606
606
|
#
|
|
607
607
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
608
608
|
#
|
|
@@ -972,7 +972,7 @@ module Aws::Drs
|
|
|
972
972
|
# resp.items[0].bandwidth_throttling #=> Integer
|
|
973
973
|
# resp.items[0].create_public_ip #=> Boolean
|
|
974
974
|
# resp.items[0].data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
|
|
975
|
-
# resp.items[0].default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1"
|
|
975
|
+
# resp.items[0].default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1", "AUTO"
|
|
976
976
|
# resp.items[0].ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
|
|
977
977
|
# resp.items[0].ebs_encryption_key_arn #=> String
|
|
978
978
|
# resp.items[0].pit_policy #=> Array
|
|
@@ -1347,7 +1347,7 @@ module Aws::Drs
|
|
|
1347
1347
|
# resp.bandwidth_throttling #=> Integer
|
|
1348
1348
|
# resp.create_public_ip #=> Boolean
|
|
1349
1349
|
# resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
|
|
1350
|
-
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1"
|
|
1350
|
+
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1", "AUTO"
|
|
1351
1351
|
# resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
|
|
1352
1352
|
# resp.ebs_encryption_key_arn #=> String
|
|
1353
1353
|
# resp.name #=> String
|
|
@@ -1361,6 +1361,7 @@ module Aws::Drs
|
|
|
1361
1361
|
# resp.replicated_disks[0].device_name #=> String
|
|
1362
1362
|
# resp.replicated_disks[0].iops #=> Integer
|
|
1363
1363
|
# resp.replicated_disks[0].is_boot_disk #=> Boolean
|
|
1364
|
+
# resp.replicated_disks[0].optimized_staging_disk_type #=> String, one of "AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD"
|
|
1364
1365
|
# resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD"
|
|
1365
1366
|
# resp.replicated_disks[0].throughput #=> Integer
|
|
1366
1367
|
# resp.replication_server_instance_type #=> String
|
|
@@ -2024,7 +2025,7 @@ module Aws::Drs
|
|
|
2024
2025
|
# bandwidth_throttling: 1,
|
|
2025
2026
|
# create_public_ip: false,
|
|
2026
2027
|
# data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
|
|
2027
|
-
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1
|
|
2028
|
+
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1, AUTO
|
|
2028
2029
|
# ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
|
|
2029
2030
|
# ebs_encryption_key_arn: "ARN",
|
|
2030
2031
|
# name: "SmallBoundedString",
|
|
@@ -2042,6 +2043,7 @@ module Aws::Drs
|
|
|
2042
2043
|
# device_name: "BoundedString",
|
|
2043
2044
|
# iops: 1,
|
|
2044
2045
|
# is_boot_disk: false,
|
|
2046
|
+
# optimized_staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2045
2047
|
# staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2046
2048
|
# throughput: 1,
|
|
2047
2049
|
# },
|
|
@@ -2062,7 +2064,7 @@ module Aws::Drs
|
|
|
2062
2064
|
# resp.bandwidth_throttling #=> Integer
|
|
2063
2065
|
# resp.create_public_ip #=> Boolean
|
|
2064
2066
|
# resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
|
|
2065
|
-
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1"
|
|
2067
|
+
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1", "AUTO"
|
|
2066
2068
|
# resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
|
|
2067
2069
|
# resp.ebs_encryption_key_arn #=> String
|
|
2068
2070
|
# resp.name #=> String
|
|
@@ -2076,6 +2078,7 @@ module Aws::Drs
|
|
|
2076
2078
|
# resp.replicated_disks[0].device_name #=> String
|
|
2077
2079
|
# resp.replicated_disks[0].iops #=> Integer
|
|
2078
2080
|
# resp.replicated_disks[0].is_boot_disk #=> Boolean
|
|
2081
|
+
# resp.replicated_disks[0].optimized_staging_disk_type #=> String, one of "AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD"
|
|
2079
2082
|
# resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "GP3", "IO1", "SC1", "ST1", "STANDARD"
|
|
2080
2083
|
# resp.replicated_disks[0].throughput #=> Integer
|
|
2081
2084
|
# resp.replication_server_instance_type #=> String
|
|
@@ -2176,7 +2179,7 @@ module Aws::Drs
|
|
|
2176
2179
|
# bandwidth_throttling: 1,
|
|
2177
2180
|
# create_public_ip: false,
|
|
2178
2181
|
# data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
|
|
2179
|
-
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1
|
|
2182
|
+
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1, AUTO
|
|
2180
2183
|
# ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
|
|
2181
2184
|
# ebs_encryption_key_arn: "ARN",
|
|
2182
2185
|
# pit_policy: [
|
|
@@ -2205,7 +2208,7 @@ module Aws::Drs
|
|
|
2205
2208
|
# resp.bandwidth_throttling #=> Integer
|
|
2206
2209
|
# resp.create_public_ip #=> Boolean
|
|
2207
2210
|
# resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
|
|
2208
|
-
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1"
|
|
2211
|
+
# resp.default_large_staging_disk_type #=> String, one of "GP2", "GP3", "ST1", "AUTO"
|
|
2209
2212
|
# resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
|
|
2210
2213
|
# resp.ebs_encryption_key_arn #=> String
|
|
2211
2214
|
# resp.pit_policy #=> Array
|
|
@@ -2247,7 +2250,7 @@ module Aws::Drs
|
|
|
2247
2250
|
params: params,
|
|
2248
2251
|
config: config)
|
|
2249
2252
|
context[:gem_name] = 'aws-sdk-drs'
|
|
2250
|
-
context[:gem_version] = '1.
|
|
2253
|
+
context[:gem_version] = '1.6.0'
|
|
2251
2254
|
Seahorse::Client::Request.new(handlers, context)
|
|
2252
2255
|
end
|
|
2253
2256
|
|
|
@@ -648,6 +648,7 @@ module Aws::Drs
|
|
|
648
648
|
ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
|
649
649
|
ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
|
|
650
650
|
ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
|
|
651
|
+
ReplicationConfigurationReplicatedDisk.add_member(:optimized_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "optimizedStagingDiskType"))
|
|
651
652
|
ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
|
|
652
653
|
ReplicationConfigurationReplicatedDisk.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
|
|
653
654
|
ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
|
data/lib/aws-sdk-drs/types.rb
CHANGED
|
@@ -171,7 +171,7 @@ module Aws::Drs
|
|
|
171
171
|
# bandwidth_throttling: 1, # required
|
|
172
172
|
# create_public_ip: false, # required
|
|
173
173
|
# data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
|
|
174
|
-
# default_large_staging_disk_type: "GP2", # required, accepts GP2, GP3, ST1
|
|
174
|
+
# default_large_staging_disk_type: "GP2", # required, accepts GP2, GP3, ST1, AUTO
|
|
175
175
|
# ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
|
|
176
176
|
# ebs_encryption_key_arn: "ARN",
|
|
177
177
|
# pit_policy: [ # required
|
|
@@ -446,7 +446,7 @@ module Aws::Drs
|
|
|
446
446
|
# }
|
|
447
447
|
#
|
|
448
448
|
# @!attribute [rw] recovery_instance_id
|
|
449
|
-
#
|
|
449
|
+
# The ID of the Recovery Instance to be deleted.
|
|
450
450
|
# @return [String]
|
|
451
451
|
#
|
|
452
452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteRecoveryInstanceRequest AWS API Documentation
|
|
@@ -2116,6 +2116,7 @@ module Aws::Drs
|
|
|
2116
2116
|
# device_name: "BoundedString",
|
|
2117
2117
|
# iops: 1,
|
|
2118
2118
|
# is_boot_disk: false,
|
|
2119
|
+
# optimized_staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2119
2120
|
# staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2120
2121
|
# throughput: 1,
|
|
2121
2122
|
# }
|
|
@@ -2132,6 +2133,11 @@ module Aws::Drs
|
|
|
2132
2133
|
# Whether to boot from this disk or not.
|
|
2133
2134
|
# @return [Boolean]
|
|
2134
2135
|
#
|
|
2136
|
+
# @!attribute [rw] optimized_staging_disk_type
|
|
2137
|
+
# The Staging Disk EBS volume type to be used during replication when
|
|
2138
|
+
# `stagingDiskType` is set to Auto. This is a read-only field.
|
|
2139
|
+
# @return [String]
|
|
2140
|
+
#
|
|
2135
2141
|
# @!attribute [rw] staging_disk_type
|
|
2136
2142
|
# The Staging Disk EBS volume type to be used during replication.
|
|
2137
2143
|
# @return [String]
|
|
@@ -2147,6 +2153,7 @@ module Aws::Drs
|
|
|
2147
2153
|
:device_name,
|
|
2148
2154
|
:iops,
|
|
2149
2155
|
:is_boot_disk,
|
|
2156
|
+
:optimized_staging_disk_type,
|
|
2150
2157
|
:staging_disk_type,
|
|
2151
2158
|
:throughput)
|
|
2152
2159
|
SENSITIVE = []
|
|
@@ -2877,7 +2884,7 @@ module Aws::Drs
|
|
|
2877
2884
|
# bandwidth_throttling: 1,
|
|
2878
2885
|
# create_public_ip: false,
|
|
2879
2886
|
# data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
|
|
2880
|
-
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1
|
|
2887
|
+
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1, AUTO
|
|
2881
2888
|
# ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
|
|
2882
2889
|
# ebs_encryption_key_arn: "ARN",
|
|
2883
2890
|
# name: "SmallBoundedString",
|
|
@@ -2895,6 +2902,7 @@ module Aws::Drs
|
|
|
2895
2902
|
# device_name: "BoundedString",
|
|
2896
2903
|
# iops: 1,
|
|
2897
2904
|
# is_boot_disk: false,
|
|
2905
|
+
# optimized_staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2898
2906
|
# staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
|
|
2899
2907
|
# throughput: 1,
|
|
2900
2908
|
# },
|
|
@@ -3012,7 +3020,7 @@ module Aws::Drs
|
|
|
3012
3020
|
# bandwidth_throttling: 1,
|
|
3013
3021
|
# create_public_ip: false,
|
|
3014
3022
|
# data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
|
|
3015
|
-
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1
|
|
3023
|
+
# default_large_staging_disk_type: "GP2", # accepts GP2, GP3, ST1, AUTO
|
|
3016
3024
|
# ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
|
|
3017
3025
|
# ebs_encryption_key_arn: "ARN",
|
|
3018
3026
|
# pit_policy: [
|
data/lib/aws-sdk-drs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-drs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.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-
|
|
11
|
+
date: 2022-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|