aws-sdk-core 2.11.389 → 2.11.390

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
  SHA1:
3
- metadata.gz: dbc939ae7378578e1b030d7d5fd485e8b25b6dfe
4
- data.tar.gz: 8b77fe9d546d6a65647081aaae2407d800984b7e
3
+ metadata.gz: 534c0991fd5e94e27e9ef06e6c681cfb0d7ed2b2
4
+ data.tar.gz: 4c4eba73b6d589659bf259175f3ced0dc5c43da5
5
5
  SHA512:
6
- metadata.gz: bdd8a57af1f3d7f2222984515bf8e835e1c4f042374abde1c8dc19b60acf80f3211cbaccd1aa5e3421ed35ed17bacd6ed7791b2963f5537d0986ea35106a1ddd
7
- data.tar.gz: c75956736aff9693602145ca36b32eddd51b1f06f6432cc77f8ecec937bb61c9843242b4f21cb43e7951df4a2648f51761f63832be55344e1196d58a58ad137f
6
+ metadata.gz: 8dcb0e6bd0471649d32448dec79b50ef1e86b398d42ed731b57a54637a9b8198e0eb716680449398174b719a1c5fbac9605658cc6799423c78be5bbe66af5459
7
+ data.tar.gz: a5739d222be901625ebfc8d29d1e2c9704375ecfeb691ae88e498b529db3d439b58e4ab914c9b3657a35d3319c3642a511f0f58e24e20e3e8eec9927d312f0f8
@@ -0,0 +1,724 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-10-15",
5
+ "endpointPrefix":"codestar-notifications",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"AWS CodeStar Notifications",
9
+ "serviceId":"codestar notifications",
10
+ "signatureVersion":"v4",
11
+ "signingName":"codestar-notifications",
12
+ "uid":"codestar-notifications-2019-10-15"
13
+ },
14
+ "operations":{
15
+ "CreateNotificationRule":{
16
+ "name":"CreateNotificationRule",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/createNotificationRule"
20
+ },
21
+ "input":{"shape":"CreateNotificationRuleRequest"},
22
+ "output":{"shape":"CreateNotificationRuleResult"},
23
+ "errors":[
24
+ {"shape":"ResourceAlreadyExistsException"},
25
+ {"shape":"ValidationException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"ConfigurationException"},
28
+ {"shape":"ConcurrentModificationException"},
29
+ {"shape":"AccessDeniedException"}
30
+ ]
31
+ },
32
+ "DeleteNotificationRule":{
33
+ "name":"DeleteNotificationRule",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/deleteNotificationRule"
37
+ },
38
+ "input":{"shape":"DeleteNotificationRuleRequest"},
39
+ "output":{"shape":"DeleteNotificationRuleResult"},
40
+ "errors":[
41
+ {"shape":"ValidationException"},
42
+ {"shape":"LimitExceededException"},
43
+ {"shape":"ConcurrentModificationException"}
44
+ ]
45
+ },
46
+ "DeleteTarget":{
47
+ "name":"DeleteTarget",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/deleteTarget"
51
+ },
52
+ "input":{"shape":"DeleteTargetRequest"},
53
+ "output":{"shape":"DeleteTargetResult"},
54
+ "errors":[
55
+ {"shape":"ValidationException"}
56
+ ]
57
+ },
58
+ "DescribeNotificationRule":{
59
+ "name":"DescribeNotificationRule",
60
+ "http":{
61
+ "method":"POST",
62
+ "requestUri":"/describeNotificationRule"
63
+ },
64
+ "input":{"shape":"DescribeNotificationRuleRequest"},
65
+ "output":{"shape":"DescribeNotificationRuleResult"},
66
+ "errors":[
67
+ {"shape":"ResourceNotFoundException"},
68
+ {"shape":"ValidationException"}
69
+ ]
70
+ },
71
+ "ListEventTypes":{
72
+ "name":"ListEventTypes",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/listEventTypes"
76
+ },
77
+ "input":{"shape":"ListEventTypesRequest"},
78
+ "output":{"shape":"ListEventTypesResult"},
79
+ "errors":[
80
+ {"shape":"InvalidNextTokenException"},
81
+ {"shape":"ValidationException"}
82
+ ]
83
+ },
84
+ "ListNotificationRules":{
85
+ "name":"ListNotificationRules",
86
+ "http":{
87
+ "method":"POST",
88
+ "requestUri":"/listNotificationRules"
89
+ },
90
+ "input":{"shape":"ListNotificationRulesRequest"},
91
+ "output":{"shape":"ListNotificationRulesResult"},
92
+ "errors":[
93
+ {"shape":"InvalidNextTokenException"},
94
+ {"shape":"ValidationException"}
95
+ ]
96
+ },
97
+ "ListTagsForResource":{
98
+ "name":"ListTagsForResource",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/listTagsForResource"
102
+ },
103
+ "input":{"shape":"ListTagsForResourceRequest"},
104
+ "output":{"shape":"ListTagsForResourceResult"},
105
+ "errors":[
106
+ {"shape":"ResourceNotFoundException"},
107
+ {"shape":"ValidationException"}
108
+ ]
109
+ },
110
+ "ListTargets":{
111
+ "name":"ListTargets",
112
+ "http":{
113
+ "method":"POST",
114
+ "requestUri":"/listTargets"
115
+ },
116
+ "input":{"shape":"ListTargetsRequest"},
117
+ "output":{"shape":"ListTargetsResult"},
118
+ "errors":[
119
+ {"shape":"InvalidNextTokenException"},
120
+ {"shape":"ValidationException"}
121
+ ]
122
+ },
123
+ "Subscribe":{
124
+ "name":"Subscribe",
125
+ "http":{
126
+ "method":"POST",
127
+ "requestUri":"/subscribe"
128
+ },
129
+ "input":{"shape":"SubscribeRequest"},
130
+ "output":{"shape":"SubscribeResult"},
131
+ "errors":[
132
+ {"shape":"ValidationException"},
133
+ {"shape":"ResourceNotFoundException"}
134
+ ]
135
+ },
136
+ "TagResource":{
137
+ "name":"TagResource",
138
+ "http":{
139
+ "method":"POST",
140
+ "requestUri":"/tagResource"
141
+ },
142
+ "input":{"shape":"TagResourceRequest"},
143
+ "output":{"shape":"TagResourceResult"},
144
+ "errors":[
145
+ {"shape":"ResourceNotFoundException"},
146
+ {"shape":"ValidationException"},
147
+ {"shape":"ConcurrentModificationException"}
148
+ ]
149
+ },
150
+ "Unsubscribe":{
151
+ "name":"Unsubscribe",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/unsubscribe"
155
+ },
156
+ "input":{"shape":"UnsubscribeRequest"},
157
+ "output":{"shape":"UnsubscribeResult"},
158
+ "errors":[
159
+ {"shape":"ValidationException"}
160
+ ]
161
+ },
162
+ "UntagResource":{
163
+ "name":"UntagResource",
164
+ "http":{
165
+ "method":"POST",
166
+ "requestUri":"/untagResource"
167
+ },
168
+ "input":{"shape":"UntagResourceRequest"},
169
+ "output":{"shape":"UntagResourceResult"},
170
+ "errors":[
171
+ {"shape":"ResourceNotFoundException"},
172
+ {"shape":"ValidationException"},
173
+ {"shape":"ConcurrentModificationException"}
174
+ ]
175
+ },
176
+ "UpdateNotificationRule":{
177
+ "name":"UpdateNotificationRule",
178
+ "http":{
179
+ "method":"POST",
180
+ "requestUri":"/updateNotificationRule"
181
+ },
182
+ "input":{"shape":"UpdateNotificationRuleRequest"},
183
+ "output":{"shape":"UpdateNotificationRuleResult"},
184
+ "errors":[
185
+ {"shape":"ValidationException"},
186
+ {"shape":"ResourceNotFoundException"}
187
+ ]
188
+ }
189
+ },
190
+ "shapes":{
191
+ "AccessDeniedException":{
192
+ "type":"structure",
193
+ "members":{
194
+ "Message":{"shape":"Message"}
195
+ },
196
+ "error":{"httpStatusCode":403},
197
+ "exception":true
198
+ },
199
+ "ClientRequestToken":{
200
+ "type":"string",
201
+ "max":256,
202
+ "min":1,
203
+ "pattern":"^[\\w:/-]+$"
204
+ },
205
+ "ConcurrentModificationException":{
206
+ "type":"structure",
207
+ "members":{
208
+ "Message":{"shape":"Message"}
209
+ },
210
+ "error":{"httpStatusCode":400},
211
+ "exception":true
212
+ },
213
+ "ConfigurationException":{
214
+ "type":"structure",
215
+ "members":{
216
+ "Message":{"shape":"Message"}
217
+ },
218
+ "error":{"httpStatusCode":400},
219
+ "exception":true
220
+ },
221
+ "CreateNotificationRuleRequest":{
222
+ "type":"structure",
223
+ "required":[
224
+ "Name",
225
+ "EventTypeIds",
226
+ "Resource",
227
+ "Targets",
228
+ "DetailType"
229
+ ],
230
+ "members":{
231
+ "Name":{"shape":"NotificationRuleName"},
232
+ "EventTypeIds":{"shape":"EventTypeIds"},
233
+ "Resource":{"shape":"NotificationRuleResource"},
234
+ "Targets":{"shape":"Targets"},
235
+ "DetailType":{"shape":"DetailType"},
236
+ "ClientRequestToken":{
237
+ "shape":"ClientRequestToken",
238
+ "idempotencyToken":true
239
+ },
240
+ "Tags":{"shape":"Tags"},
241
+ "Status":{"shape":"NotificationRuleStatus"}
242
+ }
243
+ },
244
+ "CreateNotificationRuleResult":{
245
+ "type":"structure",
246
+ "members":{
247
+ "Arn":{"shape":"NotificationRuleArn"}
248
+ }
249
+ },
250
+ "CreatedTimestamp":{"type":"timestamp"},
251
+ "DeleteNotificationRuleRequest":{
252
+ "type":"structure",
253
+ "required":["Arn"],
254
+ "members":{
255
+ "Arn":{"shape":"NotificationRuleArn"}
256
+ }
257
+ },
258
+ "DeleteNotificationRuleResult":{
259
+ "type":"structure",
260
+ "members":{
261
+ "Arn":{"shape":"NotificationRuleArn"}
262
+ }
263
+ },
264
+ "DeleteTargetRequest":{
265
+ "type":"structure",
266
+ "required":["TargetAddress"],
267
+ "members":{
268
+ "TargetAddress":{"shape":"TargetAddress"},
269
+ "ForceUnsubscribeAll":{"shape":"ForceUnsubscribeAll"}
270
+ }
271
+ },
272
+ "DeleteTargetResult":{
273
+ "type":"structure",
274
+ "members":{
275
+ }
276
+ },
277
+ "DescribeNotificationRuleRequest":{
278
+ "type":"structure",
279
+ "required":["Arn"],
280
+ "members":{
281
+ "Arn":{"shape":"NotificationRuleArn"}
282
+ }
283
+ },
284
+ "DescribeNotificationRuleResult":{
285
+ "type":"structure",
286
+ "required":["Arn"],
287
+ "members":{
288
+ "Arn":{"shape":"NotificationRuleArn"},
289
+ "Name":{"shape":"NotificationRuleName"},
290
+ "EventTypes":{"shape":"EventTypeBatch"},
291
+ "Resource":{"shape":"NotificationRuleResource"},
292
+ "Targets":{"shape":"TargetsBatch"},
293
+ "DetailType":{"shape":"DetailType"},
294
+ "CreatedBy":{"shape":"NotificationRuleCreatedBy"},
295
+ "Status":{"shape":"NotificationRuleStatus"},
296
+ "CreatedTimestamp":{"shape":"CreatedTimestamp"},
297
+ "LastModifiedTimestamp":{"shape":"LastModifiedTimestamp"},
298
+ "Tags":{"shape":"Tags"}
299
+ }
300
+ },
301
+ "DetailType":{
302
+ "type":"string",
303
+ "enum":[
304
+ "BASIC",
305
+ "FULL"
306
+ ]
307
+ },
308
+ "EventTypeBatch":{
309
+ "type":"list",
310
+ "member":{"shape":"EventTypeSummary"}
311
+ },
312
+ "EventTypeId":{
313
+ "type":"string",
314
+ "max":200,
315
+ "min":1
316
+ },
317
+ "EventTypeIds":{
318
+ "type":"list",
319
+ "member":{"shape":"EventTypeId"}
320
+ },
321
+ "EventTypeName":{"type":"string"},
322
+ "EventTypeSummary":{
323
+ "type":"structure",
324
+ "members":{
325
+ "EventTypeId":{"shape":"EventTypeId"},
326
+ "ServiceName":{"shape":"ServiceName"},
327
+ "EventTypeName":{"shape":"EventTypeName"},
328
+ "ResourceType":{"shape":"ResourceType"}
329
+ }
330
+ },
331
+ "ForceUnsubscribeAll":{"type":"boolean"},
332
+ "InvalidNextTokenException":{
333
+ "type":"structure",
334
+ "members":{
335
+ "Message":{"shape":"Message"}
336
+ },
337
+ "error":{"httpStatusCode":400},
338
+ "exception":true
339
+ },
340
+ "LastModifiedTimestamp":{"type":"timestamp"},
341
+ "LimitExceededException":{
342
+ "type":"structure",
343
+ "members":{
344
+ "Message":{"shape":"Message"}
345
+ },
346
+ "error":{"httpStatusCode":400},
347
+ "exception":true
348
+ },
349
+ "ListEventTypesFilter":{
350
+ "type":"structure",
351
+ "required":[
352
+ "Name",
353
+ "Value"
354
+ ],
355
+ "members":{
356
+ "Name":{"shape":"ListEventTypesFilterName"},
357
+ "Value":{"shape":"ListEventTypesFilterValue"}
358
+ }
359
+ },
360
+ "ListEventTypesFilterName":{
361
+ "type":"string",
362
+ "enum":[
363
+ "RESOURCE_TYPE",
364
+ "SERVICE_NAME"
365
+ ]
366
+ },
367
+ "ListEventTypesFilterValue":{"type":"string"},
368
+ "ListEventTypesFilters":{
369
+ "type":"list",
370
+ "member":{"shape":"ListEventTypesFilter"}
371
+ },
372
+ "ListEventTypesRequest":{
373
+ "type":"structure",
374
+ "members":{
375
+ "Filters":{"shape":"ListEventTypesFilters"},
376
+ "NextToken":{"shape":"NextToken"},
377
+ "MaxResults":{
378
+ "shape":"MaxResults",
379
+ "box":true
380
+ }
381
+ }
382
+ },
383
+ "ListEventTypesResult":{
384
+ "type":"structure",
385
+ "members":{
386
+ "EventTypes":{"shape":"EventTypeBatch"},
387
+ "NextToken":{"shape":"NextToken"}
388
+ }
389
+ },
390
+ "ListNotificationRulesFilter":{
391
+ "type":"structure",
392
+ "required":[
393
+ "Name",
394
+ "Value"
395
+ ],
396
+ "members":{
397
+ "Name":{"shape":"ListNotificationRulesFilterName"},
398
+ "Value":{"shape":"ListNotificationRulesFilterValue"}
399
+ }
400
+ },
401
+ "ListNotificationRulesFilterName":{
402
+ "type":"string",
403
+ "enum":[
404
+ "EVENT_TYPE_ID",
405
+ "CREATED_BY",
406
+ "RESOURCE",
407
+ "TARGET_ADDRESS"
408
+ ]
409
+ },
410
+ "ListNotificationRulesFilterValue":{"type":"string"},
411
+ "ListNotificationRulesFilters":{
412
+ "type":"list",
413
+ "member":{"shape":"ListNotificationRulesFilter"}
414
+ },
415
+ "ListNotificationRulesRequest":{
416
+ "type":"structure",
417
+ "members":{
418
+ "Filters":{"shape":"ListNotificationRulesFilters"},
419
+ "NextToken":{"shape":"NextToken"},
420
+ "MaxResults":{
421
+ "shape":"MaxResults",
422
+ "box":true
423
+ }
424
+ }
425
+ },
426
+ "ListNotificationRulesResult":{
427
+ "type":"structure",
428
+ "members":{
429
+ "NextToken":{"shape":"NextToken"},
430
+ "NotificationRules":{"shape":"NotificationRuleBatch"}
431
+ }
432
+ },
433
+ "ListTagsForResourceRequest":{
434
+ "type":"structure",
435
+ "required":["Arn"],
436
+ "members":{
437
+ "Arn":{"shape":"NotificationRuleArn"}
438
+ }
439
+ },
440
+ "ListTagsForResourceResult":{
441
+ "type":"structure",
442
+ "members":{
443
+ "Tags":{"shape":"Tags"}
444
+ }
445
+ },
446
+ "ListTargetsFilter":{
447
+ "type":"structure",
448
+ "required":[
449
+ "Name",
450
+ "Value"
451
+ ],
452
+ "members":{
453
+ "Name":{"shape":"ListTargetsFilterName"},
454
+ "Value":{"shape":"ListTargetsFilterValue"}
455
+ }
456
+ },
457
+ "ListTargetsFilterName":{
458
+ "type":"string",
459
+ "enum":[
460
+ "TARGET_TYPE",
461
+ "TARGET_ADDRESS",
462
+ "TARGET_STATUS"
463
+ ]
464
+ },
465
+ "ListTargetsFilterValue":{"type":"string"},
466
+ "ListTargetsFilters":{
467
+ "type":"list",
468
+ "member":{"shape":"ListTargetsFilter"}
469
+ },
470
+ "ListTargetsRequest":{
471
+ "type":"structure",
472
+ "members":{
473
+ "Filters":{"shape":"ListTargetsFilters"},
474
+ "NextToken":{"shape":"NextToken"},
475
+ "MaxResults":{
476
+ "shape":"MaxResults",
477
+ "box":true
478
+ }
479
+ }
480
+ },
481
+ "ListTargetsResult":{
482
+ "type":"structure",
483
+ "members":{
484
+ "Targets":{"shape":"TargetsBatch"},
485
+ "NextToken":{"shape":"NextToken"}
486
+ }
487
+ },
488
+ "MaxResults":{
489
+ "type":"integer",
490
+ "max":100,
491
+ "min":1
492
+ },
493
+ "Message":{
494
+ "type":"string",
495
+ "min":1
496
+ },
497
+ "NextToken":{
498
+ "type":"string",
499
+ "pattern":"^[\\w/+=]+$"
500
+ },
501
+ "NotificationRuleArn":{
502
+ "type":"string",
503
+ "pattern":"^arn:aws[^:\\s]*:codestar-notifications:[^:\\s]+:\\d{12}:notificationrule\\/(.*\\S)?$"
504
+ },
505
+ "NotificationRuleBatch":{
506
+ "type":"list",
507
+ "member":{"shape":"NotificationRuleSummary"}
508
+ },
509
+ "NotificationRuleCreatedBy":{
510
+ "type":"string",
511
+ "min":1
512
+ },
513
+ "NotificationRuleId":{
514
+ "type":"string",
515
+ "max":40,
516
+ "min":1
517
+ },
518
+ "NotificationRuleName":{
519
+ "type":"string",
520
+ "max":64,
521
+ "min":1,
522
+ "pattern":"[A-Za-z0-9\\-_ ]+$",
523
+ "sensitive":true
524
+ },
525
+ "NotificationRuleResource":{
526
+ "type":"string",
527
+ "pattern":"^arn:aws[^:\\s]*:[^:\\s]*:[^:\\s]*:[0-9]{12}:[^\\s]+$"
528
+ },
529
+ "NotificationRuleStatus":{
530
+ "type":"string",
531
+ "enum":[
532
+ "ENABLED",
533
+ "DISABLED"
534
+ ]
535
+ },
536
+ "NotificationRuleSummary":{
537
+ "type":"structure",
538
+ "members":{
539
+ "Id":{"shape":"NotificationRuleId"},
540
+ "Arn":{"shape":"NotificationRuleArn"}
541
+ }
542
+ },
543
+ "ResourceAlreadyExistsException":{
544
+ "type":"structure",
545
+ "members":{
546
+ "Message":{"shape":"Message"}
547
+ },
548
+ "error":{"httpStatusCode":409},
549
+ "exception":true
550
+ },
551
+ "ResourceNotFoundException":{
552
+ "type":"structure",
553
+ "members":{
554
+ "Message":{"shape":"Message"}
555
+ },
556
+ "error":{"httpStatusCode":404},
557
+ "exception":true
558
+ },
559
+ "ResourceType":{
560
+ "type":"string",
561
+ "min":1,
562
+ "pattern":"^([a-zA-Z0-9-])+$"
563
+ },
564
+ "ServiceName":{"type":"string"},
565
+ "SubscribeRequest":{
566
+ "type":"structure",
567
+ "required":[
568
+ "Arn",
569
+ "Target"
570
+ ],
571
+ "members":{
572
+ "Arn":{"shape":"NotificationRuleArn"},
573
+ "Target":{"shape":"Target"},
574
+ "ClientRequestToken":{"shape":"ClientRequestToken"}
575
+ }
576
+ },
577
+ "SubscribeResult":{
578
+ "type":"structure",
579
+ "members":{
580
+ "Arn":{"shape":"NotificationRuleArn"}
581
+ }
582
+ },
583
+ "TagKey":{
584
+ "type":"string",
585
+ "max":128,
586
+ "min":1,
587
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
588
+ },
589
+ "TagKeys":{
590
+ "type":"list",
591
+ "member":{"shape":"TagKey"}
592
+ },
593
+ "TagResourceRequest":{
594
+ "type":"structure",
595
+ "required":[
596
+ "Arn",
597
+ "Tags"
598
+ ],
599
+ "members":{
600
+ "Arn":{"shape":"NotificationRuleArn"},
601
+ "Tags":{"shape":"Tags"}
602
+ }
603
+ },
604
+ "TagResourceResult":{
605
+ "type":"structure",
606
+ "members":{
607
+ "Tags":{"shape":"Tags"}
608
+ }
609
+ },
610
+ "TagValue":{
611
+ "type":"string",
612
+ "max":256,
613
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
614
+ },
615
+ "Tags":{
616
+ "type":"map",
617
+ "key":{"shape":"TagKey"},
618
+ "value":{"shape":"TagValue"}
619
+ },
620
+ "Target":{
621
+ "type":"structure",
622
+ "members":{
623
+ "TargetType":{"shape":"TargetType"},
624
+ "TargetAddress":{"shape":"TargetAddress"}
625
+ }
626
+ },
627
+ "TargetAddress":{
628
+ "type":"string",
629
+ "max":320,
630
+ "min":1,
631
+ "sensitive":true
632
+ },
633
+ "TargetStatus":{
634
+ "type":"string",
635
+ "enum":[
636
+ "PENDING",
637
+ "ACTIVE",
638
+ "UNREACHABLE",
639
+ "INACTIVE",
640
+ "DEACTIVATED"
641
+ ]
642
+ },
643
+ "TargetSummary":{
644
+ "type":"structure",
645
+ "members":{
646
+ "TargetAddress":{"shape":"TargetAddress"},
647
+ "TargetType":{"shape":"TargetType"},
648
+ "TargetStatus":{"shape":"TargetStatus"}
649
+ }
650
+ },
651
+ "TargetType":{
652
+ "type":"string",
653
+ "pattern":"^[A-Za-z]+$"
654
+ },
655
+ "Targets":{
656
+ "type":"list",
657
+ "member":{"shape":"Target"},
658
+ "max":10
659
+ },
660
+ "TargetsBatch":{
661
+ "type":"list",
662
+ "member":{"shape":"TargetSummary"}
663
+ },
664
+ "UnsubscribeRequest":{
665
+ "type":"structure",
666
+ "required":[
667
+ "Arn",
668
+ "TargetAddress"
669
+ ],
670
+ "members":{
671
+ "Arn":{"shape":"NotificationRuleArn"},
672
+ "TargetAddress":{"shape":"TargetAddress"}
673
+ }
674
+ },
675
+ "UnsubscribeResult":{
676
+ "type":"structure",
677
+ "required":["Arn"],
678
+ "members":{
679
+ "Arn":{"shape":"NotificationRuleArn"}
680
+ }
681
+ },
682
+ "UntagResourceRequest":{
683
+ "type":"structure",
684
+ "required":[
685
+ "Arn",
686
+ "TagKeys"
687
+ ],
688
+ "members":{
689
+ "Arn":{"shape":"NotificationRuleArn"},
690
+ "TagKeys":{"shape":"TagKeys"}
691
+ }
692
+ },
693
+ "UntagResourceResult":{
694
+ "type":"structure",
695
+ "members":{
696
+ }
697
+ },
698
+ "UpdateNotificationRuleRequest":{
699
+ "type":"structure",
700
+ "required":["Arn"],
701
+ "members":{
702
+ "Arn":{"shape":"NotificationRuleArn"},
703
+ "Name":{"shape":"NotificationRuleName"},
704
+ "Status":{"shape":"NotificationRuleStatus"},
705
+ "EventTypeIds":{"shape":"EventTypeIds"},
706
+ "Targets":{"shape":"Targets"},
707
+ "DetailType":{"shape":"DetailType"}
708
+ }
709
+ },
710
+ "UpdateNotificationRuleResult":{
711
+ "type":"structure",
712
+ "members":{
713
+ }
714
+ },
715
+ "ValidationException":{
716
+ "type":"structure",
717
+ "members":{
718
+ "Message":{"shape":"Message"}
719
+ },
720
+ "error":{"httpStatusCode":400},
721
+ "exception":true
722
+ }
723
+ }
724
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListEventTypes": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "EventTypes"
8
+ },
9
+ "ListNotificationRules": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "NotificationRules"
14
+ },
15
+ "ListTargets": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Targets"
20
+ }
21
+ }
22
+ }
@@ -758,6 +758,7 @@
758
758
  },
