aws-sdk-ssm 1.197.0 → 1.198.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 +48 -2
- data/lib/aws-sdk-ssm/types.rb +71 -9
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b9501c6cebb5076dbdd43e19dc4009346a826d5d9ebac84c85b548078a74a9e
|
4
|
+
data.tar.gz: c9b147da941c406fc1f060eee92dea5ea69e8d05da28118ac44ecf4bb393261e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 107e2bd347db9ef641b8786bc162bb4f970c5e6b930c50ccf2d0a8e24622029667b411d5e46082c5ebc1e8b306a10edd9f27f9e22223cd8753b789d084dad35c
|
7
|
+
data.tar.gz: f8d7ae74ba940b79a25a5fb7860b1ea5b9adf0ebb94a8942c82dc6d26977330297902bd923fc5d1ecd07fd1d6ef5ceea4c20da68cff75be07078df7dff2a7191
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.198.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -5253,6 +5253,11 @@ module Aws::SSM
|
|
5253
5253
|
# You can specify the `NextToken` in a subsequent call to get the next
|
5254
5254
|
# set of results.
|
5255
5255
|
#
|
5256
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
5257
|
+
# specified for the beginning or end of a parameter name. If the
|
5258
|
+
# specified name for a parameter contains spaces between characters, the
|
5259
|
+
# request fails with a `ValidationException` error.
|
5260
|
+
#
|
5256
5261
|
# If you change the KMS key alias for the KMS key used to encrypt a
|
5257
5262
|
# parameter, then you must also update the key alias the parameter uses
|
5258
5263
|
# to reference KMS. Otherwise, `DescribeParameters` retrieves whatever
|
@@ -7163,6 +7168,11 @@ module Aws::SSM
|
|
7163
7168
|
# Get information about a single parameter by specifying the parameter
|
7164
7169
|
# name.
|
7165
7170
|
#
|
7171
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
7172
|
+
# specified for the beginning or end of a parameter name. If the
|
7173
|
+
# specified name for a parameter contains spaces between characters, the
|
7174
|
+
# request fails with a `ValidationException` error.
|
7175
|
+
#
|
7166
7176
|
# <note markdown="1"> To get information about more than one parameter at a time, use the
|
7167
7177
|
# GetParameters operation.
|
7168
7178
|
#
|
@@ -7222,6 +7232,11 @@ module Aws::SSM
|
|
7222
7232
|
|
7223
7233
|
# Retrieves the history of all changes to a parameter.
|
7224
7234
|
#
|
7235
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
7236
|
+
# specified for the beginning or end of a parameter name. If the
|
7237
|
+
# specified name for a parameter contains spaces between characters, the
|
7238
|
+
# request fails with a `ValidationException` error.
|
7239
|
+
#
|
7225
7240
|
# If you change the KMS key alias for the KMS key used to encrypt a
|
7226
7241
|
# parameter, then you must also update the key alias the parameter uses
|
7227
7242
|
# to reference KMS. Otherwise, `GetParameterHistory` retrieves whatever
|
@@ -7300,6 +7315,11 @@ module Aws::SSM
|
|
7300
7315
|
#
|
7301
7316
|
# </note>
|
7302
7317
|
#
|
7318
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
7319
|
+
# specified for the beginning or end of a parameter name. If the
|
7320
|
+
# specified name for a parameter contains spaces between characters, the
|
7321
|
+
# request fails with a `ValidationException` error.
|
7322
|
+
#
|
7303
7323
|
# @option params [required, Array<String>] :names
|
7304
7324
|
# The names or Amazon Resource Names (ARNs) of the parameters that you
|
7305
7325
|
# want to query. For parameters shared with you from another account,
|
@@ -7374,6 +7394,11 @@ module Aws::SSM
|
|
7374
7394
|
# You can specify the `NextToken` in a subsequent call to get the next
|
7375
7395
|
# set of results.
|
7376
7396
|
#
|
7397
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
7398
|
+
# specified for the beginning or end of a parameter name. If the
|
7399
|
+
# specified name for a parameter contains spaces between characters, the
|
7400
|
+
# request fails with a `ValidationException` error.
|
7401
|
+
#
|
7377
7402
|
# @option params [required, String] :path
|
7378
7403
|
# The hierarchy for the parameter. Hierarchies start with a forward
|
7379
7404
|
# slash (/). The hierarchy is the parameter name except the last part of
|
@@ -7736,6 +7761,11 @@ module Aws::SSM
|
|
7736
7761
|
# label isn't associated with a parameter and the system displays it
|
7737
7762
|
# in the list of InvalidLabels.
|
7738
7763
|
#
|
7764
|
+
# * Parameter names can't contain spaces. The service removes any
|
7765
|
+
# spaces specified for the beginning or end of a parameter name. If
|
7766
|
+
# the specified name for a parameter contains spaces between
|
7767
|
+
# characters, the request fails with a `ValidationException` error.
|
7768
|
+
#
|
7739
7769
|
# @option params [required, String] :name
|
7740
7770
|
# The parameter name on which you want to attach one or more labels.
|
7741
7771
|
#
|
@@ -9273,6 +9303,14 @@ module Aws::SSM
|
|
9273
9303
|
# * ExecutionTime. The time the patch, association, or custom compliance
|
9274
9304
|
# item was applied to the managed node.
|
9275
9305
|
#
|
9306
|
+
# For State Manager associations, this represents the time when
|
9307
|
+
# compliance status was captured by the Systems Manager service during
|
9308
|
+
# its internal compliance aggregation workflow, not necessarily when
|
9309
|
+
# the association was executed on the managed node. State Manager
|
9310
|
+
# updates compliance information for all associations on an instance
|
9311
|
+
# whenever any association executes, which may result in multiple
|
9312
|
+
# associations showing the same execution time.
|
9313
|
+
#
|
9276
9314
|
# * Id: The patch, association, or custom compliance ID.
|
9277
9315
|
#
|
9278
9316
|
# * Title: A title.
|
@@ -9464,7 +9502,10 @@ module Aws::SSM
|
|
9464
9502
|
# hierarchies in parameter names. For example:
|
9465
9503
|
# `/Dev/Production/East/Project-ABC/MyParameter`
|
9466
9504
|
#
|
9467
|
-
# *
|
9505
|
+
# * Parameter names can't contain spaces. The service removes any
|
9506
|
+
# spaces specified for the beginning or end of a parameter name. If
|
9507
|
+
# the specified name for a parameter contains spaces between
|
9508
|
+
# characters, the request fails with a `ValidationException` error.
|
9468
9509
|
#
|
9469
9510
|
# * Parameter hierarchies are limited to a maximum depth of fifteen
|
9470
9511
|
# levels.
|
@@ -11451,6 +11492,11 @@ module Aws::SSM
|
|
11451
11492
|
|
11452
11493
|
# Remove a label or labels from a parameter.
|
11453
11494
|
#
|
11495
|
+
# Parameter names can't contain spaces. The service removes any spaces
|
11496
|
+
# specified for the beginning or end of a parameter name. If the
|
11497
|
+
# specified name for a parameter contains spaces between characters, the
|
11498
|
+
# request fails with a `ValidationException` error.
|
11499
|
+
#
|
11454
11500
|
# @option params [required, String] :name
|
11455
11501
|
# The name of the parameter from which you want to delete one or more
|
11456
11502
|
# labels.
|
@@ -13457,7 +13503,7 @@ module Aws::SSM
|
|
13457
13503
|
tracer: tracer
|
13458
13504
|
)
|
13459
13505
|
context[:gem_name] = 'aws-sdk-ssm'
|
13460
|
-
context[:gem_version] = '1.
|
13506
|
+
context[:gem_version] = '1.198.0'
|
13461
13507
|
Seahorse::Client::Request.new(handlers, context)
|
13462
13508
|
end
|
13463
13509
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -2604,6 +2604,13 @@ module Aws::SSM
|
|
2604
2604
|
# @!attribute [rw] execution_time
|
2605
2605
|
# The time the execution ran as a datetime object that is saved in the
|
2606
2606
|
# following format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
|
2607
|
+
#
|
2608
|
+
# For State Manager associations, this timestamp represents when the
|
2609
|
+
# compliance status was captured and reported by the Systems Manager
|
2610
|
+
# service, not when the underlying association was actually executed
|
2611
|
+
# on the managed node. To track actual association execution times,
|
2612
|
+
# use the DescribeAssociationExecutionTargets command or check the
|
2613
|
+
# association execution history in the Systems Manager console.
|
2607
2614
|
# @return [Time]
|
2608
2615
|
#
|
2609
2616
|
# @!attribute [rw] execution_id
|
@@ -2674,6 +2681,14 @@ module Aws::SSM
|
|
2674
2681
|
# A summary for the compliance item. The summary includes an execution
|
2675
2682
|
# ID, the execution type (for example, command), and the execution
|
2676
2683
|
# time.
|
2684
|
+
#
|
2685
|
+
# For State Manager associations, the `ExecutionTime` value represents
|
2686
|
+
# when the compliance status was captured and aggregated by the
|
2687
|
+
# Systems Manager service, not necessarily when the underlying
|
2688
|
+
# association was executed on the managed node. State Manager updates
|
2689
|
+
# compliance status for all associations on an instance whenever any
|
2690
|
+
# association executes, which means multiple associations may show the
|
2691
|
+
# same execution time even if they were executed at different times.
|
2677
2692
|
# @return [Types::ComplianceExecutionSummary]
|
2678
2693
|
#
|
2679
2694
|
# @!attribute [rw] details
|
@@ -11334,15 +11349,44 @@ module Aws::SSM
|
|
11334
11349
|
# One or more filters. Use a filter to return a more specific list of
|
11335
11350
|
# results.
|
11336
11351
|
#
|
11352
|
+
# **Example formats for the `aws ssm get-inventory` command:**
|
11353
|
+
#
|
11354
|
+
# `--filters
|
11355
|
+
# Key=AWS:InstanceInformation.AgentType,Values=amazon-ssm-agent,Type=Equal`
|
11356
|
+
#
|
11357
|
+
# `--filters
|
11358
|
+
# Key=AWS:InstanceInformation.AgentVersion,Values=3.3.2299.0,Type=Equal`
|
11359
|
+
#
|
11360
|
+
# `--filters
|
11361
|
+
# Key=AWS:InstanceInformation.ComputerName,Values=ip-192.0.2.0.us-east-2.compute.internal,Type=Equal`
|
11362
|
+
#
|
11363
|
+
# `--filters
|
11364
|
+
# Key=AWS:InstanceInformation.InstanceId,Values=i-0a4cd6ceffEXAMPLE,i-1a2b3c4d5e6EXAMPLE,Type=Equal`
|
11365
|
+
#
|
11366
|
+
# `--filters
|
11367
|
+
# Key=AWS:InstanceInformation.InstanceStatus,Values=Active,Type=Equal`
|
11368
|
+
#
|
11369
|
+
# `--filters
|
11370
|
+
# Key=AWS:InstanceInformation.IpAddress,Values=198.51.100.0,Type=Equal`
|
11371
|
+
#
|
11372
|
+
# `--filters Key=AWS:InstanceInformation.PlatformName,Values="Amazon
|
11373
|
+
# Linux",Type=Equal`
|
11374
|
+
#
|
11375
|
+
# `--filters
|
11376
|
+
# Key=AWS:InstanceInformation.PlatformType,Values=Linux,Type=Equal`
|
11377
|
+
#
|
11378
|
+
# `--filters
|
11379
|
+
# Key=AWS:InstanceInformation.PlatformVersion,Values=2023,Type=BeginWith`
|
11380
|
+
#
|
11381
|
+
# `--filters
|
11382
|
+
# Key=AWS:InstanceInformation.ResourceType,Values=EC2Instance,Type=Equal`
|
11383
|
+
#
|
11337
11384
|
# @!attribute [rw] key
|
11338
11385
|
# The name of the filter key.
|
11339
11386
|
# @return [String]
|
11340
11387
|
#
|
11341
11388
|
# @!attribute [rw] values
|
11342
|
-
# Inventory filter values.
|
11343
|
-
# node IDs are specified as values
|
11344
|
-
# `Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
|
11345
|
-
# i-1a2b3c4d5e6,Type=Equal`.
|
11389
|
+
# Inventory filter values.
|
11346
11390
|
# @return [Array<String>]
|
11347
11391
|
#
|
11348
11392
|
# @!attribute [rw] type
|
@@ -15697,7 +15741,9 @@ module Aws::SSM
|
|
15697
15741
|
# @return [Array<String>]
|
15698
15742
|
#
|
15699
15743
|
# @!attribute [rw] configuration
|
15700
|
-
# The value of the
|
15744
|
+
# The value of the repo configuration.
|
15745
|
+
#
|
15746
|
+
# **Example for yum repositories**
|
15701
15747
|
#
|
15702
15748
|
# `[main]`
|
15703
15749
|
#
|
@@ -15707,14 +15753,27 @@ module Aws::SSM
|
|
15707
15753
|
#
|
15708
15754
|
# `enabled=1`
|
15709
15755
|
#
|
15710
|
-
#
|
15711
|
-
# repository configuration, see [dnf.conf(5)][1].
|
15756
|
+
# For information about other options available for your yum
|
15757
|
+
# repository configuration, see [dnf.conf(5)][1] on the *man7.org*
|
15758
|
+
# website.
|
15712
15759
|
#
|
15713
|
-
#
|
15760
|
+
# **Examples for Ubuntu Server and Debian Server**
|
15761
|
+
#
|
15762
|
+
# `deb http://security.ubuntu.com/ubuntu jammy main`
|
15763
|
+
#
|
15764
|
+
# `deb https://site.example.com/debian distribution component1
|
15765
|
+
# component2 component3`
|
15766
|
+
#
|
15767
|
+
# Repo information for Ubuntu Server repositories must be specifed in
|
15768
|
+
# a single line. For more examples and information, see [jammy (5)
|
15769
|
+
# sources.list.5.gz][2] on the *Ubuntu Server Manuals* website and
|
15770
|
+
# [sources.list format][3] on the *Debian Wiki*.
|
15714
15771
|
#
|
15715
15772
|
#
|
15716
15773
|
#
|
15717
15774
|
# [1]: https://man7.org/linux/man-pages/man5/dnf.conf.5.html
|
15775
|
+
# [2]: https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html
|
15776
|
+
# [3]: https://wiki.debian.org/SourcesList#sources.list_format
|
15718
15777
|
# @return [String]
|
15719
15778
|
#
|
15720
15779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchSource AWS API Documentation
|
@@ -15942,7 +16001,10 @@ module Aws::SSM
|
|
15942
16001
|
# hierarchies in parameter names. For example:
|
15943
16002
|
# `/Dev/Production/East/Project-ABC/MyParameter`
|
15944
16003
|
#
|
15945
|
-
# *
|
16004
|
+
# * Parameter names can't contain spaces. The service removes any
|
16005
|
+
# spaces specified for the beginning or end of a parameter name. If
|
16006
|
+
# the specified name for a parameter contains spaces between
|
16007
|
+
# characters, the request fails with a `ValidationException` error.
|
15946
16008
|
#
|
15947
16009
|
# * Parameter hierarchies are limited to a maximum depth of fifteen
|
15948
16010
|
# levels.
|
data/lib/aws-sdk-ssm.rb
CHANGED