Skip to content

Commit aa366cf

Browse files
Removing content that refers to an S3 bucket that is no longer in use.
1 parent b391c66 commit aa366cf

27 files changed

+532
-548
lines changed

generator/ServiceModels/opsworkscm/opsworkscm-2016-11-01.api.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"endpointPrefix":"opsworks-cm",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"OpsWorksCM",
910
"serviceFullName":"AWS OpsWorks CM",
1011
"serviceId":"OpsWorksCM",
1112
"signatureVersion":"v4",
1213
"signingName":"opsworks-cm",
1314
"targetPrefix":"OpsWorksCM_V2016_11_01",
14-
"uid":"opsworkscm-2016-11-01"
15+
"uid":"opsworkscm-2016-11-01",
16+
"auth":["aws.auth#sigv4"]
1517
},
1618
"operations":{
1719
"AssociateNode":{
@@ -467,8 +469,7 @@
467469
},
468470
"DeleteBackupResponse":{
469471
"type":"structure",
470-
"members":{
471-
}
472+
"members":{}
472473
},
473474
"DeleteServerRequest":{
474475
"type":"structure",
@@ -479,13 +480,11 @@
479480
},
480481
"DeleteServerResponse":{
481482
"type":"structure",
482-
"members":{
483-
}
483+
"members":{}
484484
},
485485
"DescribeAccountAttributesRequest":{
486486
"type":"structure",
487-
"members":{
488-
}
487+
"members":{}
489488
},
490489
"DescribeAccountAttributesResponse":{
491490
"type":"structure",
@@ -872,8 +871,7 @@
872871
},
873872
"TagResourceResponse":{
874873
"type":"structure",
875-
"members":{
876-
}
874+
"members":{}
877875
},
878876
"TagValue":{
879877
"type":"string",
@@ -900,8 +898,7 @@
900898
},
901899
"UntagResourceResponse":{
902900
"type":"structure",
903-
"members":{
904-
}
901+
"members":{}
905902
},
906903
"UpdateServerEngineAttributesRequest":{
907904
"type":"structure",

generator/ServiceModels/opsworkscm/opsworkscm-2016-11-01.docs.json

Lines changed: 75 additions & 119 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}

generator/ServiceModels/opsworkscm/opsworkscm-2016-11-01.normal.json

Lines changed: 39 additions & 42 deletions
Large diffs are not rendered by default.

sdk/src/Services/OpsWorksCM/Generated/Model/AssociateNodeRequest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace Amazon.OpsWorksCM.Model
4242
/// <para>
4343
/// Example (Chef): <c>aws opsworks-cm associate-node --server-name <i>MyServer</i> --node-name
4444
/// <i>MyManagedNode</i> --engine-attributes "Name=<i>CHEF_ORGANIZATION</i>,Value=default"
45-
/// "Name=<i>CHEF_NODE_PUBLIC_KEY</i>,Value=<i>public-key-pem</i>"</c>
45+
/// "Name=<i>CHEF_AUTOMATE_NODE_PUBLIC_KEY</i>,Value=<i>public-key-pem</i>"</c>
4646
/// </para>
4747
///
4848
/// <para>
@@ -61,8 +61,8 @@ namespace Amazon.OpsWorksCM.Model
6161
/// Otherwise, an <c>InvalidStateException</c> is thrown. A <c>ResourceNotFoundException</c>
6262
/// is thrown when the server does not exist. A <c>ValidationException</c> is raised when
6363
/// parameters of the request are not valid. The AssociateNode API call can be integrated
64-
/// into Auto Scaling configurations, AWS Cloudformation templates, or the user data of
65-
/// a server's instance.
64+
/// into Auto Scaling configurations, CloudFormation templates, or the user data of a
65+
/// server's instance.
6666
/// </para>
6767
/// </summary>
6868
public partial class AssociateNodeRequest : AmazonOpsWorksCMRequest
@@ -87,8 +87,8 @@ public partial class AssociateNodeRequest : AmazonOpsWorksCMRequest
8787
/// </para>
8888
/// </li> <li>
8989
/// <para>
90-
/// <c>CHEF_NODE_PUBLIC_KEY</c>: A PEM-formatted public key. This key is required for
91-
/// the <c>chef-client</c> agent to access the Chef API.
90+
/// <c>CHEF_AUTOMATE_NODE_PUBLIC_KEY</c>: A PEM-formatted public key. This key is required
91+
/// for the <c>chef-client</c> agent to access the Chef API.
9292
/// </para>
9393
/// </li> </ul>
9494
/// <para>

sdk/src/Services/OpsWorksCM/Generated/Model/Backup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ internal bool IsSetSubnetIds()
484484
/// <summary>
485485
/// Gets and sets the property ToolsVersion.
486486
/// <para>
487-
/// The version of AWS OpsWorks CM-specific tools that is obtained from the server when
488-
/// the backup is created.
487+
/// The version of OpsWorks CM-specific tools that is obtained from the server when the
488+
/// backup is created.
489489
/// </para>
490490
/// </summary>
491491
[AWSProperty(Max=10000)]
@@ -504,7 +504,7 @@ internal bool IsSetToolsVersion()
504504
/// <summary>
505505
/// Gets and sets the property UserArn.
506506
/// <para>
507-
/// The IAM user ARN of the requester for manual backups. This field is empty for automated
507+
/// The user ARN of the requester for manual backups. This field is empty for automated
508508
/// backups.
509509
/// </para>
510510
/// </summary>

sdk/src/Services/OpsWorksCM/Generated/Model/CMServer.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ internal bool IsSetEngine()
217217
/// Gets and sets the property EngineAttributes.
218218
/// <para>
219219
/// The response of a createServer() request returns the master credential to access the
220-
/// server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they
220+
/// server in EngineAttributes. These credentials are not stored by OpsWorks CM; they
221221
/// are returned only as part of the result of createServer().
222222
/// </para>
223223
///
@@ -227,8 +227,7 @@ internal bool IsSetEngine()
227227
/// <ul> <li>
228228
/// <para>
229229
/// <c>CHEF_AUTOMATE_PIVOTAL_KEY</c>: A base64-encoded RSA private key that is generated
230-
/// by AWS OpsWorks for Chef Automate. This private key is required to access the Chef
231-
/// API.
230+
/// by OpsWorks for Chef Automate. This private key is required to access the Chef API.
232231
/// </para>
233232
/// </li> <li>
234233
/// <para>

sdk/src/Services/OpsWorksCM/Generated/Model/CreateBackupRequest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ internal bool IsSetServerName()
9999
/// <summary>
100100
/// Gets and sets the property Tags.
101101
/// <para>
102-
/// A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server
103-
/// backup.
102+
/// A map that contains tag keys and tag values to attach to an OpsWorks CM server backup.
104103
/// </para>
105104
/// <ul> <li>
106105
/// <para>
@@ -123,7 +122,7 @@ internal bool IsSetServerName()
123122
/// </para>
124123
/// </li> <li>
125124
/// <para>
126-
/// A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.
125+
/// A maximum of 50 user-applied tags is allowed for tag-supported OpsWorks CM resources.
127126
/// </para>
128127
/// </li> </ul>
129128
/// </summary>

sdk/src/Services/OpsWorksCM/Generated/Model/CreateServerRequest.cs

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ namespace Amazon.OpsWorksCM.Model
5050
///
5151
/// <para>
5252
/// 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.
5454
/// </para>
5555
///
5656
/// <para>
5757
/// <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.
6060
/// </para>
6161
///
6262
/// <para>
6363
/// <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.
6565
/// SSH is also open to the world on TCP port 22.
6666
/// </para>
6767
///
@@ -124,8 +124,8 @@ internal bool IsSetAssociatePublicIpAddress()
124124
/// <summary>
125125
/// Gets and sets the property BackupId.
126126
/// <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.
129129
/// </para>
130130
/// </summary>
131131
[AWSProperty(Max=79)]
@@ -145,8 +145,8 @@ internal bool IsSetBackupId()
145145
/// Gets and sets the property BackupRetentionCount.
146146
/// <para>
147147
/// 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>.
150150
/// </para>
151151
/// </summary>
152152
[AWSProperty(Min=1)]
@@ -397,12 +397,8 @@ internal bool IsSetEngineVersion()
397397
/// <summary>
398398
/// Gets and sets the property InstanceProfileArn.
399399
/// <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
406402
/// </para>
407403
/// </summary>
408404
[AWSProperty(Required=true, Max=10000)]
@@ -460,7 +456,7 @@ internal bool IsSetKeyPair()
460456
/// <summary>
461457
/// Gets and sets the property PreferredBackupWindow.
462458
/// <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
464460
/// data on your server if automated backups are enabled. Valid values must be specified
465461
/// in one of the following formats:
466462
/// </para>
@@ -503,7 +499,7 @@ internal bool IsSetPreferredBackupWindow()
503499
/// <summary>
504500
/// Gets and sets the property PreferredMaintenanceWindow.
505501
/// <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
507503
/// maintenance on the instance. Valid values must be specified in the following format:
508504
/// <c>DDD:HH:MM</c>. <c>MM</c> must be specified as <c>00</c>. The specified time is
509505
/// in coordinated universal time (UTC). The default value is a random one-hour period
@@ -538,7 +534,7 @@ internal bool IsSetPreferredMaintenanceWindow()
538534
/// </para>
539535
///
540536
/// <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
542538
/// that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
543539
/// </para>
544540
/// </summary>
@@ -557,9 +553,9 @@ internal bool IsSetSecurityGroupIds()
557553
/// <summary>
558554
/// Gets and sets the property ServerName.
559555
/// <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.
563559
/// </para>
564560
/// </summary>
565561
[AWSProperty(Required=true, Min=1, Max=40)]
@@ -578,12 +574,7 @@ internal bool IsSetServerName()
578574
/// <summary>
579575
/// Gets and sets the property ServiceRoleArn.
580576
/// <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.
587578
/// </para>
588579
/// </summary>
589580
[AWSProperty(Required=true, Max=10000)]
@@ -636,8 +627,8 @@ internal bool IsSetSubnetIds()
636627
/// <summary>
637628
/// Gets and sets the property Tags.
638629
/// <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.
641632
/// </para>
642633
/// <ul> <li>
643634
/// <para>
@@ -656,11 +647,11 @@ internal bool IsSetSubnetIds()
656647
/// </para>
657648
/// </li> <li>
658649
/// <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.
660651
/// </para>
661652
/// </li> <li>
662653
/// <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.
664655
/// </para>
665656
/// </li> </ul>
666657
/// </summary>

sdk/src/Services/OpsWorksCM/Generated/Model/DeleteServerRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ namespace Amazon.OpsWorksCM.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the DeleteServer operation.
34-
/// Deletes the server and the underlying AWS CloudFormation stacks (including the server's
34+
/// Deletes the server and the underlying CloudFormation stacks (including the server's
3535
/// EC2 instance). When you run this command, the server state is updated to <c>DELETING</c>.
3636
/// After the server is deleted, it is no longer returned by <c>DescribeServer</c> requests.
37-
/// If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.
37+
/// If the CloudFormation stack cannot be deleted, the server cannot be deleted.
3838
///
3939
///
4040
/// <para>

0 commit comments

Comments
 (0)