aws-sdk-ssmincidents 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebfd456aa3ab03a5fd1dc2ba9652db2b1563b0989b2aaa4a58b8d159bcdf8303
4
- data.tar.gz: 0526e05e8d135e8854b8ac0e6742e91a7a933ceeeed088c7bf42e224e56c65ec
3
+ metadata.gz: 66a6658df24d35518d8b322d0b54af1eb7f8d3e33ecff2833a4cad3e94c5ae60
4
+ data.tar.gz: da5f3eb12000601562b77fcb083158b305e91c11766cbd58e177db29cf890faf
5
5
  SHA512:
6
- metadata.gz: 440c98e54d72a93e7ac69b49ac8e268c1e541c7d3007346e952c5fe46b0f5b092060d9759a8f894d3eda35a07d9350a334983c2878b08f44bcaaafced7ff75b8
7
- data.tar.gz: 9e6aaaf60dffd2992d91b20e1d32cd9c0ae6472aa755a5c1cb0a70cfed1ad6848e40b593e64525655fe5df09efc881cec0c40c3f8a0209d159531938c99bbdb6
6
+ metadata.gz: 011370f8956270d5c4b0e8cb101b3621358297b1eaccdf472aa93f2a4bd25e5f065836baffdd1e9abfc9f83dd5d402c016502fa4e47cab4eb1b016c687bd9503
7
+ data.tar.gz: ba40692aaaddc5913e4a4713ad57f70c6ef2f8c164427b91ca0aa44c92476ef11c97deb412216b192d5e822adfb1eb4d61b321f6c817c824ef76db1aa6207712
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.12.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
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.12.0'
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: Arn, location_name: "invokedBy"))
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
@@ -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.12.0'
52
+ GEM_VERSION = '1.13.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.12.0
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-02-24 00:00:00.000000000 Z
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