aws-sdk-opsworkscm 1.84.0 → 1.85.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: 990a5b385068fa54aa33a91866ae5febe6ff49d66d70bb5c7228c9468dd63a8d
4
- data.tar.gz: 3cb95d1d3056c65f0f23856d8ae6219effe2d2e52295a61aee99dd8ad4d55ccb
3
+ metadata.gz: ba161669b7ea8985330fc190301ccf75522203382578d81243ebccb367f553d9
4
+ data.tar.gz: baa0d4b5ef83e316c77dff2921bf7b5c93da6d52cb2fb90935f9be64cd682963
5
5
  SHA512:
6
- metadata.gz: 89a4a87d849baf317d2603799c9d41d4674cd0746b5ef48b35e4b808d2609d15d092f08ad746c9fe1d22501f364fafd538c167d2bb2d5521010220e6e92b92e8
7
- data.tar.gz: 2c7154739cf76cfec61607bb6bd11227c49da1d4c347a486e54e19f11000db49505e9098eeba009713c32179cafed4e60695747019a8190ee5a96905e469e131
6
+ metadata.gz: 968e061e7e8974e117716da8484c40eab297a2bb88cf15fc117e25416bbfd10278aab95f05dc98c72d660c1608f6e572f188bde04c8d25e414c4586c21394ab8
7
+ data.tar.gz: d76f165459f7d580ba93842bc585055a5e8a5f42056f1b419375190bf9d653b10795ea0ded19e3456d25db625ec809e8259b253d43fdf61f2620bc8a5dcab6d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-07-09)
5
+ ------------------
6
+
7
+ * Feature - Removing content that refers to an S3 bucket that is no longer in use.
8
+
4
9
  1.84.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -484,7 +484,7 @@ module Aws::OpsWorksCM
484
484
  # Example (Chef): `aws opsworks-cm associate-node --server-name MyServer
485
485
  # --node-name MyManagedNode --engine-attributes
486
486
  # "Name=CHEF_ORGANIZATION,Value=default"
487
- # "Name=CHEF_NODE_PUBLIC_KEY,Value=public-key-pem"`
487
+ # "Name=CHEF_AUTOMATE_NODE_PUBLIC_KEY,Value=public-key-pem"`
488
488
  #
489
489
  # On a Puppet server, this command is an alternative to the `puppet cert
490
490
  # sign` command that signs a Puppet node CSR.
@@ -498,8 +498,8 @@ module Aws::OpsWorksCM
498
498
  # `ResourceNotFoundException` is thrown when the server does not exist.
499
499
  # A `ValidationException` is raised when parameters of the request are
500
500
  # not valid. The AssociateNode API call can be integrated into Auto
501
- # Scaling configurations, AWS Cloudformation templates, or the user data
502
- # of a server's instance.
501
+ # Scaling configurations, CloudFormation templates, or the user data of
502
+ # a server's instance.
503
503
  #
504
504
  # @option params [required, String] :server_name
505
505
  # The name of the server with which to associate the node.
@@ -516,8 +516,8 @@ module Aws::OpsWorksCM
516
516
  # associated. By default only one organization named `default` can
517
517
  # exist.
518
518
  #
519
- # * `CHEF_NODE_PUBLIC_KEY`: A PEM-formatted public key. This key is
520
- # required for the `chef-client` agent to access the Chef API.
519
+ # * `CHEF_AUTOMATE_NODE_PUBLIC_KEY`: A PEM-formatted public key. This
520
+ # key is required for the `chef-client` agent to access the Chef API.
521
521
  #
522
522
  # **Attributes accepted in a AssociateNode request for Puppet**
523
523
  #
@@ -580,8 +580,8 @@ module Aws::OpsWorksCM
580
580
  # A user-defined description of the backup.
581
581
  #
582
582
  # @option params [Array<Types::Tag>] :tags
583
- # A map that contains tag keys and tag values to attach to an AWS
584
- # OpsWorks-CM server backup.
583
+ # A map that contains tag keys and tag values to attach to an OpsWorks
584
+ # CM server backup.
585
585
  #
586
586
  # * The key cannot be empty.
587
587
  #
