@@ -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 ) ]
@@ -402,12 +402,8 @@ internal bool IsSetEngineVersion()
402
402
/// <summary>
403
403
/// Gets and sets the property InstanceProfileArn.
404
404
/// <para>
405
- /// The ARN of the instance profile that your Amazon EC2 instances use. Although the
406
- /// AWS OpsWorks console typically creates the instance profile for you, if you are using
407
- /// API commands instead, run the service-role-creation.yaml AWS CloudFormation template,
408
- /// located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
409
- /// This template creates a CloudFormation stack that includes the instance profile you
410
- /// need.
405
+ /// The ARN of the instance profile that your Amazon EC2 instances use. The OpsWorks
406
+ /// console typically creates the instance profile for you
411
407
/// </para>
412
408
/// </summary>
413
409
[ AWSProperty ( Required = true , Max = 10000 ) ]
@@ -465,7 +461,7 @@ internal bool IsSetKeyPair()
465
461
/// <summary>
466
462
/// Gets and sets the property PreferredBackupWindow.
467
463
/// <para>
468
- /// The start time for a one-hour period during which AWS OpsWorks CM backs up application-level
464
+ /// The start time for a one-hour period during which OpsWorks CM backs up application-level
469
465
/// data on your server if automated backups are enabled. Valid values must be specified
470
466
/// in one of the following formats:
471
467
/// </para>
@@ -508,7 +504,7 @@ internal bool IsSetPreferredBackupWindow()
508
504
/// <summary>
509
505
/// Gets and sets the property PreferredMaintenanceWindow.
510
506
/// <para>
511
- /// The start time for a one-hour period each week during which AWS OpsWorks CM performs
507
+ /// The start time for a one-hour period each week during which OpsWorks CM performs
512
508
/// maintenance on the instance. Valid values must be specified in the following format:
513
509
/// <c>DDD:HH:MM</c>. <c>MM</c> must be specified as <c>00</c>. The specified time is
514
510
/// in coordinated universal time (UTC). The default value is a random one-hour period
@@ -543,7 +539,7 @@ internal bool IsSetPreferredMaintenanceWindow()
543
539
/// </para>
544
540
///
545
541
/// <para>
546
- /// If you do not specify this parameter, AWS OpsWorks CM creates one new security group
542
+ /// If you do not specify this parameter, OpsWorks CM creates one new security group
547
543
/// that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
548
544
/// </para>
549
545
/// <para />
@@ -567,9 +563,9 @@ internal bool IsSetSecurityGroupIds()
567
563
/// <summary>
568
564
/// Gets and sets the property ServerName.
569
565
/// <para>
570
- /// The name of the server. The server name must be unique within your AWS account, within
571
- /// each region. Server names must start with a letter; then letters, numbers, or hyphens
572
- /// (-) are allowed, up to a maximum of 40 characters.
566
+ /// The name of the server. The server name must be unique within your Amazon Web Services
567
+ /// account, within each region. Server names must start with a letter; then letters,
568
+ /// numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
573
569
/// </para>
574
570
/// </summary>
575
571
[ AWSProperty ( Required = true , Min = 1 , Max = 40 ) ]
@@ -588,12 +584,7 @@ internal bool IsSetServerName()
588
584
/// <summary>
589
585
/// Gets and sets the property ServiceRoleArn.
590
586
/// <para>
591
- /// The service role that the AWS OpsWorks CM service backend uses to work with your
592
- /// account. Although the AWS OpsWorks management console typically creates the service
593
- /// role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml
594
- /// AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
595
- /// This template creates a CloudFormation stack that includes the service role and instance
596
- /// profile that you need.
587
+ /// The service role that the OpsWorks CM service backend uses to work with your account.
597
588
/// </para>
598
589
/// </summary>
599
590
[ AWSProperty ( Required = true , Max = 10000 ) ]
@@ -651,8 +642,8 @@ internal bool IsSetSubnetIds()
651
642
/// <summary>
652
643
/// Gets and sets the property Tags.
653
644
/// <para>
654
- /// A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef
655
- /// Automate or AWS OpsWorks for Puppet Enterprise server.
645
+ /// A map that contains tag keys and tag values to attach to an OpsWorks for Chef Automate
646
+ /// or OpsWorks for Puppet Enterprise server.
656
647
/// </para>
657
648
/// <ul> <li>
658
649
/// <para>
@@ -671,11 +662,11 @@ internal bool IsSetSubnetIds()
671
662
/// </para>
672
663
/// </li> <li>
673
664
/// <para>
674
- /// Leading and trailing white spaces are trimmed from both the key and value.
665
+ /// Leading and trailing spaces are trimmed from both the key and value.
675
666
/// </para>
676
667
/// </li> <li>
677
668
/// <para>
678
- /// A maximum of 50 user-applied tags is allowed for any AWS OpsWorks- CM server.
669
+ /// A maximum of 50 user-applied tags is allowed for any OpsWorks CM server.
679
670
/// </para>
680
671
/// </li> </ul>
681
672
/// <para />
0 commit comments