aws-sdk-ssmincidents 1.21.0 → 1.23.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: 1172a9defe1aa5af2063fc48e262108b8a605966e943e84a085917016215daf1
4
- data.tar.gz: 6d15ee176e28ea246276f8f3f381877d4e6445e4ad17123338ddacc54f60b1fb
3
+ metadata.gz: c2b725a0d11f46737d8f22033691157be0760af827ae335835b863b6981cf22c
4
+ data.tar.gz: 229808eee51cbe1b6917f993a18df0e1aab6cfe068934aa0aabc81be771d4457
5
5
  SHA512:
6
- metadata.gz: 26dfb11b1d240cb6e2773272687561a4fb9395dee076a7bee880e6388891d2251beb9523b2490ad70399e00fcddba968a55d7cd33c6e7f8ed5f35db5d953b5c4
7
- data.tar.gz: e726935e0c9ac6fcda23894b3c9644a2d21006c88686a9d09685a9ce462402a9d5a94b554d4dcdb246c359dfd3ffa1faf71974dc75a41ca8998daecdc4789aff
6
+ metadata.gz: c469f44e82f2817616317d41baaa2f66a121daf21a05cb3bb5ab6544367e6e20ad16c37c1857e3cd27adf585610acd8bee6c070bb0eae8ef05bb1cf07550a4b4
7
+ data.tar.gz: 7375b5b2e5a7ed6e4cf73254e3f878d181fd5e0974efeab504984c1f3bf04a4c046a02c12862d531cf69222ceb43f005a833b4b45a3986ecac68aecbdefffe27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.22.0 (2023-03-28)
10
+ ------------------
11
+
12
+ * Feature - Increased maximum length of "TriggerDetails.rawData" to 10K characters and "IncidentSummary" to 8K characters.
13
+
4
14
  1.21.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.23.0
@@ -275,6 +275,11 @@ module Aws::SSMIncidents
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -533,13 +538,13 @@ module Aws::SSMIncidents
533
538
  end
534
539
 
535
540
  # Creates a custom timeline event on the incident details page of an
536
- # incident record. Timeline events are automatically created by Incident
537
- # Manager, marking key moment during an incident. You can create custom
538
- # timeline events to mark important events that are automatically
539
- # detected by Incident Manager.
541
+ # incident record. Incident Manager automatically creates timeline
542
+ # events that mark key moments during an incident. You can create custom
543
+ # timeline events to mark important events that Incident Manager can
544
+ # detect automatically.
540
545
  #
541
546
  # @option params [String] :client_token
542
- # A token ensuring that the action is called only once with the
547
+ # A token that ensures that a client calls the action only once with the
543
548
  # specified details.
544
549
  #
545
550
  # **A suitable default value is auto-generated.** You should normally
@@ -549,25 +554,24 @@ module Aws::SSMIncidents
549
554
  # A short description of the event.
550
555
  #
551
556
  # @option params [Array<Types::EventReference>] :event_references
552
- # Adds one or more references to the `TimelineEvent`. A reference can be
553
- # an Amazon Web Services resource involved in the incident or in some
554
- # way associated with it. When you specify a reference, you enter the
555
- # Amazon Resource Name (ARN) of the resource. You can also specify a
556
- # related item. As an example, you could specify the ARN of an Amazon
557
- # DynamoDB (DynamoDB) table. The table for this example is the resource.
558
- # You could also specify a Amazon CloudWatch metric for that table. The
559
- # metric is the related item.
557
+ # Adds one or more references to the `TimelineEvent`. A reference is an
558
+ # Amazon Web Services resource involved or associated with the incident.
559
+ # To specify a reference, enter its Amazon Resource Name (ARN). You can
560
+ # also specify a related item associated with a resource. For example,
561
+ # to specify an Amazon DynamoDB (DynamoDB) table as a resource, use the
562
+ # table's ARN. You can also specify an Amazon CloudWatch metric
563
+ # associated with the DynamoDB table as a related item.
560
564
  #
561
565
  # @option params [required, Time,DateTime,Date,Integer,String] :event_time
562
566
  # The time that the event occurred.
563
567
  #
564
568
  # @option params [required, String] :event_type
565
- # The type of the event. You can create timeline events of type `Custom
569
+ # The type of event. You can create timeline events of type `Custom
566
570
  # Event`.
