aws-sdk-ssm 1.74.0 → 1.75.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
  SHA256:
3
- metadata.gz: d57d1d2b6a56a64118b09cf6ed588ff876a23aa0d594733ba14c4f7f2ca53f61
4
- data.tar.gz: 81c7d01d799870a500cd66213cc9ca3530cde248c47021750f025ede7537fa58
3
+ metadata.gz: 2211bdf1392d9aec9a00e1d93daa3f168c8ff4c06c3fba3206d2e051519ae20a
4
+ data.tar.gz: 2834baf544c17ca7940b1c19457e97e636b74bc18270d92352b29b960376982a
5
5
  SHA512:
6
- metadata.gz: 4c57cc13a65a2883ea042e43bd2967607d807792c973cad3625d8c6c8659756d68701b30d6cd077a3c5142081ea292600923a1523f136f921c6f35e755344ea8
7
- data.tar.gz: b0fc7842a048cc3ad76d73c28047f35abf6528dbd734e9d47ac46c2901d9f4b59641d0b54a35c19e08d56d678b4127b6558f4d53d73a20bf0fc0c1e952d79969
6
+ metadata.gz: 2c2edc1380bdb474e2d32b61281889b78aab9614318a7f2aa532b1d0cc6bfbe699de034c900a9d5e3c67805e4ad7bd52119f256f6b9687e6ea4772986855a1ee
7
+ data.tar.gz: de2059e7162dcebc25f8c7585fa150b17cb777519ccf89f5cf170bc1711ba4849c17c9d1d7cbf75bbc221ed29c62f0b795c05de9051a1d88ada80a418de4696d
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ssm/customizations'
45
45
  # @service
46
46
  module Aws::SSM
47
47
 
48
- GEM_VERSION = '1.74.0'
48
+ GEM_VERSION = '1.75.0'
49
49
 
50
50
  end
@@ -335,10 +335,11 @@ module Aws::SSM
335
335
  # for each resource type. Using a consistent set of tag keys makes it
336
336
  # easier for you to manage your resources. You can search and filter the
337
337
  # resources based on the tags you add. Tags don't have any semantic
338
- # meaning to and are interpreted strictly as a string of characters.
338
+ # meaning to Amazon EC2 and are interpreted strictly as a string of
339
+ # characters.
339
340
  #
340
- # For more information about using tags with EC2 instances, see [Tagging
341
- # your Amazon EC2 resources][1] in the *Amazon EC2 User Guide*.
341
+ # For more information about tags, see [Tagging your Amazon EC2
342
+ # resources][1] in the *Amazon EC2 User Guide*.
342
343
  #
343
344
  #
344
345
  #
@@ -928,17 +929,16 @@ module Aws::SSM
928
929
  # For examples, see the following topics in the *AWS Systems Manager
929
930
  # User Guide*.
930
931
  #
931
- # * [Create an SSM document (console)][1]
932
+ # * [Create an SSM document (AWS API)][1]
932
933
  #
933
934
  # * [Create an SSM document (AWS CLI)][2]
934
935
  #
935
- # * [Create an SSM document (API)][3]
936
+ # * [Create an SSM document (API)][1]
936
937
  #
937
938
  #
938
939
  #
939
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-console.html
940
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
940
941
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html
941
- # [3]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
942
942
  #
943
943
  # @option params [Array<Types::DocumentRequires>] :requires
944
944
  # A list of SSM documents required by a document. This parameter is used
@@ -1277,7 +1277,7 @@ module Aws::SSM
1277
1277
  # impacted resource.
1278
1278
  #
1279
1279
  # @option params [required, String] :source
1280
- # The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
1280
+ # The origin of the OpsItem, such as EC2 or Systems Manager.
1281
1281
  #
1282
1282
  # <note markdown="1"> The source name can't contain the following strings: aws, amazon, and
1283
1283
  # amzn.
@@ -5915,8 +5915,7 @@ module Aws::SSM
5915
5915
  #
5916
5916
  # @option params [Array<Types::CommandFilter>] :filters
5917
5917
  # (Optional) One or more filters. Use a filter to return a more specific
5918
- # list of results. Note that the `DocumentName` filter is not supported
5919
- # for ListCommandInvocations.
5918
+ # list of results.
5920
5919
  #
5921
5920
  # @option params [Boolean] :details
5922
5921
  # (Optional) If set this returns the response of the command executions
@@ -6070,6 +6069,7 @@ module Aws::SSM
6070
6069
  # resp.commands[0].notification_config.notification_type #=> String, one of "Command", "Invocation"
6071
6070
  # resp.commands[0].cloud_watch_output_config.cloud_watch_log_group_name #=> String
6072
6071
  # resp.commands[0].cloud_watch_output_config.cloud_watch_output_enabled #=> Boolean
6072
+ # resp.commands[0].timeout_seconds #=> Integer
6073
6073
  # resp.next_token #=> String
6074
6074
  #
6075
6075
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands AWS API Documentation
@@ -6281,10 +6281,10 @@ module Aws::SSM
6281
6281
  # One or more DocumentKeyValuesFilter objects. Use a filter to return a
6282
6282
  # more specific list of results. For keys, you can specify one or more
6283
6283
  # key-value pair tags that have been applied to a document. Other valid
6284
- # keys include `Owner`, `Name`, `PlatformTypes`, and `DocumentType`. For
6285
- # example, to return documents you own use `Key=Owner,Values=Self`. To
6286
- # specify a custom key-value pair, use the format
6287
- # `Key=tag:tagName,Values=valueName`.
6284
+ # keys include `Owner`, `Name`, `PlatformTypes`, `DocumentType`, and
6285
+ # `TargetType`. For example, to return documents you own use
6286
+ # `Key=Owner,Values=Self`. To specify a custom key-value pair, use the
6287
+ # format `Key=tag:tagName,Values=valueName`.
6288
6288
  #
6289
6289
  # @option params [Integer] :max_results
6290
6290
  # The maximum number of items to return for this call. The call also
@@ -7823,6 +7823,7 @@ module Aws::SSM
7823
7823
  # resp.command.notification_config.notification_type #=> String, one of "Command", "Invocation"
7824
7824
  # resp.command.cloud_watch_output_config.cloud_watch_log_group_name #=> String
7825
7825
  # resp.command.cloud_watch_output_config.cloud_watch_output_enabled #=> Boolean
7826
+ # resp.command.timeout_seconds #=> Integer
7826
7827
  #
7827
7828
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand AWS API Documentation
7828
7829
  #
@@ -9481,7 +9482,7 @@ module Aws::SSM
9481
9482
  params: params,
9482
9483
  config: config)
9483
9484
  context[:gem_name] = 'aws-sdk-ssm'
9484
- context[:gem_version] = '1.74.0'
9485
+ context[:gem_version] = '1.75.0'
9485
9486
  Seahorse::Client::Request.new(handlers, context)
9486
9487
  end
9487
9488
 
@@ -1349,6 +1349,7 @@ module Aws::SSM
1349
1349
  Command.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
1350
1350
  Command.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
1351
1351
  Command.add_member(:cloud_watch_output_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, location_name: "CloudWatchOutputConfig"))
1352
+ Command.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: TimeoutSeconds, location_name: "TimeoutSeconds"))
1352
1353
  Command.struct_class = Types::Command
1353
1354
 
1354
1355
  CommandFilter.add_member(:key, Shapes::ShapeRef.new(shape: CommandFilterKey, required: true, location_name: "key"))
@@ -1556,6 +1556,10 @@ module Aws::SSM
1556
1556
  # the command output.
1557
1557
  # @return [Types::CloudWatchOutputConfig]
1558
1558
  #