@@ -596,8 +596,8 @@ module Aws::OpsWorksCM
596
596
  # * Leading and trailing white spaces are trimmed from both the key and
597
597
  # value.
598
598
  #
599
- # * A maximum of 50 user-applied tags is allowed for tag-supported AWS
600
- # OpsWorks-CM resources.
599
+ # * A maximum of 50 user-applied tags is allowed for tag-supported
600
+ # OpsWorks CM resources.
601
601
  #
602
602
  # @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
603
603
  #
@@ -669,15 +669,14 @@ module Aws::OpsWorksCM
669
669
  # valid.
670
670
  #
671
671
  # If you do not specify a security group by adding the
672
- # `SecurityGroupIds` parameter, AWS OpsWorks creates a new security
673
- # group.
672
+ # `SecurityGroupIds` parameter, OpsWorks creates a new security group.
674
673
  #
675
674
  # *Chef Automate:* The default security group opens the Chef server to
676
- # the world on TCP port 443. If a KeyName is present, AWS OpsWorks
677
- # enables SSH access. SSH is also open to the world on TCP port 22.
675
+ # the world on TCP port 443. If a KeyName is present, OpsWorks enables
676
+ # SSH access. SSH is also open to the world on TCP port 22.
678
677
  #
679
678
  # *Puppet Enterprise:* The default security group opens TCP ports 22,
680
- # 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS
679
+ # 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present,
681
680
  # OpsWorks enables SSH access. SSH is also open to the world on TCP port
682
681
  # 22.
683
682
  #
@@ -786,23 +785,18 @@ module Aws::OpsWorksCM
786
785
  #
787
786
  # @option params [Integer] :backup_retention_count
788
787
  # The number of automated backups that you want to keep. Whenever a new
789
- # backup is created, AWS OpsWorks CM deletes the oldest backups if this
788
+ # backup is created, OpsWorks CM deletes the oldest backups if this
790
789
  # number is exceeded. The default value is `1`.
791
790
  #
792
791
  # @option params [required, String] :server_name
793
- # The name of the server. The server name must be unique within your AWS
794
- # account, within each region. Server names must start with a letter;
795
- # then letters, numbers, or hyphens (-) are allowed, up to a maximum of
796
- # 40 characters.
792
+ # The name of the server. The server name must be unique within your
793
+ # Amazon Web Services account, within each region. Server names must
794
+ # start with a letter; then letters, numbers, or hyphens (-) are
795
+ # allowed, up to a maximum of 40 characters.
797
796
  #
798
797
  # @option params [required, String] :instance_profile_arn
799
798
  # The ARN of the instance profile that your Amazon EC2 instances use.
800
- # Although the AWS OpsWorks console typically creates the instance
801
- # profile for you, if you are using API commands instead, run the
802
- # service-role-creation.yaml AWS CloudFormation template, located at
803
- # https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
804
- # This template creates a CloudFormation stack that includes the
805
- # instance profile you need.
799
+ # The OpsWorks console typically creates the instance profile for you
806
800
  #
807
801
  # @option params [required, String] :instance_type
808
802
  # The Amazon EC2 instance type to use. For example, `m5.large`.
@@ -813,8 +807,8 @@ module Aws::OpsWorksCM
813
807
  # your instances by using SSH.
814
808
  #
815
809
  # @option params [String] :preferred_maintenance_window
816
- # The start time for a one-hour period each week during which AWS
817
- # OpsWorks CM performs maintenance on the instance. Valid values must be
810
+ # The start time for a one-hour period each week during which OpsWorks
811
+ # CM performs maintenance on the instance. Valid values must be
818
812
  # specified in the following format: `DDD:HH:MM`. `MM` must be specified
819
813
  # as `00`. The specified time is in coordinated universal time (UTC).
820
814
  # The default value is a random one-hour period on Tuesday, Wednesday,
@@ -824,9 +818,9 @@ module Aws::OpsWorksCM
824
818
  # Monday at 08:00 UTC. (8:00 a.m.)
825
819
  #
826
820
  # @option params [String] :preferred_backup_window
827
- # The start time for a one-hour period during which AWS OpsWorks CM
828
- # backs up application-level data on your server if automated backups
829
- # are enabled. Valid values must be specified in one of the following
821
+ # The start time for a one-hour period during which OpsWorks CM backs up
822
+ # application-level data on your server if automated backups are
823
+ # enabled. Valid values must be specified in one of the following
830
824
  # formats:
831
825
  #
832
826
  # * `HH:MM` for daily backups
@@ -847,19 +841,13 @@ module Aws::OpsWorksCM
847
841
  # you add this parameter, the specified security groups must be within
848
842
  # the VPC that is specified by `SubnetIds`.
849
843
  #
850
- # If you do not specify this parameter, AWS OpsWorks CM creates one new
844
+ # If you do not specify this parameter, OpsWorks CM creates one new
851
845
  # security group that uses TCP ports 22 and 443, open to 0.0.0.0/0
852
846
  # (everyone).
853
847
  #
854
848
  # @option params [required, String] :service_role_arn
855
- # The service role that the AWS OpsWorks CM service backend uses to work
856
- # with your account. Although the AWS OpsWorks management console
857
- # typically creates the service role for you, if you are using the AWS
858
- # CLI or API commands, run the service-role-creation.yaml AWS
859
- # CloudFormation template, located at
860
- # https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
861
- # This template creates a CloudFormation stack that includes the service
862
- # role and instance profile that you need.
849
+ # The service role that the OpsWorks CM service backend uses to work
850
+ # with your account.
863
851
  #
864
852
  # @option params [Array<String>] :subnet_ids
865
853
  # The IDs of subnets in which to launch the server EC2 instance.
@@ -880,9 +868,8 @@ module Aws::OpsWorksCM
880
868
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
881
869
  #
882
870
  # @option params [Array<Types::Tag>] :tags
883
- # A map that contains tag keys and tag values to attach to an AWS
884
- # OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
885
- # server.
871
+ # A map that contains tag keys and tag values to attach to an OpsWorks
872
+ # for Chef Automate or OpsWorks for Puppet Enterprise server.
886
873
  #
887
874
  # * The key cannot be empty.
888
875
  #
@@ -894,15 +881,14 @@ module Aws::OpsWorksCM
894
881
  # letters, numbers, or separators, or the following special
895
882
  # characters: `+ - = . _ : / @`
896
883
  #
897
- # * Leading and trailing white spaces are trimmed from both the key and
898
- # value.
884
+ # * Leading and trailing spaces are trimmed from both the key and value.
899
885
  #
900
- # * A maximum of 50 user-applied tags is allowed for any AWS OpsWorks-CM
886
+ # * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
901
887
  # server.
902
888
  #
903
889
  # @option params [String] :backup_id
904
- # If you specify this field, AWS OpsWorks CM creates the server by using
905
- # the backup represented by BackupId.
890
+ # If you specify this field, OpsWorks CM creates the server by using the
891
+ # backup represented by BackupId.
906
892
  #
907
893
  # @return [Types::CreateServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
908
894
  #
@@ -1014,11 +1000,11 @@ module Aws::OpsWorksCM
1014
1000
  req.send_request(options)
1015
1001
  end
1016
1002
 
1017
- # Deletes the server and the underlying AWS CloudFormation stacks
1018
- # (including the server's EC2 instance). When you run this command, the
1019
- # server state is updated to `DELETING`. After the server is deleted, it
1020
- # is no longer returned by `DescribeServer` requests. If the AWS
1021
- # CloudFormation stack cannot be deleted, the server cannot be deleted.
1003
+ # Deletes the server and the underlying CloudFormation stacks (including
1004
+ # the server's EC2 instance). When you run this command, the server
1005
+ # state is updated to `DELETING`. After the server is deleted, it is no
1006
+ # longer returned by `DescribeServer` requests. If the CloudFormation
1007
+ # stack cannot be deleted, the server cannot be deleted.
1022
1008
  #
1023
1009
  # This operation is asynchronous.
1024
1010
  #
@@ -1047,7 +1033,7 @@ module Aws::OpsWorksCM
1047
1033
  req.send_request(options)
1048
1034
  end
1049
1035
 