567
571
  #
568
572
  # @option params [required, String] :incident_record_arn
569
- # The Amazon Resource Name (ARN) of the incident record to which the
570
- # event will be added.
573
+ # The Amazon Resource Name (ARN) of the incident record that the action
574
+ # adds the incident to.
571
575
  #
572
576
  # @return [Types::CreateTimelineEventOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
573
577
  #
@@ -706,8 +710,8 @@ module Aws::SSMIncidents
706
710
  # Deletes a timeline event from an incident.
707
711
  #
708
712
  # @option params [required, String] :event_id
709
- # The ID of the event you are updating. You can find this by using
710
- # `ListTimelineEvents`.
713
+ # The ID of the event to update. You can use `ListTimelineEvents` to
714
+ # find an event's ID.
711
715
  #
712
716
  # @option params [required, String] :incident_record_arn
713
717
  # The Amazon Resource Name (ARN) of the incident that includes the
@@ -980,8 +984,8 @@ module Aws::SSMIncidents
980
984
  # want to update.
981
985
  #
982
986
  # @option params [Array<Types::Filter>] :filters
983
- # Filters the list of incident records through which you are searching.
984
- # You can filter on the following keys:
987
+ # Filters the list of incident records you want to search through. You
988
+ # can filter on the following keys:
985
989
  #
986
990
  # * `creationTime`
987
991
  #
@@ -991,7 +995,7 @@ module Aws::SSMIncidents
991
995
  #
992
996
  # * `createdBy`
993
997
  #
994
- # Note the following when deciding how to use Filters:
998
+ # Note the following when when you use Filters:
995
999
  #
996
1000
  # * If you don't specify a Filter, the response includes all incident
997
1001
  # records.
@@ -1218,7 +1222,7 @@ module Aws::SSMIncidents
1218
1222
  #
1219
1223
  # @option params [Array<Types::Filter>] :filters
1220
1224
  # Filters the timeline events based on the provided conditional values.
1221
- # You can filter timeline events using the following keys:
1225
+ # You can filter timeline events with the following keys:
1222
1226
  #
1223
1227
  # * `eventTime`
1224
1228
  #
@@ -1246,7 +1250,7 @@ module Aws::SSMIncidents
1246
1250
  # The pagination token to continue to the next page of results.
1247
1251
  #
1248
1252
  # @option params [String] :sort_by
1249
- # Sort by the specified key value pair.
1253
+ # Sort timeline events by the specified key value pair.
1250
1254
  #
1251
1255
  # @option params [String] :sort_order
1252
1256
  # Sorts the order of timeline events by the value specified in the
@@ -1377,8 +1381,8 @@ module Aws::SSMIncidents
1377
1381
  #
1378
1382
  # @option params [Array<Types::RelatedItem>] :related_items
1379
1383
  # Add related items to the incident for other responders to use. Related
1380
- # items are AWS resources, external links, or files uploaded to an
1381
- # Amazon S3 bucket.
1384
+ # items are Amazon Web Services resources, external links, or files
1385
+ # uploaded to an Amazon S3 bucket.
1382
1386
  #
1383
1387
  # @option params [required, String] :response_plan_arn
1384
1388
  # The Amazon Resource Name (ARN) of the response plan that pre-defines
@@ -1551,16 +1555,16 @@ module Aws::SSMIncidents
1551
1555
  # The Chatbot chat channel where responders can collaborate.
1552
1556
  #
1553
1557
  # @option params [String] :client_token
1554
- # A token that ensures that the operation is called only once with the
1555
- # specified details.
1558
+ # A token that ensures that a client calls the operation only once with
1559
+ # the specified details.
1556
1560
  #
1557
1561
  # **A suitable default value is auto-generated.** You should normally
1558
1562
  # not need to pass this option.**
1559
1563
  #
1560
1564
  # @option params [Integer] :impact
1561
- # Defines the impact of the incident to customers and applications.
1562
- # Providing an impact overwrites the impact provided by the response
1563
- # plan.
1565
+ # Defines the impact of the incident to customers and applications. If
1566
+ # you provide an impact for an incident, it overwrites the impact
1567
+ # provided by the response plan.
1564
1568
  #
1565
1569
  # **Possible impacts:**
1566
1570
  #
@@ -1579,14 +1583,15 @@ module Aws::SSMIncidents
1579
1583
  # action is needed to avoid impact.
