aws-sdk-ssmincidents 1.7.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +20 -7
- data/lib/aws-sdk-ssmincidents/types.rb +5 -5
- data/lib/aws-sdk-ssmincidents.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 818b354486ccb73585d1aa8ac02080990d19255cb7865bf37efd41dae1a0c355
|
4
|
+
data.tar.gz: ee73c77c389b0d312cf6f9c71b9057634e0e231e1fbc9137f41290396d1e7317
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37da1d561238e5125ac83aa97d4ac67b0c82d85cd458e2fd77a8f88f0b876a1abb8ad41920c78d8f7cfc277259f5d5317751df30f6ff2b4aa61e0d8ae0027278
|
7
|
+
data.tar.gz: 9e8d157fdd0ea4d10c62ffef36c1f7b57a88830e0aed8dcf277c90cf08b5db6bde6fe4526f49daae8fb99216e36b79ff686ea9f27849855d73d426b364e4f353
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
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
|
+
|
9
|
+
1.10.0 (2022-02-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.9.0 (2021-12-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.8.0 (2021-11-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.7.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -27,6 +27,8 @@ 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/defaults_mode.rb'
|
31
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
30
32
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
31
33
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
32
34
|
|
@@ -73,6 +75,8 @@ module Aws::SSMIncidents
|
|
73
75
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
74
76
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
77
|
add_plugin(Aws::Plugins::HttpChecksum)
|
78
|
+
add_plugin(Aws::Plugins::DefaultsMode)
|
79
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
76
80
|
add_plugin(Aws::Plugins::SignatureV4)
|
77
81
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
78
82
|
|
@@ -119,7 +123,9 @@ module Aws::SSMIncidents
|
|
119
123
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
124
|
# are very aggressive. Construct and pass an instance of
|
121
125
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
126
|
+
# enable retries and extended timeouts. Instance profile credential
|
127
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
128
|
+
# to true.
|
123
129
|
#
|
124
130
|
# @option options [required, String] :region
|
125
131
|
# The AWS region to connect to. The configured `:region` is
|
@@ -173,6 +179,10 @@ module Aws::SSMIncidents
|
|
173
179
|
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
174
180
|
# a clock skew correction and retry requests with skewed client clocks.
|
175
181
|
#
|
182
|
+
# @option options [String] :defaults_mode ("legacy")
|
183
|
+
# See {Aws::DefaultsModeConfiguration} for a list of the
|
184
|
+
# accepted modes and the configuration defaults that are included.
|
185
|
+
#
|
176
186
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
177
187
|
# Set to true to disable SDK automatically adding host prefix
|
178
188
|
# to default service endpoint when available.
|
@@ -295,7 +305,7 @@ module Aws::SSMIncidents
|
|
295
305
|
# seconds to wait when opening a HTTP session before raising a
|
296
306
|
# `Timeout::Error`.
|
297
307
|
#
|
298
|
-
# @option options [
|
308
|
+
# @option options [Float] :http_read_timeout (60) The default
|
299
309
|
# number of seconds to wait for response data. This value can
|
300
310
|
# safely be set per-request on the session.
|
301
311
|
#
|
@@ -311,6 +321,9 @@ module Aws::SSMIncidents
|
|
311
321
|
# disables this behaviour. This value can safely be set per
|
312
322
|
# request on the session.
|
313
323
|
#
|
324
|
+
# @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
|
325
|
+
# in seconds.
|
326
|
+
#
|
314
327
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
315
328
|
# HTTP debug output will be sent to the `:logger`.
|
316
329
|
#
|
@@ -1002,7 +1015,7 @@ module Aws::SSMIncidents
|
|
1002
1015
|
#
|
1003
1016
|
# resp.next_token #=> String
|
1004
1017
|
# resp.related_items #=> Array
|
1005
|
-
# 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"
|
1006
1019
|
# resp.related_items[0].identifier.value.arn #=> String
|
1007
1020
|
# resp.related_items[0].identifier.value.metric_definition #=> String
|
1008
1021
|
# resp.related_items[0].identifier.value.url #=> String
|
@@ -1302,7 +1315,7 @@ module Aws::SSMIncidents
|
|
1302
1315
|
# related_items: [
|
1303
1316
|
# {
|
1304
1317
|
# identifier: { # required
|
1305
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1318
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1306
1319
|
# value: { # required
|
1307
1320
|
# arn: "Arn",
|
1308
1321
|
# metric_definition: "MetricDefinition",
|
@@ -1546,7 +1559,7 @@ module Aws::SSMIncidents
|
|
1546
1559
|
# related_items_update: { # required
|
1547
1560
|
# item_to_add: {
|
1548
1561
|
# identifier: { # required
|
1549
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1562
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1550
1563
|
# value: { # required
|
1551
1564
|
# arn: "Arn",
|
1552
1565
|
# metric_definition: "MetricDefinition",
|
@@ -1556,7 +1569,7 @@ module Aws::SSMIncidents
|
|
1556
1569
|
# title: "RelatedItemTitleString",
|
1557
1570
|
# },
|
1558
1571
|
# item_to_remove: {
|
1559
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1572
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1560
1573
|
# value: { # required
|
1561
1574
|
# arn: "Arn",
|
1562
1575
|
# metric_definition: "MetricDefinition",
|
@@ -1791,7 +1804,7 @@ module Aws::SSMIncidents
|
|
1791
1804
|
params: params,
|
1792
1805
|
config: config)
|
1793
1806
|
context[:gem_name] = 'aws-sdk-ssmincidents'
|
1794
|
-
context[:gem_version] = '1.
|
1807
|
+
context[:gem_version] = '1.11.0'
|
1795
1808
|
Seahorse::Client::Request.new(handlers, context)
|
1796
1809
|
end
|
1797
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",
|
data/lib/aws-sdk-ssmincidents.rb
CHANGED
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.
|
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:
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.126.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.
|
32
|
+
version: 3.126.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|