aws-sdk-ssmcontacts 1.1.0 → 1.5.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: f5c360f08b8b70d0c1c6555b79c2b2797eb3a831c49b0ccf0fec251ed0d5c03c
4
- data.tar.gz: 62eeec106fc9299a000e7caadcded899507fea5fc5014d8663c5e6e6cb60f4df
3
+ metadata.gz: 0e2d2ca32be7a97738be82c6e02f82b1443cec91124b679f5b5db3920f00429c
4
+ data.tar.gz: ecd0e99143a4aa6b7d150b7fa27d2e479ce82796fa267b4a26936d3a8a16d97d
5
5
  SHA512:
6
- metadata.gz: 336f64a5ba0522f87b9c30db73bcad0466f5bfe156f20ec41a800a022f89c30aad66d9b4db4b5f11b56e4706a1479b1675edeeb554564e87b3aad397fe881704
7
- data.tar.gz: eb7522b0d287984c2447e1b6dbff28d42e5040d320662daa751db6b924ecf0a4bdca4631df6c106121915313b8aa151d42f9615a03847484d5e563f2629cbe27
6
+ metadata.gz: 05ea4bfdfb065775a019b091f85d8e8faf5cafa829d2e1277b05d819c0040c2bfb29e699d665f798420e132fae3d449683c66c7d3931ec94729d101539e42fe6
7
+ data.tar.gz: 9fc012c0ff85a22b02202fe9ef8f8deddff032773645fb9710f89e5146d74824cf76110e59e3ae51d87b2d90b39b8a08d1231c0586d3763e38ebc4efad43c89c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2021-08-02)
5
+ ------------------
6
+
7
+ * Feature - Added new attribute in AcceptCode API. AcceptCodeValidation takes in two values - ENFORCE, IGNORE. ENFORCE forces validation of accept code and IGNORE ignores it which is also the default behavior; Corrected TagKeyList length from 200 to 50
8
+
9
+ 1.4.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.3.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.2.0 (2021-07-08)
20
+ ------------------
21
+
22
+ * Feature - Updated description for CreateContactChannel contactId.
23
+
4
24
  1.1.0 (2021-06-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.5.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
48
48
  # @!group service
49
49
  module Aws::SSMContacts
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.5.0'
52
52
 
53
53
  end
@@ -355,6 +355,18 @@ module Aws::SSMContacts
355
355
  # @option params [required, String] :accept_code
356
356
  # The accept code is a 6-digit code used to acknowledge the page.
357
357
  #
358
+ # @option params [String] :accept_code_validation
359
+ # An optional field that Incident Manager uses to `ENFORCE` `AcceptCode`
360
+ # validation when acknowledging an page. Acknowledgement can occur by
361
+ # replying to a page, or when entering the AcceptCode in the console.
362
+ # Enforcing AcceptCode validation causes Incident Manager to verify that
363
+ # the code entered by the user matches the code sent by Incident Manager
364
+ # with the page.
365
+ #
366
+ # Incident Manager can also `IGNORE` `AcceptCode` validation. Ignoring
367
+ # `AcceptCode` validation causes Incident Manager to accept any value
368
+ # entered for the `AcceptCode`.
369
+ #
358
370
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
359
371
  #
360
372
  # @example Request syntax with placeholder values
@@ -365,6 +377,7 @@ module Aws::SSMContacts
365
377
  # accept_type: "DELIVERED", # required, accepts DELIVERED, READ
366
378
  # note: "ReceiptInfo",
367
379
  # accept_code: "AcceptCode", # required
380
+ # accept_code_validation: "IGNORE", # accepts IGNORE, ENFORCE
368
381
  # })
369
382
  #
370
383
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/AcceptPage AWS API Documentation
@@ -490,7 +503,8 @@ module Aws::SSMContacts
490
503
  # your contact.
491
504
  #
492
505
  # @option params [required, String] :contact_id
493
- # The Amazon Resource Name (ARN) of the contact channel.
506
+ # The Amazon Resource Name (ARN) of the contact you are adding the
507
+ # contact channel to.
494
508
  #
495
509
  # @option params [required, String] :name
496
510
  # The name of the contact channel.
@@ -1470,7 +1484,7 @@ module Aws::SSMContacts
1470
1484
  params: params,
1471
1485
  config: config)
1472
1486
  context[:gem_name] = 'aws-sdk-ssmcontacts'
1473
- context[:gem_version] = '1.1.0'
1487
+ context[:gem_version] = '1.5.0'
1474
1488
  Seahorse::Client::Request.new(handlers, context)
1475
1489
  end
1476
1490
 
@@ -14,6 +14,7 @@ module Aws::SSMContacts
14
14
  include Seahorse::Model
15
15
 
16
16
  AcceptCode = Shapes::StringShape.new(name: 'AcceptCode')
17
+ AcceptCodeValidation = Shapes::StringShape.new(name: 'AcceptCodeValidation')
17
18
  AcceptPageRequest = Shapes::StructureShape.new(name: 'AcceptPageRequest')
18
19
  AcceptPageResult = Shapes::StructureShape.new(name: 'AcceptPageResult')
19
20
  AcceptType = Shapes::StringShape.new(name: 'AcceptType')
@@ -140,6 +141,7 @@ module Aws::SSMContacts
140
141
  AcceptPageRequest.add_member(:accept_type, Shapes::ShapeRef.new(shape: AcceptType, required: true, location_name: "AcceptType"))
141
142
  AcceptPageRequest.add_member(:note, Shapes::ShapeRef.new(shape: ReceiptInfo, location_name: "Note"))
142
143
  AcceptPageRequest.add_member(:accept_code, Shapes::ShapeRef.new(shape: AcceptCode, required: true, location_name: "AcceptCode"))
144
+ AcceptPageRequest.add_member(:accept_code_validation, Shapes::ShapeRef.new(shape: AcceptCodeValidation, location_name: "AcceptCodeValidation"))
143
145
  AcceptPageRequest.struct_class = Types::AcceptPageRequest
144
146
 
145
147
  AcceptPageResult.struct_class = Types::AcceptPageResult
@@ -19,6 +19,7 @@ module Aws::SSMContacts
19
19
  # accept_type: "DELIVERED", # required, accepts DELIVERED, READ
20
20
  # note: "ReceiptInfo",
21
21
  # accept_code: "AcceptCode", # required
22
+ # accept_code_validation: "IGNORE", # accepts IGNORE, ENFORCE
22
23
  # }
23
24
  #
24
25
  # @!attribute [rw] page_id
@@ -43,6 +44,19 @@ module Aws::SSMContacts
43
44
  # The accept code is a 6-digit code used to acknowledge the page.
44
45
  # @return [String]
45
46
  #
47
+ # @!attribute [rw] accept_code_validation
48
+ # An optional field that Incident Manager uses to `ENFORCE`
49
+ # `AcceptCode` validation when acknowledging an page. Acknowledgement
50
+ # can occur by replying to a page, or when entering the AcceptCode in
51
+ # the console. Enforcing AcceptCode validation causes Incident Manager
52
+ # to verify that the code entered by the user matches the code sent by
53
+ # Incident Manager with the page.
54
+ #
55
+ # Incident Manager can also `IGNORE` `AcceptCode` validation. Ignoring
56
+ # `AcceptCode` validation causes Incident Manager to accept any value
57
+ # entered for the `AcceptCode`.
58
+ # @return [String]
59
+ #
46
60
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/AcceptPageRequest AWS API Documentation
47
61
  #
48
62
  class AcceptPageRequest < Struct.new(
@@ -50,7 +64,8 @@ module Aws::SSMContacts
50
64
  :contact_channel_id,
51
65
  :accept_type,
52
66
  :note,
53
- :accept_code)
67
+ :accept_code,
68
+ :accept_code_validation)
54
69
  SENSITIVE = []
55
70
  include Aws::Structure
56
71
  end
@@ -306,7 +321,8 @@ module Aws::SSMContacts
306
321
  # }
307
322
  #
308
323
  # @!attribute [rw] contact_id
309
- # The Amazon Resource Name (ARN) of the contact channel.
324
+ # The Amazon Resource Name (ARN) of the contact you are adding the
325
+ # contact channel to.
310
326
  # @return [String]
311
327
  #
312
328
  # @!attribute [rw] name
@@ -1526,7 +1542,8 @@ module Aws::SSMContacts
1526
1542
  # }
1527
1543
  #
1528
1544
  # @!attribute [rw] duration_in_minutes
1529
- # The time to wait until beginning the next stage.
1545
+ # The time to wait until beginning the next stage. The duration can
1546
+ # only be set to 0 if a target is specified.
1530
1547
  # @return [Integer]
1531
1548
  #
1532
1549
  # @!attribute [rw] targets
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.5.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-06-30 00:00:00.000000000 Z
11
+ date: 2021-08-02 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.112.0
22
+ version: 3.119.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.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement