aws-sdk-mgn 1.0.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 020f5c76870f080c6a85ee757d9937a4f73014fec4bb00f1994c409c5925f9a1
4
- data.tar.gz: 4d0cc8dcfb47de1e4190d606e296b3dbf08195053187fc03811d5f9874b97902
3
+ metadata.gz: b8b3b4b67180bb32e1f4721747875db257439a8179df5aad866591c7c710341c
4
+ data.tar.gz: 4816438cd21366a990eed33b842eaeaa29987d9bfe547aa3e381f6f9e41fff05
5
5
  SHA512:
6
- metadata.gz: d6c5e832618a9914b43ef12a10512cd3229c28f33b7c1f67d7cb58b3e372707e224cac7ee180aba78e0a8a49c53c39b378cc7ca8487b4f67a9899e0909eb476a
7
- data.tar.gz: 01302420ff2f07b6a03cc39ec2e881f767947071334ce506f8a96ab786d7317bdd998a4df79dd010f07f0b16e31cf526f10fc156b8079bfb6e9aa32d604ad25a
6
+ metadata.gz: d65fd44a35cba62c216942e8cfbded782322f441201900d2b8f332e192b6386ccd7d1499b8b620a677b95895aaaf713467cc60732c5808a9d9ba180bed8ed2b0
7
+ data.tar.gz: d88fce34657cedfc7904af1a6e57a6869ae4e3158079018319a85a70dff5f7a6d9d78aa3baea2168b0e35b375b6a9553d46a478882a12025bfafe7280da7cd04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.3.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.2.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.1.0 (2021-07-06)
20
+ ------------------
21
+
22
+ * Feature - Bug fix: Remove not supported EBS encryption type "NONE"
23
+
4
24
  1.0.0 (2021-04-07)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.4.0
@@ -507,7 +507,7 @@ module Aws::Mgn
507
507
  # create_public_ip: false, # required
508
508
  # data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
509
509
  # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1
510
- # ebs_encryption: "NONE", # required, accepts NONE, DEFAULT, CUSTOM
510
+ # ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
511
511
  # ebs_encryption_key_arn: "ARN",
512
512
  # replication_server_instance_type: "EC2InstanceType", # required
513
513
  # replication_servers_security_groups_i_ds: ["SecurityGroupID"], # required
@@ -529,7 +529,7 @@ module Aws::Mgn
529
529
  # resp.create_public_ip #=> Boolean
530
530
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
531
531
  # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
532
- # resp.ebs_encryption #=> String, one of "NONE", "DEFAULT", "CUSTOM"
532
+ # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
533
533
  # resp.ebs_encryption_key_arn #=> String
534
534
  # resp.replication_configuration_template_id #=> String
535
535
  # resp.replication_server_instance_type #=> String
@@ -763,7 +763,7 @@ module Aws::Mgn
763
763
  # resp.items[0].create_public_ip #=> Boolean
764
764
  # resp.items[0].data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
765
765
  # resp.items[0].default_large_staging_disk_type #=> String, one of "GP2", "ST1"
766
- # resp.items[0].ebs_encryption #=> String, one of "NONE", "DEFAULT", "CUSTOM"
766
+ # resp.items[0].ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
767
767
  # resp.items[0].ebs_encryption_key_arn #=> String
768
768
  # resp.items[0].replication_configuration_template_id #=> String
769
769
  # resp.items[0].replication_server_instance_type #=> String
@@ -1169,7 +1169,7 @@ module Aws::Mgn
1169
1169
  # resp.create_public_ip #=> Boolean
1170
1170
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
1171
1171
  # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
1172
- # resp.ebs_encryption #=> String, one of "NONE", "DEFAULT", "CUSTOM"
1172
+ # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
1173
1173
  # resp.ebs_encryption_key_arn #=> String
1174
1174
  # resp.name #=> String
1175
1175
  # resp.replicated_disks #=> Array
@@ -1770,7 +1770,7 @@ module Aws::Mgn
1770
1770
  # create_public_ip: false,
1771
1771
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
1772
1772
  # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
1773
- # ebs_encryption: "NONE", # accepts NONE, DEFAULT, CUSTOM
1773
+ # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
1774
1774
  # ebs_encryption_key_arn: "ARN",