1050
- # Describes your OpsWorks-CM account attributes.
1036
+ # Describes your OpsWorks CM account attributes.
1051
1037
  #
1052
1038
  # This operation is synchronous.
1053
1039
  #
@@ -1261,7 +1247,7 @@ module Aws::OpsWorksCM
1261
1247
 
1262
1248
  # Lists all configuration management servers that are identified with
1263
1249
  # your account. Only the stored results from Amazon DynamoDB are
1264
- # returned. AWS OpsWorks CM does not query other services.
1250
+ # returned. OpsWorks CM does not query other services.
1265
1251
  #
1266
1252
  # This operation is synchronous.
1267
1253
  #
@@ -1335,9 +1321,9 @@ module Aws::OpsWorksCM
1335
1321
  req.send_request(options)
1336
1322
  end
1337
1323
 
1338
- # Disassociates a node from an AWS OpsWorks CM server, and removes the
1339
- # node from the server's managed nodes. After a node is disassociated,
1340
- # the node key pair is no longer valid for accessing the configuration
1324
+ # Disassociates a node from an OpsWorks CM server, and removes the node
1325
+ # from the server's managed nodes. After a node is disassociated, the
1326
+ # node key pair is no longer valid for accessing the configuration
1341
1327
  # manager's API. For more information about how to associate a node,
1342
1328
  # see AssociateNode.
1343
1329
  #
@@ -1424,7 +1410,7 @@ module Aws::OpsWorksCM
1424
1410
  # * **RunList** In Chef, a list of roles or recipes that are run in the
1425
1411
  # specified order. In Puppet, this parameter is ignored.
1426
1412
  #
1427
- # * **OrganizationName** In Chef, an organization name. AWS OpsWorks for
1413
+ # * **OrganizationName** In Chef, an organization name. OpsWorks for
1428
1414
  # Chef Automate always creates the organization `default`. In Puppet,
1429
1415
  # this parameter is ignored.
1430
1416
  #
@@ -1470,14 +1456,13 @@ module Aws::OpsWorksCM
1470
1456
  req.send_request(options)
1471
1457
  end
1472
1458
 
1473
- # Returns a list of tags that are applied to the specified AWS OpsWorks
1474
- # for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or
1475
- # backups.
1459
+ # Returns a list of tags that are applied to the specified OpsWorks for
1460
+ # Chef Automate or OpsWorks for Puppet Enterprise servers or backups.
1476
1461
  #
1477
1462
  # @option params [required, String] :resource_arn
1478
- # The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate
1479
- # or AWS OpsWorks for Puppet Enterprise server for which you want to
1480
- # show applied tags. For example,
1463
+ # The Amazon Resource Number (ARN) of an OpsWorks for Chef Automate or
1464
+ # OpsWorks for Puppet Enterprise server for which you want to show
1465
+ # applied tags. For example,
1481
1466
  # `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
1482
1467
  #
1483
1468
  # @option params [String] :next_token
@@ -1538,7 +1523,7 @@ module Aws::OpsWorksCM
1538
1523
  #
1539
1524
  # Restoring from a backup is performed by creating a new EC2 instance.
1540
1525
  # If restoration is successful, and the server is in a `HEALTHY` state,
1541
- # AWS OpsWorks CM switches traffic over to the new instance. After
1526
+ # OpsWorks CM switches traffic over to the new instance. After
1542
1527
  # restoration is finished, the old EC2 instance is maintained in a
1543
1528
  # `Running` or `Stopped` state, but is eventually terminated.
1544
1529
  #
@@ -1643,7 +1628,7 @@ module Aws::OpsWorksCM
1643
1628
  # upgrade to Chef Automate 2, add this engine attribute to a
1644
1629
  # `StartMaintenance` request and set the value to `true` to upgrade
1645
1630
  # the server to Chef Automate 2. For more information, see [Upgrade an
1646
- # AWS OpsWorks for Chef Automate Server to Chef Automate 2][1].
1631
+ # OpsWorks for Chef Automate Server to Chef Automate 2][1].
1647
1632
  #
1648
1633
  # ^
1649
1634
  #
@@ -1707,8 +1692,8 @@ module Aws::OpsWorksCM
1707
1692
  req.send_request(options)
1708
1693
  end
1709
1694
 
1710
- # Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for
1711
- # Puppet Enterprise server, or to server backups.
1695
+ # Applies tags to an OpsWorks for Chef Automate or OpsWorks for Puppet
1696
+ # Enterprise server, or to server backups.
1712
1697
  #
1713
1698
  # @option params [required, String] :resource_arn
1714
1699
  # The Amazon Resource Number (ARN) of a resource to which you want to
@@ -1716,8 +1701,8 @@ module Aws::OpsWorksCM
1716
1701
  # `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
1717
1702
  #
1718
1703
  # @option params [required, Array<Types::Tag>] :tags
1719
- # A map that contains tag keys and tag values to attach to AWS
1720
- # OpsWorks-CM servers or backups.
1704
+ # A map that contains tag keys and tag values to attach to OpsWorks CM
1705
+ # servers or backups.
1721
1706
  #
1722
1707
  # * The key cannot be empty.
1723
1708
  #
@@ -1732,7 +1717,7 @@ module Aws::OpsWorksCM
1732
1717
  # * Leading and trailing white spaces are trimmed from both the key and
1733
1718
  # value.
1734
1719
  #
1735
- # * A maximum of 50 user-applied tags is allowed for any AWS OpsWorks-CM
1720
+ # * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
1736
1721
  # server or backup.
1737
1722
  #
1738
1723
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -1758,7 +1743,7 @@ module Aws::OpsWorksCM
1758
1743
  req.send_request(options)
1759
1744
  end
1760
1745
 
1761
- # Removes specified tags from an AWS OpsWorks-CM server or backup.
1746
+ # Removes specified tags from an OpsWorks CM server or backup.
1762
1747
  #
1763
1748
  # @option params [required, String] :resource_arn
1764
1749
  # The Amazon Resource Number (ARN) of a resource from which you want to
@@ -1961,7 +1946,7 @@ module Aws::OpsWorksCM
1961
1946
  tracer: tracer
1962
1947
  )
1963
1948
  context[:gem_name] = 'aws-sdk-opsworkscm'
1964
- context[:gem_version] = '1.84.0'
1949
+ context[:gem_version] = '1.85.0'
1965
1950
  Seahorse::Client::Request.new(handlers, context)
1966
1951
  end
1967
1952
 
@@ -28,7 +28,7 @@ module Aws::OpsWorksCM
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://opsworks-cm-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -59,8 +59,9 @@ module Aws::OpsWorksCM
59
59
  # associated. By default only one organization named `default` can
60
60
  # exist.
61
61
  #
62
- # * `CHEF_NODE_PUBLIC_KEY`: A PEM-formatted public key. This key is
63
- # required for the `chef-client` agent to access the Chef API.
62
+ # * `CHEF_AUTOMATE_NODE_PUBLIC_KEY`: A PEM-formatted public key. This
63
+ # key is required for the `chef-client` agent to access the Chef
64
+ # API.
64
65
  #
65
66
  # **Attributes accepted in a AssociateNode request for Puppet**
66
67
  #
@@ -201,12 +202,12 @@ module Aws::OpsWorksCM
201
202
  # @return [Array<String>]
202
203
  #
203
204
  # @!attribute [rw] tools_version
204
- # The version of AWS OpsWorks CM-specific tools that is obtained from
205
- # the server when the backup is created.
205
+ # The version of OpsWorks CM-specific tools that is obtained from the
206
+ # server when the backup is created.
206
207
  # @return [String]
207
208
  #
208
209
  # @!attribute [rw] user_arn
209
- # The IAM user ARN of the requester for manual backups. This field is
210
+ # The user ARN of the requester for manual backups. This field is
210
211
  # empty for automated backups.
211
212
  # @return [String]
212
213
  #
@@ -250,8 +251,8 @@ module Aws::OpsWorksCM
250
251
  # @return [String]
251
252
  #
252
253
  # @!attribute [rw] tags
253
- # A map that contains tag keys and tag values to attach to an AWS
254
- # OpsWorks-CM server backup.
254
+ # A map that contains tag keys and tag values to attach to an OpsWorks
255
+ # CM server backup.
255
256
  #
256
257
  # * The key cannot be empty.
257
258
  #
@@ -266,8 +267,8 @@ module Aws::OpsWorksCM
266
267
  # * Leading and trailing white spaces are trimmed from both the key
267
268
  # and value.
268
269
  #
269
- # * A maximum of 50 user-applied tags is allowed for tag-supported AWS
270
- # OpsWorks-CM resources.
270
+ # * A maximum of 50 user-applied tags is allowed for tag-supported
271
+ # OpsWorks CM resources.
271
272
  # @return [Array<Types::Tag>]
272
273
  #
273
274
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/CreateBackupRequest AWS API Documentation
@@ -398,25 +399,20 @@ module Aws::OpsWorksCM
398
399
  #
399
400
  # @!attribute [rw] backup_retention_count
400
401
  # The number of automated backups that you want to keep. Whenever a
401
- # new backup is created, AWS OpsWorks CM deletes the oldest backups if
402
+ # new backup is created, OpsWorks CM deletes the oldest backups if
402
403
  # this number is exceeded. The default value is `1`.
403
404
  # @return [Integer]
404
405
  #
405
406
  # @!attribute [rw] server_name
406
407
  # The name of the server. The server name must be unique within your
407
- # AWS account, within each region. Server names must start with a
408
- # letter; then letters, numbers, or hyphens (-) are allowed, up to a
409
- # maximum of 40 characters.
408
+ # Amazon Web Services account, within each region. Server names must
409
+ # start with a letter; then letters, numbers, or hyphens (-) are
410
+ # allowed, up to a maximum of 40 characters.
410
411
  # @return [String]
411
412
  #
412
413
  # @!attribute [rw] instance_profile_arn
413
414
  # The ARN of the instance profile that your Amazon EC2 instances use.
414
- # Although the AWS OpsWorks console typically creates the instance
415
- # profile for you, if you are using API commands instead, run the
416
- # service-role-creation.yaml AWS CloudFormation template, located at
417
- # https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
418
- # This template creates a CloudFormation stack that includes the
419
- # instance profile you need.
415
+ # The OpsWorks console typically creates the instance profile for you
420
416
  # @return [String]
421
417
  #
422
418
  # @!attribute [rw] instance_type
@@ -430,9 +426,9 @@ module Aws::OpsWorksCM
430
426
  # @return [String]
431
427
  #
432
428
  # @!attribute [rw] preferred_maintenance_window
433
- # The start time for a one-hour period each week during which AWS
434
- # OpsWorks CM performs maintenance on the instance. Valid values must
435
- # be specified in the following format: `DDD:HH:MM`. `MM` must be
429
+ # The start time for a one-hour period each week during which OpsWorks
430
+ # CM performs maintenance on the instance. Valid values must be
431
+ # specified in the following format: `DDD:HH:MM`. `MM` must be
436
432
  # specified as `00`. The specified time is in coordinated universal
437
433
  # time (UTC). The default value is a random one-hour period on
438
434
  # Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more
@@ -443,9 +439,9 @@ module Aws::OpsWorksCM
443
439
  # @return [String]
444
440
  #
445
441
  # @!attribute [rw] preferred_backup_window
446
- # The start time for a one-hour period during which AWS OpsWorks CM
447
- # backs up application-level data on your server if automated backups
448
- # are enabled. Valid values must be specified in one of the following
442
+ # The start time for a one-hour period during which OpsWorks CM backs
443
+ # up application-level data on your server if automated backups are
444
+ # enabled. Valid values must be specified in one of the following
449
445
  # formats:
450
446
  #
451
447
  # * `HH:MM` for daily backups
@@ -468,20 +464,14 @@ module Aws::OpsWorksCM
468
464
  # If you add this parameter, the specified security groups must be
469
465
  # within the VPC that is specified by `SubnetIds`.
470
466
  #
471
- # If you do not specify this parameter, AWS OpsWorks CM creates one
472
- # new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0
467
+ # If you do not specify this parameter, OpsWorks CM creates one new
468
+ # security group that uses TCP ports 22 and 443, open to 0.0.0.0/0
473
469
  # (everyone).
474
470
  # @return [Array<String>]
475
471
  #
476
472
  # @!attribute [rw] service_role_arn
477
- # The service role that the AWS OpsWorks CM service backend uses to
478
- # work with your account. Although the AWS OpsWorks management console
479
- # typically creates the service role for you, if you are using the AWS
480
- # CLI or API commands, run the service-role-creation.yaml AWS
481
- # CloudFormation template, located at
482
- # https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
483
- # This template creates a CloudFormation stack that includes the
484
- # service role and instance profile that you need.
473
+ # The service role that the OpsWorks CM service backend uses to work
474
+ # with your account.
485
475
  # @return [String]
486
476
  #
487
477
  # @!attribute [rw] subnet_ids
@@ -505,9 +495,8 @@ module Aws::OpsWorksCM
505
495
  # @return [Array<String>]
506
496
  #
507
497
  # @!attribute [rw] tags
508
- # A map that contains tag keys and tag values to attach to an AWS
509
- # OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
510
- # server.
498
+ # A map that contains tag keys and tag values to attach to an OpsWorks
499
+ # for Chef Automate or OpsWorks for Puppet Enterprise server.
511
500
  #
512
501
  # * The key cannot be empty.
513
502
  #
@@ -519,16 +508,16 @@ module Aws::OpsWorksCM
519
508
  # Unicode letters, numbers, or separators, or the following special
520
509
  # characters: `+ - = . _ : / @`
521
510
  #
522
- # * Leading and trailing white spaces are trimmed from both the key
523
- # and value.
511
+ # * Leading and trailing spaces are trimmed from both the key and
512
+ # value.
524
513
  #
525
- # * A maximum of 50 user-applied tags is allowed for any AWS
526
- # OpsWorks-CM server.
514
+ # * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
515
+ # server.
527
516
  # @return [Array<Types::Tag>]
528
517
  #
529
518
  # @!attribute [rw] backup_id
530
- # If you specify this field, AWS OpsWorks CM creates the server by
531
- # using the backup represented by BackupId.
519
+ # If you specify this field, OpsWorks CM creates the server by using
520
+ # the backup represented by BackupId.
532
521
  # @return [String]
533
522
  #
534
523
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/CreateServerRequest AWS API Documentation
@@ -758,9 +747,9 @@ module Aws::OpsWorksCM
758
747
  # @return [String]
759
748
  #
760
749
  # @!attribute [rw] engine_attributes
761
- # Attributes specific to the node association. In Puppet, the attibute
762
- # PUPPET\_NODE\_CERT contains the signed certificate (the result of
763
- # the CSR).
750
+ # Attributes specific to the node association. In Puppet, the
751
+ # attribute PUPPET\_NODE\_CERT contains the signed certificate (the
752
+ # result of the CSR).
764
753
  # @return [Array<Types::EngineAttribute>]
765
754
  #
766
755
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeNodeAssociationStatusResponse AWS API Documentation
@@ -920,8 +909,8 @@ module Aws::OpsWorksCM
920
909
  # * **RunList** In Chef, a list of roles or recipes that are run in
921
910
  # the specified order. In Puppet, this parameter is ignored.
922
911
  #
923
- # * **OrganizationName** In Chef, an organization name. AWS OpsWorks
924
- # for Chef Automate always creates the organization `default`. In
912
+ # * **OrganizationName** In Chef, an organization name. OpsWorks for
913
+ # Chef Automate always creates the organization `default`. In
925
914
  # Puppet, this parameter is ignored.
926
915
  #
927
916
  # * **NodeEnvironment** In Chef, a node environment (for example,
@@ -1009,9 +998,9 @@ module Aws::OpsWorksCM
1009
998
  end
1010
999
 
1011
1000
  # @!attribute [rw] resource_arn
1012
- # The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef
1013
- # Automate or AWS OpsWorks for Puppet Enterprise server for which you
1014
- # want to show applied tags. For example,
1001
+ # The Amazon Resource Number (ARN) of an OpsWorks for Chef Automate or
1002
+ # OpsWorks for Puppet Enterprise server for which you want to show
1003
+ # applied tags. For example,
1015
1004
  # `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
