aws-sdk-ssm 1.66.0 → 1.67.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/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +21 -3
- data/lib/aws-sdk-ssm/client_api.rb +2 -0
- data/lib/aws-sdk-ssm/types.rb +59 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 707187e018a92f4c9bb48f3c35232be8c8e00f0c
|
4
|
+
data.tar.gz: e703e6322b2494a0af0b9b5b678b7eb30442227c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c65aabfd700369839e26d6090aff723d9b76c78593f2e3a1d0d1c6d3fe95680846d9ab176f4c257b4e4416cefb9b22ef1b16d4fbda6f21c898200d482e2f4e72
|
7
|
+
data.tar.gz: 5d31ca90cb4ff34b79c1d7c0124e0aa6aee4815d6e75ff2a15a1940f197f8f31fca6f533479921a810a60087fe7e1ba3a3001b21acad479bec8d535680dfa6a4
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -548,7 +548,9 @@ module Aws::SSM
|
|
548
548
|
# The instance ID.
|
549
549
|
#
|
550
550
|
# <note markdown="1"> `InstanceId` has been deprecated. To specify an instance ID for an
|
551
|
-
# association, use the `Targets` parameter.
|
551
|
+
# association, use the `Targets` parameter. Requests that include the
|
552
|
+
# parameter `InstanceID` with SSM documents that use schema version 2.0
|
553
|
+
# or later will fail. In addition, if you use the parameter
|
552
554
|
# `InstanceId`, you cannot use the parameters `AssociationName`,
|
553
555
|
# `DocumentVersion`, `MaxErrors`, `MaxConcurrency`, `OutputLocation`, or
|
554
556
|
# `ScheduleExpression`. To use these parameters, you must use the
|
@@ -853,7 +855,7 @@ module Aws::SSM
|
|
853
855
|
#
|
854
856
|
# @option params [String] :document_format
|
855
857
|
# Specify the document format for the request. The document format can
|
856
|
-
# be
|
858
|
+
# be JSON, YAML, or TEXT. JSON is the default format.
|
857
859
|
#
|
858
860
|
# @option params [String] :target_type
|
859
861
|
# Specify a target type to define the kinds of resources the document
|
@@ -4938,8 +4940,11 @@ module Aws::SSM
|
|
4938
4940
|
# resp.task_parameters["MaintenanceWindowTaskParameterName"].values #=> Array
|
4939
4941
|
# resp.task_parameters["MaintenanceWindowTaskParameterName"].values[0] #=> String
|
4940
4942
|
# resp.task_invocation_parameters.run_command.comment #=> String
|
4943
|
+
# resp.task_invocation_parameters.run_command.cloud_watch_output_config.cloud_watch_log_group_name #=> String
|
4944
|
+
# resp.task_invocation_parameters.run_command.cloud_watch_output_config.cloud_watch_output_enabled #=> Boolean
|
4941
4945
|
# resp.task_invocation_parameters.run_command.document_hash #=> String
|
4942
4946
|
# resp.task_invocation_parameters.run_command.document_hash_type #=> String, one of "Sha256", "Sha1"
|
4947
|
+
# resp.task_invocation_parameters.run_command.document_version #=> String
|
4943
4948
|
# resp.task_invocation_parameters.run_command.notification_config.notification_arn #=> String
|
4944
4949
|
# resp.task_invocation_parameters.run_command.notification_config.notification_events #=> Array
|
4945
4950
|
# resp.task_invocation_parameters.run_command.notification_config.notification_events[0] #=> String, one of "All", "InProgress", "Success", "TimedOut", "Cancelled", "Failed"
|
@@ -7178,8 +7183,13 @@ module Aws::SSM
|
|
7178
7183
|
# task_invocation_parameters: {
|
7179
7184
|
# run_command: {
|
7180
7185
|
# comment: "Comment",
|
7186
|
+
# cloud_watch_output_config: {
|
7187
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
7188
|
+
# cloud_watch_output_enabled: false,
|
7189
|
+
# },
|
7181
7190
|
# document_hash: "DocumentHash",
|
7182
7191
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
7192
|
+
# document_version: "DocumentVersion",
|
7183
7193
|
# notification_config: {
|
7184
7194
|
# notification_arn: "NotificationArn",
|
7185
7195
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
@@ -8646,8 +8656,13 @@ module Aws::SSM
|
|
8646
8656
|
# task_invocation_parameters: {
|
8647
8657
|
# run_command: {
|
8648
8658
|
# comment: "Comment",
|
8659
|
+
# cloud_watch_output_config: {
|
8660
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
8661
|
+
# cloud_watch_output_enabled: false,
|
8662
|
+
# },
|
8649
8663
|
# document_hash: "DocumentHash",
|
8650
8664
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
8665
|
+
# document_version: "DocumentVersion",
|
8651
8666
|
# notification_config: {
|
8652
8667
|
# notification_arn: "NotificationArn",
|
8653
8668
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
@@ -8704,8 +8719,11 @@ module Aws::SSM
|
|
8704
8719
|
# resp.task_parameters["MaintenanceWindowTaskParameterName"].values #=> Array
|
8705
8720
|
# resp.task_parameters["MaintenanceWindowTaskParameterName"].values[0] #=> String
|
8706
8721
|
# resp.task_invocation_parameters.run_command.comment #=> String
|
8722
|
+
# resp.task_invocation_parameters.run_command.cloud_watch_output_config.cloud_watch_log_group_name #=> String
|
8723
|
+
# resp.task_invocation_parameters.run_command.cloud_watch_output_config.cloud_watch_output_enabled #=> Boolean
|
8707
8724
|
# resp.task_invocation_parameters.run_command.document_hash #=> String
|
8708
8725
|
# resp.task_invocation_parameters.run_command.document_hash_type #=> String, one of "Sha256", "Sha1"
|
8726
|
+
# resp.task_invocation_parameters.run_command.document_version #=> String
|
8709
8727
|
# resp.task_invocation_parameters.run_command.notification_config.notification_arn #=> String
|
8710
8728
|
# resp.task_invocation_parameters.run_command.notification_config.notification_events #=> Array
|
8711
8729
|
# resp.task_invocation_parameters.run_command.notification_config.notification_events[0] #=> String, one of "All", "InProgress", "Success", "TimedOut", "Cancelled", "Failed"
|
@@ -9196,7 +9214,7 @@ module Aws::SSM
|
|
9196
9214
|
params: params,
|
9197
9215
|
config: config)
|
9198
9216
|
context[:gem_name] = 'aws-sdk-ssm'
|
9199
|
-
context[:gem_version] = '1.
|
9217
|
+
context[:gem_version] = '1.67.0'
|
9200
9218
|
Seahorse::Client::Request.new(handlers, context)
|
9201
9219
|
end
|
9202
9220
|
|
@@ -2942,8 +2942,10 @@ module Aws::SSM
|
|
2942
2942
|
MaintenanceWindowLambdaParameters.struct_class = Types::MaintenanceWindowLambdaParameters
|
2943
2943
|
|
2944
2944
|
MaintenanceWindowRunCommandParameters.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
|
2945
|
+
MaintenanceWindowRunCommandParameters.add_member(:cloud_watch_output_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, location_name: "CloudWatchOutputConfig"))
|
2945
2946
|
MaintenanceWindowRunCommandParameters.add_member(:document_hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "DocumentHash"))
|
2946
2947
|
MaintenanceWindowRunCommandParameters.add_member(:document_hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "DocumentHashType"))
|
2948
|
+
MaintenanceWindowRunCommandParameters.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
2947
2949
|
MaintenanceWindowRunCommandParameters.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
|
2948
2950
|
MaintenanceWindowRunCommandParameters.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
|
2949
2951
|
MaintenanceWindowRunCommandParameters.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -2508,7 +2508,9 @@ module Aws::SSM
|
|
2508
2508
|
# The instance ID.
|
2509
2509
|
#
|
2510
2510
|
# <note markdown="1"> `InstanceId` has been deprecated. To specify an instance ID for an
|
2511
|
-
# association, use the `Targets` parameter.
|
2511
|
+
# association, use the `Targets` parameter. Requests that include the
|
2512
|
+
# parameter `InstanceID` with SSM documents that use schema version
|
2513
|
+
# 2.0 or later will fail. In addition, if you use the parameter
|
2512
2514
|
# `InstanceId`, you cannot use the parameters `AssociationName`,
|
2513
2515
|
# `DocumentVersion`, `MaxErrors`, `MaxConcurrency`, `OutputLocation`,
|
2514
2516
|
# or `ScheduleExpression`. To use these parameters, you must use the
|
@@ -2684,7 +2686,7 @@ module Aws::SSM
|
|
2684
2686
|
#
|
2685
2687
|
# @!attribute [rw] document_format
|
2686
2688
|
# Specify the document format for the request. The document format can
|
2687
|
-
# be
|
2689
|
+
# be JSON, YAML, or TEXT. JSON is the default format.
|
2688
2690
|
# @return [String]
|
2689
2691
|
#
|
2690
2692
|
# @!attribute [rw] target_type
|
@@ -6318,12 +6320,12 @@ module Aws::SSM
|
|
6318
6320
|
# Error returned when the ID specified for a resource, such as a
|
6319
6321
|
# maintenance window or Patch baseline, doesn't exist.
|
6320
6322
|
#
|
6321
|
-
# For information about resource
|
6322
|
-
#
|
6323
|
+
# For information about resource quotas in Systems Manager, see [Systems
|
6324
|
+
# Manager Service Quotas][1] in the *AWS General Reference*.
|
6323
6325
|
#
|
6324
6326
|
#
|
6325
6327
|
#
|
6326
|
-
# [1]: http://docs.aws.amazon.com/general/latest/gr/
|
6328
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm
|
6327
6329
|
#
|
6328
6330
|
# @!attribute [rw] message
|
6329
6331
|
# @return [String]
|
@@ -11033,8 +11035,13 @@ module Aws::SSM
|
|
11033
11035
|
#
|
11034
11036
|
# {
|
11035
11037
|
# comment: "Comment",
|
11038
|
+
# cloud_watch_output_config: {
|
11039
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
11040
|
+
# cloud_watch_output_enabled: false,
|
11041
|
+
# },
|
11036
11042
|
# document_hash: "DocumentHash",
|
11037
11043
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
11044
|
+
# document_version: "DocumentVersion",
|
11038
11045
|
# notification_config: {
|
11039
11046
|
# notification_arn: "NotificationArn",
|
11040
11047
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
@@ -11053,6 +11060,10 @@ module Aws::SSM
|
|
11053
11060
|
# Information about the commands to run.
|
11054
11061
|
# @return [String]
|
11055
11062
|
#
|
11063
|
+
# @!attribute [rw] cloud_watch_output_config
|
11064
|
+
# Configuration options for sending command output to CloudWatch Logs.
|
11065
|
+
# @return [Types::CloudWatchOutputConfig]
|
11066
|
+
#
|
11056
11067
|
# @!attribute [rw] document_hash
|
11057
11068
|
# The SHA-256 or SHA-1 hash created by the system when the document
|
11058
11069
|
# was created. SHA-1 hashes have been deprecated.
|
@@ -11062,6 +11073,20 @@ module Aws::SSM
|
|
11062
11073
|
# SHA-256 or SHA-1. SHA-1 hashes have been deprecated.
|
11063
11074
|
# @return [String]
|
11064
11075
|
#
|
11076
|
+
# @!attribute [rw] document_version
|
11077
|
+
# The SSM document version to use in the request. You can specify
|
11078
|
+
# $DEFAULT, $LATEST, or a specific version number. If you run commands
|
11079
|
+
# by using the AWS CLI, then you must escape the first two options by
|
11080
|
+
# using a backslash. If you specify a version number, then you don't
|
11081
|
+
# need to use the backslash. For example:
|
11082
|
+
#
|
11083
|
+
# --document-version "\\$DEFAULT"
|
11084
|
+
#
|
11085
|
+
# --document-version "\\$LATEST"
|
11086
|
+
#
|
11087
|
+
# --document-version "3"
|
11088
|
+
# @return [String]
|
11089
|
+
#
|
11065
11090
|
# @!attribute [rw] notification_config
|
11066
11091
|
# Configurations for sending notifications about command status
|
11067
11092
|
# changes on a per-instance basis.
|
@@ -11094,8 +11119,10 @@ module Aws::SSM
|
|
11094
11119
|
#
|
11095
11120
|
class MaintenanceWindowRunCommandParameters < Struct.new(
|
11096
11121
|
:comment,
|
11122
|
+
:cloud_watch_output_config,
|
11097
11123
|
:document_hash,
|
11098
11124
|
:document_hash_type,
|
11125
|
+
:document_version,
|
11099
11126
|
:notification_config,
|
11100
11127
|
:output_s3_bucket_name,
|
11101
11128
|
:output_s3_key_prefix,
|
@@ -11316,8 +11343,13 @@ module Aws::SSM
|
|
11316
11343
|
# {
|
11317
11344
|
# run_command: {
|
11318
11345
|
# comment: "Comment",
|
11346
|
+
# cloud_watch_output_config: {
|
11347
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
11348
|
+
# cloud_watch_output_enabled: false,
|
11349
|
+
# },
|
11319
11350
|
# document_hash: "DocumentHash",
|
11320
11351
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
11352
|
+
# document_version: "DocumentVersion",
|
11321
11353
|
# notification_config: {
|
11322
11354
|
# notification_arn: "NotificationArn",
|
11323
11355
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
@@ -11902,8 +11934,8 @@ module Aws::SSM
|
|
11902
11934
|
include Aws::Structure
|
11903
11935
|
end
|
11904
11936
|
|
11905
|
-
# The request caused OpsItems to exceed one or more
|
11906
|
-
# information about OpsItem
|
11937
|
+
# The request caused OpsItems to exceed one or more quotas. For
|
11938
|
+
# information about OpsItem quotas, see [What are the resource limits
|
11907
11939
|
# for OpsCenter?][1].
|
11908
11940
|
#
|
11909
11941
|
#
|
@@ -13593,8 +13625,13 @@ module Aws::SSM
|
|
13593
13625
|
# task_invocation_parameters: {
|
13594
13626
|
# run_command: {
|
13595
13627
|
# comment: "Comment",
|
13628
|
+
# cloud_watch_output_config: {
|
13629
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
13630
|
+
# cloud_watch_output_enabled: false,
|
13631
|
+
# },
|
13596
13632
|
# document_hash: "DocumentHash",
|
13597
13633
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
13634
|
+
# document_version: "DocumentVersion",
|
13598
13635
|
# notification_config: {
|
13599
13636
|
# notification_arn: "NotificationArn",
|
13600
13637
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
@@ -14324,15 +14361,15 @@ module Aws::SSM
|
|
14324
14361
|
end
|
14325
14362
|
|
14326
14363
|
# Error returned when the caller has exceeded the default resource
|
14327
|
-
#
|
14364
|
+
# quotas. For example, too many maintenance windows or patch baselines
|
14328
14365
|
# have been created.
|
14329
14366
|
#
|
14330
|
-
# For information about resource
|
14331
|
-
#
|
14367
|
+
# For information about resource quotas in Systems Manager, see [Systems
|
14368
|
+
# Manager Service Quotas][1] in the *AWS General Reference*.
|
14332
14369
|
#
|
14333
14370
|
#
|
14334
14371
|
#
|
14335
|
-
# [1]: http://docs.aws.amazon.com/general/latest/gr/
|
14372
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm
|
14336
14373
|
#
|
14337
14374
|
# @!attribute [rw] message
|
14338
14375
|
# @return [String]
|
@@ -14401,15 +14438,15 @@ module Aws::SSM
|
|
14401
14438
|
# **region** represents the Region identifier for an AWS Region
|
14402
14439
|
# supported by AWS Systems Manager, such as `us-east-2` for the US
|
14403
14440
|
# East (Ohio) Region. For a list of supported **region** values, see
|
14404
|
-
# the **Region** column in
|
14405
|
-
#
|
14441
|
+
# the **Region** column in [Systems Manager Service Endpoints][1] in
|
14442
|
+
# the *AWS General Reference*.
|
14406
14443
|
#
|
14407
14444
|
# **session-id** represents the ID of a Session Manager session, such
|
14408
14445
|
# as `1a2b3c4dEXAMPLE`.
|
14409
14446
|
#
|
14410
14447
|
#
|
14411
14448
|
#
|
14412
|
-
# [1]: http://docs.aws.amazon.com/general/latest/gr/
|
14449
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region
|
14413
14450
|
# @return [String]
|
14414
14451
|
#
|
14415
14452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSessionResponse AWS API Documentation
|
@@ -15227,15 +15264,15 @@ module Aws::SSM
|
|
15227
15264
|
# **region** represents the Region identifier for an AWS Region
|
15228
15265
|
# supported by AWS Systems Manager, such as `us-east-2` for the US
|
15229
15266
|
# East (Ohio) Region. For a list of supported **region** values, see
|
15230
|
-
# the **Region** column in
|
15231
|
-
#
|
15267
|
+
# the **Region** column in [Systems Manager Service Endpoints][1] in
|
15268
|
+
# the *AWS General Reference*.
|
15232
15269
|
#
|
15233
15270
|
# **session-id** represents the ID of a Session Manager session, such
|
15234
15271
|
# as `1a2b3c4dEXAMPLE`.
|
15235
15272
|
#
|
15236
15273
|
#
|
15237
15274
|
#
|
15238
|
-
# [1]: http://docs.aws.amazon.com/general/latest/gr/
|
15275
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region
|
15239
15276
|
# @return [String]
|
15240
15277
|
#
|
15241
15278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSessionResponse AWS API Documentation
|
@@ -16435,8 +16472,13 @@ module Aws::SSM
|
|
16435
16472
|
# task_invocation_parameters: {
|
16436
16473
|
# run_command: {
|
16437
16474
|
# comment: "Comment",
|
16475
|
+
# cloud_watch_output_config: {
|
16476
|
+
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
16477
|
+
# cloud_watch_output_enabled: false,
|
16478
|
+
# },
|
16438
16479
|
# document_hash: "DocumentHash",
|
16439
16480
|
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
16481
|
+
# document_version: "DocumentVersion",
|
16440
16482
|
# notification_config: {
|
16441
16483
|
# notification_arn: "NotificationArn",
|
16442
16484
|
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
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.67.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: 2019-12-
|
11
|
+
date: 2019-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|