aws-sdk-mgn 1.0.0 → 1.1.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: ac86d3f73f69546fc25e81965889b9ea30038790e52564e4b711a8ca9122ee77
4
+ data.tar.gz: adae22b36a326ff9e30761f60833acc3273b18d26a7b8b795c04c4524bc9ba63
5
5
  SHA512:
6
- metadata.gz: d6c5e832618a9914b43ef12a10512cd3229c28f33b7c1f67d7cb58b3e372707e224cac7ee180aba78e0a8a49c53c39b378cc7ca8487b4f67a9899e0909eb476a
7
- data.tar.gz: 01302420ff2f07b6a03cc39ec2e881f767947071334ce506f8a96ab786d7317bdd998a4df79dd010f07f0b16e31cf526f10fc156b8079bfb6e9aa32d604ad25a
6
+ metadata.gz: 1d73fc5e8a3c024b15f1424836c348943db84fc9d775e42e52787000b9cb7aa2089ca6eb905e48309f639a709fa8cf684091c257082cc410937c619b629c8cbc
7
+ data.tar.gz: af6000b039c571d43a51331d887b9f0e675190540183d0f9e88a98896665719338dd68866c877daaa66a9ca7632b010723a0144e3636bc5d8f6c4a99c1f26538
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2021-07-06)
5
+ ------------------
6
+
7
+ * Feature - Bug fix: Remove not supported EBS encryption type "NONE"
8
+
4
9
  1.0.0 (2021-04-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
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.1.0'
52
52
 
53
53
  end
@@ -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.1.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",
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.1.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-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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