aws-sdk-scheduler 1.45.0 → 1.46.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-scheduler/client.rb +1 -1
- data/lib/aws-sdk-scheduler.rb +1 -1
- data/sig/client.rbs +4 -142
- data/sig/params.rbs +86 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da3a87537b2631957c21bd455efd66a1b3d1dfbfe4191bf3ed46c2b680310784
|
|
4
|
+
data.tar.gz: 316a1f47d7b8a791117858b7d2acbfca895532e39c0ef240302b319c0f7d6ca7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdab165043a5745a579ad867f121b15a87a860e3424ceaa9fb0411dccb9e6a76775bc7c5c9e978f18dd4c5c3c043592b1d2b79cfa9af0fdc4c16b1d9f2cb9751
|
|
7
|
+
data.tar.gz: e4dd6d9ef7e893c7d393f543516ab1d76dbb937aa16de47da4a8db492c1e631442da2b8a9a622604a999ce439717378757ca9d5bba3a35c8ab7f6dd5a5148d87
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
data/lib/aws-sdk-scheduler.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -99,76 +99,7 @@ module Aws
|
|
|
99
99
|
?schedule_expression_timezone: ::String,
|
|
100
100
|
?start_date: ::Time,
|
|
101
101
|
?state: ("ENABLED" | "DISABLED"),
|
|
102
|
-
target:
|
|
103
|
-
arn: ::String,
|
|
104
|
-
dead_letter_config: {
|
|
105
|
-
arn: ::String?
|
|
106
|
-
}?,
|
|
107
|
-
ecs_parameters: {
|
|
108
|
-
capacity_provider_strategy: Array[
|
|
109
|
-
{
|
|
110
|
-
base: ::Integer?,
|
|
111
|
-
capacity_provider: ::String,
|
|
112
|
-
weight: ::Integer?
|
|
113
|
-
},
|
|
114
|
-
]?,
|
|
115
|
-
enable_ecs_managed_tags: bool?,
|
|
116
|
-
enable_execute_command: bool?,
|
|
117
|
-
group: ::String?,
|
|
118
|
-
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
119
|
-
network_configuration: {
|
|
120
|
-
awsvpc_configuration: {
|
|
121
|
-
assign_public_ip: ("ENABLED" | "DISABLED")?,
|
|
122
|
-
security_groups: Array[::String]?,
|
|
123
|
-
subnets: Array[::String]
|
|
124
|
-
}?
|
|
125
|
-
}?,
|
|
126
|
-
placement_constraints: Array[
|
|
127
|
-
{
|
|
128
|
-
expression: ::String?,
|
|
129
|
-
type: ("distinctInstance" | "memberOf")?
|
|
130
|
-
},
|
|
131
|
-
]?,
|
|
132
|
-
placement_strategy: Array[
|
|
133
|
-
{
|
|
134
|
-
field: ::String?,
|
|
135
|
-
type: ("random" | "spread" | "binpack")?
|
|
136
|
-
},
|
|
137
|
-
]?,
|
|
138
|
-
platform_version: ::String?,
|
|
139
|
-
propagate_tags: ("TASK_DEFINITION")?,
|
|
140
|
-
reference_id: ::String?,
|
|
141
|
-
tags: Array[
|
|
142
|
-
Hash[::String, ::String],
|
|
143
|
-
]?,
|
|
144
|
-
task_count: ::Integer?,
|
|
145
|
-
task_definition_arn: ::String
|
|
146
|
-
}?,
|
|
147
|
-
event_bridge_parameters: {
|
|
148
|
-
detail_type: ::String,
|
|
149
|
-
source: ::String
|
|
150
|
-
}?,
|
|
151
|
-
input: ::String?,
|
|
152
|
-
kinesis_parameters: {
|
|
153
|
-
partition_key: ::String
|
|
154
|
-
}?,
|
|
155
|
-
retry_policy: {
|
|
156
|
-
maximum_event_age_in_seconds: ::Integer?,
|
|
157
|
-
maximum_retry_attempts: ::Integer?
|
|
158
|
-
}?,
|
|
159
|
-
role_arn: ::String,
|
|
160
|
-
sage_maker_pipeline_parameters: {
|
|
161
|
-
pipeline_parameter_list: Array[
|
|
162
|
-
{
|
|
163
|
-
name: ::String,
|
|
164
|
-
value: ::String
|
|
165
|
-
},
|
|
166
|
-
]?
|
|
167
|
-
}?,
|
|
168
|
-
sqs_parameters: {
|
|
169
|
-
message_group_id: ::String?
|
|
170
|
-
}?
|
|
171
|
-
}
|
|
102
|
+
target: Params::target
|
|
172
103
|
) -> _CreateScheduleResponseSuccess
|
|
173
104
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateScheduleResponseSuccess
|
|
174
105
|
|
|
@@ -184,7 +115,7 @@ module Aws
|
|
|
184
115
|
{
|
|
185
116
|
key: ::String,
|
|
186
117
|
value: ::String
|
|
187
|
-
}
|
|
118
|
+
}
|
|
188
119
|
]
|
|
189
120
|
) -> _CreateScheduleGroupResponseSuccess
|
|
190
121
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateScheduleGroupResponseSuccess
|
|
@@ -297,7 +228,7 @@ module Aws
|
|
|
297
228
|
{
|
|
298
229
|
key: ::String,
|
|
299
230
|
value: ::String
|
|
300
|
-
}
|
|
231
|
+
}
|
|
301
232
|
]
|
|
302
233
|
) -> _TagResourceResponseSuccess
|
|
303
234
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -333,76 +264,7 @@ module Aws
|
|
|
333
264
|
?schedule_expression_timezone: ::String,
|
|
334
265
|
?start_date: ::Time,
|
|
335
266
|
?state: ("ENABLED" | "DISABLED"),
|
|
336
|
-
target:
|
|
337
|
-
arn: ::String,
|
|
338
|
-
dead_letter_config: {
|
|
339
|
-
arn: ::String?
|
|
340
|
-
}?,
|
|
341
|
-
ecs_parameters: {
|
|
342
|
-
capacity_provider_strategy: Array[
|
|
343
|
-
{
|
|
344
|
-
base: ::Integer?,
|
|
345
|
-
capacity_provider: ::String,
|
|
346
|
-
weight: ::Integer?
|
|
347
|
-
},
|
|
348
|
-
]?,
|
|
349
|
-
enable_ecs_managed_tags: bool?,
|
|
350
|
-
enable_execute_command: bool?,
|
|
351
|
-
group: ::String?,
|
|
352
|
-
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
353
|
-
network_configuration: {
|
|
354
|
-
awsvpc_configuration: {
|
|
355
|
-
assign_public_ip: ("ENABLED" | "DISABLED")?,
|
|
356
|
-
security_groups: Array[::String]?,
|
|
357
|
-
subnets: Array[::String]
|
|
358
|
-
}?
|
|
359
|
-
}?,
|
|
360
|
-
placement_constraints: Array[
|
|
361
|
-
{
|
|
362
|
-
expression: ::String?,
|
|
363
|
-
type: ("distinctInstance" | "memberOf")?
|
|
364
|
-
},
|
|
365
|
-
]?,
|
|
366
|
-
placement_strategy: Array[
|
|
367
|
-
{
|
|
368
|
-
field: ::String?,
|
|
369
|
-
type: ("random" | "spread" | "binpack")?
|
|
370
|
-
},
|
|
371
|
-
]?,
|
|
372
|
-
platform_version: ::String?,
|
|
373
|
-
propagate_tags: ("TASK_DEFINITION")?,
|
|
374
|
-
reference_id: ::String?,
|
|
375
|
-
tags: Array[
|
|
376
|
-
Hash[::String, ::String],
|
|
377
|
-
]?,
|
|
378
|
-
task_count: ::Integer?,
|
|
379
|
-
task_definition_arn: ::String
|
|
380
|
-
}?,
|
|
381
|
-
event_bridge_parameters: {
|
|
382
|
-
detail_type: ::String,
|
|
383
|
-
source: ::String
|
|
384
|
-
}?,
|
|
385
|
-
input: ::String?,
|
|
386
|
-
kinesis_parameters: {
|
|
387
|
-
partition_key: ::String
|
|
388
|
-
}?,
|
|
389
|
-
retry_policy: {
|
|
390
|
-
maximum_event_age_in_seconds: ::Integer?,
|
|
391
|
-
maximum_retry_attempts: ::Integer?
|
|
392
|
-
}?,
|
|
393
|
-
role_arn: ::String,
|
|
394
|
-
sage_maker_pipeline_parameters: {
|
|
395
|
-
pipeline_parameter_list: Array[
|
|
396
|
-
{
|
|
397
|
-
name: ::String,
|
|
398
|
-
value: ::String
|
|
399
|
-
},
|
|
400
|
-
]?
|
|
401
|
-
}?,
|
|
402
|
-
sqs_parameters: {
|
|
403
|
-
message_group_id: ::String?
|
|
404
|
-
}?
|
|
405
|
-
}
|
|
267
|
+
target: Params::target
|
|
406
268
|
) -> _UpdateScheduleResponseSuccess
|
|
407
269
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScheduleResponseSuccess
|
|
408
270
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Scheduler
|
|
10
|
+
module Params
|
|
11
|
+
type ecs_parameters = {
|
|
12
|
+
capacity_provider_strategy: Array[
|
|
13
|
+
{
|
|
14
|
+
base: ::Integer?,
|
|
15
|
+
capacity_provider: ::String,
|
|
16
|
+
weight: ::Integer?
|
|
17
|
+
}
|
|
18
|
+
]?,
|
|
19
|
+
enable_ecs_managed_tags: bool?,
|
|
20
|
+
enable_execute_command: bool?,
|
|
21
|
+
group: ::String?,
|
|
22
|
+
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
23
|
+
network_configuration: {
|
|
24
|
+
awsvpc_configuration: {
|
|
25
|
+
assign_public_ip: ("ENABLED" | "DISABLED")?,
|
|
26
|
+
security_groups: Array[::String]?,
|
|
27
|
+
subnets: Array[::String]
|
|
28
|
+
}?
|
|
29
|
+
}?,
|
|
30
|
+
placement_constraints: Array[
|
|
31
|
+
{
|
|
32
|
+
expression: ::String?,
|
|
33
|
+
type: ("distinctInstance" | "memberOf")?
|
|
34
|
+
}
|
|
35
|
+
]?,
|
|
36
|
+
placement_strategy: Array[
|
|
37
|
+
{
|
|
38
|
+
field: ::String?,
|
|
39
|
+
type: ("random" | "spread" | "binpack")?
|
|
40
|
+
}
|
|
41
|
+
]?,
|
|
42
|
+
platform_version: ::String?,
|
|
43
|
+
propagate_tags: ("TASK_DEFINITION")?,
|
|
44
|
+
reference_id: ::String?,
|
|
45
|
+
tags: Array[
|
|
46
|
+
Hash[::String, ::String]
|
|
47
|
+
]?,
|
|
48
|
+
task_count: ::Integer?,
|
|
49
|
+
task_definition_arn: ::String
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
type target = {
|
|
53
|
+
arn: ::String,
|
|
54
|
+
dead_letter_config: {
|
|
55
|
+
arn: ::String?
|
|
56
|
+
}?,
|
|
57
|
+
ecs_parameters: Params::ecs_parameters?,
|
|
58
|
+
event_bridge_parameters: {
|
|
59
|
+
detail_type: ::String,
|
|
60
|
+
source: ::String
|
|
61
|
+
}?,
|
|
62
|
+
input: ::String?,
|
|
63
|
+
kinesis_parameters: {
|
|
64
|
+
partition_key: ::String
|
|
65
|
+
}?,
|
|
66
|
+
retry_policy: {
|
|
67
|
+
maximum_event_age_in_seconds: ::Integer?,
|
|
68
|
+
maximum_retry_attempts: ::Integer?
|
|
69
|
+
}?,
|
|
70
|
+
role_arn: ::String,
|
|
71
|
+
sage_maker_pipeline_parameters: {
|
|
72
|
+
pipeline_parameter_list: Array[
|
|
73
|
+
{
|
|
74
|
+
name: ::String,
|
|
75
|
+
value: ::String
|
|
76
|
+
}
|
|
77
|
+
]?
|
|
78
|
+
}?,
|
|
79
|
+
sqs_parameters: {
|
|
80
|
+
message_group_id: ::String?
|
|
81
|
+
}?
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-scheduler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.46.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-scheduler/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|