1580
1584
  #
1581
1585
  # @option params [Array<Types::NotificationTargetItem>] :notification_targets
1582
- # The Amazon SNS targets that are notified when updates are made to an
1583
- # incident.
1586
+ # The Amazon SNS targets that Incident Manager notifies when a client
1587
+ # updates an incident.
1584
1588
  #
1585
1589
  # Using multiple SNS topics creates redundancy in the event that a
1586
1590
  # Region is down during the incident.
1587
1591
  #
1588
1592
  # @option params [String] :status
1589
- # The status of the incident. An incident can be `Open` or `Resolved`.
1593
+ # The status of the incident. Possible statuses are `Open` or
1594
+ # `Resolved`.
1590
1595
  #
1591
1596
  # @option params [String] :summary
1592
1597
  # A longer description of what occurred during the incident.
@@ -1630,18 +1635,19 @@ module Aws::SSMIncidents
1630
1635
  # record.
1631
1636
  #
1632
1637
  # @option params [String] :client_token
1633
- # A token ensuring that the operation is called only once with the
1634
- # specified details.
1638
+ # A token that ensures that a client calls the operation only once with
1639
+ # the specified details.
1635
1640
  #
1636
1641
  # **A suitable default value is auto-generated.** You should normally
1637
1642
  # not need to pass this option.**
1638
1643
  #
1639
1644
  # @option params [required, String] :incident_record_arn
1640
- # The Amazon Resource Name (ARN) of the incident record containing the
1641
- # related items you are updating.
1645
+ # The Amazon Resource Name (ARN) of the incident record that contains
1646
+ # the related items that you update.
1642
1647
  #
1643
1648
  # @option params [required, Types::RelatedItemsUpdate] :related_items_update
1644
- # Details about the item you are adding or deleting.
1649
+ # Details about the item that you are add to, or delete from, an
1650
+ # incident.
1645
1651
  #
1646
1652
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1647
1653
  #
@@ -1880,8 +1886,8 @@ module Aws::SSMIncidents
1880
1886
  # Event`.
1881
1887
  #
1882
1888
  # @option params [String] :client_token
1883
- # A token ensuring that the operation is called only once with the
1884
- # specified details.
1889
+ # A token that ensures that a client calls the operation only once with
1890
+ # the specified details.
1885
1891
  #
1886
1892
  # **A suitable default value is auto-generated.** You should normally
1887
1893
  # not need to pass this option.**
@@ -1890,28 +1896,28 @@ module Aws::SSMIncidents
1890
1896
  # A short description of the event.
1891
1897
  #
1892
1898
  # @option params [required, String] :event_id
1893
- # The ID of the event you are updating. You can find this by using
1894
- # `ListTimelineEvents`.
1899
+ # The ID of the event to update. You can use `ListTimelineEvents` to
1900
+ # find an event's ID.
1895
1901
  #
1896
1902
  # @option params [Array<Types::EventReference>] :event_references
1897
- # Updates all existing references in a `TimelineEvent`. A reference can
1898
- # be an Amazon Web Services resource involved in the incident or in some
1899
- # way associated with it. When you specify a reference, you enter the
1900
- # Amazon Resource Name (ARN) of the resource. You can also specify a
1901
- # related item. As an example, you could specify the ARN of an Amazon
1902
- # DynamoDB (DynamoDB) table. The table for this example is the resource.
1903
- # You could also specify a Amazon CloudWatch metric for that table. The
1904
- # metric is the related item.
1903
+ # Updates all existing references in a `TimelineEvent`. A reference is
1904
+ # an Amazon Web Services resource involved or associated with the
1905
+ # incident. To specify a reference, enter its Amazon Resource Name
1906
+ # (ARN). You can also specify a related item associated with that
1907
+ # resource. For example, to specify an Amazon DynamoDB (DynamoDB) table
1908
+ # as a resource, use its ARN. You can also specify an Amazon CloudWatch
1909
+ # metric associated with the DynamoDB table as a related item.
1905
1910
  #
1906
1911
  # This update action overrides all existing references. If you want to
1907
1912
  # keep existing references, you must specify them in the call. If you
1908
- # don't, this action removes them and enters only new references.
1913
+ # don't, this action removes any existing references and enters only
1914
+ # new references.
1909
1915
  #
