aws-sdk-core 2.11.25 → 2.11.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b723496fb4b9be7a87856012ba487cba66dbe56c
4
- data.tar.gz: 11ac9b0daec63180f1cc03523523c8f16df78df0
3
+ metadata.gz: 6491198bd90adcd09f2f8257fdbfea8abb23590f
4
+ data.tar.gz: 1481c48a6c15a13bc8c7c908c8b02d1ea773961f
5
5
  SHA512:
6
- metadata.gz: 3f017f649a45de12ac778b8bad4252d522483f64429c9a08c3e9d52200a01a16862b55e68624f4bac966064b35c65d46967a225bce146c18623c92c29d85b84d
7
- data.tar.gz: b168f863e5bf2f1dcd3fde9f3d8c7460bd96f4d341e4a6df4979b46149aa2615c990bd794417076bfb9102767d8dd2b757cf4335a608f5dfc0bb6a1ab031cc1d
6
+ metadata.gz: ec37048b7c623691212dc72c45bc936a18d8c2a5028c9e560d33eaf76ec36096154c75b4b5e1445ddeab95d743264ba7e7aaae944ca5348990846e54b3b3f9c1
7
+ data.tar.gz: 2d8dc9e2a8107c2ecccc25861cd43b39664a33ad85a67bd555e1877034dcb1b9ed1dc2a719fca99c0022fddf9b0c469093958ec0b67beb324d676b7768eaaff3
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"ACM",
9
9
  "serviceFullName":"AWS Certificate Manager",
10
+ "serviceId":"ACM",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"CertificateManager",
12
13
  "uid":"acm-2015-12-08"
@@ -0,0 +1,191 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-08-08",
5
+ "endpointPrefix":"connect",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon Connect",
9
+ "serviceFullName":"Amazon Connect Service",
10
+ "serviceId":"Connect",
11
+ "signatureVersion":"v4",
12
+ "signingName":"connect",
13
+ "uid":"connect-2017-08-08"
14
+ },
15
+ "operations":{
16
+ "StartOutboundVoiceContact":{
17
+ "name":"StartOutboundVoiceContact",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/contact/outbound-voice"
21
+ },
22
+ "input":{"shape":"StartOutboundVoiceContactRequest"},
23
+ "output":{"shape":"StartOutboundVoiceContactResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidRequestException"},
26
+ {"shape":"InvalidParameterException"},
27
+ {"shape":"ResourceNotFoundException"},
28
+ {"shape":"InternalServiceException"},
29
+ {"shape":"LimitExceededException"},
30
+ {"shape":"DestinationNotAllowedException"},
31
+ {"shape":"OutboundContactNotPermittedException"}
32
+ ]
33
+ },
34
+ "StopContact":{
35
+ "name":"StopContact",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/contact/stop"
39
+ },
40
+ "input":{"shape":"StopContactRequest"},
41
+ "output":{"shape":"StopContactResponse"},
42
+ "errors":[
43
+ {"shape":"InvalidRequestException"},
44
+ {"shape":"ContactNotFoundException"},
45
+ {"shape":"InvalidParameterException"},
46
+ {"shape":"ResourceNotFoundException"},
47
+ {"shape":"InternalServiceException"}
48
+ ]
49
+ }
50
+ },
51
+ "shapes":{
52
+ "AttributeName":{
53
+ "type":"string",
54
+ "max":32767,
55
+ "min":1
56
+ },
57
+ "AttributeValue":{
58
+ "type":"string",
59
+ "max":32767,
60
+ "min":0
61
+ },
62
+ "Attributes":{
63
+ "type":"map",
64
+ "key":{"shape":"AttributeName"},
65
+ "value":{"shape":"AttributeValue"}
66
+ },
67
+ "ClientToken":{
68
+ "type":"string",
69
+ "max":500
70
+ },
71
+ "ContactFlowId":{
72
+ "type":"string",
73
+ "max":500
74
+ },
75
+ "ContactId":{
76
+ "type":"string",
77
+ "max":256,
78
+ "min":1
79
+ },
80
+ "ContactNotFoundException":{
81
+ "type":"structure",
82
+ "members":{
83
+ "Message":{"shape":"Message"}
84
+ },
85
+ "error":{"httpStatusCode":410},
86
+ "exception":true
87
+ },
88
+ "DestinationNotAllowedException":{
89
+ "type":"structure",
90
+ "members":{
91
+ "Message":{"shape":"Message"}
92
+ },
93
+ "error":{"httpStatusCode":403},
94
+ "exception":true
95
+ },
96
+ "InstanceId":{"type":"string"},
97
+ "InternalServiceException":{
98
+ "type":"structure",
99
+ "members":{
100
+ "Message":{"shape":"Message"}
101
+ },
102
+ "error":{"httpStatusCode":500},
103
+ "exception":true
104
+ },
105
+ "InvalidParameterException":{
106
+ "type":"structure",
107
+ "members":{
108
+ "Message":{"shape":"Message"}
109
+ },
110
+ "error":{"httpStatusCode":400},
111
+ "exception":true
112
+ },
113
+ "InvalidRequestException":{
114
+ "type":"structure",
115
+ "members":{
116
+ "Message":{"shape":"Message"}
117
+ },
118
+ "error":{"httpStatusCode":400},
119
+ "exception":true
120
+ },
121
+ "LimitExceededException":{
122
+ "type":"structure",
123
+ "members":{
124
+ "Message":{"shape":"Message"}
125
+ },
126
+ "error":{"httpStatusCode":429},
127
+ "exception":true
128
+ },
129
+ "Message":{"type":"string"},
130
+ "OutboundContactNotPermittedException":{
131
+ "type":"structure",
132
+ "members":{
133
+ "Message":{"shape":"Message"}
134
+ },
135
+ "error":{"httpStatusCode":403},
136
+ "exception":true
137
+ },
138
+ "PhoneNumber":{"type":"string"},
139
+ "QueueId":{"type":"string"},
140
+ "ResourceNotFoundException":{
141
+ "type":"structure",
142
+ "members":{
143
+ "Message":{"shape":"Message"}
144
+ },
145
+ "error":{"httpStatusCode":404},
146
+ "exception":true
147
+ },
148
+ "StartOutboundVoiceContactRequest":{
149
+ "type":"structure",
150
+ "required":[
151
+ "DestinationPhoneNumber",
152
+ "ContactFlowId",
153
+ "InstanceId"
154
+ ],
155
+ "members":{
156
+ "DestinationPhoneNumber":{"shape":"PhoneNumber"},
157
+ "ContactFlowId":{"shape":"ContactFlowId"},
158
+ "InstanceId":{"shape":"InstanceId"},
159
+ "ClientToken":{
160
+ "shape":"ClientToken",
161
+ "idempotencyToken":true
162
+ },
163
+ "SourcePhoneNumber":{"shape":"PhoneNumber"},
164
+ "QueueId":{"shape":"QueueId"},
165
+ "Attributes":{"shape":"Attributes"}
166
+ }
167
+ },
168
+ "StartOutboundVoiceContactResponse":{
169
+ "type":"structure",
170
+ "members":{
171
+ "ContactId":{"shape":"ContactId"}
172
+ }
173
+ },
174
+ "StopContactRequest":{
175
+ "type":"structure",
176
+ "required":[
177
+ "ContactId",
178
+ "InstanceId"
179
+ ],
180
+ "members":{
181
+ "ContactId":{"shape":"ContactId"},
182
+ "InstanceId":{"shape":"InstanceId"}
183
+ }
184
+ },
185
+ "StopContactResponse":{
186
+ "type":"structure",
187
+ "members":{
188
+ }
189
+ }
190
+ }
191
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -375,9 +375,33 @@
375
375
  "eu-west-3" : { },
376
376
  "sa-east-1" : { },
377
377
  "us-east-1" : { },
378
+ "us-east-1-fips" : {
379
+ "credentialScope" : {
380
+ "region" : "us-east-1"
381
+ },
382
+ "hostname" : "codebuild-fips.us-east-1.amazonaws.com"
383
+ },
378
384
  "us-east-2" : { },
385
+ "us-east-2-fips" : {
386
+ "credentialScope" : {
387
+ "region" : "us-east-2"
388
+ },
389
+ "hostname" : "codebuild-fips.us-east-2.amazonaws.com"
390
+ },
379
391
  "us-west-1" : { },
380
- "us-west-2" : { }
392
+ "us-west-1-fips" : {
393
+ "credentialScope" : {
394
+ "region" : "us-west-1"
395
+ },
396
+ "hostname" : "codebuild-fips.us-west-1.amazonaws.com"
397
+ },
398
+ "us-west-2" : { },
399
+ "us-west-2-fips" : {
400
+ "credentialScope" : {
401
+ "region" : "us-west-2"
402
+ },
403
+ "hostname" : "codebuild-fips.us-west-2.amazonaws.com"
404
+ }
381
405
  }
382
406
  },
383
407
  "codecommit" : {
@@ -947,6 +971,8 @@
947
971
  "glue" : {
948
972
  "endpoints" : {
949
973
  "ap-northeast-1" : { },
974
+ "ap-southeast-2" : { },
975
+ "eu-central-1" : { },
950
976
  "eu-west-1" : { },
951
977
  "us-east-1" : { },
952
978
  "us-east-2" : { },
@@ -57,6 +57,7 @@ module Aws
57
57
  CognitoSync
58
58
  Comprehend
59
59
  ConfigService
60
+ Connect
60
61
  CostExplorer
61
62
  CostandUsageReportService
62
63
  DAX
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Connect, {
2
+ api: "#{Aws::API_DIR}/connect/2017-08-08/api-2.json",
3
+ docs: "#{Aws::API_DIR}/connect/2017-08-08/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/connect/2017-08-08/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/connect/2017-08-08/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.25'
2
+ VERSION = '2.11.26'
3
3
  end
@@ -134,6 +134,10 @@
134
134
  "models": "config/2014-11-12",
135
135
  "endpoint": "config"
136
136
  },
137
+ "Connect": {
138
+ "models": "connect/2017-08-08",
139
+ "endpoint": "connect"
140
+ },
137
141
  "CostExplorer": {
138
142
  "models": "ce/2017-10-25",
139
143
  "endpoint": "ce"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.25
4
+ version: 2.11.26
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: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -169,6 +169,9 @@ files:
169
169
  - apis/config/2014-11-12/api-2.json
170
170
  - apis/config/2014-11-12/examples-1.json
171
171
  - apis/config/2014-11-12/paginators-1.json
172
+ - apis/connect/2017-08-08/api-2.json
173
+ - apis/connect/2017-08-08/examples-1.json
174
+ - apis/connect/2017-08-08/paginators-1.json
172
175
  - apis/cur/2017-01-06/api-2.json
173
176
  - apis/cur/2017-01-06/examples-1.json
174
177
  - apis/cur/2017-01-06/paginators-1.json
@@ -573,6 +576,7 @@ files:
573
576
  - lib/aws-sdk-core/cognitosync.rb
574
577
  - lib/aws-sdk-core/comprehend.rb
575
578
  - lib/aws-sdk-core/configservice.rb
579
+ - lib/aws-sdk-core/connect.rb
576
580
  - lib/aws-sdk-core/costandusagereportservice.rb
577
581
  - lib/aws-sdk-core/costexplorer.rb
578
582
  - lib/aws-sdk-core/credential_provider.rb