759
759
  "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
760
760
  },
761
+ "me-south-1" : { },
761
762
  "sa-east-1" : { },
762
763
  "us-east-1" : { },
763
764
  "us-east-2" : { },
@@ -1195,6 +1196,7 @@
1195
1196
  },
1196
1197
  "ds" : {
1197
1198
  "endpoints" : {
1199
+ "ap-east-1" : { },
1198
1200
  "ap-northeast-1" : { },
1199
1201
  "ap-northeast-2" : { },
1200
1202
  "ap-south-1" : { },
@@ -2354,6 +2356,12 @@
2354
2356
  },
2355
2357
  "hostname" : "rds.ap-southeast-2.amazonaws.com"
2356
2358
  },
2359
+ "ca-central-1" : {
2360
+ "credentialScope" : {
2361
+ "region" : "ca-central-1"
2362
+ },
2363
+ "hostname" : "rds.ca-central-1.amazonaws.com"
2364
+ },
2357
2365
  "eu-central-1" : {
2358
2366
  "credentialScope" : {
2359
2367
  "region" : "eu-central-1"
@@ -2378,6 +2386,12 @@
2378
2386
  },
2379
2387
  "hostname" : "rds.eu-west-2.amazonaws.com"
2380
2388
  },
2389
+ "me-south-1" : {
2390
+ "credentialScope" : {
2391
+ "region" : "me-south-1"
2392
+ },
2393
+ "hostname" : "rds.me-south-1.amazonaws.com"
2394
+ },
2381
2395
  "us-east-1" : {
2382
2396
  "credentialScope" : {
2383
2397
  "region" : "us-east-1"
@@ -60,6 +60,7 @@ module Aws
60
60
  CodeDeploy
61
61
  CodePipeline
62
62
  CodeStar
63
+ CodeStarNotifications
63
64
  CognitoIdentity
64
65
  CognitoIdentityProvider
65
66
  CognitoSync
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeStarNotifications, {
2
+ api: "#{Aws::API_DIR}/codestar-notifications/2019-10-15/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codestar-notifications/2019-10-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codestar-notifications/2019-10-15/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codestar-notifications/2019-10-15/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.389'
2
+ VERSION = '2.11.390'
3
3
  end
@@ -146,6 +146,10 @@
146
146
  "models": "codestar/2017-04-19",
147
147
  "endpoint": "codestar"
148
148
  },
149
+ "CodeStarNotifications": {
150
+ "models": "codestar-notifications/2019-10-15",
151
+ "endpoint": "codestar-notifications"
152
+ },
149
153
  "CognitoIdentity": {
150
154
  "models": "cognito-identity/2014-06-30",
151
155
  "endpoint": "cognito-identity"
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.389
4
+ version: 2.11.390
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: 2019-11-04 00:00:00.000000000 Z
11
+ date: 2019-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -216,6 +216,9 @@ files:
216
216
  - apis/codepipeline/2015-07-09/examples-1.json
217
217
  - apis/codepipeline/2015-07-09/paginators-1.json
218
218
  - apis/codepipeline/2015-07-09/smoke.json
219
+ - apis/codestar-notifications/2019-10-15/api-2.json
220
+ - apis/codestar-notifications/2019-10-15/examples-1.json
221
+ - apis/codestar-notifications/2019-10-15/paginators-1.json
219
222
  - apis/codestar/2017-04-19/api-2.json
220
223
  - apis/codestar/2017-04-19/examples-1.json
221
224
  - apis/codestar/2017-04-19/paginators-1.json
@@ -874,6 +877,7 @@ files:
874
877
  - lib/aws-sdk-core/codedeploy.rb
875
878
  - lib/aws-sdk-core/codepipeline.rb
876
879
  - lib/aws-sdk-core/codestar.rb
880
+ - lib/aws-sdk-core/codestarnotifications.rb
877
881
  - lib/aws-sdk-core/cognitoidentity.rb
878
882
  - lib/aws-sdk-core/cognitoidentityprovider.rb
879
883
  - lib/aws-sdk-core/cognitosync.rb