aws-sdk-ssm 1.56.0 → 1.57.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: c83ca1ab1d61452c55b19ee09572e002f7b933fc
4
- data.tar.gz: 16eadfb229576c51c964b5e19536fbbec09d1388
3
+ metadata.gz: 3554a05576442df1921a2a05261fd5610b8e3d18
4
+ data.tar.gz: 52db5ae2a525436fe6aad212f99ecd858389c529
5
5
  SHA512:
6
- metadata.gz: 41f25002fb1e01f39c3875b61070ea5eeb590cdc1335e1f38a6a7bba9abe899e8ee32f48208ed649e29235fa32ce21b6e5b98d3bc34c52dae0a878f58b4ed908
7
- data.tar.gz: 70787c659c4fcdb07bd417d7a66c6e6ad842d93841334115af54e06a2c6d1526298f71b213fa923a1f8c476aa2a23984c5ab6378b07c359073c40e56ca69a50d
6
+ metadata.gz: e3657b769ae0efd180433d56b574e4c695f0190838f9a12284222e00ee3b86adaba808f634a365093b5b6e4630b9a3c25dacf8ab4049792e0c5e1478e86fb311
7
+ data.tar.gz: 7eb0d257984424179d1b195b8ce2ff7a816179c6e02928efa41ed73bacacb525556d5c60507eb0efd9a9bc13082401ee895f2d828f07caf824fef1622f79b1c2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.56.0'
45
+ GEM_VERSION = '1.57.0'
46
46
 
47
47
  end
@@ -949,6 +949,16 @@ module Aws::SSM
949
949
 
950
950
  # Creates a new maintenance window.
951
951
  #
952
+ # <note markdown="1"> The value you specify for `Duration` determines the specific end time
953
+ # for the maintenance window based on the time it begins. No maintenance
954
+ # window tasks are permitted to start after the resulting endtime minus
955
+ # the number of hours you specify for `Cutoff`. For example, if the
956
+ # maintenance window starts at 3 PM, the duration is three hours, and
957
+ # the value you specify for `Cutoff` is one hour, no maintenance window
958
+ # tasks can start after 5 PM.
959
+ #
960
+ # </note>
961
+ #
952
962
  # @option params [required, String] :name
953
963
  # The name of the maintenance window.
954
964
  #
@@ -7578,6 +7588,9 @@ module Aws::SSM
7578
7588
  # making the call. For information, see [ Install the Session Manager
7579
7589
  # Plugin for the AWS CLI][1] in the *AWS Systems Manager User Guide*.
7580
7590
  #
7591
+ # AWS Tools for PowerShell usage: Start-SSMSession is not currently
7592
+ # supported by AWS Tools for PowerShell on Windows local machines.
7593
+ #
7581
7594
  # </note>
7582
7595
  #
7583
7596
  #
@@ -8072,6 +8085,16 @@ module Aws::SSM
8072
8085
  # Updates an existing maintenance window. Only specified parameters are
8073
8086
  # modified.
8074
8087
  #
8088
+ # <note markdown="1"> The value you specify for `Duration` determines the specific end time
8089
+ # for the maintenance window based on the time it begins. No maintenance
8090
+ # window tasks are permitted to start after the resulting endtime minus
8091
+ # the number of hours you specify for `Cutoff`. For example, if the
8092
+ # maintenance window starts at 3 PM, the duration is three hours, and
8093
+ # the value you specify for `Cutoff` is one hour, no maintenance window
8094
+ # tasks can start after 5 PM.
8095
+ #
8096
+ # </note>
8097
+ #
8075
8098
  # @option params [required, String] :window_id
8076
8099
  # The ID of the maintenance window to update.
8077
8100
  #
@@ -8920,7 +8943,7 @@ module Aws::SSM
8920
8943
  params: params,
8921
8944
  config: config)
8922
8945
  context[:gem_name] = 'aws-sdk-ssm'
8923
- context[:gem_version] = '1.56.0'
8946
+ context[:gem_version] = '1.57.0'
8924
8947
  Seahorse::Client::Request.new(handlers, context)
8925
8948
  end
8926
8949
 
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.56.0
4
+ version: 1.57.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-09-26 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core