aws-sdk-ssmincidents 1.49.0 → 1.51.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +2 -3
- data/lib/aws-sdk-ssmincidents/client_api.rb +10 -10
- data/lib/aws-sdk-ssmincidents.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1716cb2768a7062788913328f20cf8916ba31fb64a87e68a945a2db4f05f006
|
4
|
+
data.tar.gz: 5ba0f07a5703dced8d274205fad4da01785e6e363cab2cf33b8e38518a8ad480
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 951a64cc1d0b65e8084fbf01787993379889cc8da78ff333049ebf341cc6ac46a8b2e71ea840f2ab13c1a9fac8bba6c2e473cf182dd072cb9e13d6a7c9e00e55
|
7
|
+
data.tar.gz: 597b5e41d05bc3573da65179831e82b7d0f184d38b4e988c332e0299f3aa8c22376f203ab7072ce0d84d9e9aa8c4c2dcc028dc3e842c3b273d06a2959ae0db77
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.50.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.49.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -200,8 +200,7 @@ module Aws::SSMIncidents
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2171,7 +2170,7 @@ module Aws::SSMIncidents
|
|
2171
2170
|
tracer: tracer
|
2172
2171
|
)
|
2173
2172
|
context[:gem_name] = 'aws-sdk-ssmincidents'
|
2174
|
-
context[:gem_version] = '1.
|
2173
|
+
context[:gem_version] = '1.51.0'
|
2175
2174
|
Seahorse::Client::Request.new(handlers, context)
|
2176
2175
|
end
|
2177
2176
|
|
@@ -295,7 +295,7 @@ module Aws::SSMIncidents
|
|
295
295
|
ConflictException.add_member(:retry_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "retryAfter"))
|
296
296
|
ConflictException.struct_class = Types::ConflictException
|
297
297
|
|
298
|
-
CreateReplicationSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
298
|
+
CreateReplicationSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
299
299
|
CreateReplicationSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionMapInput, required: true, location_name: "regions"))
|
300
300
|
CreateReplicationSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
301
301
|
CreateReplicationSetInput.struct_class = Types::CreateReplicationSetInput
|
@@ -305,7 +305,7 @@ module Aws::SSMIncidents
|
|
305
305
|
|
306
306
|
CreateResponsePlanInput.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsList, location_name: "actions"))
|
307
307
|
CreateResponsePlanInput.add_member(:chat_channel, Shapes::ShapeRef.new(shape: ChatChannel, location_name: "chatChannel"))
|
308
|
-
CreateResponsePlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
308
|
+
CreateResponsePlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
309
309
|
CreateResponsePlanInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResponsePlanDisplayName, location_name: "displayName"))
|
310
310
|
CreateResponsePlanInput.add_member(:engagements, Shapes::ShapeRef.new(shape: EngagementSet, location_name: "engagements"))
|
311
311
|
CreateResponsePlanInput.add_member(:incident_template, Shapes::ShapeRef.new(shape: IncidentTemplate, required: true, location_name: "incidentTemplate"))
|
@@ -317,7 +317,7 @@ module Aws::SSMIncidents
|
|
317
317
|
CreateResponsePlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
318
318
|
CreateResponsePlanOutput.struct_class = Types::CreateResponsePlanOutput
|
319
319
|
|
320
|
-
CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
320
|
+
CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
321
321
|
CreateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, required: true, location_name: "eventData"))
|
322
322
|
CreateTimelineEventInput.add_member(:event_references, Shapes::ShapeRef.new(shape: EventReferenceList, location_name: "eventReferences"))
|
323
323
|
CreateTimelineEventInput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "eventTime"))
|
@@ -703,7 +703,7 @@ module Aws::SSMIncidents
|
|
703
703
|
SsmParameters.key = Shapes::ShapeRef.new(shape: SsmParametersKeyString)
|
704
704
|
SsmParameters.value = Shapes::ShapeRef.new(shape: SsmParameterValues)
|
705
705
|
|
706
|
-
StartIncidentInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
706
|
+
StartIncidentInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
707
707
|
StartIncidentInput.add_member(:impact, Shapes::ShapeRef.new(shape: Impact, location_name: "impact"))
|
708
708
|
StartIncidentInput.add_member(:related_items, Shapes::ShapeRef.new(shape: RelatedItemList, location_name: "relatedItems"))
|
709
709
|
StartIncidentInput.add_member(:response_plan_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "responsePlanArn"))
|
@@ -757,7 +757,7 @@ module Aws::SSMIncidents
|
|
757
757
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
758
758
|
|
759
759
|
UpdateDeletionProtectionInput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
760
|
-
UpdateDeletionProtectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
760
|
+
UpdateDeletionProtectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
761
761
|
UpdateDeletionProtectionInput.add_member(:deletion_protected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "deletionProtected"))
|
762
762
|
UpdateDeletionProtectionInput.struct_class = Types::UpdateDeletionProtectionInput
|
763
763
|
|
@@ -765,7 +765,7 @@ module Aws::SSMIncidents
|
|
765
765
|
|
766
766
|
UpdateIncidentRecordInput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
767
767
|
UpdateIncidentRecordInput.add_member(:chat_channel, Shapes::ShapeRef.new(shape: ChatChannel, location_name: "chatChannel"))
|
768
|
-
UpdateIncidentRecordInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
768
|
+
UpdateIncidentRecordInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
769
769
|
UpdateIncidentRecordInput.add_member(:impact, Shapes::ShapeRef.new(shape: Impact, location_name: "impact"))
|
770
770
|
UpdateIncidentRecordInput.add_member(:notification_targets, Shapes::ShapeRef.new(shape: NotificationTargetSet, location_name: "notificationTargets"))
|
771
771
|
UpdateIncidentRecordInput.add_member(:status, Shapes::ShapeRef.new(shape: IncidentRecordStatus, location_name: "status"))
|
@@ -775,7 +775,7 @@ module Aws::SSMIncidents
|
|
775
775
|
|
776
776
|
UpdateIncidentRecordOutput.struct_class = Types::UpdateIncidentRecordOutput
|
777
777
|
|
778
|
-
UpdateRelatedItemsInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
778
|
+
UpdateRelatedItemsInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
779
779
|
UpdateRelatedItemsInput.add_member(:incident_record_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "incidentRecordArn"))
|
780
780
|
UpdateRelatedItemsInput.add_member(:related_items_update, Shapes::ShapeRef.new(shape: RelatedItemsUpdate, required: true, location_name: "relatedItemsUpdate"))
|
781
781
|
UpdateRelatedItemsInput.struct_class = Types::UpdateRelatedItemsInput
|
@@ -792,7 +792,7 @@ module Aws::SSMIncidents
|
|
792
792
|
|
793
793
|
UpdateReplicationSetInput.add_member(:actions, Shapes::ShapeRef.new(shape: UpdateReplicationSetInputActionsList, required: true, location_name: "actions"))
|
794
794
|
UpdateReplicationSetInput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
795
|
-
UpdateReplicationSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
795
|
+
UpdateReplicationSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
796
796
|
UpdateReplicationSetInput.struct_class = Types::UpdateReplicationSetInput
|
797
797
|
|
798
798
|
UpdateReplicationSetInputActionsList.member = Shapes::ShapeRef.new(shape: UpdateReplicationSetAction)
|
@@ -802,7 +802,7 @@ module Aws::SSMIncidents
|
|
802
802
|
UpdateResponsePlanInput.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsList, location_name: "actions"))
|
803
803
|
UpdateResponsePlanInput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
804
804
|
UpdateResponsePlanInput.add_member(:chat_channel, Shapes::ShapeRef.new(shape: ChatChannel, location_name: "chatChannel"))
|
805
|
-
UpdateResponsePlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
805
|
+
UpdateResponsePlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
806
806
|
UpdateResponsePlanInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResponsePlanDisplayName, location_name: "displayName"))
|
807
807
|
UpdateResponsePlanInput.add_member(:engagements, Shapes::ShapeRef.new(shape: EngagementSet, location_name: "engagements"))
|
808
808
|
UpdateResponsePlanInput.add_member(:incident_template_dedupe_string, Shapes::ShapeRef.new(shape: DedupeString, location_name: "incidentTemplateDedupeString"))
|
@@ -816,7 +816,7 @@ module Aws::SSMIncidents
|
|
816
816
|
|
817
817
|
UpdateResponsePlanOutput.struct_class = Types::UpdateResponsePlanOutput
|
818
818
|
|
819
|
-
UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
819
|
+
UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
820
820
|
UpdateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, location_name: "eventData"))
|
821
821
|
UpdateTimelineEventInput.add_member(:event_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "eventId"))
|
822
822
|
UpdateTimelineEventInput.add_member(:event_references, Shapes::ShapeRef.new(shape: EventReferenceList, location_name: "eventReferences"))
|
data/lib/aws-sdk-ssmincidents.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.51.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmincidents
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmincidents/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - SSM Incidents
|
100
97
|
test_files: []
|