aws-sdk-ssmincidents 1.17.0 → 1.18.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: 19a074a8b83472def3fd2da179c21a308c38975812552b23b5fdd5e5ff2238ad
4
- data.tar.gz: 66d836684f3b20a2deda71a0444747cd934fa05d0df6b624655b28140f1fb36e
3
+ metadata.gz: 2d919f09398406aa98e6710031732b4a5e0aedb099943af8c86ae5b87ceb4fd7
4
+ data.tar.gz: db55a7a8caba0320d3f6b167abe44b47aa1e6afd346df681426c12c7cca6db19
5
5
  SHA512:
6
- metadata.gz: 898f10f9299a158241ffa45ec29d945d910036b268569c3cab7db03b077aa307f06330737e2a6097cf08eed4fd21b0bb8e3e36a2fa4e56c1f08427fafa2ac93b
7
- data.tar.gz: 6cad5f02e017f249b311ba73768412fc5eddae876802381b67abc4dd2e1f3e41d185dbb5d3e557d64ee8fee1cb8dda14cdaaea5149648110dac78424768e3ee5
6
+ metadata.gz: e108d75c92c8b530cd75578ec610a434e562095b31f546c3a32a4fb87579c4d44d3248325c41d9c1c9f836b95ac5d1380dae505be96ebdc2c39ea7fd3dcd5d14
7
+ data.tar.gz: 7b0510817cee41b787b24866c9359e508b8ad462f6251cfb4d52e07475692a812a67cd38657b3684b86fc13c7e867716d355b1919a9dd9456192b8e8aad615b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2022-11-02)
5
+ ------------------
6
+
7
+ * Feature - Adds support for tagging replication-set on creation.
8
+
4
9
  1.17.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -372,7 +372,7 @@ module Aws::SSMIncidents
372
372
  # Regions with the provided KMS key.
373
373
  #
374
374
  # @option params [String] :client_token
375
- # A token ensuring that the operation is called only once with the
375
+ # A token that ensures that the operation is called only once with the
376
376
  # specified details.
377
377
  #
378
378
  # **A suitable default value is auto-generated.** You should normally
@@ -382,6 +382,9 @@ module Aws::SSMIncidents
382
382
  # The Regions that Incident Manager replicates your data to. You can
383
383
  # have up to three Regions in your replication set.
384
384
  #
385
+ # @option params [Hash<String,String>] :tags
386
+ # A list of tags to add to the replication set.
387
+ #
385
388
  # @return [Types::CreateReplicationSetOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
386
389
  #
387
390
  # * {Types::CreateReplicationSetOutput#arn #arn} => String
@@ -395,6 +398,9 @@ module Aws::SSMIncidents
395
398
  # sse_kms_key_id: "SseKmsKey",
396
399
  # },
397
400
  # },
401
+ # tags: {
402
+ # "TagKey" => "TagValue",
403
+ # },
398
404
  # })
399
405
  #
400
406
  # @example Response structure
@@ -433,8 +439,8 @@ module Aws::SSMIncidents
433
439
  # spaces.
434
440
  #
435
441
  # @option params [Array<String>] :engagements
436
- # The contacts and escalation plans that the response plan engages
437
- # during an incident.
442
+ # The Amazon Resource Name (ARN) for the contacts and escalation plans
443
+ # that the response plan engages during an incident.
438
444
  #
439
445
  # @option params [required, Types::IncidentTemplate] :incident_template
440
446
  # Details used to create an incident when using this response plan.
@@ -791,7 +797,7 @@ module Aws::SSMIncidents
791
797
  # plan.
792
798
  #
793
799
  # @option params [Integer] :max_results
794
- # The maximum number of resource policies to display per page of
800
+ # The maximum number of resource policies to display for each page of
795
801
  # results.
796
802
  #
797
803
  # @option params [String] :next_token
@@ -1255,17 +1261,17 @@ module Aws::SSMIncidents
1255
1261
  # Adds a resource policy to the specified response plan. The resource
1256
1262
  # policy is used to share the response plan using Resource Access
1257
1263
  # Manager (RAM). For more information about cross-account sharing, see
1258
- # [Setting up cross-account functionality][1].
1264
+ # [Cross-Region and cross-account incident management][1].
1259
1265
  #
1260
1266
  #
1261
1267
  #
1262
- # [1]: https://docs.aws.amazon.com/incident-manager/latest/userguide/xa.html
1268
+ # [1]: https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html
1263
1269
  #
1264
1270
  # @option params [required, String] :policy
1265
1271
  # Details of the resource policy.
1266
1272
  #
1267
1273
  # @option params [required, String] :resource_arn
1268
- # The Amazon Resource Name (ARN) of the response plan you're adding the
1274
+ # The Amazon Resource Name (ARN) of the response plan to add the
1269
1275
  # resource policy to.
1270
1276
  #
1271
1277
  # @return [Types::PutResourcePolicyOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1392,7 +1398,7 @@ module Aws::SSMIncidents
1392
1398
  # tags to.
1393
1399
  #
1394
1400
  # @option params [required, Hash<String,String>] :tags
1395
- # A list of tags that you are adding to the response plan.
1401
+ # A list of tags to add to the response plan.
1396
1402
  #
1397
1403
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1398
1404
  #
@@ -1421,7 +1427,7 @@ module Aws::SSMIncidents
1421
1427
  # tag from.
1422
1428
  #
1423
1429
  # @option params [required, Array<String>] :tag_keys
1424
- # The name of the tag you're removing from the response plan.
1430
+ # The name of the tag to remove from the response plan.
1425
1431
  #
1426
1432
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1427
1433
  #
@@ -1445,18 +1451,17 @@ module Aws::SSMIncidents
1445
1451
  # final Region in a replication set.
1446
1452
  #
1447
1453
  # @option params [required, String] :arn
1448
- # The Amazon Resource Name (ARN) of the replication set you're
1449
- # updating.
1454
+ # The Amazon Resource Name (ARN) of the replication set to update.
1450
1455
  #
1451
1456
  # @option params [String] :client_token
1452
- # A token ensuring that the operation is called only once with the
1457
+ # A token that ensures that the operation is called only once with the
1453
1458
  # specified details.
1454
1459
  #
1455
1460
  # **A suitable default value is auto-generated.** You should normally
1456
1461
  # not need to pass this option.**
1457
1462
  #
1458
1463
  # @option params [required, Boolean] :deletion_protected
1459
- # Details if deletion protection is enabled or disabled in your account.
1464
+ # Specifies if deletion protection is turned on or off in your account.
1460
1465
  #
1461
1466
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1462
1467
  #
@@ -1635,7 +1640,7 @@ module Aws::SSMIncidents
1635
1640
  # updating.
1636
1641
  #
1637
1642
  # @option params [String] :client_token
1638
- # A token ensuring that the operation is called only once with the
1643
+ # A token that ensures that the operation is called only once with the
1639
1644
  # specified details.
1640
1645
  #
1641
1646
  # **A suitable default value is auto-generated.** You should normally
@@ -1697,8 +1702,8 @@ module Aws::SSMIncidents
1697
1702
  # contain spaces.
1698
1703
  #
1699
1704
  # @option params [Array<String>] :engagements
1700
- # The contacts and escalation plans that Incident Manager engages at the
1701
- # start of the incident.
1705
+ # The Amazon Resource Name (ARN) for the contacts and escalation plans
1706
+ # that the response plan engages during an incident.
1702
1707
  #
1703
1708
  # @option params [String] :incident_template_dedupe_string
1704
1709
  # The string Incident Manager uses to prevent duplicate incidents from
@@ -1729,9 +1734,10 @@ module Aws::SSMIncidents
1729
1734
  # happened, what's currently happening, and next steps.
1730
1735
  #
1731
1736
  # @option params [Hash<String,String>] :incident_template_tags
1732
- # Tags to apply to an incident when calling the `StartIncident` API
1733
- # action. To call this action, you must also have permission to call the
1734
- # `TagResource` API action for the incident record resource.
1737
+ # Tags to assign to the template. When the `StartIncident` API action is
1738
+ # called, Incident Manager assigns the tags specified in the template to
1739
+ # the incident. To call this action, you must also have permission to
1740
+ # call the `TagResource` API action for the incident record resource.
1735
1741
  #
1736
1742
  # @option params [String] :incident_template_title
1737
1743
  # The short format name of the incident. The title can't contain
@@ -1854,7 +1860,7 @@ module Aws::SSMIncidents
1854
1860
  params: params,
1855
1861
  config: config)
1856
1862
  context[:gem_name] = 'aws-sdk-ssmincidents'
1857
- context[:gem_version] = '1.17.0'
1863
+ context[:gem_version] = '1.18.0'
1858
1864
  Seahorse::Client::Request.new(handlers, context)
1859
1865
  end
1860
1866
 
@@ -240,6 +240,7 @@ module Aws::SSMIncidents
240
240
 
241
241
  CreateReplicationSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
242
242
  CreateReplicationSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionMapInput, required: true, location_name: "regions"))
243
+ CreateReplicationSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
243
244
  CreateReplicationSetInput.struct_class = Types::CreateReplicationSetInput
244
245
 
245
246
  CreateReplicationSetOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
@@ -233,10 +233,13 @@ module Aws::SSMIncidents
233
233
  # sse_kms_key_id: "SseKmsKey",
234
234
  # },
235
235
  # },
236
+ # tags: {
237
+ # "TagKey" => "TagValue",
238
+ # },
236
239
  # }
237
240
  #
238
241
  # @!attribute [rw] client_token
239
- # A token ensuring that the operation is called only once with the
242
+ # A token that ensures that the operation is called only once with the
240
243
  # specified details.
241
244
  #
242
245
  # **A suitable default value is auto-generated.** You should normally
@@ -248,11 +251,16 @@ module Aws::SSMIncidents
248
251
  # have up to three Regions in your replication set.
249
252
  # @return [Hash<String,Types::RegionMapInputValue>]
250
253
  #
254
+ # @!attribute [rw] tags
255
+ # A list of tags to add to the replication set.
256
+ # @return [Hash<String,String>]
257
+ #
251
258
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/CreateReplicationSetInput AWS API Documentation
252
259
  #
253
260
  class CreateReplicationSetInput < Struct.new(
254
261
  :client_token,
255
- :regions)
262
+ :regions,
263
+ :tags)
256
264
  SENSITIVE = []
257
265
  include Aws::Structure
258
266
  end
@@ -342,8 +350,8 @@ module Aws::SSMIncidents
342
350
  # @return [String]
343
351
  #
344
352
  # @!attribute [rw] engagements
345
- # The contacts and escalation plans that the response plan engages
346
- # during an incident.
353
+ # The Amazon Resource Name (ARN) for the contacts and escalation plans
354
+ # that the response plan engages during an incident.
347
355
  # @return [Array<String>]
348
356
  #
349
357
  # @!attribute [rw] incident_template
@@ -782,7 +790,7 @@ module Aws::SSMIncidents
782
790
  # }
783
791
  #
784
792
  # @!attribute [rw] max_results
785
- # The maximum number of resource policies to display per page of
793
+ # The maximum number of resource policies to display for each page of
786
794
  # results.
787
795
  # @return [Integer]
788
796
  #
@@ -859,8 +867,8 @@ module Aws::SSMIncidents
859
867
  # @return [String]
860
868
  #
861
869
  # @!attribute [rw] engagements
862
- # The contacts and escalation plans that the response plan engages
863
- # during an incident.
870
+ # The Amazon Resource Name (ARN) for the contacts and escalation plans
871
+ # that the response plan engages during an incident.
864
872
  # @return [Array<String>]
865
873
  #
866
874
  # @!attribute [rw] incident_template
@@ -1119,8 +1127,9 @@ module Aws::SSMIncidents
1119
1127
  # @return [Integer]
1120
1128
  #
1121
1129
  # @!attribute [rw] incident_tags
1122
- # Tags to apply to an incident when calling the `StartIncident` API
1123
- # action.
1130
+ # Tags to assign to the template. When the `StartIncident` API action
1131
+ # is called, Incident Manager assigns the tags specified in the
1132
+ # template to the incident.
1124
1133
  # @return [Hash<String,String>]
1125
1134
  #
1126
1135
  # @!attribute [rw] notification_targets
@@ -1609,8 +1618,8 @@ module Aws::SSMIncidents
1609
1618
  # @return [String]
1610
1619
  #
1611
1620
  # @!attribute [rw] resource_arn
1612
- # The Amazon Resource Name (ARN) of the response plan you're adding
1613
- # the resource policy to.
1621
+ # The Amazon Resource Name (ARN) of the response plan to add the
1622
+ # resource policy to.
1614
1623
  # @return [String]
1615
1624
  #
1616
1625
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/PutResourcePolicyInput AWS API Documentation
@@ -2094,7 +2103,7 @@ module Aws::SSMIncidents
2094
2103
  # @return [String]
2095
2104
  #
2096
2105
  # @!attribute [rw] tags
2097
- # A list of tags that you are adding to the response plan.
2106
+ # A list of tags to add to the response plan.
2098
2107
  # @return [Hash<String,String>]
2099
2108
  #
2100
2109
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/TagResourceRequest AWS API Documentation
@@ -2234,7 +2243,7 @@ module Aws::SSMIncidents
2234
2243
  # @return [String]
2235
2244
  #
2236
2245
  # @!attribute [rw] tag_keys
2237
- # The name of the tag you're removing from the response plan.
2246
+ # The name of the tag to remove from the response plan.
2238
2247
  # @return [Array<String>]
2239
2248
  #
2240
2249
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UntagResourceRequest AWS API Documentation
@@ -2260,12 +2269,11 @@ module Aws::SSMIncidents
2260
2269
  # }
2261
2270
  #
2262
2271
  # @!attribute [rw] arn
2263
- # The Amazon Resource Name (ARN) of the replication set you're
2264
- # updating.
2272
+ # The Amazon Resource Name (ARN) of the replication set to update.
2265
2273
  # @return [String]
2266
2274
  #
2267
2275
  # @!attribute [rw] client_token
2268
- # A token ensuring that the operation is called only once with the
2276
+ # A token that ensures that the operation is called only once with the
2269
2277
  # specified details.
2270
2278
  #
2271
2279
  # **A suitable default value is auto-generated.** You should normally
@@ -2273,7 +2281,7 @@ module Aws::SSMIncidents
2273
2281
  # @return [String]
2274
2282
  #
2275
2283
  # @!attribute [rw] deletion_protected
2276
- # Details if deletion protection is enabled or disabled in your
2284
+ # Specifies if deletion protection is turned on or off in your
2277
2285
  # account.
2278
2286
  # @return [Boolean]
2279
2287
  #
@@ -2509,7 +2517,7 @@ module Aws::SSMIncidents
2509
2517
  # @return [String]
2510
2518
  #
2511
2519
  # @!attribute [rw] client_token
2512
- # A token ensuring that the operation is called only once with the
2520
+ # A token that ensures that the operation is called only once with the
2513
2521
  # specified details.
2514
2522
  #
2515
2523
  # **A suitable default value is auto-generated.** You should normally
@@ -2605,8 +2613,8 @@ module Aws::SSMIncidents
2605
2613
  # @return [String]
2606
2614
  #
2607
2615
  # @!attribute [rw] engagements
2608
- # The contacts and escalation plans that Incident Manager engages at
2609
- # the start of the incident.
2616
+ # The Amazon Resource Name (ARN) for the contacts and escalation plans
2617
+ # that the response plan engages during an incident.
2610
2618
  # @return [Array<String>]
2611
2619
  #
2612
2620
  # @!attribute [rw] incident_template_dedupe_string
@@ -2642,9 +2650,11 @@ module Aws::SSMIncidents
2642
2650
  # @return [String]
2643
2651
  #
2644
2652
  # @!attribute [rw] incident_template_tags
2645
- # Tags to apply to an incident when calling the `StartIncident` API
2646
- # action. To call this action, you must also have permission to call
2647
- # the `TagResource` API action for the incident record resource.
2653
+ # Tags to assign to the template. When the `StartIncident` API action
2654
+ # is called, Incident Manager assigns the tags specified in the
2655
+ # template to the incident. To call this action, you must also have
2656
+ # permission to call the `TagResource` API action for the incident
2657
+ # record resource.
2648
2658
  # @return [Hash<String,String>]
2649
2659
  #
2650
2660
  # @!attribute [rw] incident_template_title
@@ -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.17.0'
56
+ GEM_VERSION = '1.18.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.17.0
4
+ version: 1.18.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-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core