aws-sdk-core 2.11.509 → 2.11.510

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: 2b62d143a2c3ecb87e33f4c06674d5f033c10294d18cc232b55949216ec5b525
4
- data.tar.gz: 66f6d9b068d19d9929f20ea86a790a07770474e8898a39636a7c1515ec6f2af0
3
+ metadata.gz: 8d97e67b87ebb4dc84bc4fe340ff740d2d2d073b313d78b9a9be15ceac00e24d
4
+ data.tar.gz: 0edecf2fb99d3fdd4ecbae81e543e3670d70081efdd69939f2c84fe9ed935373
5
5
  SHA512:
6
- metadata.gz: 5afbd9c6f238d8888fe1d09c82edc516881fa010c436d582d2815f92c67f9e414b7cdf0d7742d4c2f98279e776b3c55e9187cf4e3df168fa14544337a2a133c3
7
- data.tar.gz: 020f07a1dbde7ad626dafc08e5b30694ece70cbbba71d676c8eab91c486515eb0fcc9fb239b5adebf3bf8593c2fdd2ebb9767d95d7ca2cb3e5db1df36618e65f
6
+ metadata.gz: '042836256a57eb1f8e6b568a9d7363dffe6c2d0190299a93e7508c77dccc26827d5bca5aef106363a3191e4683e633732f294489500195d91c1d77fdfdf5a5ce'
7
+ data.tar.gz: 4d21ee9dc64063363de8a9da7bfa4bdc7f88942ef8be628ed3ad4fc60de3631210edea36f40d5f70a79065bf2b820e6a2aff19467591384ab8a4f2a3fce3e83a
@@ -1667,6 +1667,44 @@
1667
1667
  {"shape":"ServiceFailureException"}
1668
1668
  ]
1669
1669
  },
1670
+ "RedactConversationMessage":{
1671
+ "name":"RedactConversationMessage",
1672
+ "http":{
1673
+ "method":"POST",
1674
+ "requestUri":"/accounts/{accountId}/conversations/{conversationId}/messages/{messageId}?operation=redact",
1675
+ "responseCode":200
1676
+ },
1677
+ "input":{"shape":"RedactConversationMessageRequest"},
1678
+ "output":{"shape":"RedactConversationMessageResponse"},
1679
+ "errors":[
1680
+ {"shape":"NotFoundException"},
1681
+ {"shape":"ForbiddenException"},
1682
+ {"shape":"UnauthorizedClientException"},
1683
+ {"shape":"ThrottledClientException"},
1684
+ {"shape":"BadRequestException"},
1685
+ {"shape":"ServiceUnavailableException"},
1686
+ {"shape":"ServiceFailureException"}
1687
+ ]
1688
+ },
1689
+ "RedactRoomMessage":{
1690
+ "name":"RedactRoomMessage",
1691
+ "http":{
1692
+ "method":"POST",
1693
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/messages/{messageId}?operation=redact",
1694
+ "responseCode":200
1695
+ },
1696
+ "input":{"shape":"RedactRoomMessageRequest"},
1697
+ "output":{"shape":"RedactRoomMessageResponse"},
1698
+ "errors":[
1699
+ {"shape":"NotFoundException"},
1700
+ {"shape":"ForbiddenException"},
1701
+ {"shape":"UnauthorizedClientException"},
1702
+ {"shape":"ThrottledClientException"},
1703
+ {"shape":"BadRequestException"},
1704
+ {"shape":"ServiceUnavailableException"},
1705
+ {"shape":"ServiceFailureException"}
1706
+ ]
1707
+ },
1670
1708
  "RegenerateSecurityToken":{
1671
1709
  "name":"RegenerateSecurityToken",
1672
1710
  "http":{
@@ -4635,6 +4673,66 @@
4635
4673
  "Termination":{"shape":"Termination"}
4636
4674
  }
4637
4675
  },
