aws-sdk-ivschat 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivschat/client.rb +1 -1
- data/lib/aws-sdk-ivschat/client_api.rb +3 -0
- data/lib/aws-sdk-ivschat/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-ivschat/endpoint_provider.rb +75 -75
- data/lib/aws-sdk-ivschat/types.rb +6 -220
- data/lib/aws-sdk-ivschat.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26cb31e26fc30532e6f67c0272db059e18d24253541ae79c4ef23f9ac5a40237
|
4
|
+
data.tar.gz: efba85ef52b51282865c0c88b8fa7a208fcd61e0d1c18da9d278cb62f1a58a2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a76e9419fb2b05165a2608617fae9eabf4fa3bb7a807ceb3619e66d0cf97f657e67699a3303b8c71c8f89ec01759c5321ab76d228713f3d6785aefc2d196d435
|
7
|
+
data.tar.gz: b0267b89dff7b673663deb5b9214537cf1909f52459d9010d13ef0126563f666603ac8320f9d2f30411c976b1e69e28c1f905caeef61686dd67b1f0eb21301b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.0 (2022-12-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds PendingVerification error type to messaging APIs to block the resource usage for accounts identified as being fraudulent.
|
8
|
+
|
4
9
|
1.6.0 (2022-11-17)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -1238,7 +1238,7 @@ module Aws::Ivschat
|
|
1238
1238
|
params: params,
|
1239
1239
|
config: config)
|
1240
1240
|
context[:gem_name] = 'aws-sdk-ivschat'
|
1241
|
-
context[:gem_version] = '1.
|
1241
|
+
context[:gem_version] = '1.7.0'
|
1242
1242
|
Seahorse::Client::Request.new(handlers, context)
|
1243
1243
|
end
|
1244
1244
|
|
@@ -472,6 +472,7 @@ module Aws::Ivschat
|
|
472
472
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
473
473
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
474
474
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
475
|
+
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
475
476
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
476
477
|
end)
|
477
478
|
|
@@ -496,6 +497,7 @@ module Aws::Ivschat
|
|
496
497
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
497
498
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
498
499
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
499
501
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
500
502
|
end)
|
501
503
|
|
@@ -574,6 +576,7 @@ module Aws::Ivschat
|
|
574
576
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
575
577
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
576
578
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
577
580
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
578
581
|
end)
|
579
582
|
|
@@ -50,6 +50,9 @@ module Aws::Ivschat
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -29,82 +29,82 @@ module Aws::Ivschat
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
|
57
|
-
UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
|
58
|
-
SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
|
59
|
-
eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
|
60
|
-
InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
61
|
-
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
|
62
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
|
63
|
-
b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
|
64
|
-
fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
|
65
|
-
RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
66
|
-
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
67
|
-
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
|
68
|
-
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
|
69
|
-
dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
70
|
-
dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
|
71
|
-
Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
|
72
|
-
In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
-
dCI6eyJ1cmwiOiJodHRwczovL2l2c2NoYXQtZmlwcy57UmVnaW9ufS57UGFy
|
77
|
-
dGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
|
78
|
-
Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29u
|
79
|
-
ZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBl
|
80
|
-
bmFibGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBv
|
81
|
-
bmUgb3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpb
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
+
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
+
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
+
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
+
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
+
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
+
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
+
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
+
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
+
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
+
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
+
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
+
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
+
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
+
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
+
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
+
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
+
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
+
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
+
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfSx7ImZuIjoicGFy
|
54
|
+
c2VVUkwiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XSwiYXNzaWduIjoi
|
55
|
+
dXJsIn1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
|
82
56
|
eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
57
|
+
In0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZpZ3VyYXRpb246IEZJ
|
58
|
+
UFMgYW5kIGN1c3RvbSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5
|
59
|
+
cGUiOiJlcnJvciJ9LHsiY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
|
60
|
+
cnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
|
61
|
+
ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sImVycm9y
|
62
|
+
IjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBEdWFsc3RhY2sgYW5kIGN1c3Rv
|
63
|
+
bSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5cGUiOiJlcnJvciJ9
|
64
|
+
LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6eyJyZWYiOiJF
|
65
|
+
bmRwb2ludCJ9LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
|
66
|
+
IjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
|
67
|
+
YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsi
|
68
|
+
Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0
|
69
|
+
YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
70
|
+
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
|
71
|
+
biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
|
72
|
+
fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
|
73
|
+
cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
|
74
|
+
cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
|
75
|
+
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
|
76
|
+
Ijp7InVybCI6Imh0dHBzOi8vaXZzY2hhdC1maXBzLntSZWdpb259LntQYXJ0
|
77
|
+
aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMi
|
78
|
+
Ont9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25k
|
79
|
+
aXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVu
|
80
|
+
YWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9u
|
81
|
+
ZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7
|
82
|
+
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMi
|
83
|
+
fSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
|
84
|
+
IjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoi
|
85
|
+
Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJz
|
86
|
+
dXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
|
87
|
+
bmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
88
|
+
b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pdnNjaGF0LWZp
|
89
|
+
cHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJv
|
90
|
+
cGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1d
|
91
|
+
fV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVk
|
92
|
+
IGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0
|
93
|
+
eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
|
94
|
+
RXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19
|
95
|
+
XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4i
|
96
|
+
OiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIi
|
97
|
+
LCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNE
|
98
|
+
dWFsU3RhY2siXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
99
|
+
dGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2l2c2NoYXQu
|
100
|
+
e1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9
|
101
|
+
IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBv
|
102
|
+
aW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBp
|
103
|
+
cyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0
|
104
|
+
IER1YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpb
|
105
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pdnNjaGF0LntSZWdpb259
|
106
|
+
LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9
|
107
|
+
LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
|
108
108
|
|
109
109
|
JSON
|
110
110
|
end
|
@@ -23,13 +23,6 @@ module Aws::Ivschat
|
|
23
23
|
|
24
24
|
# Specifies a CloudWatch Logs location where chat logs will be stored.
|
25
25
|
#
|
26
|
-
# @note When making an API call, you may pass CloudWatchLogsDestinationConfiguration
|
27
|
-
# data as a hash:
|
28
|
-
#
|
29
|
-
# {
|
30
|
-
# log_group_name: "LogGroupName", # required
|
31
|
-
# }
|
32
|
-
#
|
33
26
|
# @!attribute [rw] log_group_name
|
34
27
|
# Name of the Amazon Cloudwatch Logs destination where chat activity
|
35
28
|
# will be logged.
|
@@ -62,19 +55,6 @@ module Aws::Ivschat
|
|
62
55
|
include Aws::Structure
|
63
56
|
end
|
64
57
|
|
65
|
-
# @note When making an API call, you may pass CreateChatTokenRequest
|
66
|
-
# data as a hash:
|
67
|
-
#
|
68
|
-
# {
|
69
|
-
# attributes: {
|
70
|
-
# "String" => "String",
|
71
|
-
# },
|
72
|
-
# capabilities: ["SEND_MESSAGE"], # accepts SEND_MESSAGE, DISCONNECT_USER, DELETE_MESSAGE
|
73
|
-
# room_identifier: "RoomIdentifier", # required
|
74
|
-
# session_duration_in_minutes: 1,
|
75
|
-
# user_id: "UserID", # required
|
76
|
-
# }
|
77
|
-
#
|
78
58
|
# @!attribute [rw] attributes
|
79
59
|
# Application-provided attributes to encode into the token and attach
|
80
60
|
# to a chat session. Map keys and values can contain UTF-8 encoded
|
@@ -139,27 +119,6 @@ module Aws::Ivschat
|
|
139
119
|
include Aws::Structure
|
140
120
|
end
|
141
121
|
|
142
|
-
# @note When making an API call, you may pass CreateLoggingConfigurationRequest
|
143
|
-
# data as a hash:
|
144
|
-
#
|
145
|
-
# {
|
146
|
-
# destination_configuration: { # required
|
147
|
-
# cloud_watch_logs: {
|
148
|
-
# log_group_name: "LogGroupName", # required
|
149
|
-
# },
|
150
|
-
# firehose: {
|
151
|
-
# delivery_stream_name: "DeliveryStreamName", # required
|
152
|
-
# },
|
153
|
-
# s3: {
|
154
|
-
# bucket_name: "BucketName", # required
|
155
|
-
# },
|
156
|
-
# },
|
157
|
-
# name: "LoggingConfigurationName",
|
158
|
-
# tags: {
|
159
|
-
# "TagKey" => "TagValue",
|
160
|
-
# },
|
161
|
-
# }
|
162
|
-
#
|
163
122
|
# @!attribute [rw] destination_configuration
|
164
123
|
# A complex type that contains a destination configuration for where
|
165
124
|
# chat content will be logged. There can be only one type of
|
@@ -249,23 +208,6 @@ module Aws::Ivschat
|
|
249
208
|
include Aws::Structure
|
250
209
|
end
|
251
210
|
|
252
|
-
# @note When making an API call, you may pass CreateRoomRequest
|
253
|
-
# data as a hash:
|
254
|
-
#
|
255
|
-
# {
|
256
|
-
# logging_configuration_identifiers: ["LoggingConfigurationIdentifier"],
|
257
|
-
# maximum_message_length: 1,
|
258
|
-
# maximum_message_rate_per_second: 1,
|
259
|
-
# message_review_handler: {
|
260
|
-
# fallback_result: "ALLOW", # accepts ALLOW, DENY
|
261
|
-
# uri: "LambdaArn",
|
262
|
-
# },
|
263
|
-
# name: "RoomName",
|
264
|
-
# tags: {
|
265
|
-
# "TagKey" => "TagValue",
|
266
|
-
# },
|
267
|
-
# }
|
268
|
-
#
|
269
211
|
# @!attribute [rw] logging_configuration_identifiers
|
270
212
|
# Array of logging-configuration identifiers attached to the room.
|
271
213
|
# @return [Array<String>]
|
@@ -377,13 +319,6 @@ module Aws::Ivschat
|
|
377
319
|
include Aws::Structure
|
378
320
|
end
|
379
321
|
|
380
|
-
# @note When making an API call, you may pass DeleteLoggingConfigurationRequest
|
381
|
-
# data as a hash:
|
382
|
-
#
|
383
|
-
# {
|
384
|
-
# identifier: "LoggingConfigurationIdentifier", # required
|
385
|
-
# }
|
386
|
-
#
|
387
322
|
# @!attribute [rw] identifier
|
388
323
|
# Identifier of the logging configuration to be deleted.
|
389
324
|
# @return [String]
|
@@ -396,15 +331,6 @@ module Aws::Ivschat
|
|
396
331
|
include Aws::Structure
|
397
332
|
end
|
398
333
|
|
399
|
-
# @note When making an API call, you may pass DeleteMessageRequest
|
400
|
-
# data as a hash:
|
401
|
-
#
|
402
|
-
# {
|
403
|
-
# id: "MessageID", # required
|
404
|
-
# reason: "Reason",
|
405
|
-
# room_identifier: "RoomIdentifier", # required
|
406
|
-
# }
|
407
|
-
#
|
408
334
|
# @!attribute [rw] id
|
409
335
|
# ID of the message to be deleted. This is the `Id` field in the
|
410
336
|
# received message (see [ Message (Subscribe)][1] in the Chat
|
@@ -446,13 +372,6 @@ module Aws::Ivschat
|
|
446
372
|
include Aws::Structure
|
447
373
|
end
|
448
374
|
|
449
|
-
# @note When making an API call, you may pass DeleteRoomRequest
|
450
|
-
# data as a hash:
|
451
|
-
#
|
452
|
-
# {
|
453
|
-
# identifier: "RoomIdentifier", # required
|
454
|
-
# }
|
455
|
-
#
|
456
375
|
# @!attribute [rw] identifier
|
457
376
|
# Identifier of the room to be deleted. Currently this must be an ARN.
|
458
377
|
# @return [String]
|
@@ -475,17 +394,18 @@ module Aws::Ivschat
|
|
475
394
|
# @note DestinationConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of DestinationConfiguration corresponding to the set member.
|
476
395
|
#
|
477
396
|
# @!attribute [rw] cloud_watch_logs
|
478
|
-
#
|
479
|
-
# will be logged.
|
397
|
+
# An Amazon CloudWatch Logs destination configuration where chat
|
398
|
+
# activity will be logged.
|
480
399
|
# @return [Types::CloudWatchLogsDestinationConfiguration]
|
481
400
|
#
|
482
401
|
# @!attribute [rw] firehose
|
483
|
-
#
|
484
|
-
# activity will be logged
|
402
|
+
# An Amazon Kinesis Data Firehose destination configuration where chat
|
403
|
+
# activity will be logged.
|
485
404
|
# @return [Types::FirehoseDestinationConfiguration]
|
486
405
|
#
|
487
406
|
# @!attribute [rw] s3
|
488
|
-
#
|
407
|
+
# An Amazon S3 destination configuration where chat activity will be
|
408
|
+
# logged.
|
489
409
|
# @return [Types::S3DestinationConfiguration]
|
490
410
|
#
|
491
411
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivschat-2020-07-14/DestinationConfiguration AWS API Documentation
|
@@ -505,15 +425,6 @@ module Aws::Ivschat
|
|
505
425
|
class Unknown < DestinationConfiguration; end
|
506
426
|
end
|
507
427
|
|
508
|
-
# @note When making an API call, you may pass DisconnectUserRequest
|
509
|
-
# data as a hash:
|
510
|
-
#
|
511
|
-
# {
|
512
|
-
# reason: "Reason",
|
513
|
-
# room_identifier: "RoomIdentifier", # required
|
514
|
-
# user_id: "UserID", # required
|
515
|
-
# }
|
516
|
-
#
|
517
428
|
# @!attribute [rw] reason
|
518
429
|
# Reason for disconnecting the user.
|
519
430
|
# @return [String]
|
@@ -543,13 +454,6 @@ module Aws::Ivschat
|
|
543
454
|
|
544
455
|
# Specifies a Kinesis Firehose location where chat logs will be stored.
|
545
456
|
#
|
546
|
-
# @note When making an API call, you may pass FirehoseDestinationConfiguration
|
547
|
-
# data as a hash:
|
548
|
-
#
|
549
|
-
# {
|
550
|
-
# delivery_stream_name: "DeliveryStreamName", # required
|
551
|
-
# }
|
552
|
-
#
|
553
457
|
# @!attribute [rw] delivery_stream_name
|
554
458
|
# Name of the Amazon Kinesis Firehose delivery stream where chat
|
555
459
|
# activity will be logged.
|
@@ -563,13 +467,6 @@ module Aws::Ivschat
|
|
563
467
|
include Aws::Structure
|
564
468
|
end
|
565
469
|
|
566
|
-
# @note When making an API call, you may pass GetLoggingConfigurationRequest
|
567
|
-
# data as a hash:
|
568
|
-
#
|
569
|
-
# {
|
570
|
-
# identifier: "LoggingConfigurationIdentifier", # required
|
571
|
-
# }
|
572
|
-
#
|
573
470
|
# @!attribute [rw] identifier
|
574
471
|
# Identifier of the logging configuration to be retrieved.
|
575
472
|
# @return [String]
|
@@ -639,13 +536,6 @@ module Aws::Ivschat
|
|
639
536
|
include Aws::Structure
|
640
537
|
end
|
641
538
|
|
642
|
-
# @note When making an API call, you may pass GetRoomRequest
|
643
|
-
# data as a hash:
|
644
|
-
#
|
645
|
-
# {
|
646
|
-
# identifier: "RoomIdentifier", # required
|
647
|
-
# }
|
648
|
-
#
|
649
539
|
# @!attribute [rw] identifier
|
650
540
|
# Identifier of the room for which the configuration is to be
|
651
541
|
# retrieved. Currently this must be an ARN.
|
@@ -734,14 +624,6 @@ module Aws::Ivschat
|
|
734
624
|
include Aws::Structure
|
735
625
|
end
|
736
626
|
|
737
|
-
# @note When making an API call, you may pass ListLoggingConfigurationsRequest
|
738
|
-
# data as a hash:
|
739
|
-
#
|
740
|
-
# {
|
741
|
-
# max_results: 1,
|
742
|
-
# next_token: "PaginationToken",
|
743
|
-
# }
|
744
|
-
#
|
745
627
|
# @!attribute [rw] max_results
|
746
628
|
# Maximum number of logging configurations to return. Default: 50.
|
747
629
|
# @return [Integer]
|
@@ -780,17 +662,6 @@ module Aws::Ivschat
|
|
780
662
|
include Aws::Structure
|
781
663
|
end
|
782
664
|
|
783
|
-
# @note When making an API call, you may pass ListRoomsRequest
|
784
|
-
# data as a hash:
|
785
|
-
#
|
786
|
-
# {
|
787
|
-
# logging_configuration_identifier: "LoggingConfigurationIdentifier",
|
788
|
-
# max_results: 1,
|
789
|
-
# message_review_handler_uri: "LambdaArn",
|
790
|
-
# name: "RoomName",
|
791
|
-
# next_token: "PaginationToken",
|
792
|
-
# }
|
793
|
-
#
|
794
665
|
# @!attribute [rw] logging_configuration_identifier
|
795
666
|
# Logging-configuration identifier.
|
796
667
|
# @return [String]
|
@@ -842,13 +713,6 @@ module Aws::Ivschat
|
|
842
713
|
include Aws::Structure
|
843
714
|
end
|
844
715
|
|
845
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
846
|
-
# data as a hash:
|
847
|
-
#
|
848
|
-
# {
|
849
|
-
# resource_arn: "ResourceArn", # required
|
850
|
-
# }
|
851
|
-
#
|
852
716
|
# @!attribute [rw] resource_arn
|
853
717
|
# The ARN of the resource to be retrieved. The ARN must be
|
854
718
|
# URL-encoded.
|
@@ -940,14 +804,6 @@ module Aws::Ivschat
|
|
940
804
|
|
941
805
|
# Configuration information for optional message review.
|
942
806
|
#
|
943
|
-
# @note When making an API call, you may pass MessageReviewHandler
|
944
|
-
# data as a hash:
|
945
|
-
#
|
946
|
-
# {
|
947
|
-
# fallback_result: "ALLOW", # accepts ALLOW, DENY
|
948
|
-
# uri: "LambdaArn",
|
949
|
-
# }
|
950
|
-
#
|
951
807
|
# @!attribute [rw] fallback_result
|
952
808
|
# Specifies the fallback behavior (whether the message is allowed or
|
953
809
|
# denied) if the handler does not return a valid response, encounters
|
@@ -1067,13 +923,6 @@ module Aws::Ivschat
|
|
1067
923
|
|
1068
924
|
# Specifies an S3 location where chat logs will be stored.
|
1069
925
|
#
|
1070
|
-
# @note When making an API call, you may pass S3DestinationConfiguration
|
1071
|
-
# data as a hash:
|
1072
|
-
#
|
1073
|
-
# {
|
1074
|
-
# bucket_name: "BucketName", # required
|
1075
|
-
# }
|
1076
|
-
#
|
1077
926
|
# @!attribute [rw] bucket_name
|
1078
927
|
# Name of the Amazon S3 bucket where chat activity will be logged.
|
1079
928
|
# @return [String]
|
@@ -1086,17 +935,6 @@ module Aws::Ivschat
|
|
1086
935
|
include Aws::Structure
|
1087
936
|
end
|
1088
937
|
|
1089
|
-
# @note When making an API call, you may pass SendEventRequest
|
1090
|
-
# data as a hash:
|
1091
|
-
#
|
1092
|
-
# {
|
1093
|
-
# attributes: {
|
1094
|
-
# "String" => "String",
|
1095
|
-
# },
|
1096
|
-
# event_name: "EventName", # required
|
1097
|
-
# room_identifier: "RoomIdentifier", # required
|
1098
|
-
# }
|
1099
|
-
#
|
1100
938
|
# @!attribute [rw] attributes
|
1101
939
|
# Application-defined metadata to attach to the event sent to clients.
|
1102
940
|
# The maximum length of the metadata is 1 KB total.
|
@@ -1158,16 +996,6 @@ module Aws::Ivschat
|
|
1158
996
|
include Aws::Structure
|
1159
997
|
end
|
1160
998
|
|
1161
|
-
# @note When making an API call, you may pass TagResourceRequest
|
1162
|
-
# data as a hash:
|
1163
|
-
#
|
1164
|
-
# {
|
1165
|
-
# resource_arn: "ResourceArn", # required
|
1166
|
-
# tags: { # required
|
1167
|
-
# "TagKey" => "TagValue",
|
1168
|
-
# },
|
1169
|
-
# }
|
1170
|
-
#
|
1171
999
|
# @!attribute [rw] resource_arn
|
1172
1000
|
# The ARN of the resource to be tagged. The ARN must be URL-encoded.
|
1173
1001
|
# @return [String]
|
@@ -1220,14 +1048,6 @@ module Aws::Ivschat
|
|
1220
1048
|
include Aws::Structure
|
1221
1049
|
end
|
1222
1050
|
|
1223
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
1224
|
-
# data as a hash:
|
1225
|
-
#
|
1226
|
-
# {
|
1227
|
-
# resource_arn: "ResourceArn", # required
|
1228
|
-
# tag_keys: ["TagKey"], # required
|
1229
|
-
# }
|
1230
|
-
#
|
1231
1051
|
# @!attribute [rw] resource_arn
|
1232
1052
|
# The ARN of the resource to be untagged. The ARN must be URL-encoded.
|
1233
1053
|
# @return [String]
|
@@ -1257,25 +1077,6 @@ module Aws::Ivschat
|
|
1257
1077
|
#
|
1258
1078
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
1259
1079
|
|
1260
|
-
# @note When making an API call, you may pass UpdateLoggingConfigurationRequest
|
1261
|
-
# data as a hash:
|
1262
|
-
#
|
1263
|
-
# {
|
1264
|
-
# destination_configuration: {
|
1265
|
-
# cloud_watch_logs: {
|
1266
|
-
# log_group_name: "LogGroupName", # required
|
1267
|
-
# },
|
1268
|
-
# firehose: {
|
1269
|
-
# delivery_stream_name: "DeliveryStreamName", # required
|
1270
|
-
# },
|
1271
|
-
# s3: {
|
1272
|
-
# bucket_name: "BucketName", # required
|
1273
|
-
# },
|
1274
|
-
# },
|
1275
|
-
# identifier: "LoggingConfigurationIdentifier", # required
|
1276
|
-
# name: "LoggingConfigurationName",
|
1277
|
-
# }
|
1278
|
-
#
|
1279
1080
|
# @!attribute [rw] destination_configuration
|
1280
1081
|
# A complex type that contains a destination configuration for where
|
1281
1082
|
# chat content will be logged. There can be only one type of
|
@@ -1358,21 +1159,6 @@ module Aws::Ivschat
|
|
1358
1159
|
include Aws::Structure
|
1359
1160
|
end
|
1360
1161
|
|
1361
|
-
# @note When making an API call, you may pass UpdateRoomRequest
|
1362
|
-
# data as a hash:
|
1363
|
-
#
|
1364
|
-
# {
|
1365
|
-
# identifier: "RoomIdentifier", # required
|
1366
|
-
# logging_configuration_identifiers: ["LoggingConfigurationIdentifier"],
|
1367
|
-
# maximum_message_length: 1,
|
1368
|
-
# maximum_message_rate_per_second: 1,
|
1369
|
-
# message_review_handler: {
|
1370
|
-
# fallback_result: "ALLOW", # accepts ALLOW, DENY
|
1371
|
-
# uri: "LambdaArn",
|
1372
|
-
# },
|
1373
|
-
# name: "RoomName",
|
1374
|
-
# }
|
1375
|
-
#
|
1376
1162
|
# @!attribute [rw] identifier
|
1377
1163
|
# Identifier of the room to be updated. Currently this must be an ARN.
|
1378
1164
|
# @return [String]
|
data/lib/aws-sdk-ivschat.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ivschat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.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-
|
11
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|