aws-sdk-mgn 1.67.0 → 1.69.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a952b8277383055e724dd837d2fd1c204cfd17db0da11cfcf681c5a5c3c927fe
4
- data.tar.gz: 825a053424241bd5e91d08d24b1873ed5b5659edaa0228d9bd2f03518da46ee9
3
+ metadata.gz: 9e054398f9b13091979b98d608134e084106cdea320645cb08571442ac82e366
4
+ data.tar.gz: 496a74a07b3cddb953ffb1a5cf41017529fd5e55be59476361fd3c28f05f6273
5
5
  SHA512:
6
- metadata.gz: 04cf85c4a9ee4a9d7e03eb3a2b0dfd027e81da939d3938edd12422f870e836c9db4a3adbfba71b93424c0631c300fe87efa4d1a517092b00027be5451a9fa40d
7
- data.tar.gz: 2a35a8c6c7bc2aa905637776869609f7d1adf58841891b5b8b31721b93a1b55d4c4f0f0a0865205da7d2df2a832c804389c658e8fde0e23b26c7388e6ba660dd
6
+ metadata.gz: 4dc525aa1562e5df8de3e3c186b3c274c9448f1266e816d24c75f42ad1b34b807443f69a60a8b61794212e3c4faac308d9e1011424fb60e58ca5cf2471050f1e
7
+ data.tar.gz: d2f074f897465c61163c6ff334a0358d36497cdf927cb7a9f5d58be89ec7961b22d484d1903d9d30ad6fa99945732f42b0f25e6781866854002e78d8f0970ef3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.67.0 (2026-05-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -199,7 +199,7 @@ module Aws::Mgn
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Mgn
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -7651,7 +7649,7 @@ module Aws::Mgn
7651
7649
  tracer: tracer
7652
7650
  )
7653
7651
  context[:gem_name] = 'aws-sdk-mgn'
7654
- context[:gem_version] = '1.67.0'
7652
+ context[:gem_version] = '1.69.0'
7655
7653
  Seahorse::Client::Request.new(handlers, context)
7656
7654
  end
7657
7655
 
data/lib/aws-sdk-mgn.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Mgn
55
55
  autoload :EndpointProvider, 'aws-sdk-mgn/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mgn/endpoints'
57
57
 
58
- GEM_VERSION = '1.67.0'
58
+ GEM_VERSION = '1.69.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -235,29 +235,7 @@ module Aws
235
235
  end
236
236
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#create_launch_configuration_template-instance_method
237
237
  def create_launch_configuration_template: (
238
- ?post_launch_actions: {
239
- deployment: ("TEST_AND_CUTOVER" | "CUTOVER_ONLY" | "TEST_ONLY")?,
240
- s3_log_bucket: ::String?,
241
- s3_output_key_prefix: ::String?,
242
- cloud_watch_log_group_name: ::String?,
243
- ssm_documents: Array[
244
- {
245
- action_name: ::String,
246
- ssm_document_name: ::String,
247
- timeout_seconds: ::Integer?,
248
- must_succeed_for_cutover: bool?,
249
- parameters: Hash[::String, Array[
250
- {
251
- parameter_type: ("STRING" | "SECURE_STRING"),
252
- parameter_name: ::String
253
- },
254
- ]]?,
255
- external_parameters: Hash[::String, {
256
- dynamic_path: ::String?
257
- }]?
258
- },
259
- ]?
260
- },
238
+ ?post_launch_actions: Params::post_launch_actions,
261
239
  ?enable_map_auto_tagging: bool,
262
240
  ?map_auto_tagging_mpe_id: ::String,
263
241
  ?tags: Hash[::String, ::String],
@@ -306,14 +284,7 @@ module Aws
306
284
  name: ::String,
307
285
  ?description: ::String,
308
286
  ?source_configurations: Array[
309
- {
310
- source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT"),
311
- source_s3_configuration: {
312
- s3_bucket: ::String,
313
- s3_bucket_owner: ::String,
314
- s3_key: ::String
315
- }
316
- },
287
+ Params::source_configuration
317
288
  ],
318
289
  target_s3_configuration: {
319
290
  s3_bucket: ::String,
@@ -1180,7 +1151,7 @@ module Aws
1180
1151
  {
1181
1152
  parameter_type: ("STRING" | "SECURE_STRING"),
1182
1153
  parameter_name: ::String
1183
- },
1154
+ }
1184
1155
  ]],
1185
1156
  ?external_parameters: Hash[::String, {
1186
1157
  dynamic_path: ::String?
@@ -1222,7 +1193,7 @@ module Aws
1222
1193
  {
1223
1194
  parameter_type: ("STRING" | "SECURE_STRING"),
1224
1195
  parameter_name: ::String
1225
- },
1196
+ }
1226
1197
  ]],
1227
1198
  ?operating_system: ::String,
1228
1199
  ?external_parameters: Hash[::String, {
@@ -1429,14 +1400,14 @@ module Aws
1429
1400
  {
1430
1401
  segment_id: ::String?,
1431
1402
  construct_id: ::String?
1432
- },
1403
+ }
1433
1404
  ]?
1434
1405
  }?,
1435
1406
  split: {
1436
1407
  split_constructs: Array[
1437
1408
  {
1438
1409
  cidr_block: ::String?
1439
- },
1410
+ }
1440
1411
  ]?
1441
1412
  }?,
1442
1413
  delete: {
@@ -1447,14 +1418,14 @@ module Aws
1447
1418
  properties: Hash[::String, ::String]?
1448
1419
  }?
1449
1420
  }?
1450
- },
1421
+ }
1451
1422
  ],