4676
+ "RedactConversationMessageRequest":{
4677
+ "type":"structure",
4678
+ "required":[
4679
+ "AccountId",
4680
+ "ConversationId",
4681
+ "MessageId"
4682
+ ],
4683
+ "members":{
4684
+ "AccountId":{
4685
+ "shape":"NonEmptyString",
4686
+ "location":"uri",
4687
+ "locationName":"accountId"
4688
+ },
4689
+ "ConversationId":{
4690
+ "shape":"NonEmptyString",
4691
+ "location":"uri",
4692
+ "locationName":"conversationId"
4693
+ },
4694
+ "MessageId":{
4695
+ "shape":"NonEmptyString",
4696
+ "location":"uri",
4697
+ "locationName":"messageId"
4698
+ }
4699
+ }
4700
+ },
4701
+ "RedactConversationMessageResponse":{
4702
+ "type":"structure",
4703
+ "members":{
4704
+ }
4705
+ },
4706
+ "RedactRoomMessageRequest":{
4707
+ "type":"structure",
4708
+ "required":[
4709
+ "AccountId",
4710
+ "RoomId",
4711
+ "MessageId"
4712
+ ],
4713
+ "members":{
4714
+ "AccountId":{
4715
+ "shape":"NonEmptyString",
4716
+ "location":"uri",
4717
+ "locationName":"accountId"
4718
+ },
4719
+ "RoomId":{
4720
+ "shape":"NonEmptyString",
4721
+ "location":"uri",
4722
+ "locationName":"roomId"
4723
+ },
4724
+ "MessageId":{
4725
+ "shape":"NonEmptyString",
4726
+ "location":"uri",
4727
+ "locationName":"messageId"
4728
+ }
4729
+ }
4730
+ },
4731
+ "RedactRoomMessageResponse":{
4732
+ "type":"structure",
4733
+ "members":{
4734
+ }
4735
+ },
4638
4736
  "RegenerateSecurityTokenRequest":{
4639
4737
  "type":"structure",
4640
4738
  "required":[
@@ -24572,6 +24572,7 @@
24572
24572
  },
24573
24573
  "ClientToken":{
24574
24574
  "shape":"String",
24575
+ "idempotencyToken":true,
24575
24576
  "locationName":"clientToken"
24576
24577
  },
24577
24578
  "DisableApiTermination":{
@@ -1070,6 +1070,7 @@
1070
1070
  "entryPoint":{"shape":"StringList"},
1071
1071
  "command":{"shape":"StringList"},
1072
1072
  "environment":{"shape":"EnvironmentVariables"},
1073
+ "environmentFiles":{"shape":"EnvironmentFiles"},
1073
1074
  "mountPoints":{"shape":"MountPointList"},
1074
1075
  "volumesFrom":{"shape":"VolumeFromList"},
1075
1076
  "linuxParameters":{"shape":"LinuxParameters"},
@@ -1167,6 +1168,7 @@
1167
1168
  "name":{"shape":"String"},
1168
1169
  "command":{"shape":"StringList"},
1169
1170
  "environment":{"shape":"EnvironmentVariables"},
1171
+ "environmentFiles":{"shape":"EnvironmentFiles"},
1170
1172
  "cpu":{"shape":"BoxedInteger"},
1171
1173
  "memory":{"shape":"BoxedInteger"},
1172
1174
  "memoryReservation":{"shape":"BoxedInteger"},
@@ -1649,6 +1651,25 @@
1649
1651
  "authorizationConfig":{"shape":"EFSAuthorizationConfig"}
1650
1652
  }
1651
1653
  },
1654
+ "EnvironmentFile":{
1655
+ "type":"structure",
1656
+ "required":[
1657
+ "value",
1658
+ "type"
1659
+ ],
1660
+ "members":{
1661
+ "value":{"shape":"String"},
1662
+ "type":{"shape":"EnvironmentFileType"}
1663
+ }
1664
+ },
1665
+ "EnvironmentFileType":{
1666
+ "type":"string",
1667
+ "enum":["s3"]
1668
+ },
1669
+ "EnvironmentFiles":{
1670
+ "type":"list",
1671
+ "member":{"shape":"EnvironmentFile"}
1672
+ },
1652
1673
  "EnvironmentVariables":{
1653
1674
  "type":"list",
1654
1675
  "member":{"shape":"KeyValuePair"}
@@ -7,7 +7,7 @@
7
7
  "serviceId": "Macie2",
8
8
  "protocol": "rest-json",
9
9
  "jsonVersion": "1.1",
10
- "uid": "macie2-2020-01-01T00:00:00Z",
10
+ "uid": "macie2-2020-01-01",
11
11
  "signatureVersion": "v4"
12
12
  },
13
13
  "operations": {
@@ -13,6 +13,20 @@
13
13
  "uid":"qldb-2019-01-02"
14
14
  },
