aws-sdk-ssmincidents 1.9.0 → 1.12.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: fdf348d0717b43232064686039c3887c21466fbd613fc304beb2c12959d5e31f
4
- data.tar.gz: eca67a487a5f2385d89a5714bb1c1a3b2f1ea71fb78da622e9625dac3733749c
3
+ metadata.gz: ebfd456aa3ab03a5fd1dc2ba9652db2b1563b0989b2aaa4a58b8d159bcdf8303
4
+ data.tar.gz: 0526e05e8d135e8854b8ac0e6742e91a7a933ceeeed088c7bf42e224e56c65ec
5
5
  SHA512:
6
- metadata.gz: 58a173355d511763f95bb1bde10415614f4d60ce8e0275b8ef1a14e198792cd74aec626acbf36f845870c954226a81cccb3626bff4075699a4668b9c49c02a01
7
- data.tar.gz: dfcc6c48ec14145067e924aa76eb83541c8e8ddcc1fbb9226ca18dfb5cbc9f928d253faba6a8f5534626d17960d3e96f134ca177ab78ca4f9b8c3c2263bb7b38
6
+ metadata.gz: 440c98e54d72a93e7ac69b49ac8e268c1e541c7d3007346e952c5fe46b0f5b092060d9759a8f894d3eda35a07d9350a334983c2878b08f44bcaaafced7ff75b8
7
+ data.tar.gz: 9e6aaaf60dffd2992d91b20e1d32cd9c0ae6472aa755a5c1cb0a70cfed1ad6848e40b593e64525655fe5df09efc881cec0c40c3f8a0209d159531938c99bbdb6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.11.0 (2022-02-07)
10
+ ------------------
11
+
12
+ * Feature - Update RelatedItem enum to support SSM Automation
13
+
14
+ 1.10.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.9.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.12.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::SSMIncidents
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -1013,7 +1017,7 @@ module Aws::SSMIncidents
1013
1017
  #
1014
1018
  # resp.next_token #=> String
1015
1019
  # resp.related_items #=> Array
1016
- # resp.related_items[0].identifier.type #=> String, one of "ANALYSIS", "INCIDENT", "METRIC", "PARENT", "ATTACHMENT", "OTHER"
1020
+ # resp.related_items[0].identifier.type #=> String, one of "ANALYSIS", "INCIDENT", "METRIC", "PARENT", "ATTACHMENT", "OTHER", "AUTOMATION"
1017
1021
  # resp.related_items[0].identifier.value.arn #=> String
1018
1022
  # resp.related_items[0].identifier.value.metric_definition #=> String
1019
1023
  # resp.related_items[0].identifier.value.url #=> String
@@ -1313,7 +1317,7 @@ module Aws::SSMIncidents
1313
1317
  # related_items: [
1314
1318
  # {
1315
1319
  # identifier: { # required
1316
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1320
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1317
1321
  # value: { # required
1318
1322
  # arn: "Arn",
1319
1323
  # metric_definition: "MetricDefinition",
@@ -1557,7 +1561,7 @@ module Aws::SSMIncidents
1557
1561
  # related_items_update: { # required
1558
1562
  # item_to_add: {
1559
1563
  # identifier: { # required
1560
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1564
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1561
1565
  # value: { # required
1562
1566
  # arn: "Arn",
1563
1567
  # metric_definition: "MetricDefinition",
@@ -1567,7 +1571,7 @@ module Aws::SSMIncidents
1567
1571
  # title: "RelatedItemTitleString",
1568
1572
  # },
1569
1573
  # item_to_remove: {
1570
- # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
1574
+ # type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
1571
1575
  # value: { # required
1572
1576
  # arn: "Arn",
1573
1577
  # metric_definition: "MetricDefinition",
@@ -1802,7 +1806,7 @@ module Aws::SSMIncidents
1802
1806
  params: params,
1803
1807
  config: config)
1804
1808
  context[:gem_name] = 'aws-sdk-ssmincidents'
1805
- context[:gem_version] = '1.9.0'
1809
+ context[:gem_version] = '1.12.0'
1806
1810
  Seahorse::Client::Request.new(handlers, context)
1807
1811
  end
1808
1812
 
@@ -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.9.0'
52
+ GEM_VERSION = '1.12.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.9.0
4
+ version: 1.12.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement