aws-sdk-ssmincidents 1.10.0 → 1.11.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: a30647b7345d0e324d6594eb0973e7d52a9e140fd31abae32b37384a35212afc
4
- data.tar.gz: 890c0a3829e79407eac6388ef1f61b1d9ede2683b208275a77f31e3cb2308d81
3
+ metadata.gz: 818b354486ccb73585d1aa8ac02080990d19255cb7865bf37efd41dae1a0c355
4
+ data.tar.gz: ee73c77c389b0d312cf6f9c71b9057634e0e231e1fbc9137f41290396d1e7317
5
5
  SHA512:
6
- metadata.gz: 8959eee90bfb91454bc6ef10b50d17bfc996e068cb2c694b3000e17e3ff3cbefc3722e78655327b8b72f98b2f0532ca2e1ef2628d0902fd9b93473e0da61ad87
7
- data.tar.gz: ac7c952efa0f0d0d4410ad6312d980b963f4f5294bf9e2720107c59004d66bf58d4d0a92021db197f9b36cafcd7d776c17f5cc536ccfc4bea66806fb492388a7
6
+ metadata.gz: 37da1d561238e5125ac83aa97d4ac67b0c82d85cd458e2fd77a8f88f0b876a1abb8ad41920c78d8f7cfc277259f5d5317751df30f6ff2b4aa61e0d8ae0027278
7
+ data.tar.gz: 9e8d157fdd0ea4d10c62ffef36c1f7b57a88830e0aed8dcf277c90cf08b5db6bde6fe4526f49daae8fb99216e36b79ff686ea9f27849855d73d426b364e4f353
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2022-02-07)
5
+ ------------------
6
+
7
+ * Feature - Update RelatedItem enum to support SSM Automation
8
+
4
9
  1.10.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -1015,7 +1015,7 @@ module Aws::SSMIncidents
1015
1015
  #
1016
1016
  # resp.next_token #=> String
1017
1017
  # resp.related_items #=> Array
1018
- # resp.related_items[0].identifier.type #=> String, one of "ANALYSIS", "INCIDENT", "METRIC", "PARENT", "ATTACHMENT", "OTHER"
1018
+ # resp.related_items[0].identifier.type #=> String, one of "ANALYSIS", "INCIDENT", "METRIC", "PARENT", "ATTACHMENT", "OTHER", "AUTOMATION"
1019
1019
  # resp.related_items[0].identifier.value.arn #=> String
1020
1020
  # resp.related_items[0].identifier.value.metric_definition #=> String
1021
1021
  # resp.related_items[0].identifier.value.url #=> String
@@ -1315,7 +1315,7 @@ module Aws::SSMIncidents
1315
1315
  # related_items: [
1316
1316
  # {
1317
1317
  # identifier: { # required
1318
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1318
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1319
1319
  # value: { # required
1320
1320
  # arn: "Arn",
1321
1321
  # metric_definition: "MetricDefinition",
@@ -1559,7 +1559,7 @@ module Aws::SSMIncidents
1559
1559
  # related_items_update: { # required
1560
1560
  # item_to_add: {
1561
1561
  # identifier: { # required
1562
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1562
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1563
1563
  # value: { # required
1564
1564
  # arn: "Arn",
1565
1565
  # metric_definition: "MetricDefinition",
@@ -1569,7 +1569,7 @@ module Aws::SSMIncidents
1569
1569
  # title: "RelatedItemTitleString",
1570
1570
  # },
1571
1571
  # item_to_remove: {
1572
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1572
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1573
1573
  # value: { # required
1574
1574
  # arn: "Arn",
1575
1575
  # metric_definition: "MetricDefinition",
@@ -1804,7 +1804,7 @@ module Aws::SSMIncidents
1804
1804
  params: params,
1805
1805
  config: config)
1806
1806
  context[:gem_name] = 'aws-sdk-ssmincidents'
1807
- context[:gem_version] = '1.10.0'
1807
+ context[:gem_version] = '1.11.0'
1808
1808
  Seahorse::Client::Request.new(handlers, context)
1809
1809
  end
1810
1810
 
@@ -1128,7 +1128,7 @@ module Aws::SSMIncidents
1128
1128
  # data as a hash:
1129
1129
  #
1130
1130
  # {
1131
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1131
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1132
1132
  # value: { # required
1133
1133
  # arn: "Arn",
1134
1134
  # metric_definition: "MetricDefinition",
@@ -1667,7 +1667,7 @@ module Aws::SSMIncidents
1667
1667
  #
1668
1668
  # {
1669
1669
  # identifier: { # required
1670
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1670
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1671
1671
  # value: { # required
1672
1672
  # arn: "Arn",
1673
1673
  # metric_definition: "MetricDefinition",
@@ -1942,7 +1942,7 @@ module Aws::SSMIncidents
1942
1942
  # related_items: [
1943
1943
  # {
1944
1944
  # identifier: { # required
1945
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1945
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1946
1946
  # value: { # required
1947
1947
  # arn: "Arn",
1948
1948
  # metric_definition: "MetricDefinition",
@@ -2360,7 +2360,7 @@ module Aws::SSMIncidents
2360
2360
  # related_items_update: { # required
2361
2361
  # item_to_add: {
2362
2362
  # identifier: { # required
2363
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
2363
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
2364
2364
  # value: { # required
2365
2365
  # arn: "Arn",
2366
2366
  # metric_definition: "MetricDefinition",
@@ -2370,7 +2370,7 @@ module Aws::SSMIncidents
2370
2370
  # title: "RelatedItemTitleString",
2371
2371
  # },
2372
2372
  # item_to_remove: {
2373
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
2373
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
2374
2374
  # value: { # required
2375
2375
  # arn: "Arn",
2376
2376
  # metric_definition: "MetricDefinition",
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssmincidents/customizations'
49
49
  # @!group service
50
50
  module Aws::SSMIncidents
51
51
 
52
- GEM_VERSION = '1.10.0'
52
+ GEM_VERSION = '1.11.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmincidents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-03 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core