aws-sdk-ssmincidents 1.12.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +1 -1
- data/lib/aws-sdk-ssmincidents/client_api.rb +2 -1
- data/lib/aws-sdk-ssmincidents.rb +1 -1
- metadata +2 -2
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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.13.0
|
@@ -1806,7 +1806,7 @@ module Aws::SSMIncidents
|
|
1806
1806
|
params: params,
|
1807
1807
|
config: config)
|
1808
1808
|
context[:gem_name] = 'aws-sdk-ssmincidents'
|
1809
|
-
context[:gem_version] = '1.
|
1809
|
+
context[:gem_version] = '1.13.0'
|
1810
1810
|
Seahorse::Client::Request.new(handlers, context)
|
1811
1811
|
end
|
1812
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
|
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
|