aws-sdk-ssmincidents 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f314f025f5572783a552f444e5c6c6fcf22e40157a8a91e48ec6481f1f53351b
4
- data.tar.gz: 45dfffb85369562edab2b76f1ffa53f518c88b5aa349d54ff24013b0a2da33ab
3
+ metadata.gz: a89e3d7bf92a0a0fdaaca35f7ed89af08ae3c3fdb7ab3c07912603f9be946425
4
+ data.tar.gz: bed65e0e1ccba74719fe2674f5c5fbedc54e0bff58fefa64f7a0c67b99466d99
5
5
  SHA512:
6
- metadata.gz: 4145af8931615dba9beb7f6043b0ca007ef374e8b197f81d7de914603ff93c81f63fa6b0b3a31fa68bfebf2b112cf86b81c418891a18a94cf27e8ab2a8bd2805
7
- data.tar.gz: b17328e7c5f0bdf0ab83677186b50766afc74da6c62f5e287444f227d90e05673772f120d17833e656ad00e7a1448b8e3ebdfe0c4f8fb3526b4b5f8bfc03dac3
6
+ metadata.gz: 25815331e96efc1f0facba2547e8cf7ca99512d0c0701170e01665b7a453d1e40de963ce23909acb2bb49c9a16aa7792c31188357e059cb91265fd3ba3a5cc69
7
+ data.tar.gz: f83bd9ae08057f2eebcb08419c68212b5745482b863c9df080120d3b936c3418279aa18ef9a24418639bba07900ec1b82f6d8c90c249a114e1b6cf81afcd8832
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2021-08-04)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Incident Manager.
8
+
4
9
  1.2.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -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.2.0'
52
+ GEM_VERSION = '1.3.0'
53
53
 
54
54
  end
@@ -469,7 +469,7 @@ module Aws::SSMIncidents
469
469
  # timeline events to mark important events that are automatically
470
470
  # detected by Incident Manager.
471
471
  #
472
- # @option params [required, String] :client_token
472
+ # @option params [String] :client_token
473
473
  # A token ensuring that the action is called only once with the
474
474
  # specified details.
475
475
  #
@@ -477,7 +477,8 @@ module Aws::SSMIncidents
477
477
  # not need to pass this option.**
478
478
  #
479
479
  # @option params [required, String] :event_data
480
- # A short description of the event.
480
+ # A valid JSON string. There is no other schema imposed. A short
481
+ # description of the event.
481
482
  #
482
483
  # @option params [required, Time,DateTime,Date,Integer,String] :event_time
483
484
  # The time that the event occurred.
@@ -498,7 +499,7 @@ module Aws::SSMIncidents
498
499
  # @example Request syntax with placeholder values
499
500
  #
500
501
  # resp = client.create_timeline_event({
501
- # client_token: "ClientToken", # required
502
+ # client_token: "ClientToken",
502
503
  # event_data: "EventData", # required
503
504
  # event_time: Time.now, # required
504
505
  # event_type: "TimelineEventType", # required
@@ -711,6 +712,7 @@ module Aws::SSMIncidents
711
712
  #
712
713
  # @example Response structure
713
714
  #
715
+ # resp.replication_set.arn #=> String
714
716
  # resp.replication_set.created_by #=> String
715
717
  # resp.replication_set.created_time #=> Time
716
718
  # resp.replication_set.deletion_protected #=> Boolean
@@ -1440,9 +1442,8 @@ module Aws::SSMIncidents
1440
1442
  # action is needed to avoid impact.
1441
1443
  #
1442
1444
  # @option params [Array<Types::NotificationTargetItem>] :notification_targets
1443
- # The SNS targets that AWS Chatbot uses to notify the chat channel of
1444
- # updates to an incident. You can also make updates to the incident
1445
- # through the chat channel using the SNS topics.
1445
+ # The SNS targets that are notified when updates are made to an
1446
+ # incident.
1446
1447
  #
1447
1448
  # Using multiple SNS topics creates redundancy in the case that a Region
1448
1449
  # is down during the incident.
@@ -1602,6 +1603,9 @@ module Aws::SSMIncidents
1602
1603
  # The AWS Chatbot chat channel used for collaboration during an
1603
1604
  # incident.
1604
1605
  #
1606
+ # Use the empty structure to remove the chat channel from the response
1607
+ # plan.
1608
+ #
1605
1609
  # @option params [String] :client_token
1606
1610
  # A token ensuring that the action is called only once with the
1607
1611
  # specified details.
@@ -1636,8 +1640,8 @@ module Aws::SSMIncidents
1636
1640
  # * `1` - No impact
1637
1641
  #
1638
1642
  # @option params [Array<Types::NotificationTargetItem>] :incident_template_notification_targets
1639
- # The SNS targets that AWS Chatbot uses to notify the chat channels and
1640
- # perform actions on the incident record.
1643
+ # The SNS targets that are notified when updates are made to an
1644
+ # incident.
1641
1645
  #
1642
1646
  # @option params [String] :incident_template_summary
1643
1647
  # A brief summary of the incident. This typically contains what has
@@ -1696,7 +1700,7 @@ module Aws::SSMIncidents
1696
1700
  # Updates a timeline event. You can update events of type `Custom
1697
1701
  # Event`.
1698
1702
  #
1699
- # @option params [required, String] :client_token
1703
+ # @option params [String] :client_token
1700
1704
  # A token ensuring that the action is called only once with the
1701
1705
  # specified details.
1702
1706
  #
@@ -1725,7 +1729,7 @@ module Aws::SSMIncidents
1725
1729
  # @example Request syntax with placeholder values
1726
1730
  #
1727
1731
  # resp = client.update_timeline_event({
1728
- # client_token: "ClientToken", # required
1732
+ # client_token: "ClientToken",
1729
1733
  # event_data: "EventData",
1730
1734
  # event_id: "UUID", # required
1731
1735
  # event_time: Time.now,
@@ -1755,7 +1759,7 @@ module Aws::SSMIncidents
1755
1759
  params: params,
1756
1760
  config: config)
1757
1761
  context[:gem_name] = 'aws-sdk-ssmincidents'
1758
- context[:gem_version] = '1.2.0'
1762
+ context[:gem_version] = '1.3.0'
1759
1763
  Seahorse::Client::Request.new(handlers, context)
1760
1764
  end
1761
1765
 
@@ -251,7 +251,7 @@ module Aws::SSMIncidents
251
251
  CreateResponsePlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
252
252
  CreateResponsePlanOutput.struct_class = Types::CreateResponsePlanOutput
253
253
 
254
- CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
254
+ CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
255
255
  CreateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, required: true, location_name: "eventData"))
256
256
  CreateTimelineEventInput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "eventTime"))
257
257
  CreateTimelineEventInput.add_member(:event_type, Shapes::ShapeRef.new(shape: TimelineEventType, required: true, location_name: "eventType"))
@@ -506,6 +506,7 @@ module Aws::SSMIncidents
506
506
  RelatedItemsUpdate.add_member_subclass(:unknown, Types::RelatedItemsUpdate::Unknown)
507
507
  RelatedItemsUpdate.struct_class = Types::RelatedItemsUpdate
508
508
 
509
+ ReplicationSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
509
510
  ReplicationSet.add_member(:created_by, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "createdBy"))
510
511
  ReplicationSet.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
511
512
  ReplicationSet.add_member(:deletion_protected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "deletionProtected"))
@@ -662,7 +663,7 @@ module Aws::SSMIncidents
662
663
 
663
664
  UpdateResponsePlanOutput.struct_class = Types::UpdateResponsePlanOutput
664
665
 
665
- UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
666
+ UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
666
667
  UpdateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, location_name: "eventData"))
667
668
  UpdateTimelineEventInput.add_member(:event_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "eventId"))
668
669
  UpdateTimelineEventInput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTime"))
@@ -376,7 +376,7 @@ module Aws::SSMIncidents
376
376
  # data as a hash:
377
377
  #
378
378
  # {
379
- # client_token: "ClientToken", # required
379
+ # client_token: "ClientToken",
380
380
  # event_data: "EventData", # required
381
381
  # event_time: Time.now, # required
382
382
  # event_type: "TimelineEventType", # required
@@ -392,7 +392,8 @@ module Aws::SSMIncidents
392
392
  # @return [String]
393
393
  #
394
394
  # @!attribute [rw] event_data
395
- # A short description of the event.
395
+ # A valid JSON string. There is no other schema imposed. A short
396
+ # description of the event.
396
397
  # @return [String]
397
398
  #
398
399
  # @!attribute [rw] event_time
@@ -928,8 +929,8 @@ module Aws::SSMIncidents
928
929
  # @return [Time]
929
930
  #
930
931
  # @!attribute [rw] notification_targets
931
- # The SNS targets that AWS Chatbot uses to notify the chat channels
932
- # and perform actions on the incident record.
932
+ # The SNS targets that are notified when updates are made to an
933
+ # incident.
933
934
  # @return [Array<Types::NotificationTargetItem>]
934
935
  #
935
936
  # @!attribute [rw] resolved_time
@@ -1075,9 +1076,8 @@ module Aws::SSMIncidents
1075
1076
  # @return [Integer]
1076
1077
  #
1077
1078
  # @!attribute [rw] notification_targets
1078
- # The SNS targets that AWS Chatbot uses to notify the chat channel of
1079
- # updates to an incident. You can also make updates to the incident
1080
- # through the chat channel using the SNS topics.
1079
+ # The SNS targets that are notified when updates are made to an
1080
+ # incident.
1081
1081
  # @return [Array<Types::NotificationTargetItem>]
1082
1082
  #
1083
1083
  # @!attribute [rw] summary
@@ -1514,8 +1514,8 @@ module Aws::SSMIncidents
1514
1514
  include Aws::Structure
1515
1515
  end
1516
1516
 
1517
- # The SNS topic that's used by AWS Chatbot to notify the incidents chat
1518
- # channel.
1517
+ # The SNS targets that are notified when updates are made to an
1518
+ # incident.
1519
1519
  #
1520
1520
  # @note NotificationTargetItem is a union - when making an API calls you must set exactly one of the members.
1521
1521
  #
@@ -1691,6 +1691,10 @@ module Aws::SSMIncidents
1691
1691
  # The set of Regions that your Incident Manager data will be replicated
1692
1692
  # to and the KMS key used to encrypt the data.
1693
1693
  #
1694
+ # @!attribute [rw] arn
1695
+ # The Amazon Resource Name (ARN) of the replication set.
1696
+ # @return [String]
1697
+ #
1694
1698
  # @!attribute [rw] created_by
1695
1699
  # Details about who created the replication set.
1696
1700
  # @return [String]
@@ -1726,6 +1730,7 @@ module Aws::SSMIncidents
1726
1730
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/ReplicationSet AWS API Documentation
1727
1731
  #
1728
1732
  class ReplicationSet < Struct.new(
1733
+ :arn,
1729
1734
  :created_by,
1730
1735
  :created_time,
1731
1736
  :deletion_protected,
@@ -2273,9 +2278,8 @@ module Aws::SSMIncidents
2273
2278
  # @return [Integer]
2274
2279
  #
2275
2280
  # @!attribute [rw] notification_targets
2276
- # The SNS targets that AWS Chatbot uses to notify the chat channel of
2277
- # updates to an incident. You can also make updates to the incident
2278
- # through the chat channel using the SNS topics.
2281
+ # The SNS targets that are notified when updates are made to an
2282
+ # incident.
2279
2283
  #
2280
2284
  # Using multiple SNS topics creates redundancy in the case that a
2281
2285
  # Region is down during the incident.
@@ -2499,6 +2503,9 @@ module Aws::SSMIncidents
2499
2503
  # @!attribute [rw] chat_channel
2500
2504
  # The AWS Chatbot chat channel used for collaboration during an
2501
2505
  # incident.
2506
+ #
2507
+ # Use the empty structure to remove the chat channel from the response
2508
+ # plan.
2502
2509
  # @return [Types::ChatChannel]
2503
2510
  #
2504
2511
  # @!attribute [rw] client_token
@@ -2540,8 +2547,8 @@ module Aws::SSMIncidents
2540
2547
  # @return [Integer]
2541
2548
  #
2542
2549
  # @!attribute [rw] incident_template_notification_targets
2543
- # The SNS targets that AWS Chatbot uses to notify the chat channels
2544
- # and perform actions on the incident record.
2550
+ # The SNS targets that are notified when updates are made to an
2551
+ # incident.
2545
2552
  # @return [Array<Types::NotificationTargetItem>]
2546
2553
  #
2547
2554
  # @!attribute [rw] incident_template_summary
@@ -2579,7 +2586,7 @@ module Aws::SSMIncidents
2579
2586
  # data as a hash:
2580
2587
  #
2581
2588
  # {
2582
- # client_token: "ClientToken", # required
2589
+ # client_token: "ClientToken",
2583
2590
  # event_data: "EventData",
2584
2591
  # event_id: "UUID", # required
2585
2592
  # event_time: Time.now,
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.2.0
4
+ version: 1.3.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core