aws-sdk-ssm 1.112.0 → 1.116.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +163 -103
- data/lib/aws-sdk-ssm/types.rb +233 -149
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99f9efd24f3404f40715242bb28be60ce711d14bc4d9bba090dde97db06b9e8e
|
4
|
+
data.tar.gz: 95f69c8d44dc5c2d60590e25235ad540fae6408c5c77ab5482b31755552dcce2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a2fb0264599c35629b129cb8a1bf9f1ec88bb5d6f73a2aa5f70f71e6c7605412b2483eaf5943fd7f954df617763fe1cd0c742bd2011bb4b84fa14f590f49310
|
7
|
+
data.tar.gz: 67a367a01cf9534277904866489f4d4d826c2e4170f12fb04996ea37d3b8640323900cc5babdae8f7a361268dca7983fea2220c9bb326af6f31d963f208e0d58
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.116.0 (2021-08-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated Parameter Store property for logging improvements.
|
8
|
+
|
9
|
+
1.115.0 (2021-08-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Systems Manager.
|
13
|
+
|
14
|
+
1.114.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.113.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.112.0 (2021-07-13)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -591,12 +591,12 @@ module Aws::SSM
|
|
591
591
|
# Don't enter personally identifiable information in this field.
|
592
592
|
#
|
593
593
|
# @option params [required, String] :iam_role
|
594
|
-
# The Identity and Access Management (IAM) role that you
|
595
|
-
# to the managed instance. This
|
596
|
-
# permissions for the Amazon Web Services Systems Manager
|
597
|
-
# principal `ssm.amazonaws.com`. For more information, see
|
598
|
-
# IAM service role for a hybrid environment][1] in the
|
599
|
-
# Services Systems Manager User Guide*.
|
594
|
+
# The name of the Identity and Access Management (IAM) role that you
|
595
|
+
# want to assign to the managed instance. This IAM role must provide
|
596
|
+
# AssumeRole permissions for the Amazon Web Services Systems Manager
|
597
|
+
# service principal `ssm.amazonaws.com`. For more information, see
|
598
|
+
# [Create an IAM service role for a hybrid environment][1] in the
|
599
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
600
600
|
#
|
601
601
|
#
|
602
602
|
#
|
@@ -698,8 +698,8 @@ module Aws::SSM
|
|
698
698
|
# account.
|
699
699
|
#
|
700
700
|
# For Systems Manager documents (SSM documents) that are shared with you
|
701
|
-
# from other accounts, you must specify the complete
|
702
|
-
# in the following format:
|
701
|
+
# from other Amazon Web Services accounts, you must specify the complete
|
702
|
+
# SSM document ARN, in the following format:
|
703
703
|
#
|
704
704
|
# `arn:partition:ssm:region:account-id:document/document-name `
|
705
705
|
#
|
@@ -734,9 +734,9 @@ module Aws::SSM
|
|
734
734
|
#
|
735
735
|
# @option params [Array<Types::Target>] :targets
|
736
736
|
# The targets for the association. You can target instances by using
|
737
|
-
# tags, Amazon Web Services resource groups, all instances in an
|
738
|
-
# account, or individual instance IDs. For more information
|
739
|
-
# choosing targets for an association, see [Using targets and rate
|
737
|
+
# tags, Amazon Web Services resource groups, all instances in an Amazon
|
738
|
+
# Web Services account, or individual instance IDs. For more information
|
739
|
+
# about choosing targets for an association, see [Using targets and rate
|
740
740
|
# controls with State Manager associations][1] in the *Amazon Web
|
741
741
|
# Services Systems Manager User Guide*.
|
742
742
|
#
|
@@ -826,9 +826,10 @@ module Aws::SSM
|
|
826
826
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar
|
827
827
|
#
|
828
828
|
# @option params [Array<Types::TargetLocation>] :target_locations
|
829
|
-
# A location is a combination of
|
830
|
-
#
|
831
|
-
# multiple Regions and multiple
|
829
|
+
# A location is a combination of Amazon Web Services Regions and Amazon
|
830
|
+
# Web Services accounts where you want to run the association. Use this
|
831
|
+
# action to create an association in multiple Regions and multiple
|
832
|
+
# accounts.
|
832
833
|
#
|
833
834
|
# @return [Types::CreateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
834
835
|
#
|
@@ -1617,8 +1618,8 @@ module Aws::SSM
|
|
1617
1618
|
# maximum of five tags for an OpsMetadata object. Tags enable you to
|
1618
1619
|
# categorize a resource in different ways, such as by purpose, owner, or
|
1619
1620
|
# environment. For example, you might want to tag an OpsMetadata object
|
1620
|
-
# to identify an environment or target Region. In
|
1621
|
-
# specify the following key-value pairs:
|
1621
|
+
# to identify an environment or target Amazon Web Services Region. In
|
1622
|
+
# this case, you could specify the following key-value pairs:
|
1622
1623
|
#
|
1623
1624
|
# * `Key=Environment,Value=Production`
|
1624
1625
|
#
|
@@ -1836,18 +1837,20 @@ module Aws::SSM
|
|
1836
1837
|
#
|
1837
1838
|
# You can configure Systems Manager Inventory to use the
|
1838
1839
|
# `SyncToDestination` type to synchronize Inventory data from multiple
|
1839
|
-
# Regions to a single Amazon Simple Storage Service
|
1840
|
-
# For more information, see [Configuring resource
|
1841
|
-
# Inventory][1] in the *Amazon Web Services Systems
|
1840
|
+
# Amazon Web Services Regions to a single Amazon Simple Storage Service
|
1841
|
+
# (Amazon S3) bucket. For more information, see [Configuring resource
|
1842
|
+
# data sync for Inventory][1] in the *Amazon Web Services Systems
|
1843
|
+
# Manager User Guide*.
|
1842
1844
|
#
|
1843
1845
|
# You can configure Systems Manager Explorer to use the `SyncFromSource`
|
1844
1846
|
# type to synchronize operational work items (OpsItems) and operational
|
1845
|
-
# data (OpsData) from multiple Regions to a single
|
1846
|
-
# This type can synchronize OpsItems and OpsData from
|
1847
|
-
#
|
1848
|
-
#
|
1849
|
-
#
|
1850
|
-
# Systems Manager
|
1847
|
+
# data (OpsData) from multiple Amazon Web Services Regions to a single
|
1848
|
+
# Amazon S3 bucket. This type can synchronize OpsItems and OpsData from
|
1849
|
+
# multiple Amazon Web Services accounts and Amazon Web Services Regions
|
1850
|
+
# or `EntireOrganization` by using Organizations. For more information,
|
1851
|
+
# see [Setting up Systems Manager Explorer to display data from multiple
|
1852
|
+
# accounts and Regions][2] in the *Amazon Web Services Systems Manager
|
1853
|
+
# User Guide*.
|
1851
1854
|
#
|
1852
1855
|
# A resource data sync is an asynchronous operation that returns
|
1853
1856
|
# immediately. After a successful initial sync is completed, the system
|
@@ -1878,10 +1881,10 @@ module Aws::SSM
|
|
1878
1881
|
# synchronizes data to an S3 bucket for Inventory. If you specify
|
1879
1882
|
# `SyncToDestination`, you must provide a value for `S3Destination`.
|
1880
1883
|
# Specify `SyncFromSource` to synchronize data from a single account and
|
1881
|
-
# multiple Regions, or multiple
|
1882
|
-
# Organizations for Explorer. If you
|
1883
|
-
# provide a value for `SyncSource`.
|
1884
|
-
# `SyncToDestination`.
|
1884
|
+
# multiple Regions, or multiple Amazon Web Services accounts and Amazon
|
1885
|
+
# Web Services Regions, as listed in Organizations for Explorer. If you
|
1886
|
+
# specify `SyncFromSource`, you must provide a value for `SyncSource`.
|
1887
|
+
# The default value is `SyncToDestination`.
|
1885
1888
|
#
|
1886
1889
|
# @option params [Types::ResourceDataSyncSource] :sync_source
|
1887
1890
|
# Specify information about the data sources to synchronize. This
|
@@ -1956,7 +1959,9 @@ module Aws::SSM
|
|
1956
1959
|
end
|
1957
1960
|
|
1958
1961
|
# Disassociates the specified Amazon Web Services Systems Manager
|
1959
|
-
# document (SSM document) from the specified instance.
|
1962
|
+
# document (SSM document) from the specified instance. If you created
|
1963
|
+
# the association by using the `Targets` parameter, then you must delete
|
1964
|
+
# the association by using the association ID.
|
1960
1965
|
#
|
1961
1966
|
# When you disassociate a document from an instance, it doesn't change
|
1962
1967
|
# the configuration of the instance. To change the configuration state
|
@@ -1968,7 +1973,18 @@ module Aws::SSM
|
|
1968
1973
|
# The name of the SSM document.
|
1969
1974
|
#
|
1970
1975
|
# @option params [String] :instance_id
|
1971
|
-
# The ID
|
1976
|
+
# The instance ID.
|
1977
|
+
#
|
1978
|
+
# <note markdown="1"> `InstanceId` has been deprecated. To specify an instance ID for an
|
1979
|
+
# association, use the `Targets` parameter. Requests that include the
|
1980
|
+
# parameter `InstanceID` with Systems Manager documents (SSM documents)
|
1981
|
+
# that use schema version 2.0 or later will fail. In addition, if you
|
1982
|
+
# use the parameter `InstanceId`, you can't use the parameters
|
1983
|
+
# `AssociationName`, `DocumentVersion`, `MaxErrors`, `MaxConcurrency`,
|
1984
|
+
# `OutputLocation`, or `ScheduleExpression`. To use these parameters,
|
1985
|
+
# you must use the `Targets` parameter.
|
1986
|
+
#
|
1987
|
+
# </note>
|
1972
1988
|
#
|
1973
1989
|
# @option params [String] :association_id
|
1974
1990
|
# The association ID that you want to delete.
|
@@ -2157,7 +2173,8 @@ module Aws::SSM
|
|
2157
2173
|
req.send_request(options)
|
2158
2174
|
end
|
2159
2175
|
|
2160
|
-
# Delete a parameter from the system.
|
2176
|
+
# Delete a parameter from the system. After deleting a parameter, wait
|
2177
|
+
# for at least 30 seconds to create a parameter with the same name.
|
2161
2178
|
#
|
2162
2179
|
# @option params [required, String] :name
|
2163
2180
|
# The name of the parameter to delete.
|
@@ -2179,10 +2196,12 @@ module Aws::SSM
|
|
2179
2196
|
req.send_request(options)
|
2180
2197
|
end
|
2181
2198
|
|
2182
|
-
# Delete a list of parameters.
|
2199
|
+
# Delete a list of parameters. After deleting a parameter, wait for at
|
2200
|
+
# least 30 seconds to create a parameter with the same name.
|
2183
2201
|
#
|
2184
2202
|
# @option params [required, Array<String>] :names
|
2185
|
-
# The names of the parameters to delete.
|
2203
|
+
# The names of the parameters to delete. After deleting a parameter,
|
2204
|
+
# wait for at least 30 seconds to create a parameter with the same name.
|
2186
2205
|
#
|
2187
2206
|
# @return [Types::DeleteParametersResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2188
2207
|
#
|
@@ -2468,10 +2487,7 @@ module Aws::SSM
|
|
2468
2487
|
|
2469
2488
|
# Describes the association for the specified target or instance. If you
|
2470
2489
|
# created the association by using the `Targets` parameter, then you
|
2471
|
-
# must retrieve the association by using the association ID.
|
2472
|
-
# created the association by specifying an instance ID and an Amazon Web
|
2473
|
-
# Services Systems Manager document (SSM document), then you retrieve
|
2474
|
-
# the association by specifying the document name and the instance ID.
|
2490
|
+
# must retrieve the association by using the association ID.
|
2475
2491
|
#
|
2476
2492
|
# @option params [String] :name
|
2477
2493
|
# The name of the SSM document.
|
@@ -3157,7 +3173,8 @@ module Aws::SSM
|
|
3157
3173
|
# Describes the permissions for a Amazon Web Services Systems Manager
|
3158
3174
|
# document (SSM document). If you created the document, you are the
|
3159
3175
|
# owner. If a document is shared, it can either be shared privately (by
|
3160
|
-
# specifying a user's account ID) or publicly
|
3176
|
+
# specifying a user's Amazon Web Services account ID) or publicly
|
3177
|
+
# (*All*).
|
3161
3178
|
#
|
3162
3179
|
# @option params [required, String] :name
|
3163
3180
|
# The name of the document for which you are the owner.
|
@@ -4188,7 +4205,7 @@ module Aws::SSM
|
|
4188
4205
|
req.send_request(options)
|
4189
4206
|
end
|
4190
4207
|
|
4191
|
-
# Retrieves the maintenance windows in an account.
|
4208
|
+
# Retrieves the maintenance windows in an Amazon Web Services account.
|
4192
4209
|
#
|
4193
4210
|
# @option params [Array<Types::MaintenanceWindowFilter>] :filters
|
4194
4211
|
# Optional filters used to narrow down the scope of the returned
|
@@ -4530,7 +4547,7 @@ module Aws::SSM
|
|
4530
4547
|
req.send_request(options)
|
4531
4548
|
end
|
4532
4549
|
|
4533
|
-
# Lists the patch baselines in your account.
|
4550
|
+
# Lists the patch baselines in your Amazon Web Services account.
|
4534
4551
|
#
|
4535
4552
|
# @option params [Array<Types::PatchOrchestratorFilter>] :filters
|
4536
4553
|
# Each element in the array is a structure containing a key-value pair.
|
@@ -5217,7 +5234,7 @@ module Aws::SSM
|
|
5217
5234
|
# connections.
|
5218
5235
|
#
|
5219
5236
|
# @option params [required, String] :target
|
5220
|
-
# The ID
|
5237
|
+
# The instance ID.
|
5221
5238
|
#
|
5222
5239
|
# @return [Types::GetConnectionStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5223
5240
|
#
|
@@ -5285,13 +5302,14 @@ module Aws::SSM
|
|
5285
5302
|
# Manager document (SSM document).
|
5286
5303
|
#
|
5287
5304
|
# <note markdown="1"> If you run the command locally, such as with the Command Line
|
5288
|
-
# Interface (CLI), the system attempts to use your local
|
5289
|
-
# and the operation fails. To avoid this, you can
|
5290
|
-
# Amazon Web Services Systems Manager console.
|
5291
|
-
# capability of Amazon Web Services Systems Manager,
|
5292
|
-
# document that enables you to target an instance with a
|
5293
|
-
# command. For example, run the command using the
|
5294
|
-
# document or the `AWS-RunPowerShellScript`
|
5305
|
+
# Interface (CLI), the system attempts to use your local Amazon Web
|
5306
|
+
# Services credentials and the operation fails. To avoid this, you can
|
5307
|
+
# run the command in the Amazon Web Services Systems Manager console.
|
5308
|
+
# Use Run Command, a capability of Amazon Web Services Systems Manager,
|
5309
|
+
# with an SSM document that enables you to target an instance with a
|
5310
|
+
# script or command. For example, run the command using the
|
5311
|
+
# `AWS-RunShellScript` document or the `AWS-RunPowerShellScript`
|
5312
|
+
# document.
|
5295
5313
|
#
|
5296
5314
|
# </note>
|
5297
5315
|
#
|
@@ -5452,7 +5470,8 @@ module Aws::SSM
|
|
5452
5470
|
req.send_request(options)
|
5453
5471
|
end
|
5454
5472
|
|
5455
|
-
# Query inventory information.
|
5473
|
+
# Query inventory information. This includes instance status, such as
|
5474
|
+
# `Stopped` or `Terminated`.
|
5456
5475
|
#
|
5457
5476
|
# @option params [Array<Types::InventoryFilter>] :filters
|
5458
5477
|
# One or more filters. Use a filter to return a more specific list of
|
@@ -6130,12 +6149,20 @@ module Aws::SSM
|
|
6130
6149
|
req.send_request(options)
|
6131
6150
|
end
|
6132
6151
|
|
6133
|
-
# Get information about a parameter by
|
6134
|
-
#
|
6152
|
+
# Get information about a single parameter by specifying the parameter
|
6153
|
+
# name.
|
6154
|
+
#
|
6155
|
+
# <note markdown="1"> To get information about more than one parameter at a time, use the
|
6156
|
+
# GetParameters operation.
|
6157
|
+
#
|
6158
|
+
# </note>
|
6135
6159
|
#
|
6136
6160
|
# @option params [required, String] :name
|
6137
6161
|
# The name of the parameter you want to query.
|
6138
6162
|
#
|
6163
|
+
# To query by parameter label, use `"Name": "name:label"`. To query by
|
6164
|
+
# parameter version, use `"Name": "name:version"`.
|
6165
|
+
#
|
6139
6166
|
# @option params [Boolean] :with_decryption
|
6140
6167
|
# Return decrypted values for secure string parameters. This flag is
|
6141
6168
|
# ignored for `String` and `StringList` parameter types.
|
@@ -6237,12 +6264,20 @@ module Aws::SSM
|
|
6237
6264
|
req.send_request(options)
|
6238
6265
|
end
|
6239
6266
|
|
6240
|
-
# Get
|
6241
|
-
#
|
6267
|
+
# Get information about one or more parameters by specifying multiple
|
6268
|
+
# parameter names.
|
6269
|
+
#
|
6270
|
+
# <note markdown="1"> To get information about a single parameter, you can use the
|
6271
|
+
# GetParameter operation instead.
|
6272
|
+
#
|
6273
|
+
# </note>
|
6242
6274
|
#
|
6243
6275
|
# @option params [required, Array<String>] :names
|
6244
6276
|
# Names of the parameters for which you want to query information.
|
6245
6277
|
#
|
6278
|
+
# To query by parameter label, use `"Name": "name:label"`. To query by
|
6279
|
+
# parameter version, use `"Name": "name:version"`.
|
6280
|
+
#
|
6246
6281
|
# @option params [Boolean] :with_decryption
|
6247
6282
|
# Return decrypted secure string value. Return decrypted values for
|
6248
6283
|
# secure string parameters. This flag is ignored for `String` and
|
@@ -6389,6 +6424,15 @@ module Aws::SSM
|
|
6389
6424
|
# @option params [required, String] :baseline_id
|
6390
6425
|
# The ID of the patch baseline to retrieve.
|
6391
6426
|
#
|
6427
|
+
# <note markdown="1"> To retrieve information about an Amazon Web Services managed patch
|
6428
|
+
# baseline, specify the full Amazon Resource Name (ARN) of the baseline.
|
6429
|
+
# For example, for the baseline `AWS-AmazonLinuxDefaultPatchBaseline`,
|
6430
|
+
# specify
|
6431
|
+
# `arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7`
|
6432
|
+
# instead of `pb-0e392de35e7c563b7`.
|
6433
|
+
#
|
6434
|
+
# </note>
|
6435
|
+
#
|
6392
6436
|
# @return [Types::GetPatchBaselineResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6393
6437
|
#
|
6394
6438
|
# * {Types::GetPatchBaselineResult#baseline_id #baseline_id} => String
|
@@ -6514,7 +6558,7 @@ module Aws::SSM
|
|
6514
6558
|
# back to the original value defined by the Amazon Web Services service
|
6515
6559
|
# team.
|
6516
6560
|
#
|
6517
|
-
# Query the current service setting for the account.
|
6561
|
+
# Query the current service setting for the Amazon Web Services account.
|
6518
6562
|
#
|
6519
6563
|
# @option params [required, String] :setting_id
|
6520
6564
|
# The ID of the service setting to get. The setting ID can be one of the
|
@@ -6707,10 +6751,11 @@ module Aws::SSM
|
|
6707
6751
|
req.send_request(options)
|
6708
6752
|
end
|
6709
6753
|
|
6710
|
-
# Returns all State Manager associations in the current
|
6711
|
-
# Region. You can limit the
|
6712
|
-
#
|
6713
|
-
# is a capability of Amazon Web
|
6754
|
+
# Returns all State Manager associations in the current Amazon Web
|
6755
|
+
# Services account and Amazon Web Services Region. You can limit the
|
6756
|
+
# results to a specific State Manager association document or instance
|
6757
|
+
# by specifying a filter. State Manager is a capability of Amazon Web
|
6758
|
+
# Services Systems Manager.
|
6714
6759
|
#
|
6715
6760
|
# @option params [Array<Types::AssociationFilter>] :association_filter_list
|
6716
6761
|
# One or more filters. Use a filter to return a more specific list of
|
@@ -6881,7 +6926,8 @@ module Aws::SSM
|
|
6881
6926
|
req.send_request(options)
|
6882
6927
|
end
|
6883
6928
|
|
6884
|
-
# Lists the commands requested by users of the
|
6929
|
+
# Lists the commands requested by users of the Amazon Web Services
|
6930
|
+
# account.
|
6885
6931
|
#
|
6886
6932
|
# @option params [String] :command_id
|
6887
6933
|
# (Optional) If provided, lists only the specified command.
|
@@ -7121,13 +7167,14 @@ module Aws::SSM
|
|
7121
7167
|
req.send_request(options)
|
7122
7168
|
end
|
7123
7169
|
|
7124
|
-
# Information about approval reviews for a version of
|
7170
|
+
# Information about approval reviews for a version of a change template
|
7171
|
+
# in Change Manager.
|
7125
7172
|
#
|
7126
7173
|
# @option params [required, String] :name
|
7127
|
-
# The name of the
|
7174
|
+
# The name of the change template.
|
7128
7175
|
#
|
7129
7176
|
# @option params [String] :document_version
|
7130
|
-
# The version of the
|
7177
|
+
# The version of the change template.
|
7131
7178
|
#
|
7132
7179
|
# @option params [required, String] :metadata
|
7133
7180
|
# The type of data for which details are being requested. Currently, the
|
@@ -7238,8 +7285,9 @@ module Aws::SSM
|
|
7238
7285
|
req.send_request(options)
|
7239
7286
|
end
|
7240
7287
|
|
7241
|
-
# Returns all Systems Manager (SSM) documents in the current
|
7242
|
-
# Region. You can limit the
|
7288
|
+
# Returns all Systems Manager (SSM) documents in the current Amazon Web
|
7289
|
+
# Services account and Amazon Web Services Region. You can limit the
|
7290
|
+
# results of this request by using a filter.
|
7243
7291
|
#
|
7244
7292
|
# @option params [Array<Types::DocumentFilter>] :document_filter_list
|
7245
7293
|
# This data type is deprecated. Instead, use `Filters`.
|
@@ -7394,9 +7442,10 @@ module Aws::SSM
|
|
7394
7442
|
req.send_request(options)
|
7395
7443
|
end
|
7396
7444
|
|
7397
|
-
# Returns a list of all OpsItem events in the current
|
7398
|
-
# account. You can limit the
|
7399
|
-
# OpsItems by specifying a
|
7445
|
+
# Returns a list of all OpsItem events in the current Amazon Web
|
7446
|
+
# Services Region and Amazon Web Services account. You can limit the
|
7447
|
+
# results to events associated with specific OpsItems by specifying a
|
7448
|
+
# filter.
|
7400
7449
|
#
|
7401
7450
|
# @option params [Array<Types::OpsItemEventFilter>] :filters
|
7402
7451
|
# One or more OpsItem filters. Use a filter to return a more specific
|
@@ -7664,7 +7713,7 @@ module Aws::SSM
|
|
7664
7713
|
# View a list of resource data syncs according to the sync type. Specify
|
7665
7714
|
# `SyncToDestination` to view resource data syncs that synchronize data
|
7666
7715
|
# to an Amazon S3 bucket. Specify `SyncFromSource` to view resource data
|
7667
|
-
# syncs from Organizations or from multiple Regions.
|
7716
|
+
# syncs from Organizations or from multiple Amazon Web Services Regions.
|
7668
7717
|
#
|
7669
7718
|
# @option params [String] :next_token
|
7670
7719
|
# A token to start the list. Use this token to get the next set of
|
@@ -8002,7 +8051,7 @@ module Aws::SSM
|
|
8002
8051
|
#
|
8003
8052
|
# * Parameter names are case sensitive.
|
8004
8053
|
#
|
8005
|
-
# * A parameter name must be unique within an Region
|
8054
|
+
# * A parameter name must be unique within an Amazon Web Services Region
|
8006
8055
|
#
|
8007
8056
|
# * A parameter name can't be prefixed with "`aws`" or "`ssm`"
|
8008
8057
|
# (case-insensitive).
|
@@ -8073,11 +8122,11 @@ module Aws::SSM
|
|
8073
8122
|
# @option params [String] :key_id
|
8074
8123
|
# The Key Management Service (KMS) ID that you want to use to encrypt a
|
8075
8124
|
# parameter. Either the default KMS key automatically assigned to your
|
8076
|
-
# account or a custom key. Required for parameters
|
8077
|
-
# `SecureString` data type.
|
8125
|
+
# Amazon Web Services account or a custom key. Required for parameters
|
8126
|
+
# that use the `SecureString` data type.
|
8078
8127
|
#
|
8079
8128
|
# If you don't specify a key ID, the system uses the default key
|
8080
|
-
# associated with your account.
|
8129
|
+
# associated with your Amazon Web Services account.
|
8081
8130
|
#
|
8082
8131
|
# * To use your default KMS key, choose the `SecureString` data type,
|
8083
8132
|
# and do *not* specify the `Key ID` when you create the parameter. The
|
@@ -8120,15 +8169,16 @@ module Aws::SSM
|
|
8120
8169
|
# Parameter Store offers a standard tier and an advanced tier for
|
8121
8170
|
# parameters. Standard parameters have a content size limit of 4 KB and
|
8122
8171
|
# can't be configured to use parameter policies. You can create a
|
8123
|
-
# maximum of 10,000 standard parameters for each Region in an
|
8124
|
-
# Standard parameters are offered at no additional
|
8172
|
+
# maximum of 10,000 standard parameters for each Region in an Amazon Web
|
8173
|
+
# Services account. Standard parameters are offered at no additional
|
8174
|
+
# cost.
|
8125
8175
|
#
|
8126
8176
|
# Advanced parameters have a content size limit of 8 KB and can be
|
8127
8177
|
# configured to use parameter policies. You can create a maximum of
|
8128
|
-
# 100,000 advanced parameters for each Region in an
|
8129
|
-
# parameters incur a charge. For more information, see
|
8130
|
-
# advanced parameter tiers][1] in the *Amazon Web Services
|
8131
|
-
# Manager User Guide*.
|
8178
|
+
# 100,000 advanced parameters for each Region in an Amazon Web Services
|
8179
|
+
# account. Advanced parameters incur a charge. For more information, see
|
8180
|
+
# [Standard and advanced parameter tiers][1] in the *Amazon Web Services
|
8181
|
+
# Systems Manager User Guide*.
|
8132
8182
|
#
|
8133
8183
|
# You can change a standard parameter to an advanced parameter any time.
|
8134
8184
|
# But you can't revert an advanced parameter to a standard parameter.
|
@@ -8178,8 +8228,8 @@ module Aws::SSM
|
|
8178
8228
|
#
|
8179
8229
|
# * The parameter uses a parameter policy.
|
8180
8230
|
#
|
8181
|
-
# * More than 10,000 parameters already exist in your
|
8182
|
-
# current Region.
|
8231
|
+
# * More than 10,000 parameters already exist in your Amazon Web
|
8232
|
+
# Services account in the current Amazon Web Services Region.
|
8183
8233
|
#
|
8184
8234
|
# For more information about configuring the default tier option, see
|
8185
8235
|
# [Specifying a default parameter tier][2] in the *Amazon Web Services
|
@@ -8232,9 +8282,10 @@ module Aws::SSM
|
|
8232
8282
|
# When you create a `String` parameter and specify `aws:ec2:image`,
|
8233
8283
|
# Amazon Web Services Systems Manager validates the parameter value is
|
8234
8284
|
# in the required format, such as `ami-12345abcdeEXAMPLE`, and that the
|
8235
|
-
# specified AMI is available in your account. For
|
8236
|
-
# [Native parameter support for Amazon Machine
|
8237
|
-
# the *Amazon Web Services Systems Manager User
|
8285
|
+
# specified AMI is available in your Amazon Web Services account. For
|
8286
|
+
# more information, see [Native parameter support for Amazon Machine
|
8287
|
+
# Image (AMI) IDs][1] in the *Amazon Web Services Systems Manager User
|
8288
|
+
# Guide*.
|
8238
8289
|
#
|
8239
8290
|
#
|
8240
8291
|
#
|
@@ -8984,7 +9035,7 @@ module Aws::SSM
|
|
8984
9035
|
# @option params [String] :output_s3_region
|
8985
9036
|
# (Deprecated) You can no longer specify this parameter. The system
|
8986
9037
|
# ignores it. Instead, Systems Manager automatically determines the
|
8987
|
-
# Region of the S3 bucket.
|
9038
|
+
# Amazon Web Services Region of the S3 bucket.
|
8988
9039
|
#
|
8989
9040
|
# @option params [String] :output_s3_bucket_name
|
8990
9041
|
# The name of the S3 bucket where command execution responses should be
|
@@ -9205,11 +9256,13 @@ module Aws::SSM
|
|
9205
9256
|
# executions proceed one at a time.
|
9206
9257
|
#
|
9207
9258
|
# @option params [Array<Types::TargetLocation>] :target_locations
|
9208
|
-
# A location is a combination of Regions and/or
|
9209
|
-
#
|
9210
|
-
#
|
9211
|
-
#
|
9212
|
-
#
|
9259
|
+
# A location is a combination of Amazon Web Services Regions and/or
|
9260
|
+
# Amazon Web Services accounts where you want to run the automation. Use
|
9261
|
+
# this operation to start an automation in multiple Amazon Web Services
|
9262
|
+
# Regions and multiple Amazon Web Services accounts. For more
|
9263
|
+
# information, see [Running Automation workflows in multiple Amazon Web
|
9264
|
+
# Services Regions and Amazon Web Services accounts][1] in the *Amazon
|
9265
|
+
# Web Services Systems Manager User Guide*.
|
9213
9266
|
#
|
9214
9267
|
#
|
9215
9268
|
#
|
@@ -9339,8 +9392,8 @@ module Aws::SSM
|
|
9339
9392
|
# maximum of five tags for a change request. Tags enable you to
|
9340
9393
|
# categorize a resource in different ways, such as by purpose, owner, or
|
9341
9394
|
# environment. For example, you might want to tag a change request to
|
9342
|
-
# identify an environment or target Region. In this
|
9343
|
-
# specify the following key-value pairs:
|
9395
|
+
# identify an environment or target Amazon Web Services Region. In this
|
9396
|
+
# case, you could specify the following key-value pairs:
|
9344
9397
|
#
|
9345
9398
|
# * `Key=Environment,Value=Production`
|
9346
9399
|
#
|
@@ -9628,8 +9681,8 @@ module Aws::SSM
|
|
9628
9681
|
# account.
|
9629
9682
|
#
|
9630
9683
|
# For Systems Manager document (SSM document) that are shared with you
|
9631
|
-
# from other accounts, you must specify the complete
|
9632
|
-
# in the following format:
|
9684
|
+
# from other Amazon Web Services accounts, you must specify the complete
|
9685
|
+
# SSM document ARN, in the following format:
|
9633
9686
|
#
|
9634
9687
|
# `arn:aws:ssm:region:account-id:document/document-name `
|
9635
9688
|
#
|
@@ -9732,9 +9785,10 @@ module Aws::SSM
|
|
9732
9785
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar
|
9733
9786
|
#
|
9734
9787
|
# @option params [Array<Types::TargetLocation>] :target_locations
|
9735
|
-
# A location is a combination of
|
9736
|
-
#
|
9737
|
-
# multiple Regions and multiple
|
9788
|
+
# A location is a combination of Amazon Web Services Regions and Amazon
|
9789
|
+
# Web Services accounts where you want to run the association. Use this
|
9790
|
+
# action to update an association in multiple Regions and multiple
|
9791
|
+
# accounts.
|
9738
9792
|
#
|
9739
9793
|
# @return [Types::UpdateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9740
9794
|
#
|
@@ -9843,11 +9897,16 @@ module Aws::SSM
|
|
9843
9897
|
# Updates the status of the Amazon Web Services Systems Manager document
|
9844
9898
|
# (SSM document) associated with the specified instance.
|
9845
9899
|
#
|
9900
|
+
# `UpdateAssociationStatus` is primarily used by the Amazon Web Services
|
9901
|
+
# Systems Manager Agent (SSM Agent) to report status updates about your
|
9902
|
+
# associations and is only used for associations created with the
|
9903
|
+
# `InstanceId` legacy parameter.
|
9904
|
+
#
|
9846
9905
|
# @option params [required, String] :name
|
9847
9906
|
# The name of the SSM document.
|
9848
9907
|
#
|
9849
9908
|
# @option params [required, String] :instance_id
|
9850
|
-
# The ID
|
9909
|
+
# The instance ID.
|
9851
9910
|
#
|
9852
9911
|
# @option params [required, Types::AssociationStatus] :association_status
|
9853
9912
|
# The association status.
|
@@ -10076,16 +10135,17 @@ module Aws::SSM
|
|
10076
10135
|
end
|
10077
10136
|
|
10078
10137
|
# Updates information related to approval reviews for a specific version
|
10079
|
-
# of a
|
10138
|
+
# of a change template in Change Manager.
|
10080
10139
|
#
|
10081
10140
|
# @option params [required, String] :name
|
10082
|
-
# The name of the
|
10141
|
+
# The name of the change template for which a version's metadata is to
|
10142
|
+
# be updated.
|
10083
10143
|
#
|
10084
10144
|
# @option params [String] :document_version
|
10085
|
-
# The version of a
|
10145
|
+
# The version of a change template in which to update approval metadata.
|
10086
10146
|
#
|
10087
10147
|
# @option params [required, Types::DocumentReviews] :document_reviews
|
10088
|
-
# The
|
10148
|
+
# The change template review details to update.
|
10089
10149
|
#
|
10090
10150
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
10091
10151
|
#
|
@@ -11234,7 +11294,7 @@ module Aws::SSM
|
|
11234
11294
|
params: params,
|
11235
11295
|
config: config)
|
11236
11296
|
context[:gem_name] = 'aws-sdk-ssm'
|
11237
|
-
context[:gem_version] = '1.
|
11297
|
+
context[:gem_version] = '1.116.0'
|
11238
11298
|
Seahorse::Client::Request.new(handlers, context)
|
11239
11299
|
end
|
11240
11300
|
|