aws-sdk-ssm 1.67.0 → 1.68.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 707187e018a92f4c9bb48f3c35232be8c8e00f0c
4
- data.tar.gz: e703e6322b2494a0af0b9b5b678b7eb30442227c
3
+ metadata.gz: 763f39a37d2bd33448cff774a761a67b6e4b56b2
4
+ data.tar.gz: c5357d5fe787909ba4516e037668678eb286bbbc
5
5
  SHA512:
6
- metadata.gz: c65aabfd700369839e26d6090aff723d9b76c78593f2e3a1d0d1c6d3fe95680846d9ab176f4c257b4e4416cefb9b22ef1b16d4fbda6f21c898200d482e2f4e72
7
- data.tar.gz: 5d31ca90cb4ff34b79c1d7c0124e0aa6aee4815d6e75ff2a15a1940f197f8f31fca6f533479921a810a60087fe7e1ba3a3001b21acad479bec8d535680dfa6a4
6
+ metadata.gz: 29ee25c0452c7a4ec464a7aa09c742df5739fc760d9299ab20c622bb43038952625826a4348ef848557abc821d7a59c76a790e76a177918d41a6eca2a71c2410
7
+ data.tar.gz: 66416e34ee1734d3115d228d33cc7d38089d6fd0348202bc4d2a24b70a80da83693947223dbbef52da40dc36cdc04e14f5ec8c5418ab596d946e2ccb7ef274c9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.67.0'
45
+ GEM_VERSION = '1.68.0'
46
46
 
47
47
  end
@@ -2253,7 +2253,7 @@ module Aws::SSM
2253
2253
  # resp = client.describe_automation_executions({
2254
2254
  # filters: [
2255
2255
  # {
2256
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType
2256
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
2257
2257
  # values: ["AutomationExecutionFilterValue"], # required
2258
2258
  # },
2259
2259
  # ],
@@ -7727,6 +7727,23 @@ module Aws::SSM
7727
7727
  #
7728
7728
  # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html
7729
7729
  #
7730
+ # @option params [Array<Types::Tag>] :tags
7731
+ # Optional metadata that you assign to a resource. You can specify a
7732
+ # maximum of five tags for an automation. Tags enable you to categorize
7733
+ # a resource in different ways, such as by purpose, owner, or
7734
+ # environment. For example, you might want to tag an automation to
7735
+ # identify an environment or operating system. In this case, you could
7736
+ # specify the following key name/value pairs:
7737
+ #
7738
+ # * `Key=environment,Value=test`
7739
+ #
7740
+ # * `Key=OS,Value=Windows`
7741
+ #
7742
+ # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
7743
+ # action.
7744
+ #
7745
+ # </note>
7746
+ #
7730
7747
  # @return [Types::StartAutomationExecutionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7731
7748
  #
7732
7749
  # * {Types::StartAutomationExecutionResult#automation_execution_id #automation_execution_id} => String
@@ -7764,6 +7781,12 @@ module Aws::SSM
7764
7781
  # execution_role_name: "ExecutionRoleName",
7765
7782
  # },
7766
7783
  # ],
7784
+ # tags: [
7785
+ # {
7786
+ # key: "TagKey", # required
7787
+ # value: "TagValue", # required
7788
+ # },
7789
+ # ],
7767
7790
  # })
7768
7791
  #
7769
7792
  # @example Response structure
@@ -9214,7 +9237,7 @@ module Aws::SSM
9214
9237
  params: params,
9215
9238
  config: config)
9216
9239
  context[:gem_name] = 'aws-sdk-ssm'
9217
- context[:gem_version] = '1.67.0'
9240
+ context[:gem_version] = '1.68.0'
9218
9241
  Seahorse::Client::Request.new(handlers, context)
9219
9242
  end
9220
9243
 
@@ -3660,6 +3660,7 @@ module Aws::SSM
3660
3660
  StartAutomationExecutionRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
3661
3661
  StartAutomationExecutionRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
3662
3662
  StartAutomationExecutionRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
3663
+ StartAutomationExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3663
3664
  StartAutomationExecutionRequest.struct_class = Types::StartAutomationExecutionRequest
3664
3665
 
3665
3666
  StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
@@ -1023,7 +1023,7 @@ module Aws::SSM
1023
1023
  # data as a hash:
1024
1024
  #
1025
1025
  # {
1026
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType
1026
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
1027
1027
  # values: ["AutomationExecutionFilterValue"], # required
1028
1028
  # }
1029
1029
  #
@@ -4062,7 +4062,7 @@ module Aws::SSM
4062
4062
  # {
4063
4063
  # filters: [
4064
4064
  # {
4065
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType
4065
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
4066
4066
  # values: ["AutomationExecutionFilterValue"], # required
4067
4067
  # },
4068
4068
  # ],
@@ -15106,6 +15106,12 @@ module Aws::SSM
15106
15106
  # execution_role_name: "ExecutionRoleName",
15107
15107
  # },
15108
15108
  # ],
15109
+ # tags: [
15110
+ # {
15111
+ # key: "TagKey", # required
15112
+ # value: "TagValue", # required
15113
+ # },
15114
+ # ],
15109
15115
  # }
15110
15116
  #
15111
15117
  # @!attribute [rw] document_name
@@ -15183,6 +15189,24 @@ module Aws::SSM
15183
15189
  # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html
15184
15190
  # @return [Array<Types::TargetLocation>]
15185
15191
  #
15192
+ # @!attribute [rw] tags
15193
+ # Optional metadata that you assign to a resource. You can specify a
15194
+ # maximum of five tags for an automation. Tags enable you to
15195
+ # categorize a resource in different ways, such as by purpose, owner,
15196
+ # or environment. For example, you might want to tag an automation to
15197
+ # identify an environment or operating system. In this case, you could
15198
+ # specify the following key name/value pairs:
15199
+ #
15200
+ # * `Key=environment,Value=test`
15201
+ #
15202
+ # * `Key=OS,Value=Windows`
15203
+ #
15204
+ # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
15205
+ # action.
15206
+ #
15207
+ # </note>
15208
+ # @return [Array<Types::Tag>]
15209
+ #
15186
15210
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecutionRequest AWS API Documentation
15187
15211
  #
15188
15212
  class StartAutomationExecutionRequest < Struct.new(
@@ -15196,7 +15220,8 @@ module Aws::SSM
15196
15220
  :target_maps,
15197
15221
  :max_concurrency,
15198
15222
  :max_errors,
15199
- :target_locations)
15223
+ :target_locations,
15224
+ :tags)
15200
15225
  include Aws::Structure
15201
15226
  end
15202
15227
 
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.67.0
4
+ version: 1.68.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-17 00:00:00.000000000 Z
11
+ date: 2019-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core