1910
1916
  # @option params [Time,DateTime,Date,Integer,String] :event_time
1911
1917
  # The time that the event occurred.
1912
1918
  #
1913
1919
  # @option params [String] :event_type
1914
- # The type of the event. You can update events of type `Custom Event`.
1920
+ # The type of event. You can update events of type `Custom Event`.
1915
1921
  #
1916
1922
  # @option params [required, String] :incident_record_arn
1917
1923
  # The Amazon Resource Name (ARN) of the incident that includes the
@@ -1958,7 +1964,7 @@ module Aws::SSMIncidents
1958
1964
  params: params,
1959
1965
  config: config)
1960
1966
  context[:gem_name] = 'aws-sdk-ssmincidents'
1961
- context[:gem_version] = '1.21.0'
1967
+ context[:gem_version] = '1.23.0'
1962
1968
  Seahorse::Client::Request.new(handlers, context)
1963
1969
  end
1964
1970
 
@@ -14,36 +14,39 @@ module Aws::SSMIncidents
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://ssm-incidents.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -327,8 +327,8 @@ module Aws::SSMIncidents
327
327
  end
328
328
 
329
329
  # @!attribute [rw] client_token
330
- # A token ensuring that the action is called only once with the
331
- # specified details.
330
+ # A token that ensures that a client calls the action only once with
331
+ # the specified details.
332
332
  #
333
333
  # **A suitable default value is auto-generated.** You should normally
334
334
  # not need to pass this option.
@@ -339,14 +339,14 @@ module Aws::SSMIncidents
339
339
  # @return [String]
340
340
  #
341
341
  # @!attribute [rw] event_references
342
- # Adds one or more references to the `TimelineEvent`. A reference can
343
- # be an Amazon Web Services resource involved in the incident or in
344
- # some way associated with it. When you specify a reference, you enter
345
- # the Amazon Resource Name (ARN) of the resource. You can also specify
346
- # a related item. As an example, you could specify the ARN of an
347
- # Amazon DynamoDB (DynamoDB) table. The table for this example is the
348
- # resource. You could also specify a Amazon CloudWatch metric for that
349
- # table. The metric is the related item.
342
+ # Adds one or more references to the `TimelineEvent`. A reference is
343
+ # an Amazon Web Services resource involved or associated with the
344
+ # incident. To specify a reference, enter its Amazon Resource Name
345
+ # (ARN). You can also specify a related item associated with a
346
+ # resource. For example, to specify an Amazon DynamoDB (DynamoDB)
347
+ # table as a resource, use the table's ARN. You can also specify an
348
+ # Amazon CloudWatch metric associated with the DynamoDB table as a
349
+ # related item.
350
350
  # @return [Array<Types::EventReference>]
351
351
  #
352
352
  # @!attribute [rw] event_time
@@ -354,13 +354,13 @@ module Aws::SSMIncidents
354
354
  # @return [Time]
355
355
  #
356
356
  # @!attribute [rw] event_type
357
- # The type of the event. You can create timeline events of type
358
- # `Custom Event`.
357
+ # The type of event. You can create timeline events of type `Custom
358
+ # Event`.
359
359
  # @return [String]
360
360
  #
361
361
  # @!attribute [rw] incident_record_arn
362
- # The Amazon Resource Name (ARN) of the incident record to which the
363
- # event will be added.
362
+ # The Amazon Resource Name (ARN) of the incident record that the
363
+ # action adds the incident to.
364
364
  # @return [String]
365
365
  #
366
366
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/CreateTimelineEventInput AWS API Documentation
@@ -482,8 +482,8 @@ module Aws::SSMIncidents
482
482
  class DeleteResponsePlanOutput < Aws::EmptyStructure; end
483
483
 
484
484
  # @!attribute [rw] event_id
485
- # The ID of the event you are updating. You can find this by using
486
- # `ListTimelineEvents`.
485
+ # The ID of the event to update. You can use `ListTimelineEvents` to
486
+ # find an event's ID.
487
487
  # @return [String]
488
488
  #
489
489
  # @!attribute [rw] incident_record_arn
@@ -1124,8 +1124,8 @@ module Aws::SSMIncidents
1124
1124
  end
1125
1125
 
1126
1126
  # @!attribute [rw] filters
