aws-sdk-ssm 1.156.0 → 1.157.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
  SHA256:
3
- metadata.gz: dcfcdd5d4e7031a2edb307e45d7eb9c97c7b5861de02aa9bf8d1c0f934a72f09
4
- data.tar.gz: 74a1accff1881af79ac4760716594fee10d21a13c1a52b7b8a0dabebbb1da4ed
3
+ metadata.gz: 8121954d4713e2f6b450408e1e8547e81f6a1d0e5d66af8f3c2283fc4a8c7004
4
+ data.tar.gz: c1ebc54ed498a39444f4e31262f46e62f6db2b628ea481c65a48dc3bb356f806
5
5
  SHA512:
6
- metadata.gz: 8595d134626b1c72af1b7dd4615497a1a88aa82af362b5f55b3775a6019556b4090a9534ca509b6b89b30d735c367d667f582db384b8353ef7d306ffd8e8369b
7
- data.tar.gz: f3903b3c8261d9d0b6e8b6fa202b363b015936757cc61e7fd9f705bb8dfd374f996990f68e4f48824745de8a23975ccf736c8d7319cbe0e436e267de1fa04d15
6
+ metadata.gz: 177b39a7c8c04601c3a2a3c67c6e0ff18d3dad114c25d2c92d498422a3f6f07dbc6a69305fd3587a65065fcbaf1758de0c0f74ad892978d0f84b5840dcd3f7c6
7
+ data.tar.gz: dbe9f2ef12be2ca31cc2ddeee0b6168ecfcf0a08ee65c053a72eb62176780200833e7f9975ac7bd820aad11ad17948c4f951f227f24fe22b1eb5c89245e2a9d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.157.0 (2023-09-25)
5
+ ------------------
6
+
7
+ * Feature - This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.
8
+
4
9
  1.156.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.156.0
1
+ 1.157.0
@@ -1669,7 +1669,13 @@ module Aws::SSM
1669
1669
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
1670
1670
  #
1671
1671
  # @option params [required, String] :description
1672
- # Information about the OpsItem.
1672
+ # User-defined text that contains information about the OpsItem, in
1673
+ # Markdown format.
1674
+ #
1675
+ # <note markdown="1"> Provide enough information so that users viewing this OpsItem for the
1676
+ # first time understand the issue.
1677
+ #
1678
+ # </note>
1673
1679
  #
1674
1680
  # @option params [String] :ops_item_type
1675
1681
  # The type of OpsItem to create. Systems Manager supports the following
@@ -1685,7 +1691,7 @@ module Aws::SSM
1685
1691
  # This type of OpsItem is used by Change Manager for reviewing and
1686
1692
  # approving or rejecting change requests.
1687
1693
  #
1688
- # * `/aws/insights`
1694
+ # * `/aws/insight`
1689
1695
  #
1690
1696
  # This type of OpsItem is used by OpsCenter for aggregating and
1691
1697
  # reporting on duplicate OpsItems.
@@ -3808,7 +3814,7 @@ module Aws::SSM
3808
3814
  # resp.instance_information_list[0].activation_id #=> String
3809
3815
  # resp.instance_information_list[0].iam_role #=> String
3810
3816
  # resp.instance_information_list[0].registration_date #=> Time
3811
- # resp.instance_information_list[0].resource_type #=> String, one of "ManagedInstance", "Document", "EC2Instance"
3817
+ # resp.instance_information_list[0].resource_type #=> String, one of "ManagedInstance", "EC2Instance"
3812
3818
  # resp.instance_information_list[0].name #=> String
3813
3819
  # resp.instance_information_list[0].ip_address #=> String
3814
3820
  # resp.instance_information_list[0].computer_name #=> String
@@ -5622,7 +5628,7 @@ module Aws::SSM
5622
5628
  # @example Response structure
5623
5629
  #
5624
5630
  # resp.target #=> String
5625
- # resp.status #=> String, one of "Connected", "NotConnected"
5631
+ # resp.status #=> String, one of "connected", "notconnected"
5626
5632
  #
5627
5633
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus AWS API Documentation
5628
5634
  #
@@ -11650,9 +11656,8 @@ module Aws::SSM
11650
11656
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
11651
11657
  #
11652
11658
  # @option params [String] :description
11653
- # Update the information about the OpsItem. Provide enough information
11654
- # so that users reading this OpsItem for the first time understand the
11655
- # issue.
11659
+ # User-defined text that contains information about the OpsItem, in
11660
+ # Markdown format.
11656
11661
  #
11657
11662
  # @option params [Hash<String,Types::OpsItemDataValue>] :operational_data
11658
11663
  # Add new keys or edit existing key-value pairs of the OperationalData
@@ -12179,7 +12184,7 @@ module Aws::SSM
12179
12184
  params: params,
12180
12185
  config: config)
12181
12186
  context[:gem_name] = 'aws-sdk-ssm'
12182
- context[:gem_version] = '1.156.0'
12187
+ context[:gem_version] = '1.157.0'
12183
12188
  Seahorse::Client::Request.new(handlers, context)
12184
12189
  end
12185
12190
 
@@ -3512,7 +3512,13 @@ module Aws::SSM
3512
3512
  end
3513
3513
 
3514
3514
  # @!attribute [rw] description
3515
- # Information about the OpsItem.
3515
+ # User-defined text that contains information about the OpsItem, in
3516
+ # Markdown format.
3517
+ #
3518
+ # <note markdown="1"> Provide enough information so that users viewing this OpsItem for
3519
+ # the first time understand the issue.
3520
+ #
3521
+ # </note>
3516
3522
  # @return [String]
3517
3523
  #
3518
3524
  # @!attribute [rw] ops_item_type
@@ -3529,7 +3535,7 @@ module Aws::SSM
3529
3535
  # This type of OpsItem is used by Change Manager for reviewing and
3530
3536
  # approving or rejecting change requests.
3531
3537
  #
3532
- # * `/aws/insights`
3538
+ # * `/aws/insight`
3533
3539
  #
3534
3540
  # This type of OpsItem is used by OpsCenter for aggregating and
3535
3541
  # reporting on duplicate OpsItems.
@@ -12702,7 +12708,7 @@ module Aws::SSM
12702
12708
  # This type of OpsItem is used by Change Manager for reviewing and
12703
12709
  # approving or rejecting change requests.
12704
12710
  #
12705
- # * `/aws/insights`
12711
+ # * `/aws/insight`
12706
12712
  #
12707
12713
  # This type of OpsItem is used by OpsCenter for aggregating and
12708
12714
  # reporting on duplicate OpsItems.
@@ -13293,7 +13299,7 @@ module Aws::SSM
13293
13299
  # This type of OpsItem is used by Change Manager for reviewing and
13294
13300
  # approving or rejecting change requests.
13295
13301
  #
13296
- # * `/aws/insights`
13302
+ # * `/aws/insight`
13297
13303
  #
13298
13304
  # This type of OpsItem is used by OpsCenter for aggregating and
13299
13305
  # reporting on duplicate OpsItems.
@@ -18809,9 +18815,8 @@ module Aws::SSM
18809
18815
  class UpdateManagedInstanceRoleResult < Aws::EmptyStructure; end
18810
18816
 
18811
18817
  # @!attribute [rw] description
18812
- # Update the information about the OpsItem. Provide enough information
18813
- # so that users reading this OpsItem for the first time understand the
18814
- # issue.
18818
+ # User-defined text that contains information about the OpsItem, in
18819
+ # Markdown format.
18815
18820
  # @return [String]
18816
18821
  #
18817
18822
  # @!attribute [rw] operational_data
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.156.0'
56
+ GEM_VERSION = '1.157.0'
57
57
 
58
58
  end
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.156.0
4
+ version: 1.157.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core