aws-sdk-ssm 1.156.0 → 1.157.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +13 -8
- data/lib/aws-sdk-ssm/types.rb +12 -7
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8121954d4713e2f6b450408e1e8547e81f6a1d0e5d66af8f3c2283fc4a8c7004
|
|
4
|
+
data.tar.gz: c1ebc54ed498a39444f4e31262f46e62f6db2b628ea481c65a48dc3bb356f806
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.157.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -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
|
-
#
|
|
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/
|
|
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", "
|
|
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 "
|
|
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
|
-
#
|
|
11654
|
-
#
|
|
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.
|
|
12187
|
+
context[:gem_version] = '1.157.0'
|
|
12183
12188
|
Seahorse::Client::Request.new(handlers, context)
|
|
12184
12189
|
end
|
|
12185
12190
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -3512,7 +3512,13 @@ module Aws::SSM
|
|
|
3512
3512
|
end
|
|
3513
3513
|
|
|
3514
3514
|
# @!attribute [rw] description
|
|
3515
|
-
#
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
#
|
|
18813
|
-
#
|
|
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
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.
|
|
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-
|
|
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
|