1775
1775
  # name: "SmallBoundedString",
1776
1776
  # replicated_disks: [
@@ -1798,7 +1798,7 @@ module Aws::Mgn
1798
1798
  # resp.create_public_ip #=> Boolean
1799
1799
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
1800
1800
  # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
1801
- # resp.ebs_encryption #=> String, one of "NONE", "DEFAULT", "CUSTOM"
1801
+ # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
1802
1802
  # resp.ebs_encryption_key_arn #=> String
1803
1803
  # resp.name #=> String
1804
1804
  # resp.replicated_disks #=> Array
@@ -1903,7 +1903,7 @@ module Aws::Mgn
1903
1903
  # create_public_ip: false,
1904
1904
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
1905
1905
  # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
1906
- # ebs_encryption: "NONE", # accepts NONE, DEFAULT, CUSTOM
1906
+ # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
1907
1907
  # ebs_encryption_key_arn: "ARN",
1908
1908
  # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
1909
1909
  # replication_server_instance_type: "EC2InstanceType",
@@ -1923,7 +1923,7 @@ module Aws::Mgn
1923
1923
  # resp.create_public_ip #=> Boolean
1924
1924
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
1925
1925
  # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
1926
- # resp.ebs_encryption #=> String, one of "NONE", "DEFAULT", "CUSTOM"
1926
+ # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
1927
1927
  # resp.ebs_encryption_key_arn #=> String
1928
1928
  # resp.replication_configuration_template_id #=> String
1929
1929
  # resp.replication_server_instance_type #=> String
@@ -1958,7 +1958,7 @@ module Aws::Mgn
1958
1958
  params: params,
1959
1959
  config: config)
1960
1960
  context[:gem_name] = 'aws-sdk-mgn'
1961
- context[:gem_version] = '1.0.0'
1961
+ context[:gem_version] = '1.4.0'
1962
1962
  Seahorse::Client::Request.new(handlers, context)
1963
1963
  end
1964
1964
 
@@ -650,6 +650,7 @@ module Aws::Mgn
650
650
  o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
651
651
  o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
652
652
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
653
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
653
654
  end)
654
655
 
655
656
  api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
@@ -918,6 +919,7 @@ module Aws::Mgn
918
919
  o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
919
920
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
920
921
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
922
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
921
923
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
922
924
  end)
923
925
 
@@ -930,6 +932,7 @@ module Aws::Mgn
930
932
  o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
931
933
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
932
934
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
935
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
933
936
  end)
934
937
  end
935
938
 
@@ -132,7 +132,7 @@ module Aws::Mgn
132
132
  # create_public_ip: false, # required
133
133
  # data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
134
134
  # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1
135
- # ebs_encryption: "NONE", # required, accepts NONE, DEFAULT, CUSTOM
135
+ # ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
136
136
  # ebs_encryption_key_arn: "ARN",
137
137
  # replication_server_instance_type: "EC2InstanceType", # required
138
138
  # replication_servers_security_groups_i_ds: ["SecurityGroupID"], # required
@@ -1974,7 +1974,7 @@ module Aws::Mgn
1974
1974
  # create_public_ip: false,
1975
1975
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
1976
1976
  # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
1977
- # ebs_encryption: "NONE", # accepts NONE, DEFAULT, CUSTOM
1977
+ # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
1978
1978
  # ebs_encryption_key_arn: "ARN",
1979
1979
  # name: "SmallBoundedString",
1980
1980
  # replicated_disks: [
@@ -2092,7 +2092,7 @@ module Aws::Mgn
2092
2092
  # create_public_ip: false,
2093
2093
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
2094
2094
  # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
2095
- # ebs_encryption: "NONE", # accepts NONE, DEFAULT, CUSTOM
2095
+ # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
2096
2096
  # ebs_encryption_key_arn: "ARN",
2097
2097
  # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
2098
2098
  # replication_server_instance_type: "EC2InstanceType",
data/lib/aws-sdk-mgn.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mgn/customizations'
48
48
  # @!group service
49
49
  module Aws::Mgn
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.4.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.4.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: 2021-04-07 00:00:00.000000000 Z
11
+ date: 2021-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - mgn