1452
1423
  ?segments: Array[
1453
1424
  {
1454
1425
  segment_id: ::String,
1455
1426
  target_account: ::String?,
1456
1427
  scope_tags: Hash[::String, ::String]?
1457
- },
1428
+ }
1458
1429
  ]
1459
1430
  ) -> _StartNetworkMigrationMappingUpdateResponseSuccess
1460
1431
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartNetworkMigrationMappingUpdateResponseSuccess
@@ -1655,29 +1626,7 @@ module Aws
1655
1626
  os_byol: bool?
1656
1627
  },
1657
1628
  ?boot_mode: ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE"),
1658
- ?post_launch_actions: {
1659
- deployment: ("TEST_AND_CUTOVER" | "CUTOVER_ONLY" | "TEST_ONLY")?,
1660
- s3_log_bucket: ::String?,
1661
- s3_output_key_prefix: ::String?,
1662
- cloud_watch_log_group_name: ::String?,
1663
- ssm_documents: Array[
1664
- {
1665
- action_name: ::String,
1666
- ssm_document_name: ::String,
1667
- timeout_seconds: ::Integer?,
1668
- must_succeed_for_cutover: bool?,
1669
- parameters: Hash[::String, Array[
1670
- {
1671
- parameter_type: ("STRING" | "SECURE_STRING"),
1672
- parameter_name: ::String
1673
- },
1674
- ]]?,
1675
- external_parameters: Hash[::String, {
1676
- dynamic_path: ::String?
1677
- }]?
1678
- },
1679
- ]?
1680
- },
1629
+ ?post_launch_actions: Params::post_launch_actions,
1681
1630
  ?enable_map_auto_tagging: bool,
1682
1631
  ?map_auto_tagging_mpe_id: ::String,
1683
1632
  ?account_id: ::String
@@ -1709,29 +1658,7 @@ module Aws
1709
1658
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#update_launch_configuration_template-instance_method
1710
1659
  def update_launch_configuration_template: (
1711
1660
  launch_configuration_template_id: ::String,
1712
- ?post_launch_actions: {
1713
- deployment: ("TEST_AND_CUTOVER" | "CUTOVER_ONLY" | "TEST_ONLY")?,
1714
- s3_log_bucket: ::String?,
1715
- s3_output_key_prefix: ::String?,
1716
- cloud_watch_log_group_name: ::String?,
1717
- ssm_documents: Array[
1718
- {
1719
- action_name: ::String,
1720
- ssm_document_name: ::String,
1721
- timeout_seconds: ::Integer?,
1722
- must_succeed_for_cutover: bool?,
1723
- parameters: Hash[::String, Array[
1724
- {
1725
- parameter_type: ("STRING" | "SECURE_STRING"),
1726
- parameter_name: ::String
1727
- },
1728
- ]]?,
1729
- external_parameters: Hash[::String, {
1730
- dynamic_path: ::String?
1731
- }]?
1732
- },
1733
- ]?
1734
- },
1661
+ ?post_launch_actions: Params::post_launch_actions,
1735
1662
  ?enable_map_auto_tagging: bool,
1736
1663
  ?map_auto_tagging_mpe_id: ::String,
1737
1664
  ?launch_disposition: ("STOPPED" | "STARTED"),
@@ -1780,14 +1707,7 @@ module Aws
1780
1707
  ?name: ::String,
1781
1708
  ?description: ::String,
1782
1709
  ?source_configurations: Array[
1783
- {
1784
- source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT"),
1785
- source_s3_configuration: {
1786
- s3_bucket: ::String,
1787
- s3_bucket_owner: ::String,
1788
- s3_key: ::String
1789
- }
1790
- },
1710
+ Params::source_configuration
1791
1711
  ],
1792
1712
  ?target_s3_configuration: {
1793
1713
  s3_bucket: ::String?,
@@ -1869,7 +1789,7 @@ module Aws
1869
1789
  staging_disk_type: ("AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | "GP3" | "IO2")?,
1870
1790
  iops: ::Integer?,
1871
1791
  throughput: ::Integer?
1872
- },
1792
+ }
1873
1793
  ],
1874
1794
  ?ebs_encryption: ("DEFAULT" | "CUSTOM"),
1875
1795
  ?ebs_encryption_key_arn: ::String,
data/sig/params.rbs ADDED
@@ -0,0 +1,48 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Mgn
10
+ module Params
11
+ type post_launch_actions = {
12
+ deployment: ("TEST_AND_CUTOVER" | "CUTOVER_ONLY" | "TEST_ONLY")?,
13
+ s3_log_bucket: ::String?,
14
+ s3_output_key_prefix: ::String?,
15
+ cloud_watch_log_group_name: ::String?,
16
+ ssm_documents: Array[
17
+ Params::ssm_document
18
+ ]?
19
+ }
20
+
21
+ type ssm_document = {
22
+ action_name: ::String,
23
+ ssm_document_name: ::String,
24
+ timeout_seconds: ::Integer?,
25
+ must_succeed_for_cutover: bool?,
26
+ parameters: Hash[::String, Array[
27
+ {
28
+ parameter_type: ("STRING" | "SECURE_STRING"),
29
+ parameter_name: ::String
30
+ }
31
+ ]]?,
32
+ external_parameters: Hash[::String, {
33
+ dynamic_path: ::String?
34
+ }]?
35
+ }
36
+
37
+ type source_configuration = {
38
+ source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT"),
39
+ source_s3_configuration: {
40
+ s3_bucket: ::String,
41
+ s3_bucket_owner: ::String,
42
+ s3_key: ::String
43
+ }
44
+ }
45
+
46
+ end
47
+ end
48
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-mgn/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs