aws-sdk-ecs 1.182.0 → 1.184.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +40 -16
- data/lib/aws-sdk-ecs/types.rb +51 -32
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95a92434ae65cdab0f01ce7381d725e51d67f89427133b8e6024fadb2faa4421
|
4
|
+
data.tar.gz: 791c3b283811138b9557751dd57b8a30c86ccd648972c14af38a95c26c70a7cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64cac46eb09e28a3fd4d58a7681e98a3f88c0739ad3cd1a50ea50023f76d60f0e48158fb4d48cca257da3f577486d9a7f95ddfa463dac0a1871523688cac67da
|
7
|
+
data.tar.gz: a72060e68c5bc72ec6bc2c46211e8c369d53db6c7bd37828d377a08972e9ddb03b252a5dc6908d83fba2b4e18726324710b2debd118c5d6c1359608d35c630c5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.184.0 (2025-04-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds a new AccountSetting - defaultLogDriverMode for ECS.
|
8
|
+
|
9
|
+
1.183.0 (2025-04-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This is an Amazon ECS documentation only update to address various tickets.
|
13
|
+
|
4
14
|
1.182.0 (2025-03-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.184.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -2224,13 +2224,13 @@ module Aws::ECS
|
|
2224
2224
|
# @example Request syntax with placeholder values
|
2225
2225
|
#
|
2226
2226
|
# resp = client.delete_account_setting({
|
2227
|
-
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate
|
2227
|
+
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate, defaultLogDriverMode
|
2228
2228
|
# principal_arn: "String",
|
2229
2229
|
# })
|
2230
2230
|
#
|
2231
2231
|
# @example Response structure
|
2232
2232
|
#
|
2233
|
-
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate"
|
2233
|
+
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate", "defaultLogDriverMode"
|
2234
2234
|
# resp.setting.value #=> String
|
2235
2235
|
# resp.setting.principal_arn #=> String
|
2236
2236
|
# resp.setting.type #=> String, one of "user", "aws_managed"
|
@@ -4105,12 +4105,12 @@ module Aws::ECS
|
|
4105
4105
|
# Describes one or more of your service deployments.
|
4106
4106
|
#
|
4107
4107
|
# A service deployment happens when you release a software update for
|
4108
|
-
# the service. For more information, see [
|
4109
|
-
# deployments][1].
|
4108
|
+
# the service. For more information, see [View service history using
|
4109
|
+
# Amazon ECS service deployments][1].
|
4110
4110
|
#
|
4111
4111
|
#
|
4112
4112
|
#
|
4113
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-
|
4113
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-deployment.html
|
4114
4114
|
#
|
4115
4115
|
# @option params [required, Array<String>] :service_deployment_arns
|
4116
4116
|
# The ARN of the service deployment.
|
@@ -5657,7 +5657,7 @@ module Aws::ECS
|
|
5657
5657
|
# @example Request syntax with placeholder values
|
5658
5658
|
#
|
5659
5659
|
# resp = client.list_account_settings({
|
5660
|
-
# name: "serviceLongArnFormat", # accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate
|
5660
|
+
# name: "serviceLongArnFormat", # accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate, defaultLogDriverMode
|
5661
5661
|
# value: "String",
|
5662
5662
|
# principal_arn: "String",
|
5663
5663
|
# effective_settings: false,
|
@@ -5668,7 +5668,7 @@ module Aws::ECS
|
|
5668
5668
|
# @example Response structure
|
5669
5669
|
#
|
5670
5670
|
# resp.settings #=> Array
|
5671
|
-
# resp.settings[0].name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate"
|
5671
|
+
# resp.settings[0].name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate", "defaultLogDriverMode"
|
5672
5672
|
# resp.settings[0].value #=> String
|
5673
5673
|
# resp.settings[0].principal_arn #=> String
|
5674
5674
|
# resp.settings[0].type #=> String, one of "user", "aws_managed"
|
@@ -6775,12 +6775,23 @@ module Aws::ECS
|
|
6775
6775
|
# information, see [Grant permission to tag resources on creation][6]
|
6776
6776
|
# in the *Amazon ECS Developer Guide*.
|
6777
6777
|
#
|
6778
|
+
# * `defaultLogDriverMode` - Amazon ECS supports setting a default
|
6779
|
+
# delivery mode of log messages from a container to the `logDriver`
|
6780
|
+
# that you specify in the container's `logConfiguration`. The
|
6781
|
+
# delivery mode affects application stability when the flow of logs
|
6782
|
+
# from the container to the log driver is interrupted. The
|
6783
|
+
# `defaultLogDriverMode` setting supports two values: `blocking` and
|
6784
|
+
# `non-blocking`. If you don't specify a delivery mode in your
|
6785
|
+
# container definition's `logConfiguration`, the mode you specify
|
6786
|
+
# using this account setting will be used as the default. For more
|
6787
|
+
# information about log delivery modes, see [LogConfiguration][7].
|
6788
|
+
#
|
6778
6789
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
6779
6790
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
6780
6791
|
# enabled or disabled by your security administrator in your Amazon
|
6781
6792
|
# ECS account. Amazon GuardDuty controls this account setting on your
|
6782
6793
|
# behalf. For more information, see [Protecting Amazon ECS workloads
|
6783
|
-
# with Amazon ECS Runtime Monitoring][
|
6794
|
+
# with Amazon ECS Runtime Monitoring][8].
|
6784
6795
|
#
|
6785
6796
|
#
|
6786
6797
|
#
|
@@ -6790,7 +6801,8 @@ module Aws::ECS
|
|
6790
6801
|
# [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
|
6791
6802
|
# [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
|
6792
6803
|
# [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
|
6793
|
-
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/
|
6804
|
+
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html
|
6805
|
+
# [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
|
6794
6806
|
#
|
6795
6807
|
# @option params [required, String] :value
|
6796
6808
|
# The account setting value for the specified principal ARN. Accepted
|
@@ -6872,14 +6884,14 @@ module Aws::ECS
|
|
6872
6884
|
# @example Request syntax with placeholder values
|
6873
6885
|
#
|
6874
6886
|
# resp = client.put_account_setting({
|
6875
|
-
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate
|
6887
|
+
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate, defaultLogDriverMode
|
6876
6888
|
# value: "String", # required
|
6877
6889
|
# principal_arn: "String",
|
6878
6890
|
# })
|
6879
6891
|
#
|
6880
6892
|
# @example Response structure
|
6881
6893
|
#
|
6882
|
-
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate"
|
6894
|
+
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate", "defaultLogDriverMode"
|
6883
6895
|
# resp.setting.value #=> String
|
6884
6896
|
# resp.setting.principal_arn #=> String
|
6885
6897
|
# resp.setting.type #=> String, one of "user", "aws_managed"
|
@@ -6987,12 +6999,23 @@ module Aws::ECS
|
|
6987
6999
|
# information, see [Grant permission to tag resources on creation][6]
|
6988
7000
|
# in the *Amazon ECS Developer Guide*.
|
6989
7001
|
#
|
7002
|
+
# * `defaultLogDriverMode` -Amazon ECS supports setting a default
|
7003
|
+
# delivery mode of log messages from a container to the `logDriver`
|
7004
|
+
# that you specify in the container's `logConfiguration`. The
|
7005
|
+
# delivery mode affects application stability when the flow of logs
|
7006
|
+
# from the container to the log driver is interrupted. The
|
7007
|
+
# `defaultLogDriverMode` setting supports two values: `blocking` and
|
7008
|
+
# `non-blocking`. If you don't specify a delivery mode in your
|
7009
|
+
# container definition's `logConfiguration`, the mode you specify
|
7010
|
+
# using this account setting will be used as the default. For more
|
7011
|
+
# information about log delivery modes, see [LogConfiguration][7].
|
7012
|
+
#
|
6990
7013
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
6991
7014
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
6992
7015
|
# enabled or disabled by your security administrator in your Amazon
|
6993
7016
|
# ECS account. Amazon GuardDuty controls this account setting on your
|
6994
7017
|
# behalf. For more information, see [Protecting Amazon ECS workloads
|
6995
|
-
# with Amazon ECS Runtime Monitoring][
|
7018
|
+
# with Amazon ECS Runtime Monitoring][8].
|
6996
7019
|
#
|
6997
7020
|
#
|
6998
7021
|
#
|
@@ -7002,7 +7025,8 @@ module Aws::ECS
|
|
7002
7025
|
# [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
|
7003
7026
|
# [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
|
7004
7027
|
# [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
|
7005
|
-
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/
|
7028
|
+
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html
|
7029
|
+
# [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
|
7006
7030
|
#
|
7007
7031
|
# @option params [required, String] :value
|
7008
7032
|
# The account setting value for the specified principal ARN. Accepted
|
@@ -7048,13 +7072,13 @@ module Aws::ECS
|
|
7048
7072
|
# @example Request syntax with placeholder values
|
7049
7073
|
#
|
7050
7074
|
# resp = client.put_account_setting_default({
|
7051
|
-
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate
|
7075
|
+
# name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights, fargateFIPSMode, tagResourceAuthorization, fargateTaskRetirementWaitPeriod, guardDutyActivate, defaultLogDriverMode
|
7052
7076
|
# value: "String", # required
|
7053
7077
|
# })
|
7054
7078
|
#
|
7055
7079
|
# @example Response structure
|
7056
7080
|
#
|
7057
|
-
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate"
|
7081
|
+
# resp.setting.name #=> String, one of "serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate", "defaultLogDriverMode"
|
7058
7082
|
# resp.setting.value #=> String
|
7059
7083
|
# resp.setting.principal_arn #=> String
|
7060
7084
|
# resp.setting.type #=> String, one of "user", "aws_managed"
|
@@ -12442,7 +12466,7 @@ module Aws::ECS
|
|
12442
12466
|
tracer: tracer
|
12443
12467
|
)
|
12444
12468
|
context[:gem_name] = 'aws-sdk-ecs'
|
12445
|
-
context[:gem_version] = '1.
|
12469
|
+
context[:gem_version] = '1.184.0'
|
12446
12470
|
Seahorse::Client::Request.new(handlers, context)
|
12447
12471
|
end
|
12448
12472
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -6935,8 +6935,7 @@ module Aws::ECS
|
|
6935
6935
|
#
|
6936
6936
|
# awslogs-stream-prefix
|
6937
6937
|
#
|
6938
|
-
# : Required: Yes, when using
|
6939
|
-
# EC2 launch type, required for the Fargate launch type.
|
6938
|
+
# : Required: Yes, when using Fargate.Optional when using EC2.
|
6940
6939
|
#
|
6941
6940
|
# Use the `awslogs-stream-prefix` option to associate a log stream
|
6942
6941
|
# with the specified prefix, the container name, and the ID of the
|
@@ -7008,6 +7007,8 @@ module Aws::ECS
|
|
7008
7007
|
#
|
7009
7008
|
# </note>
|
7010
7009
|
#
|
7010
|
+
# The following options apply to all supported log drivers.
|
7011
|
+
#
|
7011
7012
|
# mode
|
7012
7013
|
#
|
7013
7014
|
# : Required: No
|
@@ -7015,12 +7016,12 @@ module Aws::ECS
|
|
7015
7016
|
# Valid values: `non-blocking` \| `blocking`
|
7016
7017
|
#
|
7017
7018
|
# This option defines the delivery mode of log messages from the
|
7018
|
-
# container to
|
7019
|
-
#
|
7020
|
-
#
|
7019
|
+
# container to the log driver specified using `logDriver`. The
|
7020
|
+
# delivery mode you choose affects application availability when the
|
7021
|
+
# flow of logs from container is interrupted.
|
7021
7022
|
#
|
7022
|
-
# If you use the `blocking` mode and the flow of logs
|
7023
|
-
#
|
7023
|
+
# If you use the `blocking` mode and the flow of logs is
|
7024
|
+
# interrupted, calls from container code to write to the `stdout`
|
7024
7025
|
# and `stderr` streams will block. The logging thread of the
|
7025
7026
|
# application will block as a result. This may cause the application
|
7026
7027
|
# to become unresponsive and lead to container healthcheck failure.
|
@@ -7028,11 +7029,18 @@ module Aws::ECS
|
|
7028
7029
|
# If you use the `non-blocking` mode, the container's logs are
|
7029
7030
|
# instead stored in an in-memory intermediate buffer configured with
|
7030
7031
|
# the `max-buffer-size` option. This prevents the application from
|
7031
|
-
# becoming unresponsive when logs cannot be sent
|
7032
|
-
#
|
7033
|
-
#
|
7034
|
-
#
|
7035
|
-
#
|
7032
|
+
# becoming unresponsive when logs cannot be sent. We recommend using
|
7033
|
+
# this mode if you want to ensure service availability and are okay
|
7034
|
+
# with some log loss. For more information, see [Preventing log loss
|
7035
|
+
# with non-blocking mode in the `awslogs` container log driver][3].
|
7036
|
+
#
|
7037
|
+
# You can set a default `mode` for all containers in a specific
|
7038
|
+
# Amazon Web Services Region by using the `defaultLogDriverMode`
|
7039
|
+
# account setting. If you don't specify the `mode` option or
|
7040
|
+
# configure the account setting, Amazon ECS will default to the
|
7041
|
+
# `blocking` mode. For more information about the account setting,
|
7042
|
+
# see [Default log driver mode][4] in the *Amazon Elastic Container
|
7043
|
+
# Service Developer Guide*.
|
7036
7044
|
#
|
7037
7045
|
# max-buffer-size
|
7038
7046
|
#
|
@@ -7071,7 +7079,7 @@ module Aws::ECS
|
|
7071
7079
|
# options like `Name`, `Host` (OpenSearch Service endpoint without
|
7072
7080
|
# protocol), `Port`, `Index`, `Type`, `Aws_auth`, `Aws_region`,
|
7073
7081
|
# `Suppress_Type_Name`, and `tls`. For more information, see [Under
|
7074
|
-
# the hood: FireLens for Amazon ECS Tasks][
|
7082
|
+
# the hood: FireLens for Amazon ECS Tasks][5].
|
7075
7083
|
#
|
7076
7084
|
# When you export logs to Amazon S3, you can specify the bucket using
|
7077
7085
|
# the `bucket` option. You can also specify `region`,
|
@@ -7089,7 +7097,8 @@ module Aws::ECS
|
|
7089
7097
|
# [1]: https://docs.docker.com/config/containers/logging/awslogs/#awslogs-datetime-format
|
7090
7098
|
# [2]: https://docs.docker.com/config/containers/logging/awslogs/#awslogs-multiline-pattern
|
7091
7099
|
# [3]: http://aws.amazon.com/blogs/containers/preventing-log-loss-with-non-blocking-mode-in-the-awslogs-container-log-driver/
|
7092
|
-
# [4]:
|
7100
|
+
# [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode
|
7101
|
+
# [5]: http://aws.amazon.com/blogs/containers/under-the-hood-firelens-for-amazon-ecs-tasks/
|
7093
7102
|
# @return [Hash<String,String>]
|
7094
7103
|
#
|
7095
7104
|
# @!attribute [rw] secret_options
|
@@ -7989,12 +7998,23 @@ module Aws::ECS
|
|
7989
7998
|
# information, see [Grant permission to tag resources on
|
7990
7999
|
# creation][6] in the *Amazon ECS Developer Guide*.
|
7991
8000
|
#
|
8001
|
+
# * `defaultLogDriverMode` -Amazon ECS supports setting a default
|
8002
|
+
# delivery mode of log messages from a container to the `logDriver`
|
8003
|
+
# that you specify in the container's `logConfiguration`. The
|
8004
|
+
# delivery mode affects application stability when the flow of logs
|
8005
|
+
# from the container to the log driver is interrupted. The
|
8006
|
+
# `defaultLogDriverMode` setting supports two values: `blocking` and
|
8007
|
+
# `non-blocking`. If you don't specify a delivery mode in your
|
8008
|
+
# container definition's `logConfiguration`, the mode you specify
|
8009
|
+
# using this account setting will be used as the default. For more
|
8010
|
+
# information about log delivery modes, see [LogConfiguration][7].
|
8011
|
+
#
|
7992
8012
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
7993
8013
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
7994
8014
|
# Monitoring is enabled or disabled by your security administrator
|
7995
8015
|
# in your Amazon ECS account. Amazon GuardDuty controls this account
|
7996
8016
|
# setting on your behalf. For more information, see [Protecting
|
7997
|
-
# Amazon ECS workloads with Amazon ECS Runtime Monitoring][
|
8017
|
+
# Amazon ECS workloads with Amazon ECS Runtime Monitoring][8].
|
7998
8018
|
#
|
7999
8019
|
#
|
8000
8020
|
#
|
@@ -8004,7 +8024,8 @@ module Aws::ECS
|
|
8004
8024
|
# [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
|
8005
8025
|
# [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
|
8006
8026
|
# [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
|
8007
|
-
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/
|
8027
|
+
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html
|
8028
|
+
# [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
|
8008
8029
|
# @return [String]
|
8009
8030
|
#
|
8010
8031
|
# @!attribute [rw] value
|
@@ -8132,12 +8153,23 @@ module Aws::ECS
|
|
8132
8153
|
# information, see [Grant permission to tag resources on
|
8133
8154
|
# creation][6] in the *Amazon ECS Developer Guide*.
|
8134
8155
|
#
|
8156
|
+
# * `defaultLogDriverMode` - Amazon ECS supports setting a default
|
8157
|
+
# delivery mode of log messages from a container to the `logDriver`
|
8158
|
+
# that you specify in the container's `logConfiguration`. The
|
8159
|
+
# delivery mode affects application stability when the flow of logs
|
8160
|
+
# from the container to the log driver is interrupted. The
|
8161
|
+
# `defaultLogDriverMode` setting supports two values: `blocking` and
|
8162
|
+
# `non-blocking`. If you don't specify a delivery mode in your
|
8163
|
+
# container definition's `logConfiguration`, the mode you specify
|
8164
|
+
# using this account setting will be used as the default. For more
|
8165
|
+
# information about log delivery modes, see [LogConfiguration][7].
|
8166
|
+
#
|
8135
8167
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
8136
8168
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
8137
8169
|
# Monitoring is enabled or disabled by your security administrator
|
8138
8170
|
# in your Amazon ECS account. Amazon GuardDuty controls this account
|
8139
8171
|
# setting on your behalf. For more information, see [Protecting
|
8140
|
-
# Amazon ECS workloads with Amazon ECS Runtime Monitoring][
|
8172
|
+
# Amazon ECS workloads with Amazon ECS Runtime Monitoring][8].
|
8141
8173
|
#
|
8142
8174
|
#
|
8143
8175
|
#
|
@@ -8147,7 +8179,8 @@ module Aws::ECS
|
|
8147
8179
|
# [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack
|
8148
8180
|
# [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html
|
8149
8181
|
# [6]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html
|
8150
|
-
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/
|
8182
|
+
# [7]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html
|
8183
|
+
# [8]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html
|
8151
8184
|
# @return [String]
|
8152
8185
|
#
|
8153
8186
|
# @!attribute [rw] value
|
@@ -8948,20 +8981,6 @@ module Aws::ECS
|
|
8948
8981
|
#
|
8949
8982
|
# @!attribute [rw] service_revision_arn
|
8950
8983
|
# The ARN of the service revision deployed as part of the rollback.
|
8951
|
-
#
|
8952
|
-
# When the type is `GPU`, the value is the number of physical `GPUs`
|
8953
|
-
# the Amazon ECS container agent reserves for the container. The
|
8954
|
-
# number of GPUs that's reserved for all containers in a task can't
|
8955
|
-
# exceed the number of available GPUs on the container instance that
|
8956
|
-
# the task is launched on.
|
8957
|
-
#
|
8958
|
-
# When the type is `InferenceAccelerator`, the `value` matches the
|
8959
|
-
# `deviceName` for an [InferenceAccelerator][1] specified in a task
|
8960
|
-
# definition.
|
8961
|
-
#
|
8962
|
-
#
|
8963
|
-
#
|
8964
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html
|
8965
8984
|
# @return [String]
|
8966
8985
|
#
|
8967
8986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Rollback AWS API Documentation
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -378,7 +378,7 @@ module Aws
|
|
378
378
|
end
|
379
379
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECS/Client.html#delete_account_setting-instance_method
|
380
380
|
def delete_account_setting: (
|
381
|
-
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate"),
|
381
|
+
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode"),
|
382
382
|
?principal_arn: ::String
|
383
383
|
) -> _DeleteAccountSettingResponseSuccess
|
384
384
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccountSettingResponseSuccess
|
@@ -644,7 +644,7 @@ module Aws
|
|
644
644
|
end
|
645
645
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECS/Client.html#list_account_settings-instance_method
|
646
646
|
def list_account_settings: (
|
647
|
-
?name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate"),
|
647
|
+
?name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode"),
|
648
648
|
?value: ::String,
|
649
649
|
?principal_arn: ::String,
|
650
650
|
?effective_settings: bool,
|
@@ -807,7 +807,7 @@ module Aws
|
|
807
807
|
end
|
808
808
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECS/Client.html#put_account_setting-instance_method
|
809
809
|
def put_account_setting: (
|
810
|
-
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate"),
|
810
|
+
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode"),
|
811
811
|
value: ::String,
|
812
812
|
?principal_arn: ::String
|
813
813
|
) -> _PutAccountSettingResponseSuccess
|
@@ -819,7 +819,7 @@ module Aws
|
|
819
819
|
end
|
820
820
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECS/Client.html#put_account_setting_default-instance_method
|
821
821
|
def put_account_setting_default: (
|
822
|
-
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate"),
|
822
|
+
name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode"),
|
823
823
|
value: ::String
|
824
824
|
) -> _PutAccountSettingDefaultResponseSuccess
|
825
825
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAccountSettingDefaultResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -373,7 +373,7 @@ module Aws::ECS
|
|
373
373
|
end
|
374
374
|
|
375
375
|
class DeleteAccountSettingRequest
|
376
|
-
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate")
|
376
|
+
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode")
|
377
377
|
attr_accessor principal_arn: ::String
|
378
378
|
SENSITIVE: []
|
379
379
|
end
|
@@ -847,7 +847,7 @@ module Aws::ECS
|
|
847
847
|
end
|
848
848
|
|
849
849
|
class ListAccountSettingsRequest
|
850
|
-
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate")
|
850
|
+
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode")
|
851
851
|
attr_accessor value: ::String
|
852
852
|
attr_accessor principal_arn: ::String
|
853
853
|
attr_accessor effective_settings: bool
|
@@ -1140,7 +1140,7 @@ module Aws::ECS
|
|
1140
1140
|
end
|
1141
1141
|
|
1142
1142
|
class PutAccountSettingDefaultRequest
|
1143
|
-
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate")
|
1143
|
+
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode")
|
1144
1144
|
attr_accessor value: ::String
|
1145
1145
|
SENSITIVE: []
|
1146
1146
|
end
|
@@ -1151,7 +1151,7 @@ module Aws::ECS
|
|
1151
1151
|
end
|
1152
1152
|
|
1153
1153
|
class PutAccountSettingRequest
|
1154
|
-
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate")
|
1154
|
+
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode")
|
1155
1155
|
attr_accessor value: ::String
|
1156
1156
|
attr_accessor principal_arn: ::String
|
1157
1157
|
SENSITIVE: []
|
@@ -1521,7 +1521,7 @@ module Aws::ECS
|
|
1521
1521
|
end
|
1522
1522
|
|
1523
1523
|
class Setting
|
1524
|
-
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate")
|
1524
|
+
attr_accessor name: ("serviceLongArnFormat" | "taskLongArnFormat" | "containerInstanceLongArnFormat" | "awsvpcTrunking" | "containerInsights" | "fargateFIPSMode" | "tagResourceAuthorization" | "fargateTaskRetirementWaitPeriod" | "guardDutyActivate" | "defaultLogDriverMode")
|
1525
1525
|
attr_accessor value: ::String
|
1526
1526
|
attr_accessor principal_arn: ::String
|
1527
1527
|
attr_accessor type: ("user" | "aws_managed")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.184.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|