1127
- # Filters the list of incident records through which you are
1128
- # searching. You can filter on the following keys:
1127
+ # Filters the list of incident records you want to search through. You
1128
+ # can filter on the following keys:
1129
1129
  #
1130
1130
  # * `creationTime`
1131
1131
  #
@@ -1135,7 +1135,7 @@ module Aws::SSMIncidents
1135
1135
  #
1136
1136
  # * `createdBy`
1137
1137
  #
1138
- # Note the following when deciding how to use Filters:
1138
+ # Note the following when when you use Filters:
1139
1139
  #
1140
1140
  # * If you don't specify a Filter, the response includes all incident
1141
1141
  # records.
@@ -1316,7 +1316,7 @@ module Aws::SSMIncidents
1316
1316
 
1317
1317
  # @!attribute [rw] filters
1318
1318
  # Filters the timeline events based on the provided conditional
1319
- # values. You can filter timeline events using the following keys:
1319
+ # values. You can filter timeline events with the following keys:
1320
1320
  #
1321
1321
  # * `eventTime`
1322
1322
  #
@@ -1348,7 +1348,7 @@ module Aws::SSMIncidents
1348
1348
  # @return [String]
1349
1349
  #
1350
1350
  # @!attribute [rw] sort_by
1351
- # Sort by the specified key value pair.
1351
+ # Sort timeline events by the specified key value pair.
1352
1352
  # @return [String]
1353
1353
  #
1354
1354
  # @!attribute [rw] sort_order
@@ -1851,8 +1851,8 @@ module Aws::SSMIncidents
1851
1851
  #
1852
1852
  # @!attribute [rw] related_items
1853
1853
  # Add related items to the incident for other responders to use.
1854
- # Related items are AWS resources, external links, or files uploaded
1855
- # to an Amazon S3 bucket.
1854
+ # Related items are Amazon Web Services resources, external links, or
1855
+ # files uploaded to an Amazon S3 bucket.
1856
1856
  # @return [Array<Types::RelatedItem>]
1857
1857
  #
1858
1858
  # @!attribute [rw] response_plan_arn
@@ -2085,17 +2085,17 @@ module Aws::SSMIncidents
2085
2085
  # @return [Types::ChatChannel]
2086
2086
  #
2087
2087
  # @!attribute [rw] client_token
2088
- # A token that ensures that the operation is called only once with the
2089
- # specified details.
2088
+ # A token that ensures that a client calls the operation only once
2089
+ # with the specified details.
2090
2090
  #
2091
2091
  # **A suitable default value is auto-generated.** You should normally
2092
2092
  # not need to pass this option.
2093
2093
  # @return [String]
2094
2094
  #
2095
2095
  # @!attribute [rw] impact
2096
- # Defines the impact of the incident to customers and applications.
2097
- # Providing an impact overwrites the impact provided by the response
2098
- # plan.
2096
+ # Defines the impact of the incident to customers and applications. If
2097
+ # you provide an impact for an incident, it overwrites the impact
2098
+ # provided by the response plan.
2099
2099
  #
2100
2100
  # **Possible impacts:**
2101
2101
  #
@@ -2115,15 +2115,16 @@ module Aws::SSMIncidents
2115
2115
  # @return [Integer]
2116
2116
  #
2117
2117
  # @!attribute [rw] notification_targets
2118
- # The Amazon SNS targets that are notified when updates are made to an
2119
- # incident.
2118
+ # The Amazon SNS targets that Incident Manager notifies when a client
2119
+ # updates an incident.
2120
2120
  #
2121
2121
  # Using multiple SNS topics creates redundancy in the event that a
2122
2122
  # Region is down during the incident.
2123
2123
  # @return [Array<Types::NotificationTargetItem>]
2124
2124
  #
2125
2125
  # @!attribute [rw] status
2126
- # The status of the incident. An incident can be `Open` or `Resolved`.
2126
+ # The status of the incident. Possible statuses are `Open` or
2127
+ # `Resolved`.
2127
2128
  # @return [String]
2128
2129
  #
2129
2130
  # @!attribute [rw] summary
@@ -2154,20 +2155,21 @@ module Aws::SSMIncidents
2154
2155
  class UpdateIncidentRecordOutput < Aws::EmptyStructure; end
2155
2156
 
2156
2157
  # @!attribute [rw] client_token