1016
1005
  # @return [String]
1017
1006
  #
@@ -1191,14 +1180,14 @@ module Aws::OpsWorksCM
1191
1180
  # @!attribute [rw] engine_attributes
1192
1181
  # The response of a createServer() request returns the master
1193
1182
  # credential to access the server in EngineAttributes. These
1194
- # credentials are not stored by AWS OpsWorks CM; they are returned
1195
- # only as part of the result of createServer().
1183
+ # credentials are not stored by OpsWorks CM; they are returned only as
1184
+ # part of the result of createServer().
1196
1185
  #
1197
1186
  # **Attributes returned in a createServer response for Chef**
1198
1187
  #
1199
1188
  # * `CHEF_AUTOMATE_PIVOTAL_KEY`: A base64-encoded RSA private key that
1200
- # is generated by AWS OpsWorks for Chef Automate. This private key
1201
- # is required to access the Chef API.
1189
+ # is generated by OpsWorks for Chef Automate. This private key is
1190
+ # required to access the Chef API.
1202
1191
  #
1203
1192
  # * `CHEF_STARTER_KIT`: A base64-encoded ZIP file. The ZIP file
1204
1193
  # contains a Chef starter kit, which includes a README, a
@@ -1357,7 +1346,7 @@ module Aws::OpsWorksCM
1357
1346
  # upgrade to Chef Automate 2, add this engine attribute to a
1358
1347
  # `StartMaintenance` request and set the value to `true` to upgrade
1359
1348
  # the server to Chef Automate 2. For more information, see [Upgrade
1360
- # an AWS OpsWorks for Chef Automate Server to Chef Automate 2][1].
1349
+ # an OpsWorks for Chef Automate Server to Chef Automate 2][1].
1361
1350
  #
1362
1351
  # ^
1363
1352
  #
@@ -1387,11 +1376,11 @@ module Aws::OpsWorksCM
1387
1376
  include Aws::Structure
1388
1377
  end
1389
1378
 
1390
- # A map that contains tag keys and tag values to attach to an AWS
1391
- # OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
1392
- # server. Leading and trailing white spaces are trimmed from both the
1393
- # key and value. A maximum of 50 user-applied tags is allowed for
1394
- # tag-supported AWS OpsWorks-CM resources.
1379
+ # A map that contains tag keys and tag values to attach to an OpsWorks
1380
+ # for Chef Automate or OpsWorks for Puppet Enterprise server. Leading
1381
+ # and trailing spaces are trimmed from both the key and value. A maximum
1382
+ # of 50 user-applied tags is allowed for tag-supported OpsWorks CM
1383
+ # resources.
1395
1384
  #
1396
1385
  # @!attribute [rw] key
1397
1386
  # A tag key, such as `Stage` or `Name`. A tag key cannot be empty. The
@@ -1423,8 +1412,8 @@ module Aws::OpsWorksCM
1423
1412
  # @return [String]
1424
1413
  #
1425
1414
  # @!attribute [rw] tags
1426
- # A map that contains tag keys and tag values to attach to AWS
1427
- # OpsWorks-CM servers or backups.
1415
+ # A map that contains tag keys and tag values to attach to OpsWorks CM
1416
+ # servers or backups.
1428
1417
  #
1429
1418
  # * The key cannot be empty.
1430
1419
  #
@@ -1439,8 +1428,8 @@ module Aws::OpsWorksCM
1439
1428
  # * Leading and trailing white spaces are trimmed from both the key
1440
1429
  # and value.
1441
1430
  #
1442
- # * A maximum of 50 user-applied tags is allowed for any AWS
1443
- # OpsWorks-CM server or backup.
1431
+ # * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
1432
+ # server or backup.
1444
1433
  # @return [Array<Types::Tag>]
1445
1434
  #
1446
1435
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/TagResourceRequest AWS API Documentation
@@ -55,7 +55,7 @@ module Aws::OpsWorksCM
55
55
  autoload :EndpointProvider, 'aws-sdk-opsworkscm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-opsworkscm/endpoints'
57
57
 
58
- GEM_VERSION = '1.84.0'
58
+ GEM_VERSION = '1.85.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services