File tree Expand file tree Collapse file tree 2 files changed +11744
-11749
lines changed
clients/client-ecs/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +11744
-11749
lines changed Original file line number Diff line number Diff line change @@ -2081,8 +2081,7 @@ export interface CreateServiceRequest {
20812081 serviceRegistries ?: ServiceRegistry [ ] ;
20822082
20832083 /**
2084- * <p>The number of instantiations of the specified task definition to place and keep
2085- * running on your cluster.</p>
2084+ * <p>The number of instantiations of the specified task definition to place and keep running in your service.</p>
20862085 * <p>This is required if <code>schedulingStrategy</code> is <code>REPLICA</code> or isn't
20872086 * specified. If <code>schedulingStrategy</code> is <code>DAEMON</code> then this isn't
20882087 * required.</p>
@@ -7228,10 +7227,6 @@ export interface Container {
72287227
72297228 /**
72307229 * <p>The container image manifest digest.</p>
7231- * <note>
7232- * <p>The <code>imageDigest</code> is only returned if the container is using an image
7233- * hosted in Amazon ECR, otherwise it is omitted.</p>
7234- * </note>
72357230 */
72367231 imageDigest ?: string ;
72377232
You can’t perform that action at this time.
0 commit comments