aws-sdk-ssm 1.177.0 → 1.179.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-ssm/client.rb +211 -37
- data/lib/aws-sdk-ssm/client_api.rb +13 -0
- data/lib/aws-sdk-ssm/endpoints.rb +140 -560
- data/lib/aws-sdk-ssm/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-ssm/types.rb +187 -102
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +57 -6
- data/sig/types.rbs +8 -0
- metadata +4 -4
data/sig/client.rbs
CHANGED
@@ -197,7 +197,17 @@ module Aws
|
|
197
197
|
name: ::String
|
198
198
|
},
|
199
199
|
]
|
200
|
-
}
|
200
|
+
}?,
|
201
|
+
include_child_organization_units: bool?,
|
202
|
+
exclude_accounts: Array[::String]?,
|
203
|
+
targets: Array[
|
204
|
+
{
|
205
|
+
key: ::String?,
|
206
|
+
values: Array[::String]?
|
207
|
+
},
|
208
|
+
]?,
|
209
|
+
targets_max_concurrency: ::String?,
|
210
|
+
targets_max_errors: ::String?
|
201
211
|
},
|
202
212
|
],
|
203
213
|
?schedule_offset: ::Integer,
|
@@ -271,7 +281,17 @@ module Aws
|
|
271
281
|
name: ::String
|
272
282
|
},
|
273
283
|
]
|
274
|
-
}
|
284
|
+
}?,
|
285
|
+
include_child_organization_units: bool?,
|
286
|
+
exclude_accounts: Array[::String]?,
|
287
|
+
targets: Array[
|
288
|
+
{
|
289
|
+
key: ::String?,
|
290
|
+
values: Array[::String]?
|
291
|
+
},
|
292
|
+
]?,
|
293
|
+
targets_max_concurrency: ::String?,
|
294
|
+
targets_max_errors: ::String?
|
275
295
|
},
|
276
296
|
]?,
|
277
297
|
schedule_offset: ::Integer?,
|
@@ -2462,7 +2482,17 @@ module Aws
|
|
2462
2482
|
name: ::String
|
2463
2483
|
},
|
2464
2484
|
]
|
2465
|
-
}
|
2485
|
+
}?,
|
2486
|
+
include_child_organization_units: bool?,
|
2487
|
+
exclude_accounts: Array[::String]?,
|
2488
|
+
targets: Array[
|
2489
|
+
{
|
2490
|
+
key: ::String?,
|
2491
|
+
values: Array[::String]?
|
2492
|
+
},
|
2493
|
+
]?,
|
2494
|
+
targets_max_concurrency: ::String?,
|
2495
|
+
targets_max_errors: ::String?
|
2466
2496
|
},
|
2467
2497
|
],
|
2468
2498
|
?tags: Array[
|
@@ -2478,7 +2508,8 @@ module Aws
|
|
2478
2508
|
name: ::String
|
2479
2509
|
},
|
2480
2510
|
]
|
2481
|
-
}
|
2511
|
+
},
|
2512
|
+
?target_locations_url: ::String
|
2482
2513
|
) -> _StartAutomationExecutionResponseSuccess
|
2483
2514
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAutomationExecutionResponseSuccess
|
2484
2515
|
|
@@ -2526,7 +2557,17 @@ module Aws
|
|
2526
2557
|
name: ::String
|
2527
2558
|
},
|
2528
2559
|
]
|
2529
|
-
}
|
2560
|
+
}?,
|
2561
|
+
include_child_organization_units: bool?,
|
2562
|
+
exclude_accounts: Array[::String]?,
|
2563
|
+
targets: Array[
|
2564
|
+
{
|
2565
|
+
key: ::String?,
|
2566
|
+
values: Array[::String]?
|
2567
|
+
},
|
2568
|
+
]?,
|
2569
|
+
targets_max_concurrency: ::String?,
|
2570
|
+
targets_max_errors: ::String?
|
2530
2571
|
},
|
2531
2572
|
]?
|
2532
2573
|
},
|
@@ -2637,7 +2678,17 @@ module Aws
|
|
2637
2678
|
name: ::String
|
2638
2679
|
},
|
2639
2680
|
]
|
2640
|
-
}
|
2681
|
+
}?,
|
2682
|
+
include_child_organization_units: bool?,
|
2683
|
+
exclude_accounts: Array[::String]?,
|
2684
|
+
targets: Array[
|
2685
|
+
{
|
2686
|
+
key: ::String?,
|
2687
|
+
values: Array[::String]?
|
2688
|
+
},
|
2689
|
+
]?,
|
2690
|
+
targets_max_concurrency: ::String?,
|
2691
|
+
targets_max_errors: ::String?
|
2641
2692
|
},
|
2642
2693
|
],
|
2643
2694
|
?schedule_offset: ::Integer,
|
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.179.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-17 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.205.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.205.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|