15
15
  "operations":{
16
+ "CancelJournalKinesisStream":{
17
+ "name":"CancelJournalKinesisStream",
18
+ "http":{
19
+ "method":"DELETE",
20
+ "requestUri":"/ledgers/{name}/journal-kinesis-streams/{streamId}"
21
+ },
22
+ "input":{"shape":"CancelJournalKinesisStreamRequest"},
23
+ "output":{"shape":"CancelJournalKinesisStreamResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidParameterException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ResourcePreconditionNotMetException"}
28
+ ]
29
+ },
16
30
  "CreateLedger":{
17
31
  "name":"CreateLedger",
18
32
  "http":{
@@ -42,6 +56,20 @@
42
56
  {"shape":"ResourcePreconditionNotMetException"}
43
57
  ]
44
58
  },
59
+ "DescribeJournalKinesisStream":{
60
+ "name":"DescribeJournalKinesisStream",
61
+ "http":{
62
+ "method":"GET",
63
+ "requestUri":"/ledgers/{name}/journal-kinesis-streams/{streamId}"
64
+ },
65
+ "input":{"shape":"DescribeJournalKinesisStreamRequest"},
66
+ "output":{"shape":"DescribeJournalKinesisStreamResponse"},
67
+ "errors":[
68
+ {"shape":"InvalidParameterException"},
69
+ {"shape":"ResourceNotFoundException"},
70
+ {"shape":"ResourcePreconditionNotMetException"}
71
+ ]
72
+ },
45
73
  "DescribeJournalS3Export":{
46
74
  "name":"DescribeJournalS3Export",
47
75
  "http":{
@@ -122,6 +150,20 @@
122
150
  {"shape":"ResourcePreconditionNotMetException"}
123
151
  ]
124
152
  },
153
+ "ListJournalKinesisStreamsForLedger":{
154
+ "name":"ListJournalKinesisStreamsForLedger",
155
+ "http":{
156
+ "method":"GET",
157
+ "requestUri":"/ledgers/{name}/journal-kinesis-streams"
158
+ },
159
+ "input":{"shape":"ListJournalKinesisStreamsForLedgerRequest"},
160
+ "output":{"shape":"ListJournalKinesisStreamsForLedgerResponse"},
161
+ "errors":[
162
+ {"shape":"InvalidParameterException"},
163
+ {"shape":"ResourceNotFoundException"},
164
+ {"shape":"ResourcePreconditionNotMetException"}
165
+ ]
166
+ },
125
167
  "ListJournalS3Exports":{
126
168
  "name":"ListJournalS3Exports",
127
169
  "http":{
@@ -162,6 +204,20 @@
162
204
  {"shape":"ResourceNotFoundException"}
163
205
  ]
164
206
  },
