aws-sdk-ssm 1.63.0 → 1.64.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: ac8f5c999b35b69781fe380a55e03dd12cdd3f79
4
- data.tar.gz: b4cfc407ae320e8353a733896d515956df6db032
3
+ metadata.gz: d1e344bc4df40d05f6ec3b15e0addbab7f76d439
4
+ data.tar.gz: cf6d51f64fb53672102ce6b8d4d90ae458c67150
5
5
  SHA512:
6
- metadata.gz: a174b3bb752712942bf742958a9f3cbda3a12a25d7dfc3f6c524ed37d0bee9b266ab44d6b84f2a6b0c8bc3d009f47d89ce7b7e8cab55d7b24272b9edd3e32ee9
7
- data.tar.gz: 1fa7394ba5d2ed0c3a26444e204af40a1a4076f4d59ac7e89b5b761729312ebd46325dafef2152c97ff715ba392c7bdd0dd7ea9506bab74eff5ca26167fc6e37
6
+ metadata.gz: 45f096fc4afeb3999ecbec009e6d0f2fe92001822ddb1e80189a90010debb315adafebdf53a8de7be39bbe30147f4eef38df8ce76531443445ee1f0ff32845c9
7
+ data.tar.gz: ed606275019f05e43bc45f93582a62684a8c76df2418f1f3a12f50d66eeccd1b227d1395d562146c6984cdef56f49c5252e38c5798678e4ab69b20aa40851147
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.63.0'
45
+ GEM_VERSION = '1.64.0'
46
46
 
47
47
  end
@@ -2832,6 +2832,7 @@ module Aws::SSM
2832
2832
  # resp.instance_patch_states[0].owner_information #=> String
2833
2833
  # resp.instance_patch_states[0].installed_count #=> Integer
2834
2834
  # resp.instance_patch_states[0].installed_other_count #=> Integer
2835
+ # resp.instance_patch_states[0].installed_pending_reboot_count #=> Integer
2835
2836
  # resp.instance_patch_states[0].installed_rejected_count #=> Integer
2836
2837
  # resp.instance_patch_states[0].missing_count #=> Integer
2837
2838
  # resp.instance_patch_states[0].failed_count #=> Integer
@@ -2840,6 +2841,8 @@ module Aws::SSM
2840
2841
  # resp.instance_patch_states[0].operation_start_time #=> Time
2841
2842
  # resp.instance_patch_states[0].operation_end_time #=> Time
2842
2843
  # resp.instance_patch_states[0].operation #=> String, one of "Scan", "Install"
2844
+ # resp.instance_patch_states[0].last_no_reboot_install_operation_time #=> Time
2845
+ # resp.instance_patch_states[0].reboot_option #=> String, one of "RebootIfNeeded", "NoReboot"
2843
2846
  # resp.next_token #=> String
2844
2847
  #
2845
2848
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates AWS API Documentation
@@ -2905,6 +2908,7 @@ module Aws::SSM
2905
2908
  # resp.instance_patch_states[0].owner_information #=> String
2906
2909
  # resp.instance_patch_states[0].installed_count #=> Integer
2907
2910
  # resp.instance_patch_states[0].installed_other_count #=> Integer
2911
+ # resp.instance_patch_states[0].installed_pending_reboot_count #=> Integer
2908
2912
  # resp.instance_patch_states[0].installed_rejected_count #=> Integer
2909
2913
  # resp.instance_patch_states[0].missing_count #=> Integer
2910
2914
  # resp.instance_patch_states[0].failed_count #=> Integer
@@ -2913,6 +2917,8 @@ module Aws::SSM
2913
2917
  # resp.instance_patch_states[0].operation_start_time #=> Time
2914
2918
  # resp.instance_patch_states[0].operation_end_time #=> Time
2915
2919
  # resp.instance_patch_states[0].operation #=> String, one of "Scan", "Install"
2920
+ # resp.instance_patch_states[0].last_no_reboot_install_operation_time #=> Time
2921
+ # resp.instance_patch_states[0].reboot_option #=> String, one of "RebootIfNeeded", "NoReboot"
2916
2922
  # resp.next_token #=> String
2917
2923
  #
2918
2924
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup AWS API Documentation
@@ -2970,7 +2976,7 @@ module Aws::SSM
2970
2976
  # resp.patches[0].kb_id #=> String
2971
2977
  # resp.patches[0].classification #=> String
2972
2978
  # resp.patches[0].severity #=> String
2973
- # resp.patches[0].state #=> String, one of "INSTALLED", "INSTALLED_OTHER", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED"
2979
+ # resp.patches[0].state #=> String, one of "INSTALLED", "INSTALLED_OTHER", "INSTALLED_PENDING_REBOOT", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED"
2974
2980
  # resp.patches[0].installed_time #=> Time
2975
2981
  # resp.next_token #=> String
2976
2982
  #
@@ -3828,6 +3834,7 @@ module Aws::SSM
3828
3834
  # * {Types::DescribePatchGroupStateResult#instances #instances} => Integer
3829
3835
  # * {Types::DescribePatchGroupStateResult#instances_with_installed_patches #instances_with_installed_patches} => Integer
3830
3836
  # * {Types::DescribePatchGroupStateResult#instances_with_installed_other_patches #instances_with_installed_other_patches} => Integer
3837
+ # * {Types::DescribePatchGroupStateResult#instances_with_installed_pending_reboot_patches #instances_with_installed_pending_reboot_patches} => Integer
3831
3838
  # * {Types::DescribePatchGroupStateResult#instances_with_installed_rejected_patches #instances_with_installed_rejected_patches} => Integer
3832
3839
  # * {Types::DescribePatchGroupStateResult#instances_with_missing_patches #instances_with_missing_patches} => Integer
3833
3840
  # * {Types::DescribePatchGroupStateResult#instances_with_failed_patches #instances_with_failed_patches} => Integer
@@ -3845,6 +3852,7 @@ module Aws::SSM
3845
3852
  # resp.instances #=> Integer
3846
3853
  # resp.instances_with_installed_patches #=> Integer
3847
3854
  # resp.instances_with_installed_other_patches #=> Integer
3855
+ # resp.instances_with_installed_pending_reboot_patches #=> Integer
3848
3856
  # resp.instances_with_installed_rejected_patches #=> Integer
3849
3857
  # resp.instances_with_missing_patches #=> Integer
3850
3858
  # resp.instances_with_failed_patches #=> Integer
@@ -6554,7 +6562,11 @@ module Aws::SSM
6554
6562
  # <note markdown="1"> The maximum length constraint listed below includes capacity for
6555
6563
  # additional system attributes that are not part of the name. The
6556
6564
  # maximum length for the fully qualified parameter name is 1011
6557
- # characters.
6565
+ # characters, including the full length of the parameter ARN. For
6566
+ # example, the following fully qualified parameter name is 65
6567
+ # characters, not 20 characters:
6568
+ #
6569
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
6558
6570
  #
6559
6571
  # </note>
6560
6572
  #
@@ -9083,7 +9095,7 @@ module Aws::SSM
9083
9095
  params: params,
9084
9096
  config: config)
9085
9097
  context[:gem_name] = 'aws-sdk-ssm'
9086
- context[:gem_version] = '1.63.0'
9098
+ context[:gem_version] = '1.64.0'
9087
9099
  Seahorse::Client::Request.new(handlers, context)
9088
9100
  end
9089
9101
 
@@ -775,6 +775,7 @@ module Aws::SSM
775
775
  PatchIdList = Shapes::ListShape.new(name: 'PatchIdList')
776
776
  PatchInstalledCount = Shapes::IntegerShape.new(name: 'PatchInstalledCount')
777
777
  PatchInstalledOtherCount = Shapes::IntegerShape.new(name: 'PatchInstalledOtherCount')
778
+ PatchInstalledPendingRebootCount = Shapes::IntegerShape.new(name: 'PatchInstalledPendingRebootCount')
778
779
  PatchInstalledRejectedCount = Shapes::IntegerShape.new(name: 'PatchInstalledRejectedCount')
779
780
  PatchKbNumber = Shapes::StringShape.new(name: 'PatchKbNumber')
780
781
  PatchLanguage = Shapes::StringShape.new(name: 'PatchLanguage')
@@ -822,6 +823,7 @@ module Aws::SSM
822
823
  PutInventoryResult = Shapes::StructureShape.new(name: 'PutInventoryResult')
823
824
  PutParameterRequest = Shapes::StructureShape.new(name: 'PutParameterRequest')
824
825
  PutParameterResult = Shapes::StructureShape.new(name: 'PutParameterResult')
826
+ RebootOption = Shapes::StringShape.new(name: 'RebootOption')
825
827
  Region = Shapes::StringShape.new(name: 'Region')
826
828
  Regions = Shapes::ListShape.new(name: 'Regions')
827
829
  RegisterDefaultPatchBaselineRequest = Shapes::StructureShape.new(name: 'RegisterDefaultPatchBaselineRequest')
@@ -1911,6 +1913,7 @@ module Aws::SSM
1911
1913
  DescribePatchGroupStateResult.add_member(:instances, Shapes::ShapeRef.new(shape: Integer, location_name: "Instances"))
1912
1914
  DescribePatchGroupStateResult.add_member(:instances_with_installed_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithInstalledPatches"))
1913
1915
  DescribePatchGroupStateResult.add_member(:instances_with_installed_other_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithInstalledOtherPatches"))
1916
+ DescribePatchGroupStateResult.add_member(:instances_with_installed_pending_reboot_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithInstalledPendingRebootPatches", metadata: {"box"=>true}))
1914
1917
  DescribePatchGroupStateResult.add_member(:instances_with_installed_rejected_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithInstalledRejectedPatches", metadata: {"box"=>true}))
1915
1918
  DescribePatchGroupStateResult.add_member(:instances_with_missing_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithMissingPatches"))
1916
1919
  DescribePatchGroupStateResult.add_member(:instances_with_failed_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithFailedPatches"))
@@ -2433,6 +2436,7 @@ module Aws::SSM
2433
2436
  InstancePatchState.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
2434
2437
  InstancePatchState.add_member(:installed_count, Shapes::ShapeRef.new(shape: PatchInstalledCount, location_name: "InstalledCount"))
2435
2438
  InstancePatchState.add_member(:installed_other_count, Shapes::ShapeRef.new(shape: PatchInstalledOtherCount, location_name: "InstalledOtherCount"))
2439
+ InstancePatchState.add_member(:installed_pending_reboot_count, Shapes::ShapeRef.new(shape: PatchInstalledPendingRebootCount, location_name: "InstalledPendingRebootCount", metadata: {"box"=>true}))
2436
2440
  InstancePatchState.add_member(:installed_rejected_count, Shapes::ShapeRef.new(shape: PatchInstalledRejectedCount, location_name: "InstalledRejectedCount", metadata: {"box"=>true}))
2437
2441
  InstancePatchState.add_member(:missing_count, Shapes::ShapeRef.new(shape: PatchMissingCount, location_name: "MissingCount"))
2438
2442
  InstancePatchState.add_member(:failed_count, Shapes::ShapeRef.new(shape: PatchFailedCount, location_name: "FailedCount"))
@@ -2441,6 +2445,8 @@ module Aws::SSM
2441
2445
  InstancePatchState.add_member(:operation_start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationStartTime"))
2442
2446
  InstancePatchState.add_member(:operation_end_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationEndTime"))
2443
2447
  InstancePatchState.add_member(:operation, Shapes::ShapeRef.new(shape: PatchOperationType, required: true, location_name: "Operation"))
2448
+ InstancePatchState.add_member(:last_no_reboot_install_operation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastNoRebootInstallOperationTime"))
2449
+ InstancePatchState.add_member(:reboot_option, Shapes::ShapeRef.new(shape: RebootOption, location_name: "RebootOption"))
2444
2450
  InstancePatchState.struct_class = Types::InstancePatchState
2445
2451
 
2446
2452
  InstancePatchStateFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstancePatchStateFilterKey, required: true, location_name: "Key"))
@@ -5542,6 +5542,12 @@ module Aws::SSM
5542
5542
  # in the patch baseline.
5543
5543
  # @return [Integer]
5544
5544
  #
5545
+ # @!attribute [rw] instances_with_installed_pending_reboot_patches
5546
+ # The number of instances with patches installed that have not been
5547
+ # rebooted after the patch installation. The status of these instances
5548
+ # is NON\_COMPLIANT.
5549
+ # @return [Integer]
5550
+ #
5545
5551
  # @!attribute [rw] instances_with_installed_rejected_patches
5546
5552
  # The number of instances with patches installed that are specified in
5547
5553
  # a RejectedPatches list. Patches with a status of
@@ -5581,6 +5587,7 @@ module Aws::SSM
5581
5587
  :instances,
5582
5588
  :instances_with_installed_patches,
5583
5589
  :instances_with_installed_other_patches,
5590
+ :instances_with_installed_pending_reboot_patches,
5584
5591
  :instances_with_installed_rejected_patches,
5585
5592
  :instances_with_missing_patches,
5586
5593
  :instances_with_failed_patches,
@@ -8481,6 +8488,11 @@ module Aws::SSM
8481
8488
  # installed on the instance.
8482
8489
  # @return [Integer]
8483
8490
  #
8491
+ # @!attribute [rw] installed_pending_reboot_count
8492
+ # The number of patches installed since the last time the instance was
8493
+ # rebooted.
8494
+ # @return [Integer]
8495
+ #
8484
8496
  # @!attribute [rw] installed_rejected_count
8485
8497
  # The number of instances with patches installed that are specified in
8486
8498
  # a RejectedPatches list. Patches with a status of *InstalledRejected*
@@ -8534,6 +8546,29 @@ module Aws::SSM
8534
8546
  # patch compliance state) or INSTALL (install missing patches).
8535
8547
  # @return [String]
8536
8548
  #
8549
+ # @!attribute [rw] last_no_reboot_install_operation_time
8550
+ # The time of the last attempt to patch the instance with `NoReboot`
8551
+ # specified as the reboot option.
8552
+ # @return [Time]
8553
+ #
8554
+ # @!attribute [rw] reboot_option
8555
+ # Indicates the reboot option specified in the patch baseline.
8556
+ #
8557
+ # <note markdown="1"> Reboot options apply to `Install` operations only. Reboots are not
8558
+ # attempted for Patch Manager `Scan` operations.
8559
+ #
8560
+ # </note>
8561
+ #
8562
+ # * **RebootIfNeeded**\: Patch Manager tries to reboot the instance if
8563
+ # it installed any patches, or if any patches are detected with a
8564
+ # status of `InstalledPendingReboot`.
8565
+ #
8566
+ # * **NoReboot**\: Patch Manager attempts to install missing packages
8567
+ # without trying to reboot the system. Patches installed with this
8568
+ # option are assigned a status of `InstalledPendingReboot`. These
8569
+ # patches might not be in effect until a reboot is performed.
8570
+ # @return [String]
8571
+ #
8537
8572
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstancePatchState AWS API Documentation
8538
8573
  #
8539
8574
  class InstancePatchState < Struct.new(
@@ -8545,6 +8580,7 @@ module Aws::SSM
8545
8580
  :owner_information,
8546
8581
  :installed_count,
8547
8582
  :installed_other_count,
8583
+ :installed_pending_reboot_count,
8548
8584
  :installed_rejected_count,
8549
8585
  :missing_count,
8550
8586
  :failed_count,
@@ -8552,7 +8588,9 @@ module Aws::SSM
8552
8588
  :not_applicable_count,
8553
8589
  :operation_start_time,
8554
8590
  :operation_end_time,
8555
- :operation)
8591
+ :operation,
8592
+ :last_no_reboot_install_operation_time,
8593
+ :reboot_option)
8556
8594
  include Aws::Structure
8557
8595
  end
8558
8596
 
@@ -12944,7 +12982,11 @@ module Aws::SSM
12944
12982
  # <note markdown="1"> The maximum length constraint listed below includes capacity for
12945
12983
  # additional system attributes that are not part of the name. The
12946
12984
  # maximum length for the fully qualified parameter name is 1011
12947
- # characters.
12985
+ # characters, including the full length of the parameter ARN. For
12986
+ # example, the following fully qualified parameter name is 65
12987
+ # characters, not 20 characters:
12988
+ #
12989
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
12948
12990
  #
12949
12991
  # </note>
12950
12992
  #
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.63.0
4
+ version: 1.64.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-11-21 00:00:00.000000000 Z
11
+ date: 2019-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core