aws-sdk-ssmincidents 1.10.0 → 1.13.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +7 -5
- data/lib/aws-sdk-ssmincidents/client_api.rb +2 -1
- 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: 66a6658df24d35518d8b322d0b54af1eb7f8d3e33ecff2833a4cad3e94c5ae60
|
4
|
+
data.tar.gz: da5f3eb12000601562b77fcb083158b305e91c11766cbd58e177db29cf890faf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 011370f8956270d5c4b0e8cb101b3621358297b1eaccdf472aa93f2a4bd25e5f065836baffdd1e9abfc9f83dd5d402c016502fa4e47cab4eb1b016c687bd9503
|
7
|
+
data.tar.gz: ba40692aaaddc5913e4a4713ad57f70c6ef2f8c164427b91ca0aa44c92476ef11c97deb412216b192d5e822adfb1eb4d61b321f6c817c824ef76db1aa6207712
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.13.0 (2022-03-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Removed incorrect validation pattern for IncidentRecordSource.invokedBy
|
8
|
+
|
9
|
+
1.12.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.11.0 (2022-02-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Update RelatedItem enum to support SSM Automation
|
18
|
+
|
4
19
|
1.10.0 (2022-02-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.13.0
|
@@ -27,6 +27,7 @@ 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'
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
@@ -75,6 +76,7 @@ module Aws::SSMIncidents
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
78
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
79
81
|
add_plugin(Aws::Plugins::RecursionDetection)
|
80
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
@@ -1015,7 +1017,7 @@ module Aws::SSMIncidents
|
|
1015
1017
|
#
|
1016
1018
|
# resp.next_token #=> String
|
1017
1019
|
# resp.related_items #=> Array
|
1018
|
-
# 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"
|
1019
1021
|
# resp.related_items[0].identifier.value.arn #=> String
|
1020
1022
|
# resp.related_items[0].identifier.value.metric_definition #=> String
|
1021
1023
|
# resp.related_items[0].identifier.value.url #=> String
|
@@ -1315,7 +1317,7 @@ module Aws::SSMIncidents
|
|
1315
1317
|
# related_items: [
|
1316
1318
|
# {
|
1317
1319
|
# identifier: { # required
|
1318
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1320
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1319
1321
|
# value: { # required
|
1320
1322
|
# arn: "Arn",
|
1321
1323
|
# metric_definition: "MetricDefinition",
|
@@ -1559,7 +1561,7 @@ module Aws::SSMIncidents
|
|
1559
1561
|
# related_items_update: { # required
|
1560
1562
|
# item_to_add: {
|
1561
1563
|
# identifier: { # required
|
1562
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1564
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1563
1565
|
# value: { # required
|
1564
1566
|
# arn: "Arn",
|
1565
1567
|
# metric_definition: "MetricDefinition",
|
@@ -1569,7 +1571,7 @@ module Aws::SSMIncidents
|
|
1569
1571
|
# title: "RelatedItemTitleString",
|
1570
1572
|
# },
|
1571
1573
|
# item_to_remove: {
|
1572
|
-
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
|
1574
|
+
# type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER, AUTOMATION
|
1573
1575
|
# value: { # required
|
1574
1576
|
# arn: "Arn",
|
1575
1577
|
# metric_definition: "MetricDefinition",
|
@@ -1804,7 +1806,7 @@ module Aws::SSMIncidents
|
|
1804
1806
|
params: params,
|
1805
1807
|
config: config)
|
1806
1808
|
context[:gem_name] = 'aws-sdk-ssmincidents'
|
1807
|
-
context[:gem_version] = '1.
|
1809
|
+
context[:gem_version] = '1.13.0'
|
1808
1810
|
Seahorse::Client::Request.new(handlers, context)
|
1809
1811
|
end
|
1810
1812
|
|
@@ -125,6 +125,7 @@ module Aws::SSMIncidents
|
|
125
125
|
ResponsePlanSummaryList = Shapes::ListShape.new(name: 'ResponsePlanSummaryList')
|
126
126
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
127
127
|
ServiceCode = Shapes::StringShape.new(name: 'ServiceCode')
|
128
|
+
ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
|
128
129
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
129
130
|
SnsArn = Shapes::StringShape.new(name: 'SnsArn')
|
130
131
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
@@ -369,7 +370,7 @@ module Aws::SSMIncidents
|
|
369
370
|
IncidentRecord.struct_class = Types::IncidentRecord
|
370
371
|
|
371
372
|
IncidentRecordSource.add_member(:created_by, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "createdBy"))
|
372
|
-
IncidentRecordSource.add_member(:invoked_by, Shapes::ShapeRef.new(shape:
|
373
|
+
IncidentRecordSource.add_member(:invoked_by, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "invokedBy"))
|
373
374
|
IncidentRecordSource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "resourceArn"))
|
374
375
|
IncidentRecordSource.add_member(:source, Shapes::ShapeRef.new(shape: IncidentSource, required: true, location_name: "source"))
|
375
376
|
IncidentRecordSource.struct_class = Types::IncidentRecordSource
|
@@ -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.13.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-
|
11
|
+
date: 2022-03-16 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.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.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|