aws-sdk-sms 1.35.0 → 1.36.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: 7c3269bf9dede97a41e48b1a0265c8e3e581261321cc12a873ef39d4d2776947
4
- data.tar.gz: f3c7f54ac1591191a7895efd04ca01c6cabcd76a780a6cd426818e07d6c58a68
3
+ metadata.gz: 4785598d3dd0793fdc4707edf213ecbb6b03025d12b525152f2f4236d1872130
4
+ data.tar.gz: 70bdcbb206238511d8ac4973e9f535ad025e8e7dda369ada2a4e49d54c2cd741
5
5
  SHA512:
6
- metadata.gz: f292503600f675c758f6dd9a46555d4a3e26a635c76325b95b0a9f0e8290e6629360542a3742fc46a728f93eb4fe24985c456ecd7a558e81f54ba3c665e2eb2f
7
- data.tar.gz: a700e0409ce26323da125de45d1540955e2dd5765df30622ce33fa83929d6ed14a6fb8261762665a448484c5c6b8ee7cad2fc8e451215f50903b0ee07f9d5db1
6
+ metadata.gz: 8c9850984e96636542f3a9ceecea37cf8aa73d82f0acc3e98a7b3a33459e8934f7c0e82453937507819c3204dff08c9eb8c48455e7e017e240575091f3c4b60d
7
+ data.tar.gz: 788b612c883b8cf88275a819a56dc8e83ceaead455a9c833573836a28908513327ee3e231b0d44999425960d5f05a3806119a5dbbc924bdcea8a8b651b9a973f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2021-12-09)
5
+ ------------------
6
+
7
+ * Feature - This release adds SMS discontinuation information to the API and CLI references.
8
+
4
9
  1.35.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -359,7 +359,7 @@ module Aws::SMS
359
359
  #
360
360
  # @option params [String] :role_name
361
361
  # The name of the service role in the customer's account to be used by
362
- # AWS SMS.
362
+ # Server Migration Service.
363
363
  #
364
364
  # @option params [String] :client_token
365
365
  # A unique, case-sensitive identifier that you provide to ensure the
@@ -467,8 +467,8 @@ module Aws::SMS
467
467
  end
468
468
 
469
469
  # Creates a replication job. The replication job schedules periodic
470
- # replication runs to replicate your server to AWS. Each replication run
471
- # creates an Amazon Machine Image (AMI).
470
+ # replication runs to replicate your server to Amazon Web Services. Each
471
+ # replication run creates an Amazon Machine Image (AMI).
472
472
  #
473
473
  # @option params [required, String] :server_id
474
474
  # The ID of the server.
@@ -487,7 +487,7 @@ module Aws::SMS
487
487
  # replication run.
488
488
  #
489
489
  # @option params [String] :role_name
490
- # The name of the IAM role to be used by the AWS SMS.
490
+ # The name of the IAM role to be used by the Server Migration Service.
491
491
  #
492
492
  # @option params [String] :description
493
493
  # The description of the replication job.
@@ -547,8 +547,8 @@ module Aws::SMS
547
547
  end
548
548
 
549
549
  # Deletes the specified application. Optionally deletes the launched
550
- # stack associated with the application and all AWS SMS replication jobs
551
- # for servers in the application.
550
+ # stack associated with the application and all Server Migration Service
551
+ # replication jobs for servers in the application.
552
552
  #
553
553
  # @option params [String] :app_id
554
554
  # The ID of the application.
@@ -649,9 +649,9 @@ module Aws::SMS
649
649
  # Deletes the specified replication job.
650
650
  #
651
651
  # After you delete a replication job, there are no further replication
652
- # runs. AWS deletes the contents of the Amazon S3 bucket used to store
653
- # AWS SMS artifacts. The AMIs created by the replication runs are not
654
- # deleted.
652
+ # runs. Amazon Web Services deletes the contents of the Amazon S3 bucket
653
+ # used to store Server Migration Service artifacts. The AMIs created by
654
+ # the replication runs are not deleted.
655
655
  #
656
656
  # @option params [required, String] :replication_job_id
657
657
  # The ID of the replication job.
@@ -686,7 +686,7 @@ module Aws::SMS
686
686
  req.send_request(options)
687
687
  end
688
688
 
689
- # Disassociates the specified connector from AWS SMS.
689
+ # Disassociates the specified connector from Server Migration Service.
690
690
  #
691
691
  # After you disassociate a connector, it is no longer available to
692
692
  # support replication jobs.
@@ -745,16 +745,15 @@ module Aws::SMS
745
745
  req.send_request(options)
746
746
  end
747
747
 
748
- # Generates an AWS CloudFormation template based on the current launch
748
+ # Generates an CloudFormation template based on the current launch
749
749
  # configuration and writes it to an Amazon S3 object in the customer’s
750
750
  # Amazon S3 bucket.
751
751
  #
752
752
  # @option params [String] :app_id
753
- # The ID of the application associated with the AWS CloudFormation
754
- # template.
753
+ # The ID of the application associated with the CloudFormation template.
755
754
  #
756
755
  # @option params [String] :template_format
757
- # The format for generating the AWS CloudFormation template.
756
+ # The format for generating the CloudFormation template.
758
757
  #
759
758
  # @return [Types::GenerateTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
760
759
  #
@@ -1061,7 +1060,7 @@ module Aws::SMS
1061
1060
  req.send_request(options)
1062
1061
  end
1063
1062
 
1064
- # Describes the connectors registered with the AWS SMS.
1063
+ # Describes the connectors registered with the Server Migration Service.
1065
1064
  #
1066
1065
  # @option params [String] :next_token
1067
1066
  # The token for the next set of results.
@@ -1342,13 +1341,13 @@ module Aws::SMS
1342
1341
  req.send_request(options)
1343
1342
  end
1344
1343
 
1345
- # Allows application import from AWS Migration Hub.
1344
+ # Allows application import from Migration Hub.
1346
1345
  #
1347
1346
  # @option params [String] :role_name
1348
1347
  # The name of the service role. If you omit this parameter, we create a
1349
- # service-linked role for AWS Migration Hub in your account. Otherwise,
1350
- # the role that you provide must have the [policy and trust policy][1]
1351
- # described in the *AWS Migration Hub User Guide*.
1348
+ # service-linked role for Migration Hub in your account. Otherwise, the
1349
+ # role that you provide must have the [policy and trust policy][1]
1350
+ # described in the *Migration Hub User Guide*.
1352
1351
  #
1353
1352
  #
1354
1353
  #
@@ -1388,7 +1387,7 @@ module Aws::SMS
1388
1387
  req.send_request(options)
1389
1388
  end
1390
1389
 
1391
- # Launches the specified application as a stack in AWS CloudFormation.
1390
+ # Launches the specified application as a stack in CloudFormation.
1392
1391
  #
1393
1392
  # @option params [String] :app_id
1394
1393
  # The ID of the application.
@@ -1471,8 +1470,8 @@ module Aws::SMS
1471
1470
  req.send_request(options)
1472
1471
  end
1473
1472
 
1474
- # Provides information to AWS SMS about whether application validation
1475
- # is successful.
1473
+ # Provides information to Server Migration Service about whether
1474
+ # application validation is successful.
1476
1475
  #
1477
1476
  # @option params [required, String] :app_id
1478
1477
  # The ID of the application.
@@ -1509,7 +1508,7 @@ module Aws::SMS
1509
1508
  # The ID of the application.
1510
1509
  #
1511
1510
  # @option params [String] :role_name
1512
- # The name of service role in the customer's account that AWS
1511
+ # The name of service role in the customer's account that
1513
1512
  # CloudFormation uses to launch the application.
1514
1513
  #
1515
1514
  # @option params [Boolean] :auto_launch
@@ -1874,8 +1873,8 @@ module Aws::SMS
1874
1873
  # The new description of the application.
1875
1874
  #
1876
1875
  # @option params [String] :role_name
1877
- # The name of the service role in the customer's account used by AWS
1878
- # SMS.
1876
+ # The name of the service role in the customer's account used by Server
1877
+ # Migration Service.
1879
1878
  #
1880
1879
  # @option params [Array<Types::ServerGroup>] :server_groups
1881
1880
  # The server groups in the application to update.
@@ -1994,7 +1993,7 @@ module Aws::SMS
1994
1993
  # replication run.
1995
1994
  #
1996
1995
  # @option params [String] :role_name
1997
- # The name of the IAM role to be used by AWS SMS.
1996
+ # The name of the IAM role to be used by Server Migration Service.
1998
1997
  #
1999
1998
  # @option params [String] :description
2000
1999
  # The description of the replication job.
@@ -2060,7 +2059,7 @@ module Aws::SMS
2060
2059
  params: params,
2061
2060
  config: config)
2062
2061
  context[:gem_name] = 'aws-sdk-sms'
2063
- context[:gem_version] = '1.35.0'
2062
+ context[:gem_version] = '1.36.0'
2064
2063
  Seahorse::Client::Request.new(handlers, context)
2065
2064
  end
2066
2065
 
@@ -78,8 +78,8 @@ module Aws::SMS
78
78
  # @return [Time]
79
79
  #
80
80
  # @!attribute [rw] role_name
81
- # The name of the service role in the customer's account used by AWS
82
- # SMS.
81
+ # The name of the service role in the customer's account used by
82
+ # Server Migration Service.
83
83
  # @return [String]
84
84
  #
85
85
  # @!attribute [rw] total_server_groups
@@ -290,7 +290,7 @@ module Aws::SMS
290
290
  #
291
291
  # @!attribute [rw] role_name
292
292
  # The name of the service role in the customer's account to be used
293
- # by AWS SMS.
293
+ # by Server Migration Service.
294
294
  # @return [String]
295
295
  #
296
296
  # @!attribute [rw] client_token
@@ -379,7 +379,7 @@ module Aws::SMS
379
379
  # @return [String]
380
380
  #
381
381
  # @!attribute [rw] role_name
382
- # The name of the IAM role to be used by the AWS SMS.
382
+ # The name of the IAM role to be used by the Server Migration Service.
383
383
  # @return [String]
384
384
  #
385
385
  # @!attribute [rw] description
@@ -663,12 +663,12 @@ module Aws::SMS
663
663
  # }
664
664
  #
665
665
  # @!attribute [rw] app_id
666
- # The ID of the application associated with the AWS CloudFormation
666
+ # The ID of the application associated with the CloudFormation
667
667
  # template.
668
668
  # @return [String]
669
669
  #
670
670
  # @!attribute [rw] template_format
671
- # The format for generating the AWS CloudFormation template.
671
+ # The format for generating the CloudFormation template.
672
672
  # @return [String]
673
673
  #
674
674
  # @see http://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GenerateTemplateRequest AWS API Documentation
@@ -716,7 +716,7 @@ module Aws::SMS
716
716
  # @return [String]
717
717
  #
718
718
  # @!attribute [rw] role_name
719
- # The name of the service role in the customer's account that AWS
719
+ # The name of the service role in the customer's account that
720
720
  # CloudFormation uses to launch the application.
721
721
  # @return [String]
722
722
  #
@@ -1107,9 +1107,9 @@ module Aws::SMS
1107
1107
  #
1108
1108
  # @!attribute [rw] role_name
1109
1109
  # The name of the service role. If you omit this parameter, we create
1110
- # a service-linked role for AWS Migration Hub in your account.
1111
- # Otherwise, the role that you provide must have the [policy and trust
1112
- # policy][1] described in the *AWS Migration Hub User Guide*.
1110
+ # a service-linked role for Migration Hub in your account. Otherwise,
1111
+ # the role that you provide must have the [policy and trust policy][1]
1112
+ # described in the *Migration Hub User Guide*.
1113
1113
  #
1114
1114
  #
1115
1115
  #
@@ -1426,7 +1426,7 @@ module Aws::SMS
1426
1426
  # @return [String]
1427
1427
  #
1428
1428
  # @!attribute [rw] role_name
1429
- # The name of service role in the customer's account that AWS
1429
+ # The name of service role in the customer's account that
1430
1430
  # CloudFormation uses to launch the application.
1431
1431
  # @return [String]
1432
1432
  #
@@ -1648,7 +1648,7 @@ module Aws::SMS
1648
1648
  # @return [String]
1649
1649
  #
1650
1650
  # @!attribute [rw] role_name
1651
- # The name of the IAM role to be used by AWS SMS.
1651
+ # The name of the IAM role to be used by Server Migration Service.
1652
1652
  # @return [String]
1653
1653
  #
1654
1654
  # @!attribute [rw] latest_ami_id
@@ -1932,7 +1932,7 @@ module Aws::SMS
1932
1932
  # @return [String]
1933
1933
  #
1934
1934
  # @!attribute [rw] command
1935
- # The command to run the validation script
1935
+ # The command to run the validation script.
1936
1936
  # @return [String]
1937
1937
  #
1938
1938
  # @!attribute [rw] execution_timeout_seconds
@@ -2308,7 +2308,7 @@ module Aws::SMS
2308
2308
  # @return [Types::Server]
2309
2309
  #
2310
2310
  # @!attribute [rw] logical_id
2311
- # The logical ID of the server in the AWS CloudFormation template.
2311
+ # The logical ID of the server in the CloudFormation template.
2312
2312
  # @return [String]
2313
2313
  #
2314
2314
  # @!attribute [rw] vpc
@@ -2835,8 +2835,8 @@ module Aws::SMS
2835
2835
  # @return [String]
2836
2836
  #
2837
2837
  # @!attribute [rw] role_name
2838
- # The name of the service role in the customer's account used by AWS
2839
- # SMS.
2838
+ # The name of the service role in the customer's account used by
2839
+ # Server Migration Service.
2840
2840
  # @return [String]
2841
2841
  #
2842
2842
  # @!attribute [rw] server_groups
@@ -2915,7 +2915,7 @@ module Aws::SMS
2915
2915
  # @return [String]
2916
2916
  #
2917
2917
  # @!attribute [rw] role_name
2918
- # The name of the IAM role to be used by AWS SMS.
2918
+ # The name of the IAM role to be used by Server Migration Service.
2919
2919
  # @return [String]
2920
2920
  #
2921
2921
  # @!attribute [rw] description
data/lib/aws-sdk-sms.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-sms/customizations'
48
48
  # @!group service
49
49
  module Aws::SMS
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core