aws-sdk-ecs 1.65.0 → 1.66.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/lib/aws-sdk-ecs.rb +3 -1
- data/lib/aws-sdk-ecs/client.rb +3 -1
- data/lib/aws-sdk-ecs/client_api.rb +2 -0
- data/lib/aws-sdk-ecs/customizations.rb +1 -0
- data/lib/aws-sdk-ecs/errors.rb +2 -0
- data/lib/aws-sdk-ecs/resource.rb +2 -0
- data/lib/aws-sdk-ecs/types.rb +166 -0
- data/lib/aws-sdk-ecs/waiters.rb +2 -0
- 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: 04732e46c443248173a3273f26e2ac0dcedeecc20a174dd5428e534afa763e01
|
|
4
|
+
data.tar.gz: ba5053fa0080e3f87f44e5975b2147f86de51ec15e9c07229743ce1b34b5bc5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 571e6f90fb3d9e81b7dcd082fcd021ac93a10bdb00fbbe6f103b5199ae0d438d051fa6d1c14767637871c69ca6d66095db498d6eb50884c932185013691ba8d3
|
|
7
|
+
data.tar.gz: 904e88b0b616bd0af4025392b62f59f6160e4ae71fd2f852ec799273c56e46eac65cf8a12e9215f6571f5495f0075ea44aa59241816265bcac470e1617d108e8
|
data/lib/aws-sdk-ecs.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-ecs/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::ECS
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.66.0'
|
|
50
52
|
|
|
51
53
|
end
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -8071,7 +8073,7 @@ module Aws::ECS
|
|
|
8071
8073
|
params: params,
|
|
8072
8074
|
config: config)
|
|
8073
8075
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
8074
|
-
context[:gem_version] = '1.
|
|
8076
|
+
context[:gem_version] = '1.66.0'
|
|
8075
8077
|
Seahorse::Client::Request.new(handlers, context)
|
|
8076
8078
|
end
|
|
8077
8079
|
|
data/lib/aws-sdk-ecs/errors.rb
CHANGED
data/lib/aws-sdk-ecs/resource.rb
CHANGED
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -43,6 +45,7 @@ module Aws::ECS
|
|
|
43
45
|
:type,
|
|
44
46
|
:status,
|
|
45
47
|
:details)
|
|
48
|
+
SENSITIVE = []
|
|
46
49
|
include Aws::Structure
|
|
47
50
|
end
|
|
48
51
|
|
|
@@ -69,6 +72,7 @@ module Aws::ECS
|
|
|
69
72
|
class AttachmentStateChange < Struct.new(
|
|
70
73
|
:attachment_arn,
|
|
71
74
|
:status)
|
|
75
|
+
SENSITIVE = []
|
|
72
76
|
include Aws::Structure
|
|
73
77
|
end
|
|
74
78
|
|
|
@@ -121,6 +125,7 @@ module Aws::ECS
|
|
|
121
125
|
:value,
|
|
122
126
|
:target_type,
|
|
123
127
|
:target_id)
|
|
128
|
+
SENSITIVE = []
|
|
124
129
|
include Aws::Structure
|
|
125
130
|
end
|
|
126
131
|
|
|
@@ -189,6 +194,7 @@ module Aws::ECS
|
|
|
189
194
|
:auto_scaling_group_arn,
|
|
190
195
|
:managed_scaling,
|
|
191
196
|
:managed_termination_protection)
|
|
197
|
+
SENSITIVE = []
|
|
192
198
|
include Aws::Structure
|
|
193
199
|
end
|
|
194
200
|
|
|
@@ -234,6 +240,7 @@ module Aws::ECS
|
|
|
234
240
|
:subnets,
|
|
235
241
|
:security_groups,
|
|
236
242
|
:assign_public_ip)
|
|
243
|
+
SENSITIVE = []
|
|
237
244
|
include Aws::Structure
|
|
238
245
|
end
|
|
239
246
|
|
|
@@ -334,6 +341,7 @@ module Aws::ECS
|
|
|
334
341
|
:update_status,
|
|
335
342
|
:update_status_reason,
|
|
336
343
|
:tags)
|
|
344
|
+
SENSITIVE = []
|
|
337
345
|
include Aws::Structure
|
|
338
346
|
end
|
|
339
347
|
|
|
@@ -378,6 +386,7 @@ module Aws::ECS
|
|
|
378
386
|
:capacity_provider,
|
|
379
387
|
:weight,
|
|
380
388
|
:base)
|
|
389
|
+
SENSITIVE = []
|
|
381
390
|
include Aws::Structure
|
|
382
391
|
end
|
|
383
392
|
|
|
@@ -393,6 +402,7 @@ module Aws::ECS
|
|
|
393
402
|
#
|
|
394
403
|
class ClientException < Struct.new(
|
|
395
404
|
:message)
|
|
405
|
+
SENSITIVE = []
|
|
396
406
|
include Aws::Structure
|
|
397
407
|
end
|
|
398
408
|
|
|
@@ -574,6 +584,7 @@ module Aws::ECS
|
|
|
574
584
|
:default_capacity_provider_strategy,
|
|
575
585
|
:attachments,
|
|
576
586
|
:attachments_status)
|
|
587
|
+
SENSITIVE = []
|
|
577
588
|
include Aws::Structure
|
|
578
589
|
end
|
|
579
590
|
|
|
@@ -637,6 +648,7 @@ module Aws::ECS
|
|
|
637
648
|
class ClusterSetting < Struct.new(
|
|
638
649
|
:name,
|
|
639
650
|
:value)
|
|
651
|
+
SENSITIVE = []
|
|
640
652
|
include Aws::Structure
|
|
641
653
|
end
|
|
642
654
|
|
|
@@ -735,6 +747,7 @@ module Aws::ECS
|
|
|
735
747
|
:memory,
|
|
736
748
|
:memory_reservation,
|
|
737
749
|
:gpu_ids)
|
|
750
|
+
SENSITIVE = []
|
|
738
751
|
include Aws::Structure
|
|
739
752
|
end
|
|
740
753
|
|
|
@@ -1811,6 +1824,7 @@ module Aws::ECS
|
|
|
1811
1824
|
:system_controls,
|
|
1812
1825
|
:resource_requirements,
|
|
1813
1826
|
:firelens_configuration)
|
|
1827
|
+
SENSITIVE = []
|
|
1814
1828
|
include Aws::Structure
|
|
1815
1829
|
end
|
|
1816
1830
|
|
|
@@ -1881,6 +1895,7 @@ module Aws::ECS
|
|
|
1881
1895
|
class ContainerDependency < Struct.new(
|
|
1882
1896
|
:container_name,
|
|
1883
1897
|
:condition)
|
|
1898
|
+
SENSITIVE = []
|
|
1884
1899
|
include Aws::Structure
|
|
1885
1900
|
end
|
|
1886
1901
|
|
|
@@ -2063,6 +2078,7 @@ module Aws::ECS
|
|
|
2063
2078
|
:registered_at,
|
|
2064
2079
|
:attachments,
|
|
2065
2080
|
:tags)
|
|
2081
|
+
SENSITIVE = []
|
|
2066
2082
|
include Aws::Structure
|
|
2067
2083
|
end
|
|
2068
2084
|
|
|
@@ -2160,6 +2176,7 @@ module Aws::ECS
|
|
|
2160
2176
|
:memory,
|
|
2161
2177
|
:memory_reservation,
|
|
2162
2178
|
:resource_requirements)
|
|
2179
|
+
SENSITIVE = []
|
|
2163
2180
|
include Aws::Structure
|
|
2164
2181
|
end
|
|
2165
2182
|
|
|
@@ -2224,6 +2241,7 @@ module Aws::ECS
|
|
|
2224
2241
|
:network_bindings,
|
|
2225
2242
|
:reason,
|
|
2226
2243
|
:status)
|
|
2244
|
+
SENSITIVE = []
|
|
2227
2245
|
include Aws::Structure
|
|
2228
2246
|
end
|
|
2229
2247
|
|
|
@@ -2298,6 +2316,7 @@ module Aws::ECS
|
|
|
2298
2316
|
:name,
|
|
2299
2317
|
:auto_scaling_group_provider,
|
|
2300
2318
|
:tags)
|
|
2319
|
+
SENSITIVE = []
|
|
2301
2320
|
include Aws::Structure
|
|
2302
2321
|
end
|
|
2303
2322
|
|
|
@@ -2309,6 +2328,7 @@ module Aws::ECS
|
|
|
2309
2328
|
#
|
|
2310
2329
|
class CreateCapacityProviderResponse < Struct.new(
|
|
2311
2330
|
:capacity_provider)
|
|
2331
|
+
SENSITIVE = []
|
|
2312
2332
|
include Aws::Structure
|
|
2313
2333
|
end
|
|
2314
2334
|
|
|
@@ -2439,6 +2459,7 @@ module Aws::ECS
|
|
|
2439
2459
|
:settings,
|
|
2440
2460
|
:capacity_providers,
|
|
2441
2461
|
:default_capacity_provider_strategy)
|
|
2462
|
+
SENSITIVE = []
|
|
2442
2463
|
include Aws::Structure
|
|
2443
2464
|
end
|
|
2444
2465
|
|
|
@@ -2450,6 +2471,7 @@ module Aws::ECS
|
|
|
2450
2471
|
#
|
|
2451
2472
|
class CreateClusterResponse < Struct.new(
|
|
2452
2473
|
:cluster)
|
|
2474
|
+
SENSITIVE = []
|
|
2453
2475
|
include Aws::Structure
|
|
2454
2476
|
end
|
|
2455
2477
|
|
|
@@ -2886,6 +2908,7 @@ module Aws::ECS
|
|
|
2886
2908
|
:tags,
|
|
2887
2909
|
:enable_ecs_managed_tags,
|
|
2888
2910
|
:propagate_tags)
|
|
2911
|
+
SENSITIVE = []
|
|
2889
2912
|
include Aws::Structure
|
|
2890
2913
|
end
|
|
2891
2914
|
|
|
@@ -2906,6 +2929,7 @@ module Aws::ECS
|
|
|
2906
2929
|
#
|
|
2907
2930
|
class CreateServiceResponse < Struct.new(
|
|
2908
2931
|
:service)
|
|
2932
|
+
SENSITIVE = []
|
|
2909
2933
|
include Aws::Structure
|
|
2910
2934
|
end
|
|
2911
2935
|
|
|
@@ -3112,6 +3136,7 @@ module Aws::ECS
|
|
|
3112
3136
|
:scale,
|
|
3113
3137
|
:client_token,
|
|
3114
3138
|
:tags)
|
|
3139
|
+
SENSITIVE = []
|
|
3115
3140
|
include Aws::Structure
|
|
3116
3141
|
end
|
|
3117
3142
|
|
|
@@ -3126,6 +3151,7 @@ module Aws::ECS
|
|
|
3126
3151
|
#
|
|
3127
3152
|
class CreateTaskSetResponse < Struct.new(
|
|
3128
3153
|
:task_set)
|
|
3154
|
+
SENSITIVE = []
|
|
3129
3155
|
include Aws::Structure
|
|
3130
3156
|
end
|
|
3131
3157
|
|
|
@@ -3162,6 +3188,7 @@ module Aws::ECS
|
|
|
3162
3188
|
class DeleteAccountSettingRequest < Struct.new(
|
|
3163
3189
|
:name,
|
|
3164
3190
|
:principal_arn)
|
|
3191
|
+
SENSITIVE = []
|
|
3165
3192
|
include Aws::Structure
|
|
3166
3193
|
end
|
|
3167
3194
|
|
|
@@ -3173,6 +3200,7 @@ module Aws::ECS
|
|
|
3173
3200
|
#
|
|
3174
3201
|
class DeleteAccountSettingResponse < Struct.new(
|
|
3175
3202
|
:setting)
|
|
3203
|
+
SENSITIVE = []
|
|
3176
3204
|
include Aws::Structure
|
|
3177
3205
|
end
|
|
3178
3206
|
|
|
@@ -3210,6 +3238,7 @@ module Aws::ECS
|
|
|
3210
3238
|
class DeleteAttributesRequest < Struct.new(
|
|
3211
3239
|
:cluster,
|
|
3212
3240
|
:attributes)
|
|
3241
|
+
SENSITIVE = []
|
|
3213
3242
|
include Aws::Structure
|
|
3214
3243
|
end
|
|
3215
3244
|
|
|
@@ -3222,6 +3251,7 @@ module Aws::ECS
|
|
|
3222
3251
|
#
|
|
3223
3252
|
class DeleteAttributesResponse < Struct.new(
|
|
3224
3253
|
:attributes)
|
|
3254
|
+
SENSITIVE = []
|
|
3225
3255
|
include Aws::Structure
|
|
3226
3256
|
end
|
|
3227
3257
|
|
|
@@ -3241,6 +3271,7 @@ module Aws::ECS
|
|
|
3241
3271
|
#
|
|
3242
3272
|
class DeleteCapacityProviderRequest < Struct.new(
|
|
3243
3273
|
:capacity_provider)
|
|
3274
|
+
SENSITIVE = []
|
|
3244
3275
|
include Aws::Structure
|
|
3245
3276
|
end
|
|
3246
3277
|
|
|
@@ -3252,6 +3283,7 @@ module Aws::ECS
|
|
|
3252
3283
|
#
|
|
3253
3284
|
class DeleteCapacityProviderResponse < Struct.new(
|
|
3254
3285
|
:capacity_provider)
|
|
3286
|
+
SENSITIVE = []
|
|
3255
3287
|
include Aws::Structure
|
|
3256
3288
|
end
|
|
3257
3289
|
|
|
@@ -3271,6 +3303,7 @@ module Aws::ECS
|
|
|
3271
3303
|
#
|
|
3272
3304
|
class DeleteClusterRequest < Struct.new(
|
|
3273
3305
|
:cluster)
|
|
3306
|
+
SENSITIVE = []
|
|
3274
3307
|
include Aws::Structure
|
|
3275
3308
|
end
|
|
3276
3309
|
|
|
@@ -3282,6 +3315,7 @@ module Aws::ECS
|
|
|
3282
3315
|
#
|
|
3283
3316
|
class DeleteClusterResponse < Struct.new(
|
|
3284
3317
|
:cluster)
|
|
3318
|
+
SENSITIVE = []
|
|
3285
3319
|
include Aws::Structure
|
|
3286
3320
|
end
|
|
3287
3321
|
|
|
@@ -3316,6 +3350,7 @@ module Aws::ECS
|
|
|
3316
3350
|
:cluster,
|
|
3317
3351
|
:service,
|
|
3318
3352
|
:force)
|
|
3353
|
+
SENSITIVE = []
|
|
3319
3354
|
include Aws::Structure
|
|
3320
3355
|
end
|
|
3321
3356
|
|
|
@@ -3327,6 +3362,7 @@ module Aws::ECS
|
|
|
3327
3362
|
#
|
|
3328
3363
|
class DeleteServiceResponse < Struct.new(
|
|
3329
3364
|
:service)
|
|
3365
|
+
SENSITIVE = []
|
|
3330
3366
|
include Aws::Structure
|
|
3331
3367
|
end
|
|
3332
3368
|
|
|
@@ -3367,6 +3403,7 @@ module Aws::ECS
|
|
|
3367
3403
|
:service,
|
|
3368
3404
|
:task_set,
|
|
3369
3405
|
:force)
|
|
3406
|
+
SENSITIVE = []
|
|
3370
3407
|
include Aws::Structure
|
|
3371
3408
|
end
|
|
3372
3409
|
|
|
@@ -3381,6 +3418,7 @@ module Aws::ECS
|
|
|
3381
3418
|
#
|
|
3382
3419
|
class DeleteTaskSetResponse < Struct.new(
|
|
3383
3420
|
:task_set)
|
|
3421
|
+
SENSITIVE = []
|
|
3384
3422
|
include Aws::Structure
|
|
3385
3423
|
end
|
|
3386
3424
|
|
|
@@ -3484,6 +3522,7 @@ module Aws::ECS
|
|
|
3484
3522
|
:launch_type,
|
|
3485
3523
|
:platform_version,
|
|
3486
3524
|
:network_configuration)
|
|
3525
|
+
SENSITIVE = []
|
|
3487
3526
|
include Aws::Structure
|
|
3488
3527
|
end
|
|
3489
3528
|
|
|
@@ -3555,6 +3594,7 @@ module Aws::ECS
|
|
|
3555
3594
|
class DeploymentConfiguration < Struct.new(
|
|
3556
3595
|
:maximum_percent,
|
|
3557
3596
|
:minimum_healthy_percent)
|
|
3597
|
+
SENSITIVE = []
|
|
3558
3598
|
include Aws::Structure
|
|
3559
3599
|
end
|
|
3560
3600
|
|
|
@@ -3605,6 +3645,7 @@ module Aws::ECS
|
|
|
3605
3645
|
#
|
|
3606
3646
|
class DeploymentController < Struct.new(
|
|
3607
3647
|
:type)
|
|
3648
|
+
SENSITIVE = []
|
|
3608
3649
|
include Aws::Structure
|
|
3609
3650
|
end
|
|
3610
3651
|
|
|
@@ -3654,6 +3695,7 @@ module Aws::ECS
|
|
|
3654
3695
|
:cluster,
|
|
3655
3696
|
:container_instance,
|
|
3656
3697
|
:force)
|
|
3698
|
+
SENSITIVE = []
|
|
3657
3699
|
include Aws::Structure
|
|
3658
3700
|
end
|
|
3659
3701
|
|
|
@@ -3665,6 +3707,7 @@ module Aws::ECS
|
|
|
3665
3707
|
#
|
|
3666
3708
|
class DeregisterContainerInstanceResponse < Struct.new(
|
|
3667
3709
|
:container_instance)
|
|
3710
|
+
SENSITIVE = []
|
|
3668
3711
|
include Aws::Structure
|
|
3669
3712
|
end
|
|
3670
3713
|
|
|
@@ -3685,6 +3728,7 @@ module Aws::ECS
|
|
|
3685
3728
|
#
|
|
3686
3729
|
class DeregisterTaskDefinitionRequest < Struct.new(
|
|
3687
3730
|
:task_definition)
|
|
3731
|
+
SENSITIVE = []
|
|
3688
3732
|
include Aws::Structure
|
|
3689
3733
|
end
|
|
3690
3734
|
|
|
@@ -3696,6 +3740,7 @@ module Aws::ECS
|
|
|
3696
3740
|
#
|
|
3697
3741
|
class DeregisterTaskDefinitionResponse < Struct.new(
|
|
3698
3742
|
:task_definition)
|
|
3743
|
+
SENSITIVE = []
|
|
3699
3744
|
include Aws::Structure
|
|
3700
3745
|
end
|
|
3701
3746
|
|
|
@@ -3755,6 +3800,7 @@ module Aws::ECS
|
|
|
3755
3800
|
:include,
|
|
3756
3801
|
:max_results,
|
|
3757
3802
|
:next_token)
|
|
3803
|
+
SENSITIVE = []
|
|
3758
3804
|
include Aws::Structure
|
|
3759
3805
|
end
|
|
3760
3806
|
|
|
@@ -3780,6 +3826,7 @@ module Aws::ECS
|
|
|
3780
3826
|
:capacity_providers,
|
|
3781
3827
|
:failures,
|
|
3782
3828
|
:next_token)
|
|
3829
|
+
SENSITIVE = []
|
|
3783
3830
|
include Aws::Structure
|
|
3784
3831
|
end
|
|
3785
3832
|
|
|
@@ -3836,6 +3883,7 @@ module Aws::ECS
|
|
|
3836
3883
|
class DescribeClustersRequest < Struct.new(
|
|
3837
3884
|
:clusters,
|
|
3838
3885
|
:include)
|
|
3886
|
+
SENSITIVE = []
|
|
3839
3887
|
include Aws::Structure
|
|
3840
3888
|
end
|
|
3841
3889
|
|
|
@@ -3852,6 +3900,7 @@ module Aws::ECS
|
|
|
3852
3900
|
class DescribeClustersResponse < Struct.new(
|
|
3853
3901
|
:clusters,
|
|
3854
3902
|
:failures)
|
|
3903
|
+
SENSITIVE = []
|
|
3855
3904
|
include Aws::Structure
|
|
3856
3905
|
end
|
|
3857
3906
|
|
|
@@ -3891,6 +3940,7 @@ module Aws::ECS
|
|
|
3891
3940
|
:cluster,
|
|
3892
3941
|
:container_instances,
|
|
3893
3942
|
:include)
|
|
3943
|
+
SENSITIVE = []
|
|
3894
3944
|
include Aws::Structure
|
|
3895
3945
|
end
|
|
3896
3946
|
|
|
@@ -3907,6 +3957,7 @@ module Aws::ECS
|
|
|
3907
3957
|
class DescribeContainerInstancesResponse < Struct.new(
|
|
3908
3958
|
:container_instances,
|
|
3909
3959
|
:failures)
|
|
3960
|
+
SENSITIVE = []
|
|
3910
3961
|
include Aws::Structure
|
|
3911
3962
|
end
|
|
3912
3963
|
|
|
@@ -3944,6 +3995,7 @@ module Aws::ECS
|
|
|
3944
3995
|
:cluster,
|
|
3945
3996
|
:services,
|
|
3946
3997
|
:include)
|
|
3998
|
+
SENSITIVE = []
|
|
3947
3999
|
include Aws::Structure
|
|
3948
4000
|
end
|
|
3949
4001
|
|
|
@@ -3960,6 +4012,7 @@ module Aws::ECS
|
|
|
3960
4012
|
class DescribeServicesResponse < Struct.new(
|
|
3961
4013
|
:services,
|
|
3962
4014
|
:failures)
|
|
4015
|
+
SENSITIVE = []
|
|
3963
4016
|
include Aws::Structure
|
|
3964
4017
|
end
|
|
3965
4018
|
|
|
@@ -3989,6 +4042,7 @@ module Aws::ECS
|
|
|
3989
4042
|
class DescribeTaskDefinitionRequest < Struct.new(
|
|
3990
4043
|
:task_definition,
|
|
3991
4044
|
:include)
|
|
4045
|
+
SENSITIVE = []
|
|
3992
4046
|
include Aws::Structure
|
|
3993
4047
|
end
|
|
3994
4048
|
|
|
@@ -4032,6 +4086,7 @@ module Aws::ECS
|
|
|
4032
4086
|
class DescribeTaskDefinitionResponse < Struct.new(
|
|
4033
4087
|
:task_definition,
|
|
4034
4088
|
:tags)
|
|
4089
|
+
SENSITIVE = []
|
|
4035
4090
|
include Aws::Structure
|
|
4036
4091
|
end
|
|
4037
4092
|
|
|
@@ -4072,6 +4127,7 @@ module Aws::ECS
|
|
|
4072
4127
|
:service,
|
|
4073
4128
|
:task_sets,
|
|
4074
4129
|
:include)
|
|
4130
|
+
SENSITIVE = []
|
|
4075
4131
|
include Aws::Structure
|
|
4076
4132
|
end
|
|
4077
4133
|
|
|
@@ -4088,6 +4144,7 @@ module Aws::ECS
|
|
|
4088
4144
|
class DescribeTaskSetsResponse < Struct.new(
|
|
4089
4145
|
:task_sets,
|
|
4090
4146
|
:failures)
|
|
4147
|
+
SENSITIVE = []
|
|
4091
4148
|
include Aws::Structure
|
|
4092
4149
|
end
|
|
4093
4150
|
|
|
@@ -4124,6 +4181,7 @@ module Aws::ECS
|
|
|
4124
4181
|
:cluster,
|
|
4125
4182
|
:tasks,
|
|
4126
4183
|
:include)
|
|
4184
|
+
SENSITIVE = []
|
|
4127
4185
|
include Aws::Structure
|
|
4128
4186
|
end
|
|
4129
4187
|
|
|
@@ -4140,6 +4198,7 @@ module Aws::ECS
|
|
|
4140
4198
|
class DescribeTasksResponse < Struct.new(
|
|
4141
4199
|
:tasks,
|
|
4142
4200
|
:failures)
|
|
4201
|
+
SENSITIVE = []
|
|
4143
4202
|
include Aws::Structure
|
|
4144
4203
|
end
|
|
4145
4204
|
|
|
@@ -4174,6 +4233,7 @@ module Aws::ECS
|
|
|
4174
4233
|
:host_path,
|
|
4175
4234
|
:container_path,
|
|
4176
4235
|
:permissions)
|
|
4236
|
+
SENSITIVE = []
|
|
4177
4237
|
include Aws::Structure
|
|
4178
4238
|
end
|
|
4179
4239
|
|
|
@@ -4204,6 +4264,7 @@ module Aws::ECS
|
|
|
4204
4264
|
class DiscoverPollEndpointRequest < Struct.new(
|
|
4205
4265
|
:container_instance,
|
|
4206
4266
|
:cluster)
|
|
4267
|
+
SENSITIVE = []
|
|
4207
4268
|
include Aws::Structure
|
|
4208
4269
|
end
|
|
4209
4270
|
|
|
@@ -4220,6 +4281,7 @@ module Aws::ECS
|
|
|
4220
4281
|
class DiscoverPollEndpointResponse < Struct.new(
|
|
4221
4282
|
:endpoint,
|
|
4222
4283
|
:telemetry_endpoint)
|
|
4284
|
+
SENSITIVE = []
|
|
4223
4285
|
include Aws::Structure
|
|
4224
4286
|
end
|
|
4225
4287
|
|
|
@@ -4313,6 +4375,7 @@ module Aws::ECS
|
|
|
4313
4375
|
:driver,
|
|
4314
4376
|
:driver_opts,
|
|
4315
4377
|
:labels)
|
|
4378
|
+
SENSITIVE = []
|
|
4316
4379
|
include Aws::Structure
|
|
4317
4380
|
end
|
|
4318
4381
|
|
|
@@ -4359,6 +4422,7 @@ module Aws::ECS
|
|
|
4359
4422
|
class EFSAuthorizationConfig < Struct.new(
|
|
4360
4423
|
:access_point_id,
|
|
4361
4424
|
:iam)
|
|
4425
|
+
SENSITIVE = []
|
|
4362
4426
|
include Aws::Structure
|
|
4363
4427
|
end
|
|
4364
4428
|
|
|
@@ -4434,6 +4498,7 @@ module Aws::ECS
|
|
|
4434
4498
|
:transit_encryption,
|
|
4435
4499
|
:transit_encryption_port,
|
|
4436
4500
|
:authorization_config)
|
|
4501
|
+
SENSITIVE = []
|
|
4437
4502
|
include Aws::Structure
|
|
4438
4503
|
end
|
|
4439
4504
|
|
|
@@ -4484,6 +4549,7 @@ module Aws::ECS
|
|
|
4484
4549
|
class EnvironmentFile < Struct.new(
|
|
4485
4550
|
:value,
|
|
4486
4551
|
:type)
|
|
4552
|
+
SENSITIVE = []
|
|
4487
4553
|
include Aws::Structure
|
|
4488
4554
|
end
|
|
4489
4555
|
|
|
@@ -4507,6 +4573,7 @@ module Aws::ECS
|
|
|
4507
4573
|
:arn,
|
|
4508
4574
|
:reason,
|
|
4509
4575
|
:detail)
|
|
4576
|
+
SENSITIVE = []
|
|
4510
4577
|
include Aws::Structure
|
|
4511
4578
|
end
|
|
4512
4579
|
|
|
@@ -4555,6 +4622,7 @@ module Aws::ECS
|
|
|
4555
4622
|
class FirelensConfiguration < Struct.new(
|
|
4556
4623
|
:type,
|
|
4557
4624
|
:options)
|
|
4625
|
+
SENSITIVE = []
|
|
4558
4626
|
include Aws::Structure
|
|
4559
4627
|
end
|
|
4560
4628
|
|
|
@@ -4682,6 +4750,7 @@ module Aws::ECS
|
|
|
4682
4750
|
:timeout,
|
|
4683
4751
|
:retries,
|
|
4684
4752
|
:start_period)
|
|
4753
|
+
SENSITIVE = []
|
|
4685
4754
|
include Aws::Structure
|
|
4686
4755
|
end
|
|
4687
4756
|
|
|
@@ -4710,6 +4779,7 @@ module Aws::ECS
|
|
|
4710
4779
|
class HostEntry < Struct.new(
|
|
4711
4780
|
:hostname,
|
|
4712
4781
|
:ip_address)
|
|
4782
|
+
SENSITIVE = []
|
|
4713
4783
|
include Aws::Structure
|
|
4714
4784
|
end
|
|
4715
4785
|
|
|
@@ -4741,6 +4811,7 @@ module Aws::ECS
|
|
|
4741
4811
|
#
|
|
4742
4812
|
class HostVolumeProperties < Struct.new(
|
|
4743
4813
|
:source_path)
|
|
4814
|
+
SENSITIVE = []
|
|
4744
4815
|
include Aws::Structure
|
|
4745
4816
|
end
|
|
4746
4817
|
|
|
@@ -4775,6 +4846,7 @@ module Aws::ECS
|
|
|
4775
4846
|
class InferenceAccelerator < Struct.new(
|
|
4776
4847
|
:device_name,
|
|
4777
4848
|
:device_type)
|
|
4849
|
+
SENSITIVE = []
|
|
4778
4850
|
include Aws::Structure
|
|
4779
4851
|
end
|
|
4780
4852
|
|
|
@@ -4811,6 +4883,7 @@ module Aws::ECS
|
|
|
4811
4883
|
class InferenceAcceleratorOverride < Struct.new(
|
|
4812
4884
|
:device_name,
|
|
4813
4885
|
:device_type)
|
|
4886
|
+
SENSITIVE = []
|
|
4814
4887
|
include Aws::Structure
|
|
4815
4888
|
end
|
|
4816
4889
|
|
|
@@ -4898,6 +4971,7 @@ module Aws::ECS
|
|
|
4898
4971
|
class KernelCapabilities < Struct.new(
|
|
4899
4972
|
:add,
|
|
4900
4973
|
:drop)
|
|
4974
|
+
SENSITIVE = []
|
|
4901
4975
|
include Aws::Structure
|
|
4902
4976
|
end
|
|
4903
4977
|
|
|
@@ -4926,6 +5000,7 @@ module Aws::ECS
|
|
|
4926
5000
|
class KeyValuePair < Struct.new(
|
|
4927
5001
|
:name,
|
|
4928
5002
|
:value)
|
|
5003
|
+
SENSITIVE = []
|
|
4929
5004
|
include Aws::Structure
|
|
4930
5005
|
end
|
|
4931
5006
|
|
|
@@ -5091,6 +5166,7 @@ module Aws::ECS
|
|
|
5091
5166
|
:tmpfs,
|
|
5092
5167
|
:max_swap,
|
|
5093
5168
|
:swappiness)
|
|
5169
|
+
SENSITIVE = []
|
|
5094
5170
|
include Aws::Structure
|
|
5095
5171
|
end
|
|
5096
5172
|
|
|
@@ -5163,6 +5239,7 @@ module Aws::ECS
|
|
|
5163
5239
|
:effective_settings,
|
|
5164
5240
|
:next_token,
|
|
5165
5241
|
:max_results)
|
|
5242
|
+
SENSITIVE = []
|
|
5166
5243
|
include Aws::Structure
|
|
5167
5244
|
end
|
|
5168
5245
|
|
|
@@ -5183,6 +5260,7 @@ module Aws::ECS
|
|
|
5183
5260
|
class ListAccountSettingsResponse < Struct.new(
|
|
5184
5261
|
:settings,
|
|
5185
5262
|
:next_token)
|
|
5263
|
+
SENSITIVE = []
|
|
5186
5264
|
include Aws::Structure
|
|
5187
5265
|
end
|
|
5188
5266
|
|
|
@@ -5250,6 +5328,7 @@ module Aws::ECS
|
|
|
5250
5328
|
:attribute_value,
|
|
5251
5329
|
:next_token,
|
|
5252
5330
|
:max_results)
|
|
5331
|
+
SENSITIVE = []
|
|
5253
5332
|
include Aws::Structure
|
|
5254
5333
|
end
|
|
5255
5334
|
|
|
@@ -5270,6 +5349,7 @@ module Aws::ECS
|
|
|
5270
5349
|
class ListAttributesResponse < Struct.new(
|
|
5271
5350
|
:attributes,
|
|
5272
5351
|
:next_token)
|
|
5352
|
+
SENSITIVE = []
|
|
5273
5353
|
include Aws::Structure
|
|
5274
5354
|
end
|
|
5275
5355
|
|
|
@@ -5310,6 +5390,7 @@ module Aws::ECS
|
|
|
5310
5390
|
class ListClustersRequest < Struct.new(
|
|
5311
5391
|
:next_token,
|
|
5312
5392
|
:max_results)
|
|
5393
|
+
SENSITIVE = []
|
|
5313
5394
|
include Aws::Structure
|
|
5314
5395
|
end
|
|
5315
5396
|
|
|
@@ -5330,6 +5411,7 @@ module Aws::ECS
|
|
|
5330
5411
|
class ListClustersResponse < Struct.new(
|
|
5331
5412
|
:cluster_arns,
|
|
5332
5413
|
:next_token)
|
|
5414
|
+
SENSITIVE = []
|
|
5333
5415
|
include Aws::Structure
|
|
5334
5416
|
end
|
|
5335
5417
|
|
|
@@ -5404,6 +5486,7 @@ module Aws::ECS
|
|
|
5404
5486
|
:next_token,
|
|
5405
5487
|
:max_results,
|
|
5406
5488
|
:status)
|
|
5489
|
+
SENSITIVE = []
|
|
5407
5490
|
include Aws::Structure
|
|
5408
5491
|
end
|
|
5409
5492
|
|
|
@@ -5425,6 +5508,7 @@ module Aws::ECS
|
|
|
5425
5508
|
class ListContainerInstancesResponse < Struct.new(
|
|
5426
5509
|
:container_instance_arns,
|
|
5427
5510
|
:next_token)
|
|
5511
|
+
SENSITIVE = []
|
|
5428
5512
|
include Aws::Structure
|
|
5429
5513
|
end
|
|
5430
5514
|
|
|
@@ -5485,6 +5569,7 @@ module Aws::ECS
|
|
|
5485
5569
|
:max_results,
|
|
5486
5570
|
:launch_type,
|
|
5487
5571
|
:scheduling_strategy)
|
|
5572
|
+
SENSITIVE = []
|
|
5488
5573
|
include Aws::Structure
|
|
5489
5574
|
end
|
|
5490
5575
|
|
|
@@ -5505,6 +5590,7 @@ module Aws::ECS
|
|
|
5505
5590
|
class ListServicesResponse < Struct.new(
|
|
5506
5591
|
:service_arns,
|
|
5507
5592
|
:next_token)
|
|
5593
|
+
SENSITIVE = []
|
|
5508
5594
|
include Aws::Structure
|
|
5509
5595
|
end
|
|
5510
5596
|
|
|
@@ -5526,6 +5612,7 @@ module Aws::ECS
|
|
|
5526
5612
|
#
|
|
5527
5613
|
class ListTagsForResourceRequest < Struct.new(
|
|
5528
5614
|
:resource_arn)
|
|
5615
|
+
SENSITIVE = []
|
|
5529
5616
|
include Aws::Structure
|
|
5530
5617
|
end
|
|
5531
5618
|
|
|
@@ -5537,6 +5624,7 @@ module Aws::ECS
|
|
|
5537
5624
|
#
|
|
5538
5625
|
class ListTagsForResourceResponse < Struct.new(
|
|
5539
5626
|
:tags)
|
|
5627
|
+
SENSITIVE = []
|
|
5540
5628
|
include Aws::Structure
|
|
5541
5629
|
end
|
|
5542
5630
|
|
|
@@ -5602,6 +5690,7 @@ module Aws::ECS
|
|
|
5602
5690
|
:status,
|
|
5603
5691
|
:next_token,
|
|
5604
5692
|
:max_results)
|
|
5693
|
+
SENSITIVE = []
|
|
5605
5694
|
include Aws::Structure
|
|
5606
5695
|
end
|
|
5607
5696
|
|
|
@@ -5623,6 +5712,7 @@ module Aws::ECS
|
|
|
5623
5712
|
class ListTaskDefinitionFamiliesResponse < Struct.new(
|
|
5624
5713
|
:families,
|
|
5625
5714
|
:next_token)
|
|
5715
|
+
SENSITIVE = []
|
|
5626
5716
|
include Aws::Structure
|
|
5627
5717
|
end
|
|
5628
5718
|
|
|
@@ -5696,6 +5786,7 @@ module Aws::ECS
|
|
|
5696
5786
|
:sort,
|
|
5697
5787
|
:next_token,
|
|
5698
5788
|
:max_results)
|
|
5789
|
+
SENSITIVE = []
|
|
5699
5790
|
include Aws::Structure
|
|
5700
5791
|
end
|
|
5701
5792
|
|
|
@@ -5717,6 +5808,7 @@ module Aws::ECS
|
|
|
5717
5808
|
class ListTaskDefinitionsResponse < Struct.new(
|
|
5718
5809
|
:task_definition_arns,
|
|
5719
5810
|
:next_token)
|
|
5811
|
+
SENSITIVE = []
|
|
5720
5812
|
include Aws::Structure
|
|
5721
5813
|
end
|
|
5722
5814
|
|
|
@@ -5823,6 +5915,7 @@ module Aws::ECS
|
|
|
5823
5915
|
:service_name,
|
|
5824
5916
|
:desired_status,
|
|
5825
5917
|
:launch_type)
|
|
5918
|
+
SENSITIVE = []
|
|
5826
5919
|
include Aws::Structure
|
|
5827
5920
|
end
|
|
5828
5921
|
|
|
@@ -5842,6 +5935,7 @@ module Aws::ECS
|
|
|
5842
5935
|
class ListTasksResponse < Struct.new(
|
|
5843
5936
|
:task_arns,
|
|
5844
5937
|
:next_token)
|
|
5938
|
+
SENSITIVE = []
|
|
5845
5939
|
include Aws::Structure
|
|
5846
5940
|
end
|
|
5847
5941
|
|
|
@@ -5921,6 +6015,7 @@ module Aws::ECS
|
|
|
5921
6015
|
:load_balancer_name,
|
|
5922
6016
|
:container_name,
|
|
5923
6017
|
:container_port)
|
|
6018
|
+
SENSITIVE = []
|
|
5924
6019
|
include Aws::Structure
|
|
5925
6020
|
end
|
|
5926
6021
|
|
|
@@ -6048,6 +6143,7 @@ module Aws::ECS
|
|
|
6048
6143
|
:log_driver,
|
|
6049
6144
|
:options,
|
|
6050
6145
|
:secret_options)
|
|
6146
|
+
SENSITIVE = []
|
|
6051
6147
|
include Aws::Structure
|
|
6052
6148
|
end
|
|
6053
6149
|
|
|
@@ -6108,6 +6204,7 @@ module Aws::ECS
|
|
|
6108
6204
|
:target_capacity,
|
|
6109
6205
|
:minimum_scaling_step_size,
|
|
6110
6206
|
:maximum_scaling_step_size)
|
|
6207
|
+
SENSITIVE = []
|
|
6111
6208
|
include Aws::Structure
|
|
6112
6209
|
end
|
|
6113
6210
|
|
|
@@ -6154,6 +6251,7 @@ module Aws::ECS
|
|
|
6154
6251
|
:source_volume,
|
|
6155
6252
|
:container_path,
|
|
6156
6253
|
:read_only)
|
|
6254
|
+
SENSITIVE = []
|
|
6157
6255
|
include Aws::Structure
|
|
6158
6256
|
end
|
|
6159
6257
|
|
|
@@ -6197,6 +6295,7 @@ module Aws::ECS
|
|
|
6197
6295
|
:container_port,
|
|
6198
6296
|
:host_port,
|
|
6199
6297
|
:protocol)
|
|
6298
|
+
SENSITIVE = []
|
|
6200
6299
|
include Aws::Structure
|
|
6201
6300
|
end
|
|
6202
6301
|
|
|
@@ -6226,6 +6325,7 @@ module Aws::ECS
|
|
|
6226
6325
|
#
|
|
6227
6326
|
class NetworkConfiguration < Struct.new(
|
|
6228
6327
|
:awsvpc_configuration)
|
|
6328
|
+
SENSITIVE = []
|
|
6229
6329
|
include Aws::Structure
|
|
6230
6330
|
end
|
|
6231
6331
|
|
|
@@ -6250,6 +6350,7 @@ module Aws::ECS
|
|
|
6250
6350
|
:attachment_id,
|
|
6251
6351
|
:private_ipv_4_address,
|
|
6252
6352
|
:ipv6_address)
|
|
6353
|
+
SENSITIVE = []
|
|
6253
6354
|
include Aws::Structure
|
|
6254
6355
|
end
|
|
6255
6356
|
|
|
@@ -6306,6 +6407,7 @@ module Aws::ECS
|
|
|
6306
6407
|
class PlacementConstraint < Struct.new(
|
|
6307
6408
|
:type,
|
|
6308
6409
|
:expression)
|
|
6410
|
+
SENSITIVE = []
|
|
6309
6411
|
include Aws::Structure
|
|
6310
6412
|
end
|
|
6311
6413
|
|
|
@@ -6352,6 +6454,7 @@ module Aws::ECS
|
|
|
6352
6454
|
class PlacementStrategy < Struct.new(
|
|
6353
6455
|
:type,
|
|
6354
6456
|
:field)
|
|
6457
|
+
SENSITIVE = []
|
|
6355
6458
|
include Aws::Structure
|
|
6356
6459
|
end
|
|
6357
6460
|
|
|
@@ -6382,6 +6485,7 @@ module Aws::ECS
|
|
|
6382
6485
|
class PlatformDevice < Struct.new(
|
|
6383
6486
|
:id,
|
|
6384
6487
|
:type)
|
|
6488
|
+
SENSITIVE = []
|
|
6385
6489
|
include Aws::Structure
|
|
6386
6490
|
end
|
|
6387
6491
|
|
|
@@ -6490,6 +6594,7 @@ module Aws::ECS
|
|
|
6490
6594
|
:container_port,
|
|
6491
6595
|
:host_port,
|
|
6492
6596
|
:protocol)
|
|
6597
|
+
SENSITIVE = []
|
|
6493
6598
|
include Aws::Structure
|
|
6494
6599
|
end
|
|
6495
6600
|
|
|
@@ -6572,6 +6677,7 @@ module Aws::ECS
|
|
|
6572
6677
|
:type,
|
|
6573
6678
|
:container_name,
|
|
6574
6679
|
:properties)
|
|
6680
|
+
SENSITIVE = []
|
|
6575
6681
|
include Aws::Structure
|
|
6576
6682
|
end
|
|
6577
6683
|
|
|
@@ -6606,6 +6712,7 @@ module Aws::ECS
|
|
|
6606
6712
|
class PutAccountSettingDefaultRequest < Struct.new(
|
|
6607
6713
|
:name,
|
|
6608
6714
|
:value)
|
|
6715
|
+
SENSITIVE = []
|
|
6609
6716
|
include Aws::Structure
|
|
6610
6717
|
end
|
|
6611
6718
|
|
|
@@ -6617,6 +6724,7 @@ module Aws::ECS
|
|
|
6617
6724
|
#
|
|
6618
6725
|
class PutAccountSettingDefaultResponse < Struct.new(
|
|
6619
6726
|
:setting)
|
|
6727
|
+
SENSITIVE = []
|
|
6620
6728
|
include Aws::Structure
|
|
6621
6729
|
end
|
|
6622
6730
|
|
|
@@ -6662,6 +6770,7 @@ module Aws::ECS
|
|
|
6662
6770
|
:name,
|
|
6663
6771
|
:value,
|
|
6664
6772
|
:principal_arn)
|
|
6773
|
+
SENSITIVE = []
|
|
6665
6774
|
include Aws::Structure
|
|
6666
6775
|
end
|
|
6667
6776
|
|
|
@@ -6673,6 +6782,7 @@ module Aws::ECS
|
|
|
6673
6782
|
#
|
|
6674
6783
|
class PutAccountSettingResponse < Struct.new(
|
|
6675
6784
|
:setting)
|
|
6785
|
+
SENSITIVE = []
|
|
6676
6786
|
include Aws::Structure
|
|
6677
6787
|
end
|
|
6678
6788
|
|
|
@@ -6708,6 +6818,7 @@ module Aws::ECS
|
|
|
6708
6818
|
class PutAttributesRequest < Struct.new(
|
|
6709
6819
|
:cluster,
|
|
6710
6820
|
:attributes)
|
|
6821
|
+
SENSITIVE = []
|
|
6711
6822
|
include Aws::Structure
|
|
6712
6823
|
end
|
|
6713
6824
|
|
|
@@ -6719,6 +6830,7 @@ module Aws::ECS
|
|
|
6719
6830
|
#
|
|
6720
6831
|
class PutAttributesResponse < Struct.new(
|
|
6721
6832
|
:attributes)
|
|
6833
|
+
SENSITIVE = []
|
|
6722
6834
|
include Aws::Structure
|
|
6723
6835
|
end
|
|
6724
6836
|
|
|
@@ -6789,6 +6901,7 @@ module Aws::ECS
|
|
|
6789
6901
|
:cluster,
|
|
6790
6902
|
:capacity_providers,
|
|
6791
6903
|
:default_capacity_provider_strategy)
|
|
6904
|
+
SENSITIVE = []
|
|
6792
6905
|
include Aws::Structure
|
|
6793
6906
|
end
|
|
6794
6907
|
|
|
@@ -6804,6 +6917,7 @@ module Aws::ECS
|
|
|
6804
6917
|
#
|
|
6805
6918
|
class PutClusterCapacityProvidersResponse < Struct.new(
|
|
6806
6919
|
:cluster)
|
|
6920
|
+
SENSITIVE = []
|
|
6807
6921
|
include Aws::Structure
|
|
6808
6922
|
end
|
|
6809
6923
|
|
|
@@ -6938,6 +7052,7 @@ module Aws::ECS
|
|
|
6938
7052
|
:attributes,
|
|
6939
7053
|
:platform_devices,
|
|
6940
7054
|
:tags)
|
|
7055
|
+
SENSITIVE = []
|
|
6941
7056
|
include Aws::Structure
|
|
6942
7057
|
end
|
|
6943
7058
|
|
|
@@ -6949,6 +7064,7 @@ module Aws::ECS
|
|
|
6949
7064
|
#
|
|
6950
7065
|
class RegisterContainerInstanceResponse < Struct.new(
|
|
6951
7066
|
:container_instance)
|
|
7067
|
+
SENSITIVE = []
|
|
6952
7068
|
include Aws::Structure
|
|
6953
7069
|
end
|
|
6954
7070
|
|
|
@@ -7492,6 +7608,7 @@ module Aws::ECS
|
|
|
7492
7608
|
:ipc_mode,
|
|
7493
7609
|
:proxy_configuration,
|
|
7494
7610
|
:inference_accelerators)
|
|
7611
|
+
SENSITIVE = []
|
|
7495
7612
|
include Aws::Structure
|
|
7496
7613
|
end
|
|
7497
7614
|
|
|
@@ -7508,6 +7625,7 @@ module Aws::ECS
|
|
|
7508
7625
|
class RegisterTaskDefinitionResponse < Struct.new(
|
|
7509
7626
|
:task_definition,
|
|
7510
7627
|
:tags)
|
|
7628
|
+
SENSITIVE = []
|
|
7511
7629
|
include Aws::Structure
|
|
7512
7630
|
end
|
|
7513
7631
|
|
|
@@ -7537,6 +7655,7 @@ module Aws::ECS
|
|
|
7537
7655
|
#
|
|
7538
7656
|
class RepositoryCredentials < Struct.new(
|
|
7539
7657
|
:credentials_parameter)
|
|
7658
|
+
SENSITIVE = []
|
|
7540
7659
|
include Aws::Structure
|
|
7541
7660
|
end
|
|
7542
7661
|
|
|
@@ -7593,6 +7712,7 @@ module Aws::ECS
|
|
|
7593
7712
|
:long_value,
|
|
7594
7713
|
:integer_value,
|
|
7595
7714
|
:string_set_value)
|
|
7715
|
+
SENSITIVE = []
|
|
7596
7716
|
include Aws::Structure
|
|
7597
7717
|
end
|
|
7598
7718
|
|
|
@@ -7651,6 +7771,7 @@ module Aws::ECS
|
|
|
7651
7771
|
class ResourceRequirement < Struct.new(
|
|
7652
7772
|
:value,
|
|
7653
7773
|
:type)
|
|
7774
|
+
SENSITIVE = []
|
|
7654
7775
|
include Aws::Structure
|
|
7655
7776
|
end
|
|
7656
7777
|
|
|
@@ -7947,6 +8068,7 @@ module Aws::ECS
|
|
|
7947
8068
|
:started_by,
|
|
7948
8069
|
:tags,
|
|
7949
8070
|
:task_definition)
|
|
8071
|
+
SENSITIVE = []
|
|
7950
8072
|
include Aws::Structure
|
|
7951
8073
|
end
|
|
7952
8074
|
|
|
@@ -7964,6 +8086,7 @@ module Aws::ECS
|
|
|
7964
8086
|
class RunTaskResponse < Struct.new(
|
|
7965
8087
|
:tasks,
|
|
7966
8088
|
:failures)
|
|
8089
|
+
SENSITIVE = []
|
|
7967
8090
|
include Aws::Structure
|
|
7968
8091
|
end
|
|
7969
8092
|
|
|
@@ -7993,6 +8116,7 @@ module Aws::ECS
|
|
|
7993
8116
|
class Scale < Struct.new(
|
|
7994
8117
|
:value,
|
|
7995
8118
|
:unit)
|
|
8119
|
+
SENSITIVE = []
|
|
7996
8120
|
include Aws::Structure
|
|
7997
8121
|
end
|
|
7998
8122
|
|
|
@@ -8042,6 +8166,7 @@ module Aws::ECS
|
|
|
8042
8166
|
class Secret < Struct.new(
|
|
8043
8167
|
:name,
|
|
8044
8168
|
:value_from)
|
|
8169
|
+
SENSITIVE = []
|
|
8045
8170
|
include Aws::Structure
|
|
8046
8171
|
end
|
|
8047
8172
|
|
|
@@ -8054,6 +8179,7 @@ module Aws::ECS
|
|
|
8054
8179
|
#
|
|
8055
8180
|
class ServerException < Struct.new(
|
|
8056
8181
|
:message)
|
|
8182
|
+
SENSITIVE = []
|
|
8057
8183
|
include Aws::Structure
|
|
8058
8184
|
end
|
|
8059
8185
|
|
|
@@ -8320,6 +8446,7 @@ module Aws::ECS
|
|
|
8320
8446
|
:created_by,
|
|
8321
8447
|
:enable_ecs_managed_tags,
|
|
8322
8448
|
:propagate_tags)
|
|
8449
|
+
SENSITIVE = []
|
|
8323
8450
|
include Aws::Structure
|
|
8324
8451
|
end
|
|
8325
8452
|
|
|
@@ -8343,6 +8470,7 @@ module Aws::ECS
|
|
|
8343
8470
|
:id,
|
|
8344
8471
|
:created_at,
|
|
8345
8472
|
:message)
|
|
8473
|
+
SENSITIVE = []
|
|
8346
8474
|
include Aws::Structure
|
|
8347
8475
|
end
|
|
8348
8476
|
|
|
@@ -8420,6 +8548,7 @@ module Aws::ECS
|
|
|
8420
8548
|
:port,
|
|
8421
8549
|
:container_name,
|
|
8422
8550
|
:container_port)
|
|
8551
|
+
SENSITIVE = []
|
|
8423
8552
|
include Aws::Structure
|
|
8424
8553
|
end
|
|
8425
8554
|
|
|
@@ -8446,6 +8575,7 @@ module Aws::ECS
|
|
|
8446
8575
|
:name,
|
|
8447
8576
|
:value,
|
|
8448
8577
|
:principal_arn)
|
|
8578
|
+
SENSITIVE = []
|
|
8449
8579
|
include Aws::Structure
|
|
8450
8580
|
end
|
|
8451
8581
|
|
|
@@ -8639,6 +8769,7 @@ module Aws::ECS
|
|
|
8639
8769
|
:started_by,
|
|
8640
8770
|
:tags,
|
|
8641
8771
|
:task_definition)
|
|
8772
|
+
SENSITIVE = []
|
|
8642
8773
|
include Aws::Structure
|
|
8643
8774
|
end
|
|
8644
8775
|
|
|
@@ -8656,6 +8787,7 @@ module Aws::ECS
|
|
|
8656
8787
|
class StartTaskResponse < Struct.new(
|
|
8657
8788
|
:tasks,
|
|
8658
8789
|
:failures)
|
|
8790
|
+
SENSITIVE = []
|
|
8659
8791
|
include Aws::Structure
|
|
8660
8792
|
end
|
|
8661
8793
|
|
|
@@ -8692,6 +8824,7 @@ module Aws::ECS
|
|
|
8692
8824
|
:cluster,
|
|
8693
8825
|
:task,
|
|
8694
8826
|
:reason)
|
|
8827
|
+
SENSITIVE = []
|
|
8695
8828
|
include Aws::Structure
|
|
8696
8829
|
end
|
|
8697
8830
|
|
|
@@ -8703,6 +8836,7 @@ module Aws::ECS
|
|
|
8703
8836
|
#
|
|
8704
8837
|
class StopTaskResponse < Struct.new(
|
|
8705
8838
|
:task)
|
|
8839
|
+
SENSITIVE = []
|
|
8706
8840
|
include Aws::Structure
|
|
8707
8841
|
end
|
|
8708
8842
|
|
|
@@ -8733,6 +8867,7 @@ module Aws::ECS
|
|
|
8733
8867
|
class SubmitAttachmentStateChangesRequest < Struct.new(
|
|
8734
8868
|
:cluster,
|
|
8735
8869
|
:attachments)
|
|
8870
|
+
SENSITIVE = []
|
|
8736
8871
|
include Aws::Structure
|
|
8737
8872
|
end
|
|
8738
8873
|
|
|
@@ -8744,6 +8879,7 @@ module Aws::ECS
|
|
|
8744
8879
|
#
|
|
8745
8880
|
class SubmitAttachmentStateChangesResponse < Struct.new(
|
|
8746
8881
|
:acknowledgment)
|
|
8882
|
+
SENSITIVE = []
|
|
8747
8883
|
include Aws::Structure
|
|
8748
8884
|
end
|
|
8749
8885
|
|
|
@@ -8812,6 +8948,7 @@ module Aws::ECS
|
|
|
8812
8948
|
:exit_code,
|
|
8813
8949
|
:reason,
|
|
8814
8950
|
:network_bindings)
|
|
8951
|
+
SENSITIVE = []
|
|
8815
8952
|
include Aws::Structure
|
|
8816
8953
|
end
|
|
8817
8954
|
|
|
@@ -8823,6 +8960,7 @@ module Aws::ECS
|
|
|
8823
8960
|
#
|
|
8824
8961
|
class SubmitContainerStateChangeResponse < Struct.new(
|
|
8825
8962
|
:acknowledgment)
|
|
8963
|
+
SENSITIVE = []
|
|
8826
8964
|
include Aws::Structure
|
|
8827
8965
|
end
|
|
8828
8966
|
|
|
@@ -8912,6 +9050,7 @@ module Aws::ECS
|
|
|
8912
9050
|
:pull_started_at,
|
|
8913
9051
|
:pull_stopped_at,
|
|
8914
9052
|
:execution_stopped_at)
|
|
9053
|
+
SENSITIVE = []
|
|
8915
9054
|
include Aws::Structure
|
|
8916
9055
|
end
|
|
8917
9056
|
|
|
@@ -8923,6 +9062,7 @@ module Aws::ECS
|
|
|
8923
9062
|
#
|
|
8924
9063
|
class SubmitTaskStateChangeResponse < Struct.new(
|
|
8925
9064
|
:acknowledgment)
|
|
9065
|
+
SENSITIVE = []
|
|
8926
9066
|
include Aws::Structure
|
|
8927
9067
|
end
|
|
8928
9068
|
|
|
@@ -8975,6 +9115,7 @@ module Aws::ECS
|
|
|
8975
9115
|
class SystemControl < Struct.new(
|
|
8976
9116
|
:namespace,
|
|
8977
9117
|
:value)
|
|
9118
|
+
SENSITIVE = []
|
|
8978
9119
|
include Aws::Structure
|
|
8979
9120
|
end
|
|
8980
9121
|
|
|
@@ -9031,6 +9172,7 @@ module Aws::ECS
|
|
|
9031
9172
|
class Tag < Struct.new(
|
|
9032
9173
|
:key,
|
|
9033
9174
|
:value)
|
|
9175
|
+
SENSITIVE = []
|
|
9034
9176
|
include Aws::Structure
|
|
9035
9177
|
end
|
|
9036
9178
|
|
|
@@ -9089,6 +9231,7 @@ module Aws::ECS
|
|
|
9089
9231
|
class TagResourceRequest < Struct.new(
|
|
9090
9232
|
:resource_arn,
|
|
9091
9233
|
:tags)
|
|
9234
|
+
SENSITIVE = []
|
|
9092
9235
|
include Aws::Structure
|
|
9093
9236
|
end
|
|
9094
9237
|
|
|
@@ -9409,6 +9552,7 @@ module Aws::ECS
|
|
|
9409
9552
|
:task_arn,
|
|
9410
9553
|
:task_definition_arn,
|
|
9411
9554
|
:version)
|
|
9555
|
+
SENSITIVE = []
|
|
9412
9556
|
include Aws::Structure
|
|
9413
9557
|
end
|
|
9414
9558
|
|
|
@@ -9743,6 +9887,7 @@ module Aws::ECS
|
|
|
9743
9887
|
:pid_mode,
|
|
9744
9888
|
:ipc_mode,
|
|
9745
9889
|
:proxy_configuration)
|
|
9890
|
+
SENSITIVE = []
|
|
9746
9891
|
include Aws::Structure
|
|
9747
9892
|
end
|
|
9748
9893
|
|
|
@@ -9787,6 +9932,7 @@ module Aws::ECS
|
|
|
9787
9932
|
class TaskDefinitionPlacementConstraint < Struct.new(
|
|
9788
9933
|
:type,
|
|
9789
9934
|
:expression)
|
|
9935
|
+
SENSITIVE = []
|
|
9790
9936
|
include Aws::Structure
|
|
9791
9937
|
end
|
|
9792
9938
|
|
|
@@ -9871,6 +10017,7 @@ module Aws::ECS
|
|
|
9871
10017
|
:execution_role_arn,
|
|
9872
10018
|
:memory,
|
|
9873
10019
|
:task_role_arn)
|
|
10020
|
+
SENSITIVE = []
|
|
9874
10021
|
include Aws::Structure
|
|
9875
10022
|
end
|
|
9876
10023
|
|
|
@@ -10097,6 +10244,7 @@ module Aws::ECS
|
|
|
10097
10244
|
:stability_status,
|
|
10098
10245
|
:stability_status_at,
|
|
10099
10246
|
:tags)
|
|
10247
|
+
SENSITIVE = []
|
|
10100
10248
|
include Aws::Structure
|
|
10101
10249
|
end
|
|
10102
10250
|
|
|
@@ -10145,6 +10293,7 @@ module Aws::ECS
|
|
|
10145
10293
|
:container_path,
|
|
10146
10294
|
:size,
|
|
10147
10295
|
:mount_options)
|
|
10296
|
+
SENSITIVE = []
|
|
10148
10297
|
include Aws::Structure
|
|
10149
10298
|
end
|
|
10150
10299
|
|
|
@@ -10177,6 +10326,7 @@ module Aws::ECS
|
|
|
10177
10326
|
:name,
|
|
10178
10327
|
:soft_limit,
|
|
10179
10328
|
:hard_limit)
|
|
10329
|
+
SENSITIVE = []
|
|
10180
10330
|
include Aws::Structure
|
|
10181
10331
|
end
|
|
10182
10332
|
|
|
@@ -10210,6 +10360,7 @@ module Aws::ECS
|
|
|
10210
10360
|
class UntagResourceRequest < Struct.new(
|
|
10211
10361
|
:resource_arn,
|
|
10212
10362
|
:tag_keys)
|
|
10363
|
+
SENSITIVE = []
|
|
10213
10364
|
include Aws::Structure
|
|
10214
10365
|
end
|
|
10215
10366
|
|
|
@@ -10246,6 +10397,7 @@ module Aws::ECS
|
|
|
10246
10397
|
class UpdateClusterSettingsRequest < Struct.new(
|
|
10247
10398
|
:cluster,
|
|
10248
10399
|
:settings)
|
|
10400
|
+
SENSITIVE = []
|
|
10249
10401
|
include Aws::Structure
|
|
10250
10402
|
end
|
|
10251
10403
|
|
|
@@ -10261,6 +10413,7 @@ module Aws::ECS
|
|
|
10261
10413
|
#
|
|
10262
10414
|
class UpdateClusterSettingsResponse < Struct.new(
|
|
10263
10415
|
:cluster)
|
|
10416
|
+
SENSITIVE = []
|
|
10264
10417
|
include Aws::Structure
|
|
10265
10418
|
end
|
|
10266
10419
|
|
|
@@ -10289,6 +10442,7 @@ module Aws::ECS
|
|
|
10289
10442
|
class UpdateContainerAgentRequest < Struct.new(
|
|
10290
10443
|
:cluster,
|
|
10291
10444
|
:container_instance)
|
|
10445
|
+
SENSITIVE = []
|
|
10292
10446
|
include Aws::Structure
|
|
10293
10447
|
end
|
|
10294
10448
|
|
|
@@ -10300,6 +10454,7 @@ module Aws::ECS
|
|
|
10300
10454
|
#
|
|
10301
10455
|
class UpdateContainerAgentResponse < Struct.new(
|
|
10302
10456
|
:container_instance)
|
|
10457
|
+
SENSITIVE = []
|
|
10303
10458
|
include Aws::Structure
|
|
10304
10459
|
end
|
|
10305
10460
|
|
|
@@ -10338,6 +10493,7 @@ module Aws::ECS
|
|
|
10338
10493
|
:cluster,
|
|
10339
10494
|
:container_instances,
|
|
10340
10495
|
:status)
|
|
10496
|
+
SENSITIVE = []
|
|
10341
10497
|
include Aws::Structure
|
|
10342
10498
|
end
|
|
10343
10499
|
|
|
@@ -10354,6 +10510,7 @@ module Aws::ECS
|
|
|
10354
10510
|
class UpdateContainerInstancesStateResponse < Struct.new(
|
|
10355
10511
|
:container_instances,
|
|
10356
10512
|
:failures)
|
|
10513
|
+
SENSITIVE = []
|
|
10357
10514
|
include Aws::Structure
|
|
10358
10515
|
end
|
|
10359
10516
|
|
|
@@ -10398,6 +10555,7 @@ module Aws::ECS
|
|
|
10398
10555
|
:cluster,
|
|
10399
10556
|
:service,
|
|
10400
10557
|
:primary_task_set)
|
|
10558
|
+
SENSITIVE = []
|
|
10401
10559
|
include Aws::Structure
|
|
10402
10560
|
end
|
|
10403
10561
|
|
|
@@ -10412,6 +10570,7 @@ module Aws::ECS
|
|
|
10412
10570
|
#
|
|
10413
10571
|
class UpdateServicePrimaryTaskSetResponse < Struct.new(
|
|
10414
10572
|
:task_set)
|
|
10573
|
+
SENSITIVE = []
|
|
10415
10574
|
include Aws::Structure
|
|
10416
10575
|
end
|
|
10417
10576
|
|
|
@@ -10599,6 +10758,7 @@ module Aws::ECS
|
|
|
10599
10758
|
:platform_version,
|
|
10600
10759
|
:force_new_deployment,
|
|
10601
10760
|
:health_check_grace_period_seconds)
|
|
10761
|
+
SENSITIVE = []
|
|
10602
10762
|
include Aws::Structure
|
|
10603
10763
|
end
|
|
10604
10764
|
|
|
@@ -10610,6 +10770,7 @@ module Aws::ECS
|
|
|
10610
10770
|
#
|
|
10611
10771
|
class UpdateServiceResponse < Struct.new(
|
|
10612
10772
|
:service)
|
|
10773
|
+
SENSITIVE = []
|
|
10613
10774
|
include Aws::Structure
|
|
10614
10775
|
end
|
|
10615
10776
|
|
|
@@ -10653,6 +10814,7 @@ module Aws::ECS
|
|
|
10653
10814
|
:service,
|
|
10654
10815
|
:task_set,
|
|
10655
10816
|
:scale)
|
|
10817
|
+
SENSITIVE = []
|
|
10656
10818
|
include Aws::Structure
|
|
10657
10819
|
end
|
|
10658
10820
|
|
|
@@ -10667,6 +10829,7 @@ module Aws::ECS
|
|
|
10667
10829
|
#
|
|
10668
10830
|
class UpdateTaskSetResponse < Struct.new(
|
|
10669
10831
|
:task_set)
|
|
10832
|
+
SENSITIVE = []
|
|
10670
10833
|
include Aws::Structure
|
|
10671
10834
|
end
|
|
10672
10835
|
|
|
@@ -10705,6 +10868,7 @@ module Aws::ECS
|
|
|
10705
10868
|
:agent_version,
|
|
10706
10869
|
:agent_hash,
|
|
10707
10870
|
:docker_version)
|
|
10871
|
+
SENSITIVE = []
|
|
10708
10872
|
include Aws::Structure
|
|
10709
10873
|
end
|
|
10710
10874
|
|
|
@@ -10791,6 +10955,7 @@ module Aws::ECS
|
|
|
10791
10955
|
:host,
|
|
10792
10956
|
:docker_volume_configuration,
|
|
10793
10957
|
:efs_volume_configuration)
|
|
10958
|
+
SENSITIVE = []
|
|
10794
10959
|
include Aws::Structure
|
|
10795
10960
|
end
|
|
10796
10961
|
|
|
@@ -10821,6 +10986,7 @@ module Aws::ECS
|
|
|
10821
10986
|
class VolumeFrom < Struct.new(
|
|
10822
10987
|
:source_container,
|
|
10823
10988
|
:read_only)
|
|
10989
|
+
SENSITIVE = []
|
|
10824
10990
|
include Aws::Structure
|
|
10825
10991
|
end
|
|
10826
10992
|
|
data/lib/aws-sdk-ecs/waiters.rb
CHANGED
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.66.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|