aws-sdk-ssm 1.178.0 → 1.180.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +221 -41
- data/lib/aws-sdk-ssm/client_api.rb +13 -0
- data/lib/aws-sdk-ssm/plugins/endpoints.rb +8 -5
- data/lib/aws-sdk-ssm/types.rb +187 -102
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +58 -6
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +8 -0
- metadata +4 -4
data/sig/client.rbs
CHANGED
@@ -15,6 +15,7 @@ module Aws
|
|
15
15
|
?credentials: untyped,
|
16
16
|
?region: String,
|
17
17
|
?access_key_id: String,
|
18
|
+
?account_id: String,
|
18
19
|
?active_endpoint_cache: bool,
|
19
20
|
?adaptive_retry_wait_to_fill: bool,
|
20
21
|
?client_side_monitoring: bool,
|
@@ -197,7 +198,17 @@ module Aws
|
|
197
198
|
name: ::String
|
198
199
|
},
|
199
200
|
]
|
200
|
-
}
|
201
|
+
}?,
|
202
|
+
include_child_organization_units: bool?,
|
203
|
+
exclude_accounts: Array[::String]?,
|
204
|
+
targets: Array[
|
205
|
+
{
|
206
|
+
key: ::String?,
|
207
|
+
values: Array[::String]?
|
208
|
+
},
|
209
|
+
]?,
|
210
|
+
targets_max_concurrency: ::String?,
|
211
|
+
targets_max_errors: ::String?
|
201
212
|
},
|
202
213
|
],
|
203
214
|
?schedule_offset: ::Integer,
|
@@ -271,7 +282,17 @@ module Aws
|
|
271
282
|
name: ::String
|
272
283
|
},
|
273
284
|
]
|
274
|
-
}
|
285
|
+
}?,
|
286
|
+
include_child_organization_units: bool?,
|
287
|
+
exclude_accounts: Array[::String]?,
|
288
|
+
targets: Array[
|
289
|
+
{
|
290
|
+
key: ::String?,
|
291
|
+
values: Array[::String]?
|
292
|
+
},
|
293
|
+
]?,
|
294
|
+
targets_max_concurrency: ::String?,
|
295
|
+
targets_max_errors: ::String?
|
275
296
|
},
|
276
297
|
]?,
|
277
298
|
schedule_offset: ::Integer?,
|
@@ -2462,7 +2483,17 @@ module Aws
|
|
2462
2483
|
name: ::String
|
2463
2484
|
},
|
2464
2485
|
]
|
2465
|
-
}
|
2486
|
+
}?,
|
2487
|
+
include_child_organization_units: bool?,
|
2488
|
+
exclude_accounts: Array[::String]?,
|
2489
|
+
targets: Array[
|
2490
|
+
{
|
2491
|
+
key: ::String?,
|
2492
|
+
values: Array[::String]?
|
2493
|
+
},
|
2494
|
+
]?,
|
2495
|
+
targets_max_concurrency: ::String?,
|
2496
|
+
targets_max_errors: ::String?
|
2466
2497
|
},
|
2467
2498
|
],
|
2468
2499
|
?tags: Array[
|
@@ -2478,7 +2509,8 @@ module Aws
|
|
2478
2509
|
name: ::String
|
2479
2510
|
},
|
2480
2511
|
]
|
2481
|
-
}
|
2512
|
+
},
|
2513
|
+
?target_locations_url: ::String
|
2482
2514
|
) -> _StartAutomationExecutionResponseSuccess
|
2483
2515
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAutomationExecutionResponseSuccess
|
2484
2516
|
|
@@ -2526,7 +2558,17 @@ module Aws
|
|
2526
2558
|
name: ::String
|
2527
2559
|
},
|
2528
2560
|
]
|
2529
|
-
}
|
2561
|
+
}?,
|
2562
|
+
include_child_organization_units: bool?,
|
2563
|
+
exclude_accounts: Array[::String]?,
|
2564
|
+
targets: Array[
|
2565
|
+
{
|
2566
|
+
key: ::String?,
|
2567
|
+
values: Array[::String]?
|
2568
|
+
},
|
2569
|
+
]?,
|
2570
|
+
targets_max_concurrency: ::String?,
|
2571
|
+
targets_max_errors: ::String?
|
2530
2572
|
},
|
2531
2573
|
]?
|
2532
2574
|
},
|
@@ -2637,7 +2679,17 @@ module Aws
|
|
2637
2679
|
name: ::String
|
2638
2680
|
},
|
2639
2681
|
]
|
2640
|
-
}
|
2682
|
+
}?,
|
2683
|
+
include_child_organization_units: bool?,
|
2684
|
+
exclude_accounts: Array[::String]?,
|
2685
|
+
targets: Array[
|
2686
|
+
{
|
2687
|
+
key: ::String?,
|
2688
|
+
values: Array[::String]?
|
2689
|
+
},
|
2690
|
+
]?,
|
2691
|
+
targets_max_concurrency: ::String?,
|
2692
|
+
targets_max_errors: ::String?
|
2641
2693
|
},
|
2642
2694
|
],
|
2643
2695
|
?schedule_offset: ::Integer,
|
data/sig/resource.rbs
CHANGED
data/sig/types.rbs
CHANGED
@@ -296,6 +296,7 @@ module Aws::SSM
|
|
296
296
|
attr_accessor progress_counters: Types::ProgressCounters
|
297
297
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
298
298
|
attr_accessor triggered_alarms: ::Array[Types::AlarmStateInformation]
|
299
|
+
attr_accessor target_locations_url: ::String
|
299
300
|
attr_accessor automation_subtype: ("ChangeRequest")
|
300
301
|
attr_accessor scheduled_time: ::Time
|
301
302
|
attr_accessor runbooks: ::Array[Types::Runbook]
|
@@ -342,6 +343,7 @@ module Aws::SSM
|
|
342
343
|
attr_accessor automation_type: ("CrossAccount" | "Local")
|
343
344
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
344
345
|
attr_accessor triggered_alarms: ::Array[Types::AlarmStateInformation]
|
346
|
+
attr_accessor target_locations_url: ::String
|
345
347
|
attr_accessor automation_subtype: ("ChangeRequest")
|
346
348
|
attr_accessor scheduled_time: ::Time
|
347
349
|
attr_accessor runbooks: ::Array[Types::Runbook]
|
@@ -3841,6 +3843,7 @@ module Aws::SSM
|
|
3841
3843
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
3842
3844
|
attr_accessor tags: ::Array[Types::Tag]
|
3843
3845
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
3846
|
+
attr_accessor target_locations_url: ::String
|
3844
3847
|
SENSITIVE: []
|
3845
3848
|
end
|
3846
3849
|
|
@@ -3959,6 +3962,11 @@ module Aws::SSM
|
|
3959
3962
|
attr_accessor target_location_max_errors: ::String
|
3960
3963
|
attr_accessor execution_role_name: ::String
|
3961
3964
|
attr_accessor target_location_alarm_configuration: Types::AlarmConfiguration
|
3965
|
+
attr_accessor include_child_organization_units: bool
|
3966
|
+
attr_accessor exclude_accounts: ::Array[::String]
|
3967
|
+
attr_accessor targets: ::Array[Types::Target]
|
3968
|
+
attr_accessor targets_max_concurrency: ::String
|
3969
|
+
attr_accessor targets_max_errors: ::String
|
3962
3970
|
SENSITIVE: []
|
3963
3971
|
end
|
3964
3972
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ssm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.180.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: 2024-09-
|
11
|
+
date: 2024-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.207.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.207.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|