1559
+ # @!attribute [rw] timeout_seconds
1560
+ # The `TimeoutSeconds` value specified for a command.
1561
+ # @return [Integer]
1562
+ #
1559
1563
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Command AWS API Documentation
1560
1564
  #
1561
1565
  class Command < Struct.new(
@@ -1581,7 +1585,8 @@ module Aws::SSM
1581
1585
  :delivery_timed_out_count,
1582
1586
  :service_role,
1583
1587
  :notification_config,
1584
- :cloud_watch_output_config)
1588
+ :cloud_watch_output_config,
1589
+ :timeout_seconds)
1585
1590
  include Aws::Structure
1586
1591
  end
1587
1592
 
@@ -2777,17 +2782,16 @@ module Aws::SSM
2777
2782
  # For examples, see the following topics in the *AWS Systems Manager
2778
2783
  # User Guide*.
2779
2784
  #
2780
- # * [Create an SSM document (console)][1]
2785
+ # * [Create an SSM document (AWS API)][1]
2781
2786
  #
2782
2787
  # * [Create an SSM document (AWS CLI)][2]
2783
2788
  #
2784
- # * [Create an SSM document (API)][3]
2789
+ # * [Create an SSM document (API)][1]
2785
2790
  #
2786
2791
  #
2787
2792
  #
2788
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-console.html
2793
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
2789
2794
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html
2790
- # [3]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
2791
2795
  # @return [String]
2792
2796
  #
2793
2797
  # @!attribute [rw] requires
@@ -3121,7 +3125,7 @@ module Aws::SSM
3121
3125
  # @return [Array<Types::RelatedOpsItem>]
3122
3126
  #
3123
3127
  # @!attribute [rw] source
3124
- # The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
3128
+ # The origin of the OpsItem, such as EC2 or Systems Manager.
3125
3129
  #
3126
3130
  # <note markdown="1"> The source name can't contain the following strings: aws, amazon,
3127
3131
  # and amzn.
@@ -6283,8 +6287,8 @@ module Aws::SSM
6283
6287
  # For keys, you can specify one or more tags that have been applied to a
6284
6288
  # document.
6285
6289
  #
6286
- # Other valid values include Owner, Name, PlatformTypes, and
6287
- # DocumentType.
6290
+ # Other valid values include `Owner`, `Name`, `PlatformTypes`,
6291
+ # `DocumentType`, and `TargetType`.
6288
6292
  #
6289
6293
  # Note that only one Owner can be specified in a request. For example:
6290
6294
  # `Key=Owner,Values=Self`.
@@ -10229,8 +10233,7 @@ module Aws::SSM
10229
10233
  #
10230
10234
  # @!attribute [rw] filters
10231
10235
  # (Optional) One or more filters. Use a filter to return a more
10232
- # specific list of results. Note that the `DocumentName` filter is not
10233
- # supported for ListCommandInvocations.
10236
+ # specific list of results.
10234
10237
  # @return [Array<Types::CommandFilter>]
10235
10238
  #
10236
10239
  # @!attribute [rw] details
@@ -10545,8 +10548,8 @@ module Aws::SSM
10545
10548
  # One or more DocumentKeyValuesFilter objects. Use a filter to return
10546
10549
  # a more specific list of results. For keys, you can specify one or
10547
10550
  # more key-value pair tags that have been applied to a document. Other
10548
- # valid keys include `Owner`, `Name`, `PlatformTypes`, and
10549
- # `DocumentType`. For example, to return documents you own use
10551
+ # valid keys include `Owner`, `Name`, `PlatformTypes`, `DocumentType`,
10552
+ # and `TargetType`. For example, to return documents you own use
10550
10553
  # `Key=Owner,Values=Self`. To specify a custom key-value pair, use the
10551
10554
  # format `Key=tag:tagName,Values=valueName`.
10552
10555
  # @return [Array<Types::DocumentKeyValuesFilter>]
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.74.0
4
+ version: 1.75.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: 2020-04-28 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core