@@ -50,18 +50,18 @@ namespace Amazon.OpsWorksCM.Model
50
50
///
51
51
/// <para>
52
52
/// If you do not specify a security group by adding the <c>SecurityGroupIds</c> parameter,
53
- /// AWS OpsWorks creates a new security group.
53
+ /// OpsWorks creates a new security group.
54
54
/// </para>
55
55
///
56
56
/// <para>
57
57
/// <i>Chef Automate:</i> The default security group opens the Chef server to the world
58
- /// on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is
59
- /// also open to the world on TCP port 22.
58
+ /// on TCP port 443. If a KeyName is present, OpsWorks enables SSH access. SSH is also
59
+ /// open to the world on TCP port 22.
60
60
/// </para>
61
61
///
62
62
/// <para>
63
63
/// <i>Puppet Enterprise:</i> The default security group opens TCP ports 22, 443, 4433,
64
- /// 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access.
64
+ /// 8140, 8142, 8143, and 8170. If a KeyName is present, OpsWorks enables SSH access.
65
65
/// SSH is also open to the world on TCP port 22.
66
66
/// </para>
67
67
///
@@ -124,8 +124,8 @@ internal bool IsSetAssociatePublicIpAddress()
124
124
/// <summary>
125
125
/// Gets and sets the property BackupId.
126
126
/// <para>
127
- /// If you specify this field, AWS OpsWorks CM creates the server by using the backup
128
- /// represented by BackupId.
127
+ /// If you specify this field, OpsWorks CM creates the server by using the backup represented
128
+ /// by BackupId.
129
129
/// </para>
130
130
/// </summary>
131
131
[ AWSProperty ( Max = 79 ) ]
@@ -145,8 +145,8 @@ internal bool IsSetBackupId()
145
145
/// Gets and sets the property BackupRetentionCount.
146
146
/// <para>
147
147
/// The number of automated backups that you want to keep. Whenever a new backup is created,
148
- /// AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default
149
- /// value is <c>1</c>.
148
+ /// OpsWorks CM deletes the oldest backups if this number is exceeded. The default value
149
+ /// is <c>1</c>.
150
150
/// </para>
151
151
/// </summary>
152
152
[ AWSProperty ( Min = 1 ) ]
@@ -397,12 +397,8 @@ internal bool IsSetEngineVersion()
397
397
/// <summary>
398
398
/// Gets and sets the property InstanceProfileArn.
399
399
/// <para>
400
- /// The ARN of the instance profile that your Amazon EC2 instances use. Although the
401
- /// AWS OpsWorks console typically creates the instance profile for you, if you are using
402
- /// API commands instead, run the service-role-creation.yaml AWS CloudFormation template,
403
- /// located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
404
- /// This template creates a CloudFormation stack that includes the instance profile you
405
- /// need.
400
+ /// The ARN of the instance profile that your Amazon EC2 instances use. The OpsWorks
401
+ /// console typically creates the instance profile for you
406
402
/// </para>
407
403
/// </summary>
408
404
[ AWSProperty ( Required = true , Max = 10000 ) ]
@@ -460,7 +456,7 @@ internal bool IsSetKeyPair()
460
456
/// <summary>
461
457
/// Gets and sets the property PreferredBackupWindow.
462
458
/// <para>
463
- /// The start time for a one-hour period during which AWS OpsWorks CM backs up application-level
459
+ /// The start time for a one-hour period during which OpsWorks CM backs up application-level
464
460
/// data on your server if automated backups are enabled. Valid values must be specified
465
461
/// in one of the following formats:
466
462
/// </para>
@@ -503,7 +499,7 @@ internal bool IsSetPreferredBackupWindow()
503
499
/// <summary>
504
500
/// Gets and sets the property PreferredMaintenanceWindow.
505
501
/// <para>
506
- /// The start time for a one-hour period each week during which AWS OpsWorks CM performs
502
+ /// The start time for a one-hour period each week during which OpsWorks CM performs
507
503
/// maintenance on the instance. Valid values must be specified in the following format:
508
504
/// <c>DDD:HH:MM</c>. <c>MM</c> must be specified as <c>00</c>. The specified time is
509
505
/// in coordinated universal time (UTC). The default value is a random one-hour period
@@ -538,7 +534,7 @@ internal bool IsSetPreferredMaintenanceWindow()
538
534
/// </para>
539
535
///
540
536
/// <para>
541
- /// If you do not specify this parameter, AWS OpsWorks CM creates one new security group
537
+ /// If you do not specify this parameter, OpsWorks CM creates one new security group
542
538
/// that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
543
539
/// </para>
544
540
/// </summary>
@@ -557,9 +553,9 @@ internal bool IsSetSecurityGroupIds()
557
553
/// <summary>
558
554
/// Gets and sets the property ServerName.
559
555
/// <para>
560
- /// The name of the server. The server name must be unique within your AWS account, within
561
- /// each region. Server names must start with a letter; then letters, numbers, or hyphens
562
- /// (-) are allowed, up to a maximum of 40 characters.
556
+ /// The name of the server. The server name must be unique within your Amazon Web Services
557
+ /// account, within each region. Server names must start with a letter; then letters,
558
+ /// numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
563
559
/// </para>
564
560
/// </summary>
565
561
[ AWSProperty ( Required = true , Min = 1 , Max = 40 ) ]
@@ -578,12 +574,7 @@ internal bool IsSetServerName()
578
574
/// <summary>
579
575
/// Gets and sets the property ServiceRoleArn.
580
576
/// <para>
581
- /// The service role that the AWS OpsWorks CM service backend uses to work with your
582
- /// account. Although the AWS OpsWorks management console typically creates the service
583
- /// role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml
584
- /// AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
585
- /// This template creates a CloudFormation stack that includes the service role and instance
586
- /// profile that you need.
577
+ /// The service role that the OpsWorks CM service backend uses to work with your account.
587
578
/// </para>
588
579
/// </summary>
589
580
[ AWSProperty ( Required = true , Max = 10000 ) ]
@@ -636,8 +627,8 @@ internal bool IsSetSubnetIds()
636
627
/// <summary>
637
628
/// Gets and sets the property Tags.
638
629
/// <para>
639
- /// A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef
640
- /// Automate or AWS OpsWorks for Puppet Enterprise server.
630
+ /// A map that contains tag keys and tag values to attach to an OpsWorks for Chef Automate
631
+ /// or OpsWorks for Puppet Enterprise server.
641
632
/// </para>
642
633
/// <ul> <li>
643
634
/// <para>
@@ -656,11 +647,11 @@ internal bool IsSetSubnetIds()
656
647
/// </para>
657
648
/// </li> <li>
658
649
/// <para>
659
- /// Leading and trailing white spaces are trimmed from both the key and value.
650
+ /// Leading and trailing spaces are trimmed from both the key and value.
660
651
/// </para>
661
652
/// </li> <li>
662
653
/// <para>
663
- /// A maximum of 50 user-applied tags is allowed for any AWS OpsWorks- CM server.
654
+ /// A maximum of 50 user-applied tags is allowed for any OpsWorks CM server.
664
655
/// </para>
665
656
/// </li> </ul>
666
657
/// </summary>
0 commit comments