2157
- # A token ensuring that the operation is called only once with the
2158
- # specified details.
2158
+ # A token that ensures that a client calls the operation only once
2159
+ # with the specified details.
2159
2160
  #
2160
2161
  # **A suitable default value is auto-generated.** You should normally
2161
2162
  # not need to pass this option.
2162
2163
  # @return [String]
2163
2164
  #
2164
2165
  # @!attribute [rw] incident_record_arn
2165
- # The Amazon Resource Name (ARN) of the incident record containing the
2166
- # related items you are updating.
2166
+ # The Amazon Resource Name (ARN) of the incident record that contains
2167
+ # the related items that you update.
2167
2168
  # @return [String]
2168
2169
  #
2169
2170
  # @!attribute [rw] related_items_update
2170
- # Details about the item you are adding or deleting.
2171
+ # Details about the item that you are add to, or delete from, an
2172
+ # incident.
2171
2173
  # @return [Types::RelatedItemsUpdate]
2172
2174
  #
2173
2175
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UpdateRelatedItemsInput AWS API Documentation
@@ -2353,8 +2355,8 @@ module Aws::SSMIncidents
2353
2355
  class UpdateResponsePlanOutput < Aws::EmptyStructure; end
2354
2356
 
2355
2357
  # @!attribute [rw] client_token
2356
- # A token ensuring that the operation is called only once with the
2357
- # specified details.
2358
+ # A token that ensures that a client calls the operation only once
2359
+ # with the specified details.
2358
2360
  #
2359
2361
  # **A suitable default value is auto-generated.** You should normally
2360
2362
  # not need to pass this option.
@@ -2365,23 +2367,24 @@ module Aws::SSMIncidents
2365
2367
  # @return [String]
2366
2368
  #
2367
2369
  # @!attribute [rw] event_id
2368
- # The ID of the event you are updating. You can find this by using
2369
- # `ListTimelineEvents`.
2370
+ # The ID of the event to update. You can use `ListTimelineEvents` to
2371
+ # find an event's ID.
2370
2372
  # @return [String]
2371
2373
  #
2372
2374
  # @!attribute [rw] event_references
2373
- # Updates all existing references in a `TimelineEvent`. A reference
2374
- # can be an Amazon Web Services resource involved in the incident or
2375
- # in some way associated with it. When you specify a reference, you
2376
- # enter the Amazon Resource Name (ARN) of the resource. You can also
2377
- # specify a related item. As an example, you could specify the ARN of
2378
- # an Amazon DynamoDB (DynamoDB) table. The table for this example is
2379
- # the resource. You could also specify a Amazon CloudWatch metric for
2380
- # that table. The metric is the related item.
2375
+ # Updates all existing references in a `TimelineEvent`. A reference is
2376
+ # an Amazon Web Services resource involved or associated with the
2377
+ # incident. To specify a reference, enter its Amazon Resource Name
2378
+ # (ARN). You can also specify a related item associated with that
2379
+ # resource. For example, to specify an Amazon DynamoDB (DynamoDB)
2380
+ # table as a resource, use its ARN. You can also specify an Amazon
2381
+ # CloudWatch metric associated with the DynamoDB table as a related
2382
+ # item.
2381
2383
  #
2382
2384
  # This update action overrides all existing references. If you want to
2383
2385
  # keep existing references, you must specify them in the call. If you
2384
- # don't, this action removes them and enters only new references.
2386
+ # don't, this action removes any existing references and enters only
2387
+ # new references.
2385
2388
  # @return [Array<Types::EventReference>]
2386
2389
  #
2387
2390
  # @!attribute [rw] event_time
@@ -2389,7 +2392,7 @@ module Aws::SSMIncidents
2389
2392
  # @return [Time]
2390
2393
  #
2391
2394
  # @!attribute [rw] event_type
2392
- # The type of the event. You can update events of type `Custom Event`.
2395
+ # The type of event. You can update events of type `Custom Event`.
2393
2396
  # @return [String]
2394
2397
  #
2395
2398
  # @!attribute [rw] incident_record_arn
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssmincidents/customizations'
53
53
  # @!group service
54
54
  module Aws::SSMIncidents
55
55
 
56
- GEM_VERSION = '1.21.0'
56
+ GEM_VERSION = '1.23.0'
57
57
 
58
58
  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.21.0
4
+ version: 1.23.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement