aws-sdk-drs 1.63.0 → 1.64.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 +1 -1
- data/lib/aws-sdk-drs.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab466b7dbca1b82c0b1eaefb696679a96054770a1f8aab3b96d0fb84b6d64884
|
|
4
|
+
data.tar.gz: 2a493670f1e745c440e43f714e2818b7c17bbc8d6ae0fc1ef5b4a900804f85dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dce7cfc26c4dba650b1fd21fa888c2de9b32e6089fa13bd61985b6c8ad9c08f5d7ffb0c2e13b97779140dcbddcc9818dd4817a32207da108dd655f3329f8c2f
|
|
7
|
+
data.tar.gz: cf0abfb07929f3e798e3aa3dae59f404d245be919f34f18db7dc8d1b73aae8f8712d15e102bd04840f28de5c9f0adaa350dd6693a9a95bf5ce42fcd64fde8fd0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
data/lib/aws-sdk-drs/client.rb
CHANGED
data/lib/aws-sdk-drs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -162,7 +162,7 @@ module Aws
|
|
|
162
162
|
interval: ::Integer,
|
|
163
163
|
retention_duration: ::Integer,
|
|
164
164
|
enabled: bool?
|
|
165
|
-
}
|
|
165
|
+
}
|
|
166
166
|
],
|
|
167
167
|
?tags: Hash[::String, ::String],
|
|
168
168
|
?auto_replicate_new_disks: bool,
|
|
@@ -614,7 +614,7 @@ module Aws
|
|
|
614
614
|
{
|
|
615
615
|
source_server_id: ::String,
|
|
616
616
|
recovery_snapshot_id: ::String?
|
|
617
|
-
}
|
|
617
|
+
}
|
|
618
618
|
],
|
|
619
619
|
?is_drill: bool,
|
|
620
620
|
?tags: Hash[::String, ::String]
|
|
@@ -641,7 +641,7 @@ module Aws
|
|
|
641
641
|
{
|
|
642
642
|
source_network_id: ::String,
|
|
643
643
|
cfn_stack_name: ::String?
|
|
644
|
-
}
|
|
644
|
+
}
|
|
645
645
|
],
|
|
646
646
|
?deploy_as_new: bool,
|
|
647
647
|
?tags: Hash[::String, ::String]
|
|
@@ -808,7 +808,7 @@ module Aws
|
|
|
808
808
|
iops: ::Integer?,
|
|
809
809
|
throughput: ::Integer?,
|
|
810
810
|
optimized_staging_disk_type: ("AUTO" | "GP2" | "GP3" | "IO1" | "SC1" | "ST1" | "STANDARD")?
|
|
811
|
-
}
|
|
811
|
+
}
|
|
812
812
|
],
|
|
813
813
|
?ebs_encryption: ("DEFAULT" | "CUSTOM" | "NONE"),
|
|
814
814
|
?ebs_encryption_key_arn: ::String,
|
|
@@ -823,7 +823,7 @@ module Aws
|
|
|
823
823
|
interval: ::Integer,
|
|
824
824
|
retention_duration: ::Integer,
|
|
825
825
|
enabled: bool?
|
|
826
|
-
}
|
|
826
|
+
}
|
|
827
827
|
],
|
|
828
828
|
?auto_replicate_new_disks: bool,
|
|
829
829
|
?internet_protocol: ("IPV4" | "IPV6")
|
|
@@ -874,7 +874,7 @@ module Aws
|
|
|
874
874
|
interval: ::Integer,
|
|
875
875
|
retention_duration: ::Integer,
|
|
876
876
|
enabled: bool?
|
|
877
|
-
}
|
|
877
|
+
}
|
|
878
878
|
],
|
|
879
879
|
?auto_replicate_new_disks: bool,
|
|
880
880
|
?internet_protocol: ("IPV4" | "IPV6")
|