aws-sdk-ssm 1.190.0 → 1.191.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-ssm/client.rb +82 -36
- data/lib/aws-sdk-ssm/types.rb +97 -38
- data/lib/aws-sdk-ssm.rb +1 -1
- 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: 0cf59ccb8eeccc2f508b0927b7387de6f1244496a3f65248c7efeb19d89b8dee
|
4
|
+
data.tar.gz: 07dd8ae4bdcc32bafe5ac284c7406f12a044417248b72b6f4c2c1732a140ab19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0caffd58fae3ca04c79ace31884aa2ada349a1745575da2c3c715b725a80f8324050519ca721d63245d534b01b37b6ce28b3077dffe4eef68d47b21946bc2d15
|
7
|
+
data.tar.gz: 4af0b10fe3983290503268d99b4d4f3e445dbededbfebf706c020b93e33f53d2b1b200f05b9b8961ac43eee53876aa5d23c341c79b71ee641b474f9eb09d2710
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.191.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -978,15 +978,27 @@ module Aws::SSM
|
|
978
978
|
# @option params [Boolean] :apply_only_at_cron_interval
|
979
979
|
# By default, when you create a new association, the system runs it
|
980
980
|
# immediately after it is created and then according to the schedule you
|
981
|
-
# specified
|
982
|
-
#
|
983
|
-
#
|
981
|
+
# specified and when target changes are detected. Specify `true` for
|
982
|
+
# `ApplyOnlyAtCronInterval`if you want the association to run only
|
983
|
+
# according to the schedule you specified.
|
984
|
+
#
|
985
|
+
# For more information, see [Understanding when associations are applied
|
986
|
+
# to resources][1] and [>About target updates with Automation
|
987
|
+
# runbooks][2] in the *Amazon Web Services Systems Manager User Guide*.
|
988
|
+
#
|
989
|
+
# This parameter isn't supported for rate expressions.
|
990
|
+
#
|
991
|
+
#
|
992
|
+
#
|
993
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling
|
994
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates
|
984
995
|
#
|
985
996
|
# @option params [Array<String>] :calendar_names
|
986
|
-
# The names
|
997
|
+
# The names of Amazon Resource Names (ARNs) of the Change Calendar type
|
987
998
|
# documents you want to gate your associations under. The associations
|
988
999
|
# only run when that change calendar is open. For more information, see
|
989
|
-
# [Amazon Web Services Systems Manager Change Calendar][1]
|
1000
|
+
# [Amazon Web Services Systems Manager Change Calendar][1] in the
|
1001
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
990
1002
|
#
|
991
1003
|
#
|
992
1004
|
#
|
@@ -2821,9 +2833,20 @@ module Aws::SSM
|
|
2821
2833
|
end
|
2822
2834
|
|
2823
2835
|
# Removes the server or virtual machine from the list of registered
|
2824
|
-
# servers.
|
2825
|
-
#
|
2826
|
-
#
|
2836
|
+
# servers.
|
2837
|
+
#
|
2838
|
+
# If you want to reregister an on-premises server, edge device, or VM,
|
2839
|
+
# you must use a different Activation Code and Activation ID than used
|
2840
|
+
# to register the machine previously. The Activation Code and Activation
|
2841
|
+
# ID must not have already been used on the maximum number of
|
2842
|
+
# activations specified when they were created. For more information,
|
2843
|
+
# see [Deregistering managed nodes in a hybrid and multicloud
|
2844
|
+
# environment][1] in the *Amazon Web Services Systems Manager User
|
2845
|
+
# Guide*.
|
2846
|
+
#
|
2847
|
+
#
|
2848
|
+
#
|
2849
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-deregister-hybrid-nodes.html
|
2827
2850
|
#
|
2828
2851
|
# @option params [required, String] :instance_id
|
2829
2852
|
# The ID assigned to the managed node when you registered it using the
|
@@ -5920,7 +5943,7 @@ module Aws::SSM
|
|
5920
5943
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html
|
5921
5944
|
#
|
5922
5945
|
# @option params [required, Array<String>] :calendar_names
|
5923
|
-
# The names
|
5946
|
+
# The names of Amazon Resource Names (ARNs) of the Systems Manager
|
5924
5947
|
# documents (SSM documents) that represent the calendar entries for
|
5925
5948
|
# which you want to get the state.
|
5926
5949
|
#
|
@@ -8500,9 +8523,15 @@ module Aws::SSM
|
|
8500
8523
|
# filter criteria.
|
8501
8524
|
#
|
8502
8525
|
# @option params [String] :sync_name
|
8503
|
-
# The name of the resource data sync to
|
8504
|
-
#
|
8505
|
-
#
|
8526
|
+
# The name of the Amazon Web Services managed resource data sync to
|
8527
|
+
# retrieve information about.
|
8528
|
+
#
|
8529
|
+
# For cross-account/cross-Region configurations, this parameter is
|
8530
|
+
# required, and the name of the supported resource data sync is
|
8531
|
+
# `AWS-QuickSetup-ManagedNode`.
|
8532
|
+
#
|
8533
|
+
# For single account/single-Region configurations, the parameter is not
|
8534
|
+
# required.
|
8506
8535
|
#
|
8507
8536
|
# @option params [Array<Types::NodeFilter>] :filters
|
8508
8537
|
# One or more filters. Use a filter to return a more specific list of
|
@@ -8624,9 +8653,15 @@ module Aws::SSM
|
|
8624
8653
|
# aggregator you specify.
|
8625
8654
|
#
|
8626
8655
|
# @option params [String] :sync_name
|
8627
|
-
# The name of the resource data sync to
|
8628
|
-
#
|
8629
|
-
#
|
8656
|
+
# The name of the Amazon Web Services managed resource data sync to
|
8657
|
+
# retrieve information about.
|
8658
|
+
#
|
8659
|
+
# For cross-account/cross-Region configurations, this parameter is
|
8660
|
+
# required, and the name of the supported resource data sync is
|
8661
|
+
# `AWS-QuickSetup-ManagedNode`.
|
8662
|
+
#
|
8663
|
+
# For single account/single-Region configurations, the parameter is not
|
8664
|
+
# required.
|
8630
8665
|
#
|
8631
8666
|
# @option params [Array<Types::NodeFilter>] :filters
|
8632
8667
|
# One or more filters. Use a filter to generate a summary that matches
|
@@ -9333,11 +9368,11 @@ module Aws::SSM
|
|
9333
9368
|
req.send_request(options)
|
9334
9369
|
end
|
9335
9370
|
|
9336
|
-
#
|
9371
|
+
# Create or update a parameter in Parameter Store.
|
9337
9372
|
#
|
9338
9373
|
# @option params [required, String] :name
|
9339
|
-
# The fully qualified name of the parameter that you want to
|
9340
|
-
#
|
9374
|
+
# The fully qualified name of the parameter that you want to create or
|
9375
|
+
# update.
|
9341
9376
|
#
|
9342
9377
|
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter, only
|
9343
9378
|
# the parameter name itself.
|
@@ -9405,7 +9440,7 @@ module Aws::SSM
|
|
9405
9440
|
# </note>
|
9406
9441
|
#
|
9407
9442
|
# @option params [String] :type
|
9408
|
-
# The type of parameter that you want to
|
9443
|
+
# The type of parameter that you want to create.
|
9409
9444
|
#
|
9410
9445
|
# <note markdown="1"> `SecureString` isn't currently supported for CloudFormation
|
9411
9446
|
# templates.
|
@@ -9426,7 +9461,7 @@ module Aws::SSM
|
|
9426
9461
|
# parameters that use the `SecureString` data type.
|
9427
9462
|
#
|
9428
9463
|
# If you don't specify a key ID, the system uses the default key
|
9429
|
-
# associated with your Amazon Web Services account which is not as
|
9464
|
+
# associated with your Amazon Web Services account, which is not as
|
9430
9465
|
# secure as using a custom key.
|
9431
9466
|
#
|
9432
9467
|
# * To use a custom KMS key, choose the `SecureString` data type with
|
@@ -11487,32 +11522,43 @@ module Aws::SSM
|
|
11487
11522
|
# @option params [Boolean] :apply_only_at_cron_interval
|
11488
11523
|
# By default, when you update an association, the system runs it
|
11489
11524
|
# immediately after it is updated and then according to the schedule you
|
11490
|
-
# specified. Specify
|
11491
|
-
#
|
11492
|
-
# for rate expressions.
|
11525
|
+
# specified. Specify `true` for `ApplyOnlyAtCronInterval` if you want
|
11526
|
+
# the association to run only according to the schedule you specified.
|
11493
11527
|
#
|
11494
11528
|
# If you chose this option when you created an association and later you
|
11495
|
-
# edit that association or you make changes to the
|
11496
|
-
# that association is based
|
11497
|
-
#
|
11498
|
-
#
|
11499
|
-
#
|
11500
|
-
#
|
11501
|
-
#
|
11502
|
-
#
|
11503
|
-
#
|
11504
|
-
#
|
11505
|
-
#
|
11529
|
+
# edit that association or you make changes to the Automation runbook or
|
11530
|
+
# SSM document on which that association is based, State Manager applies
|
11531
|
+
# the association at the next specified cron interval. For example, if
|
11532
|
+
# you chose the `Latest` version of an SSM document when you created an
|
11533
|
+
# association and you edit the association by choosing a different
|
11534
|
+
# document version on the Documents page, State Manager applies the
|
11535
|
+
# association at the next specified cron interval if you previously set
|
11536
|
+
# `ApplyOnlyAtCronInterval` to `true`. If this option wasn't selected,
|
11537
|
+
# State Manager immediately runs the association.
|
11538
|
+
#
|
11539
|
+
# For more information, see [Understanding when associations are applied
|
11540
|
+
# to resources][1] and [About target updates with Automation
|
11541
|
+
# runbooks][2] in the *Amazon Web Services Systems Manager User Guide*.
|
11542
|
+
#
|
11543
|
+
# This parameter isn't supported for rate expressions.
|
11544
|
+
#
|
11545
|
+
# You can reset this parameter. To do so, specify the
|
11506
11546
|
# `no-apply-only-at-cron-interval` parameter when you update the
|
11507
11547
|
# association from the command line. This parameter forces the
|
11508
11548
|
# association to run immediately after updating it and according to the
|
11509
11549
|
# interval specified.
|
11510
11550
|
#
|
11551
|
+
#
|
11552
|
+
#
|
11553
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling
|
11554
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates
|
11555
|
+
#
|
11511
11556
|
# @option params [Array<String>] :calendar_names
|
11512
11557
|
# The names or Amazon Resource Names (ARNs) of the Change Calendar type
|
11513
11558
|
# documents you want to gate your associations under. The associations
|
11514
11559
|
# only run when that change calendar is open. For more information, see
|
11515
|
-
# [Amazon Web Services Systems Manager Change Calendar][1]
|
11560
|
+
# [Amazon Web Services Systems Manager Change Calendar][1] in the
|
11561
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
11516
11562
|
#
|
11517
11563
|
#
|
11518
11564
|
#
|
@@ -13278,7 +13324,7 @@ module Aws::SSM
|
|
13278
13324
|
tracer: tracer
|
13279
13325
|
)
|
13280
13326
|
context[:gem_name] = 'aws-sdk-ssm'
|
13281
|
-
context[:gem_version] = '1.
|
13327
|
+
context[:gem_version] = '1.191.0'
|
13282
13328
|
Seahorse::Client::Request.new(handlers, context)
|
13283
13329
|
end
|
13284
13330
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -529,7 +529,8 @@ module Aws::SSM
|
|
529
529
|
# The names or Amazon Resource Names (ARNs) of the Change Calendar
|
530
530
|
# type documents your associations are gated under. The associations
|
531
531
|
# only run when that change calendar is open. For more information,
|
532
|
-
# see [Amazon Web Services Systems Manager Change Calendar][1]
|
532
|
+
# see [Amazon Web Services Systems Manager Change Calendar][1] in the
|
533
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
533
534
|
#
|
534
535
|
#
|
535
536
|
#
|
@@ -975,7 +976,7 @@ module Aws::SSM
|
|
975
976
|
# @return [String]
|
976
977
|
#
|
977
978
|
# @!attribute [rw] apply_only_at_cron_interval
|
978
|
-
# By default, when you create
|
979
|
+
# By default, when you create new associations, the system runs it
|
979
980
|
# immediately after it is created and then according to the schedule
|
980
981
|
# you specified. Specify this option if you don't want an association
|
981
982
|
# to run immediately after you create it. This parameter isn't
|
@@ -987,7 +988,8 @@ module Aws::SSM
|
|
987
988
|
# type documents your associations are gated under. The associations
|
988
989
|
# for this version only run when that Change Calendar is open. For
|
989
990
|
# more information, see [Amazon Web Services Systems Manager Change
|
990
|
-
# Calendar][1]
|
991
|
+
# Calendar][1] in the *Amazon Web Services Systems Manager User
|
992
|
+
# Guide*.
|
991
993
|
#
|
992
994
|
#
|
993
995
|
#
|
@@ -3045,18 +3047,31 @@ module Aws::SSM
|
|
3045
3047
|
# @return [String]
|
3046
3048
|
#
|
3047
3049
|
# @!attribute [rw] apply_only_at_cron_interval
|
3048
|
-
# By default, when you create a new
|
3050
|
+
# By default, when you create a new association, the system runs it
|
3049
3051
|
# immediately after it is created and then according to the schedule
|
3050
|
-
# you specified
|
3051
|
-
#
|
3052
|
-
#
|
3052
|
+
# you specified and when target changes are detected. Specify `true`
|
3053
|
+
# for `ApplyOnlyAtCronInterval` if you want the association to run
|
3054
|
+
# only according to the schedule you specified.
|
3055
|
+
#
|
3056
|
+
# For more information, see [Understanding when associations are
|
3057
|
+
# applied to resources][1] and [>About target updates with
|
3058
|
+
# Automation runbooks][2] in the *Amazon Web Services Systems Manager
|
3059
|
+
# User Guide*.
|
3060
|
+
#
|
3061
|
+
# This parameter isn't supported for rate expressions.
|
3062
|
+
#
|
3063
|
+
#
|
3064
|
+
#
|
3065
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling
|
3066
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates
|
3053
3067
|
# @return [Boolean]
|
3054
3068
|
#
|
3055
3069
|
# @!attribute [rw] calendar_names
|
3056
3070
|
# The names or Amazon Resource Names (ARNs) of the Change Calendar
|
3057
3071
|
# type documents your associations are gated under. The associations
|
3058
3072
|
# only run when that Change Calendar is open. For more information,
|
3059
|
-
# see [Amazon Web Services Systems Manager Change Calendar][1]
|
3073
|
+
# see [Amazon Web Services Systems Manager Change Calendar][1] in the
|
3074
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
3060
3075
|
#
|
3061
3076
|
#
|
3062
3077
|
#
|
@@ -3292,17 +3307,30 @@ module Aws::SSM
|
|
3292
3307
|
# @!attribute [rw] apply_only_at_cron_interval
|
3293
3308
|
# By default, when you create a new association, the system runs it
|
3294
3309
|
# immediately after it is created and then according to the schedule
|
3295
|
-
# you specified
|
3296
|
-
#
|
3297
|
-
#
|
3310
|
+
# you specified and when target changes are detected. Specify `true`
|
3311
|
+
# for `ApplyOnlyAtCronInterval`if you want the association to run only
|
3312
|
+
# according to the schedule you specified.
|
3313
|
+
#
|
3314
|
+
# For more information, see [Understanding when associations are
|
3315
|
+
# applied to resources][1] and [>About target updates with
|
3316
|
+
# Automation runbooks][2] in the *Amazon Web Services Systems Manager
|
3317
|
+
# User Guide*.
|
3318
|
+
#
|
3319
|
+
# This parameter isn't supported for rate expressions.
|
3320
|
+
#
|
3321
|
+
#
|
3322
|
+
#
|
3323
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling
|
3324
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates
|
3298
3325
|
# @return [Boolean]
|
3299
3326
|
#
|
3300
3327
|
# @!attribute [rw] calendar_names
|
3301
|
-
# The names
|
3328
|
+
# The names of Amazon Resource Names (ARNs) of the Change Calendar
|
3302
3329
|
# type documents you want to gate your associations under. The
|
3303
3330
|
# associations only run when that change calendar is open. For more
|
3304
3331
|
# information, see [Amazon Web Services Systems Manager Change
|
3305
|
-
# Calendar][1]
|
3332
|
+
# Calendar][1] in the *Amazon Web Services Systems Manager User
|
3333
|
+
# Guide*.
|
3306
3334
|
#
|
3307
3335
|
#
|
3308
3336
|
#
|
@@ -7529,7 +7557,7 @@ module Aws::SSM
|
|
7529
7557
|
end
|
7530
7558
|
|
7531
7559
|
# @!attribute [rw] calendar_names
|
7532
|
-
# The names
|
7560
|
+
# The names of Amazon Resource Names (ARNs) of the Systems Manager
|
7533
7561
|
# documents (SSM documents) that represent the calendar entries for
|
7534
7562
|
# which you want to get the state.
|
7535
7563
|
# @return [Array<String>]
|
@@ -12055,9 +12083,15 @@ module Aws::SSM
|
|
12055
12083
|
end
|
12056
12084
|
|
12057
12085
|
# @!attribute [rw] sync_name
|
12058
|
-
# The name of the resource data sync to
|
12059
|
-
#
|
12060
|
-
#
|
12086
|
+
# The name of the Amazon Web Services managed resource data sync to
|
12087
|
+
# retrieve information about.
|
12088
|
+
#
|
12089
|
+
# For cross-account/cross-Region configurations, this parameter is
|
12090
|
+
# required, and the name of the supported resource data sync is
|
12091
|
+
# `AWS-QuickSetup-ManagedNode`.
|
12092
|
+
#
|
12093
|
+
# For single account/single-Region configurations, the parameter is
|
12094
|
+
# not required.
|
12061
12095
|
# @return [String]
|
12062
12096
|
#
|
12063
12097
|
# @!attribute [rw] filters
|
@@ -12106,9 +12140,15 @@ module Aws::SSM
|
|
12106
12140
|
end
|
12107
12141
|
|
12108
12142
|
# @!attribute [rw] sync_name
|
12109
|
-
# The name of the resource data sync to
|
12110
|
-
#
|
12111
|
-
#
|
12143
|
+
# The name of the Amazon Web Services managed resource data sync to
|
12144
|
+
# retrieve information about.
|
12145
|
+
#
|
12146
|
+
# For cross-account/cross-Region configurations, this parameter is
|
12147
|
+
# required, and the name of the supported resource data sync is
|
12148
|
+
# `AWS-QuickSetup-ManagedNode`.
|
12149
|
+
#
|
12150
|
+
# For single account/single-Region configurations, the parameter is
|
12151
|
+
# not required.
|
12112
12152
|
# @return [String]
|
12113
12153
|
#
|
12114
12154
|
# @!attribute [rw] filters
|
@@ -14886,6 +14926,12 @@ module Aws::SSM
|
|
14886
14926
|
|
14887
14927
|
# The parameter couldn't be found. Verify the name and try again.
|
14888
14928
|
#
|
14929
|
+
# <note markdown="1"> For the `DeleteParameter` and `GetParameter` actions, if the specified
|
14930
|
+
# parameter doesn't exist, the `ParameterNotFound` exception is *not*
|
14931
|
+
# recorded in CloudTrail event logs.
|
14932
|
+
#
|
14933
|
+
# </note>
|
14934
|
+
#
|
14889
14935
|
# @!attribute [rw] message
|
14890
14936
|
# @return [String]
|
14891
14937
|
#
|
@@ -15722,8 +15768,8 @@ module Aws::SSM
|
|
15722
15768
|
end
|
15723
15769
|
|
15724
15770
|
# @!attribute [rw] name
|
15725
|
-
# The fully qualified name of the parameter that you want to
|
15726
|
-
#
|
15771
|
+
# The fully qualified name of the parameter that you want to create or
|
15772
|
+
# update.
|
15727
15773
|
#
|
15728
15774
|
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
15729
15775
|
# only the parameter name itself.
|
@@ -15796,7 +15842,7 @@ module Aws::SSM
|
|
15796
15842
|
# @return [String]
|
15797
15843
|
#
|
15798
15844
|
# @!attribute [rw] type
|
15799
|
-
# The type of parameter that you want to
|
15845
|
+
# The type of parameter that you want to create.
|
15800
15846
|
#
|
15801
15847
|
# <note markdown="1"> `SecureString` isn't currently supported for CloudFormation
|
15802
15848
|
# templates.
|
@@ -15819,7 +15865,7 @@ module Aws::SSM
|
|
15819
15865
|
# parameters that use the `SecureString` data type.
|
15820
15866
|
#
|
15821
15867
|
# If you don't specify a key ID, the system uses the default key
|
15822
|
-
# associated with your Amazon Web Services account which is not as
|
15868
|
+
# associated with your Amazon Web Services account, which is not as
|
15823
15869
|
# secure as using a custom key.
|
15824
15870
|
#
|
15825
15871
|
# * To use a custom KMS key, choose the `SecureString` data type with
|
@@ -19204,27 +19250,39 @@ module Aws::SSM
|
|
19204
19250
|
# @!attribute [rw] apply_only_at_cron_interval
|
19205
19251
|
# By default, when you update an association, the system runs it
|
19206
19252
|
# immediately after it is updated and then according to the schedule
|
19207
|
-
# you specified. Specify
|
19208
|
-
# to run
|
19209
|
-
#
|
19253
|
+
# you specified. Specify `true` for `ApplyOnlyAtCronInterval` if you
|
19254
|
+
# want the association to run only according to the schedule you
|
19255
|
+
# specified.
|
19210
19256
|
#
|
19211
19257
|
# If you chose this option when you created an association and later
|
19212
|
-
# you edit that association or you make changes to the
|
19213
|
-
# which that association is based
|
19214
|
-
#
|
19215
|
-
#
|
19216
|
-
#
|
19217
|
-
#
|
19218
|
-
#
|
19219
|
-
#
|
19220
|
-
#
|
19258
|
+
# you edit that association or you make changes to the Automation
|
19259
|
+
# runbook or SSM document on which that association is based, State
|
19260
|
+
# Manager applies the association at the next specified cron interval.
|
19261
|
+
# For example, if you chose the `Latest` version of an SSM document
|
19262
|
+
# when you created an association and you edit the association by
|
19263
|
+
# choosing a different document version on the Documents page, State
|
19264
|
+
# Manager applies the association at the next specified cron interval
|
19265
|
+
# if you previously set `ApplyOnlyAtCronInterval` to `true`. If this
|
19266
|
+
# option wasn't selected, State Manager immediately runs the
|
19221
19267
|
# association.
|
19222
19268
|
#
|
19223
|
-
#
|
19269
|
+
# For more information, see [Understanding when associations are
|
19270
|
+
# applied to resources][1] and [About target updates with Automation
|
19271
|
+
# runbooks][2] in the *Amazon Web Services Systems Manager User
|
19272
|
+
# Guide*.
|
19273
|
+
#
|
19274
|
+
# This parameter isn't supported for rate expressions.
|
19275
|
+
#
|
19276
|
+
# You can reset this parameter. To do so, specify the
|
19224
19277
|
# `no-apply-only-at-cron-interval` parameter when you update the
|
19225
19278
|
# association from the command line. This parameter forces the
|
19226
19279
|
# association to run immediately after updating it and according to
|
19227
19280
|
# the interval specified.
|
19281
|
+
#
|
19282
|
+
#
|
19283
|
+
#
|
19284
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling
|
19285
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates
|
19228
19286
|
# @return [Boolean]
|
19229
19287
|
#
|
19230
19288
|
# @!attribute [rw] calendar_names
|
@@ -19232,7 +19290,8 @@ module Aws::SSM
|
|
19232
19290
|
# type documents you want to gate your associations under. The
|
19233
19291
|
# associations only run when that change calendar is open. For more
|
19234
19292
|
# information, see [Amazon Web Services Systems Manager Change
|
19235
|
-
# Calendar][1]
|
19293
|
+
# Calendar][1] in the *Amazon Web Services Systems Manager User
|
19294
|
+
# Guide*.
|
19236
19295
|
#
|
19237
19296
|
#
|
19238
19297
|
#
|
data/lib/aws-sdk-ssm.rb
CHANGED
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.191.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-02-
|
11
|
+
date: 2025-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|