207
+ "StreamJournalToKinesis":{
208
+ "name":"StreamJournalToKinesis",
209
+ "http":{
210
+ "method":"POST",
211
+ "requestUri":"/ledgers/{name}/journal-kinesis-streams"
212
+ },
213
+ "input":{"shape":"StreamJournalToKinesisRequest"},
214
+ "output":{"shape":"StreamJournalToKinesisResponse"},
215
+ "errors":[
216
+ {"shape":"InvalidParameterException"},
217
+ {"shape":"ResourceNotFoundException"},
218
+ {"shape":"ResourcePreconditionNotMetException"}
219
+ ]
220
+ },
165
221
  "TagResource":{
166
222
  "name":"TagResource",
167
223
  "http":{
@@ -208,6 +264,32 @@
208
264
  "max":1600,
209
265
  "min":20
210
266
  },
267
+ "Boolean":{"type":"boolean"},
268
+ "CancelJournalKinesisStreamRequest":{
269
+ "type":"structure",
270
+ "required":[
271
+ "LedgerName",
272
+ "StreamId"
273
+ ],
274
+ "members":{
275
+ "LedgerName":{
276
+ "shape":"LedgerName",
277
+ "location":"uri",
278
+ "locationName":"name"
279
+ },
280
+ "StreamId":{
281
+ "shape":"UniqueId",
282
+ "location":"uri",
283
+ "locationName":"streamId"
284
+ }
285
+ }
286
+ },
287
+ "CancelJournalKinesisStreamResponse":{
288
+ "type":"structure",
289
+ "members":{
290
+ "StreamId":{"shape":"UniqueId"}
291
+ }
292
+ },
211
293
  "CreateLedgerRequest":{
212
294
  "type":"structure",
213
295
  "required":[
@@ -243,6 +325,31 @@
243
325
  }
244
326
  },
245
327
  "DeletionProtection":{"type":"boolean"},
328
+ "DescribeJournalKinesisStreamRequest":{
329
+ "type":"structure",
330
+ "required":[
331
+ "LedgerName",
332
+ "StreamId"
333
+ ],
334
+ "members":{
335
+ "LedgerName":{
336
+ "shape":"LedgerName",
337
+ "location":"uri",
338
+ "locationName":"name"
339
+ },
340
+ "StreamId":{
341
+ "shape":"UniqueId",
342
+ "location":"uri",
343
+ "locationName":"streamId"
344
+ }
345
+ }
346
+ },
347
+ "DescribeJournalKinesisStreamResponse":{
348
+ "type":"structure",
349
+ "members":{
350
+ "Stream":{"shape":"JournalKinesisStreamDescription"}
351
+ }
352
+ },
246
353
  "DescribeJournalS3ExportRequest":{
247
354
  "type":"structure",
248
355
  "required":[
@@ -295,6 +402,13 @@
295
402
  "max":32,
296
403
  "min":32
297
404
  },
405
+ "ErrorCause":{
406
+ "type":"string",
407
+ "enum":[
408
+ "KINESIS_STREAM_NOT_FOUND",
409
+ "IAM_PERMISSION_REVOKED"
410
+ ]
411
+ },
298
412
  "ErrorMessage":{"type":"string"},
299
413
  "ExportJournalToS3Request":{
300
414
  "type":"structure",
@@ -419,6 +533,34 @@
419
533
  "min":1,
420
534
  "sensitive":true
421
535
  },
536
+ "JournalKinesisStreamDescription":{
537
+ "type":"structure",
538
+ "required":[
539
+ "LedgerName",
540
+ "RoleArn",
541
+ "StreamId",
542
+ "Status",
543
+ "KinesisConfiguration",
544
+ "StreamName"
545
+ ],
546
+ "members":{
547
+ "LedgerName":{"shape":"LedgerName"},
548
+ "CreationTime":{"shape":"Timestamp"},
549
+ "InclusiveStartTime":{"shape":"Timestamp"},
550
+ "ExclusiveEndTime":{"shape":"Timestamp"},
551
+ "RoleArn":{"shape":"Arn"},
552
+ "StreamId":{"shape":"UniqueId"},
553
+ "Arn":{"shape":"Arn"},
554
+ "Status":{"shape":"StreamStatus"},
555
+ "KinesisConfiguration":{"shape":"KinesisConfiguration"},
556
+ "ErrorCause":{"shape":"ErrorCause"},
557
+ "StreamName":{"shape":"StreamName"}
558
+ }
559
+ },
560
+ "JournalKinesisStreamDescriptionList":{
561
+ "type":"list",
562
+ "member":{"shape":"JournalKinesisStreamDescription"}
563
+ },
422
564
  "JournalS3ExportDescription":{
423
565
  "type":"structure",
424
566
  "required":[
@@ -446,6 +588,14 @@
446
588
  "type":"list",
447
589
  "member":{"shape":"JournalS3ExportDescription"}
448
590
  },
591
+ "KinesisConfiguration":{
592
+ "type":"structure",
593
+ "required":["StreamArn"],
594
+ "members":{
595
+ "StreamArn":{"shape":"Arn"},
596
+ "AggregationEnabled":{"shape":"Boolean"}
597
+ }
598
+ },
449
599
  "LedgerList":{
450
600
  "type":"list",
451
601
  "member":{"shape":"LedgerSummary"}
@@ -482,6 +632,34 @@
482
632
  "error":{"httpStatusCode":400},
483
633
  "exception":true
484
634
  },
635
+ "ListJournalKinesisStreamsForLedgerRequest":{
636
+ "type":"structure",
637
+ "required":["LedgerName"],
638
+ "members":{
639
+ "LedgerName":{
640
+ "shape":"LedgerName",
641
+ "location":"uri",
642
+ "locationName":"name"
643
+ },
644
+ "MaxResults":{
645
+ "shape":"MaxResults",
646
+ "location":"querystring",
647
+ "locationName":"max_results"
648
+ },
649
+ "NextToken":{
650
+ "shape":"NextToken",
651
+ "location":"querystring",
652
+ "locationName":"next_token"
653
+ }
654
+ }
655
+ },
656
+ "ListJournalKinesisStreamsForLedgerResponse":{
657
+ "type":"structure",
658
+ "members":{
659
+ "Streams":{"shape":"JournalKinesisStreamDescriptionList"},
660
+ "NextToken":{"shape":"NextToken"}
661
+ }
662
+ },
485
663
  "ListJournalS3ExportsForLedgerRequest":{
486
664
  "type":"structure",
487
665
  "required":["Name"],
@@ -669,6 +847,51 @@
669
847
  "max":128,
670
848
  "min":0
671
849
  },
850
+ "StreamJournalToKinesisRequest":{
851
+ "type":"structure",
852
+ "required":[
853
+ "LedgerName",
854
+ "RoleArn",
855
+ "InclusiveStartTime",
856
+ "KinesisConfiguration",
857
+ "StreamName"
858
+ ],
859
+ "members":{
860
+ "LedgerName":{
861
+ "shape":"LedgerName",
862
+ "location":"uri",
863
+ "locationName":"name"
864
+ },
865
+ "RoleArn":{"shape":"Arn"},
866
+ "Tags":{"shape":"Tags"},
867
+ "InclusiveStartTime":{"shape":"Timestamp"},
868
+ "ExclusiveEndTime":{"shape":"Timestamp"},
869
+ "KinesisConfiguration":{"shape":"KinesisConfiguration"},
870
+ "StreamName":{"shape":"StreamName"}
871
+ }
872
+ },
873
+ "StreamJournalToKinesisResponse":{
874
+ "type":"structure",
875
+ "members":{
876
+ "StreamId":{"shape":"UniqueId"}
877
+ }
878
+ },
879
+ "StreamName":{
880
+ "type":"string",
881
+ "max":32,
882
+ "min":1,
883
+ "pattern":"(?!^.*--)(?!^[0-9]+$)(?!^-)(?!.*-$)^[A-Za-z0-9-]+$"
884
+ },
885
+ "StreamStatus":{
886
+ "type":"string",
887
+ "enum":[
888
+ "ACTIVE",
889
+ "COMPLETED",
890
+ "CANCELED",
891
+ "FAILED",
892
+ "IMPAIRED"
893
+ ]
894
+ },
672
895
  "TagKey":{
673
896
  "type":"string",
674
897
  "max":128,
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListJournalKinesisStreamsForLedger": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListJournalS3Exports": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -1527,8 +1527,10 @@
1527
1527
  },
1528
1528
  "discovery" : {
1529
1529
  "endpoints" : {
1530
+ "ap-northeast-1" : { },
1530
1531
  "ap-southeast-2" : { },
1531
1532
  "eu-central-1" : { },
1533
+ "us-east-1" : { },
1532
1534
  "us-west-2" : { }
1533
1535
  }
1534
1536
  },
@@ -3422,8 +3424,10 @@
3422
3424
  },
3423
3425
  "mgh" : {
3424
3426
  "endpoints" : {
3427
+ "ap-northeast-1" : { },
3425
3428
  "ap-southeast-2" : { },
3426
3429
  "eu-central-1" : { },
3430
+ "us-east-1" : { },
3427
3431
  "us-west-2" : { }
3428
3432
  }
3429
3433
  },
@@ -7065,7 +7069,12 @@
7065
7069
  "protocols" : [ "https" ]
7066
7070
  },
7067
7071
  "endpoints" : {
7068
- "us-gov-west-1" : { }
7072
+ "us-gov-west-1" : {
7073
+ "credentialScope" : {
7074
+ "region" : "us-gov-west-1"
7075
+ },
7076
+ "hostname" : "greengrass.us-gov-west-1.amazonaws.com"
7077
+ }
7069
7078
  },
7070
7079
  "isRegionalized" : true
7071
7080
  },
@@ -7873,6 +7882,11 @@
7873
7882
  }
7874
7883
  }
7875
7884
  },
7885
+ "es" : {
7886
+ "endpoints" : {
7887
+ "us-iso-east-1" : { }
7888
+ }
7889
+ },
7876
7890
  "events" : {
7877
7891
  "endpoints" : {
7878
7892
  "us-iso-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.509'
2
+ VERSION = '2.11.510'
3
3
  end
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.509
4
+ version: 2.11.510
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: 2020-05-15 00:00:00.000000000 Z
11
+ date: 2020-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath