aws-sdk-ssmcontacts 1.13.0 → 1.14.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: d252820ad132e6165dd99bd19363724f6319d4077c708f73c70e8fd8224707ec
4
- data.tar.gz: 2191b6fbd9973110ff4e7b246dff42ba0e36d017f62a83f77e97c722d0c9ac90
3
+ metadata.gz: 35ed751a7b2242e10b5116d209dbc62793aa89102149a29af63775c3ec88a615
4
+ data.tar.gz: 5cf25ea3b6ad918a8087db0278f3404252b992d86d001706abbd324d90fc2786
5
5
  SHA512:
6
- metadata.gz: 3df65616f1b1b400f5717dedc9f6e8610d18dc2eda3b38a402d78a86eac779b83d70d676a0b8e098c6ed1ed817ed49ce2696499c807b3a737b095821c6e014f8
7
- data.tar.gz: e07ba3796ef8af0fafb12bce39067138d6051daf3fa69f9fc31e21e078008268bd090b8c1eb5cb7c647de72f727dfabb2521e18c3a371e047a26f1f470f8cb72
6
+ metadata.gz: fca43f118252a5ed990a274350ebfda7502cd0faab0fbeacaea2d430f295d392d91914e92397f8ccae9065b6e986005e6676deb980b3b7936138f2a4b1ca80a7
7
+ data.tar.gz: 724d5dab326d7981dc9b0e67ee0c4e5e81479c620f25376f999167cf6216dd7a29ead94d6af5ed57cdc19eac2cebcd62ca0da9f18d562b7fe6055161628060fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2022-05-09)
5
+ ------------------
6
+
7
+ * Feature - Fixed an error in the DescribeEngagement example for AWS Incident Manager.
8
+
4
9
  1.13.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -824,7 +824,7 @@ module Aws::SSMContacts
824
824
  # public_content: "Testing engagements",
825
825
  # public_subject: "test",
826
826
  # sender: "tester",
827
- # start_time: Time.parse("$2021-05-18T18:25:41.151000+00:00"),
827
+ # start_time: Time.parse("2021-05-18T18:25:41.151000+00:00"),
828
828
  # subject: "test",
829
829
  # }
830
830
  #
@@ -1713,7 +1713,15 @@ module Aws::SSMContacts
1713
1713
  req.send_request(options)
1714
1714
  end
1715
1715
 
1716
- # Adds a resource to the specified contact or escalation plan.
1716
+ # Adds a resource policy to the specified contact or escalation plan.
1717
+ # The resource policy is used to share the contact or escalation plan
1718
+ # using Resource Access Manager (RAM). For more information about
1719
+ # cross-account sharing, see [Setting up cross-account
1720
+ # functionality][1].
1721
+ #
1722
+ #
1723
+ #
1724
+ # [1]: https://docs.aws.amazon.com/incident-manager/latest/userguide/xa.html
1717
1725
  #
1718
1726
  # @option params [required, String] :contact_arn
1719
1727
  # The Amazon Resource Name (ARN) of the contact or escalation plan.
@@ -2197,7 +2205,7 @@ module Aws::SSMContacts
2197
2205
  params: params,
2198
2206
  config: config)
2199
2207
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2200
- context[:gem_version] = '1.13.0'
2208
+ context[:gem_version] = '1.14.0'
2201
2209
  Seahorse::Client::Request.new(handlers, context)
2202
2210
  end
2203
2211
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
48
48
  # @!group service
49
49
  module Aws::SSMContacts
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.14.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core