File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 2.1.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 5
5
use AsyncAws \Core \Exception \Http \ClientException ;
6
6
7
7
/**
8
- * The format of the alarm configuration is invalid. Possible causes include:.
8
+ * The format of the alarm configuration is invalid. Possible causes include:
9
9
*
10
10
* - The alarm list is null.
11
11
* - The alarm object is null.
Original file line number Diff line number Diff line change 5
5
use AsyncAws \Core \Exception \Http \ClientException ;
6
6
7
7
/**
8
- * The target instance configuration is invalid. Possible causes include:.
8
+ * The target instance configuration is invalid. Possible causes include:
9
9
*
10
10
* - Configuration data for target instances was entered for an in-place deployment.
11
11
* - The limit of 10 tags for a tag type was exceeded.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ final class DeploymentInfo
108
108
private $ description ;
109
109
110
110
/**
111
- * The means by which the deployment was created:.
111
+ * The means by which the deployment was created:
112
112
*
113
113
* - `user`: A user created the deployment.
114
114
* - `autoscaling`: Amazon EC2 Auto Scaling created the deployment.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class EC2TagFilter
25
25
private $ value ;
26
26
27
27
/**
28
- * The tag filter type:.
28
+ * The tag filter type:
29
29
*
30
30
* - `KEY_ONLY`: Key only.
31
31
* - `VALUE_ONLY`: Value only.
Original file line number Diff line number Diff line change 11
11
final class RevisionLocation
12
12
{
13
13
/**
14
- * The type of application revision:.
14
+ * The type of application revision:
15
15
*
16
16
* - S3: An application revision stored in Amazon S3.
17
17
* - GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class S3Location
25
25
private $ key ;
26
26
27
27
/**
28
- * The file type of the application revision. Must be one of the following:.
28
+ * The file type of the application revision. Must be one of the following:
29
29
*
30
30
* - `tar`: A tar archive file.
31
31
* - `tgz`: A compressed tar archive file.
You can’t perform that action at this time.
0 commit comments