aws-sdk-ssm 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3d9e5004ff6d8d5e45e77d16ccf3106d651d5ac
4
- data.tar.gz: '0861f7b5198b87fc9012a28bcf58132090f760c8'
3
+ metadata.gz: 767e361e1f3f55cdf1d6f73da00d272c3ea95913
4
+ data.tar.gz: ab62ecb9fda4a2adb527370050d1c86494cd1d11
5
5
  SHA512:
6
- metadata.gz: 391fc55adc679b78ed6975b7d0f3f3530dbe67667983e937f0b11710bcdc478a20e88074ee16bee45590279ec09b6e81d31e5e7078af79dbfc6ee3adc2144c4a
7
- data.tar.gz: 6fb19042e4234c41c6c78430fc2a3f4d688b58b8dd3001768bafbd1316af56cecbcbdf1389214b1e467753832277f360b46f25d7cc790d98698079a911d7361b
6
+ metadata.gz: 546c9971755945f8c8d647faddae5195843beb267e802b1ab97bcb6974fdafb307e7a416d44abec29d1ff86009ed75c09ebffa4c715c3e459cf63a58039ba307
7
+ data.tar.gz: 83354d1e5f09ac61fc8138b28f1844d82a26132f4c271aa0975bffb81de6a0f14ccdef1d26252857da5d5278e490cd20714cd126e8f8c4f92ac89e4933542b1a
data/lib/aws-sdk-ssm.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -4319,7 +4319,7 @@ module Aws::SSM
4319
4319
  # next_token: "NextToken",
4320
4320
  # filters: [
4321
4321
  # {
4322
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status
4322
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
4323
4323
  # value: "CommandFilterValue", # required
4324
4324
  # },
4325
4325
  # ],
@@ -4407,7 +4407,7 @@ module Aws::SSM
4407
4407
  # next_token: "NextToken",
4408
4408
  # filters: [
4409
4409
  # {
4410
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status
4410
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
4411
4411
  # value: "CommandFilterValue", # required
4412
4412
  # },
4413
4413
  # ],
@@ -5422,23 +5422,7 @@ module Aws::SSM
5422
5422
  # The ARN of the task to execute
5423
5423
  #
5424
5424
  # @option params [String] :service_role_arn
5425
- # The role to assume when running the Maintenance Window task.
5426
- #
5427
- # If you do not specify a service role ARN, Systems Manager will use
5428
- # your account's service-linked role for Systems Manager by default. If
5429
- # no service-linked role for Systems Manager exists in your account, it
5430
- # will be created when you run `RegisterTaskWithMaintenanceWindow`
5431
- # without specifying a service role ARN.
5432
- #
5433
- # For more information, see [Service-Linked Role Permissions for Systems
5434
- # Manager][1] and [Should I Use a Service-Linked Role or a Custom
5435
- # Service Role to Run Maintenance Window Tasks? ][2] in the *AWS Systems
5436
- # Manager User Guide*.
5437
- #
5438
- #
5439
- #
5440
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
5441
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
5425
+ # The role that should be assumed when executing the task.
5442
5426
  #
5443
5427
  # @option params [required, String] :task_type
5444
5428
  # The type of task being registered.
@@ -6501,22 +6485,6 @@ module Aws::SSM
6501
6485
  # The IAM service role ARN to modify. The system assumes this role
6502
6486
  # during task execution.
6503
6487
  #
6504
- # If you do not specify a service role ARN, Systems Manager will use
6505
- # your account's service-linked role for Systems Manager by default. If
6506
- # no service-linked role for Systems Manager exists in your account, it
6507
- # will be created when you run `RegisterTaskWithMaintenanceWindow`
6508
- # without specifying a service role ARN.
6509
- #
6510
- # For more information, see [Service-Linked Role Permissions for Systems
6511
- # Manager][1] and [Should I Use a Service-Linked Role or a Custom
6512
- # Service Role to Run Maintenance Window Tasks? ][2] in the *AWS Systems
6513
- # Manager User Guide*.
6514
- #
6515
- #
6516
- #
6517
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
6518
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
6519
- #
6520
6488
  # @option params [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>] :task_parameters
6521
6489
  # The parameters to modify.
6522
6490
  #
@@ -6921,7 +6889,7 @@ module Aws::SSM
6921
6889
  params: params,
6922
6890
  config: config)
6923
6891
  context[:gem_name] = 'aws-sdk-ssm'
6924
- context[:gem_version] = '1.20.0'
6892
+ context[:gem_version] = '1.21.0'
6925
6893
  Seahorse::Client::Request.new(handlers, context)
6926
6894
  end
6927
6895
 
@@ -1146,7 +1146,7 @@ module Aws::SSM
1146
1146
  # data as a hash:
1147
1147
  #
1148
1148
  # {
1149
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status
1149
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
1150
1150
  # value: "CommandFilterValue", # required
1151
1151
  # }
1152
1152
  #
@@ -1155,7 +1155,46 @@ module Aws::SSM
1155
1155
  # @return [String]
1156
1156
  #
1157
1157
  # @!attribute [rw] value
1158
- # The filter value.
1158
+ # The filter value. Valid values for each filter key are as follows:
1159
+ #
1160
+ # * **InvokedAfter**\: Specify a timestamp to limit your results. For
1161
+ # example, specify `2018-07-07T00:00:00Z` to see a list of command
1162
+ # executions occurring July 7, 2018, and later.
1163
+ #
1164
+ # * **InvokedBefore**\: Specify a timestamp to limit your results. For
1165
+ # example, specify `2018-07-07T00:00:00Z` to see a list of command
1166
+ # executions from before July 7, 2018.
1167
+ #
1168
+ # * **Status**\: Specify a valid command status to see a list of all
1169
+ # command executions with that status. Status values you can specify
1170
+ # include:
1171
+ #
1172
+ # * `Pending`
1173
+ #
1174
+ # * `InProgress`
1175
+ #
1176
+ # * `Success`
1177
+ #
1178
+ # * `Cancelled`
1179
+ #
1180
+ # * `Failed`
1181
+ #
1182
+ # * `TimedOut`
1183
+ #
1184
+ # * `Cancelling`
1185
+ #
1186
+ # * **DocumentName**\: Specify name of the SSM document for which you
1187
+ # want to see command execution results. For example, specify
1188
+ # `AWS-RunPatchBaseline` to see command executions that used this
1189
+ # SSM document to perform security patching operations on instances.
1190
+ #
1191
+ # * **ExecutionStage**\: Specify one of the following values:
1192
+ #
1193
+ # * `Executing`\: Returns a list of command executions that are
1194
+ # currently still running.
1195
+ #
1196
+ # * `Complete`\: Returns a list of command exeuctions that have
1197
+ # already completed.
1159
1198
  # @return [String]
1160
1199
  #
1161
1200
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CommandFilter AWS API Documentation
@@ -7179,7 +7218,7 @@ module Aws::SSM
7179
7218
  # next_token: "NextToken",
7180
7219
  # filters: [
7181
7220
  # {
7182
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status
7221
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
7183
7222
  # value: "CommandFilterValue", # required
7184
7223
  # },
7185
7224
  # ],
@@ -7254,7 +7293,7 @@ module Aws::SSM
7254
7293
  # next_token: "NextToken",
7255
7294
  # filters: [
7256
7295
  # {
7257
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status
7296
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
7258
7297
  # value: "CommandFilterValue", # required
7259
7298
  # },
7260
7299
  # ],
@@ -10266,24 +10305,7 @@ module Aws::SSM
10266
10305
  # @return [String]
10267
10306
  #
10268
10307
  # @!attribute [rw] service_role_arn
10269
- # The role to assume when running the Maintenance Window task.
10270
- #
10271
- # If you do not specify a service role ARN, Systems Manager will use
10272
- # your account's service-linked role for Systems Manager by default.
10273
- # If no service-linked role for Systems Manager exists in your
10274
- # account, it will be created when you run
10275
- # `RegisterTaskWithMaintenanceWindow` without specifying a service
10276
- # role ARN.
10277
- #
10278
- # For more information, see [Service-Linked Role Permissions for
10279
- # Systems Manager][1] and [Should I Use a Service-Linked Role or a
10280
- # Custom Service Role to Run Maintenance Window Tasks? ][2] in the
10281
- # *AWS Systems Manager User Guide*.
10282
- #
10283
- #
10284
- #
10285
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
10286
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
10308
+ # The role that should be assumed when executing the task.
10287
10309
  # @return [String]
10288
10310
  #
10289
10311
  # @!attribute [rw] task_type
@@ -11898,23 +11920,6 @@ module Aws::SSM
11898
11920
  # @!attribute [rw] service_role_arn
11899
11921
  # The IAM service role ARN to modify. The system assumes this role
11900
11922
  # during task execution.
11901
- #
11902
- # If you do not specify a service role ARN, Systems Manager will use
11903
- # your account's service-linked role for Systems Manager by default.
11904
- # If no service-linked role for Systems Manager exists in your
11905
- # account, it will be created when you run
11906
- # `RegisterTaskWithMaintenanceWindow` without specifying a service
11907
- # role ARN.
11908
- #
11909
- # For more information, see [Service-Linked Role Permissions for
11910
- # Systems Manager][1] and [Should I Use a Service-Linked Role or a
11911
- # Custom Service Role to Run Maintenance Window Tasks? ][2] in the
11912
- # *AWS Systems Manager User Guide*.
11913
- #
11914
- #
11915
- #
11916
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
11917
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
11918
11923
  # @return [String]
11919
11924
  #
11920
11925
  # @!attribute [rw] task_parameters
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.20.0
4
+ version: 1.21.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: 2018-08-02 00:00:00.000000000 Z
11
+ date: 2018-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core