aws-sdk-core 2.0.37 → 2.0.38

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.
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeBatchPredictions": {
4
+ "limit_key": "Limit",
5
+ "output_token": "NextToken",
6
+ "input_token": "NextToken",
7
+ "result_key": "Results"
8
+ },
9
+ "DescribeDataSources": {
10
+ "limit_key": "Limit",
11
+ "output_token": "NextToken",
12
+ "input_token": "NextToken",
13
+ "result_key": "Results"
14
+ },
15
+ "DescribeEvaluations": {
16
+ "limit_key": "Limit",
17
+ "output_token": "NextToken",
18
+ "input_token": "NextToken",
19
+ "result_key": "Results"
20
+ },
21
+ "DescribeMLModels": {
22
+ "limit_key": "Limit",
23
+ "output_token": "NextToken",
24
+ "input_token": "NextToken",
25
+ "result_key": "Results"
26
+ }
27
+ }
28
+ }
@@ -222,10 +222,20 @@
222
222
  "method":"GET",
223
223
  "requestUri":"/{Bucket}?notification"
224
224
  },
225
- "input":{"shape":"GetBucketNotificationRequest"},
226
- "output":{"shape":"GetBucketNotificationOutput"},
225
+ "input":{"shape":"GetBucketNotificationConfigurationRequest"},
226
+ "output":{"shape":"NotificationConfigurationDeprecated"},
227
+ "deprecated":true,
227
228
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html"
228
229
  },
230
+ "GetBucketNotificationConfiguration":{
231
+ "name":"GetBucketNotificationConfiguration",
232
+ "http":{
233
+ "method":"GET",
234
+ "requestUri":"/{Bucket}?notification"
235
+ },
236
+ "input":{"shape":"GetBucketNotificationConfigurationRequest"},
237
+ "output":{"shape":"NotificationConfiguration"}
238
+ },
229
239
  "GetBucketPolicy":{
230
240
  "name":"GetBucketPolicy",
231
241
  "http":{
@@ -459,8 +469,17 @@
459
469
  "requestUri":"/{Bucket}?notification"
460
470
  },
461
471
  "input":{"shape":"PutBucketNotificationRequest"},
472
+ "deprecated":true,
462
473
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html"
463
474
  },
475
+ "PutBucketNotificationConfiguration":{
476
+ "name":"PutBucketNotificationConfiguration",
477
+ "http":{
478
+ "method":"PUT",
479
+ "requestUri":"/{Bucket}?notification"
480
+ },
481
+ "input":{"shape":"PutBucketNotificationConfigurationRequest"}
482
+ },
464
483
  "PutBucketPolicy":{
465
484
  "name":"PutBucketPolicy",
466
485
  "http":{
@@ -762,7 +781,7 @@
762
781
  "deprecated":true
763
782
  },
764
783
  "Events":{
765
- "shape":"Events",
784
+ "shape":"EventList",
766
785
  "locationName":"Event"
767
786
  },
768
787
  "CloudFunction":{"shape":"CloudFunction"},
@@ -1611,7 +1630,7 @@
1611
1630
  "s3:ObjectCreated:CompleteMultipartUpload"
1612
1631
  ]
1613
1632
  },
1614
- "Events":{
1633
+ "EventList":{
1615
1634
  "type":"list",
1616
1635
  "member":{"shape":"Event"},
1617
1636
  "flattened":true
@@ -1726,15 +1745,7 @@
1726
1745
  }
1727
1746
  }
1728
1747
  },
1729
- "GetBucketNotificationOutput":{
1730
- "type":"structure",
1731
- "members":{
1732
- "TopicConfiguration":{"shape":"TopicConfiguration"},
1733
- "QueueConfiguration":{"shape":"QueueConfiguration"},
1734
- "CloudFunctionConfiguration":{"shape":"CloudFunctionConfiguration"}
1735
- }
1736
- },
1737
- "GetBucketNotificationRequest":{
1748
+ "GetBucketNotificationConfigurationRequest":{
1738
1749
  "type":"structure",
1739
1750
  "required":["Bucket"],
1740
1751
  "members":{
@@ -2429,6 +2440,30 @@
2429
2440
  "IsTruncated":{"type":"boolean"},
2430
2441
  "KeyMarker":{"type":"string"},
2431
2442
  "KeyPrefixEquals":{"type":"string"},
2443
+ "LambdaFunctionArn":{"type":"string"},
2444
+ "LambdaFunctionConfiguration":{
2445
+ "type":"structure",
2446
+ "required":[
2447
+ "LambdaFunctionArn",
2448
+ "Events"
2449
+ ],
2450
+ "members":{
2451
+ "Id":{"shape":"NotificationId"},
2452
+ "LambdaFunctionArn":{
2453
+ "shape":"LambdaFunctionArn",
2454
+ "locationName":"CloudFunction"
2455
+ },
2456
+ "Events":{
2457
+ "shape":"EventList",
2458
+ "locationName":"Event"
2459
+ }
2460
+ }
2461
+ },
2462
+ "LambdaFunctionConfigurationList":{
2463
+ "type":"list",
2464
+ "member":{"shape":"LambdaFunctionConfiguration"},
2465
+ "flattened":true
2466
+ },
2432
2467
  "LastModified":{"type":"timestamp"},
2433
2468
  "LifecycleConfiguration":{
2434
2469
  "type":"structure",
@@ -2796,8 +2831,25 @@
2796
2831
  "NotificationConfiguration":{
2797
2832
  "type":"structure",
2798
2833
  "members":{
2799
- "TopicConfiguration":{"shape":"TopicConfiguration"},
2800
- "QueueConfiguration":{"shape":"QueueConfiguration"},
2834
+ "TopicConfigurations":{
2835
+ "shape":"TopicConfigurationList",
2836
+ "locationName":"TopicConfiguration"
2837
+ },
2838
+ "QueueConfigurations":{
2839
+ "shape":"QueueConfigurationList",
2840
+ "locationName":"QueueConfiguration"
2841
+ },
2842
+ "LambdaFunctionConfigurations":{
2843
+ "shape":"LambdaFunctionConfigurationList",
2844
+ "locationName":"CloudFunctionConfiguration"
2845
+ }
2846
+ }
2847
+ },
2848
+ "NotificationConfigurationDeprecated":{
2849
+ "type":"structure",
2850
+ "members":{
2851
+ "TopicConfiguration":{"shape":"TopicConfigurationDeprecated"},
2852
+ "QueueConfiguration":{"shape":"QueueConfigurationDeprecated"},
2801
2853
  "CloudFunctionConfiguration":{"shape":"CloudFunctionConfiguration"}
2802
2854
  }
2803
2855
  },
@@ -3056,6 +3108,26 @@
3056
3108
  },
3057
3109
  "payload":"BucketLoggingStatus"
3058
3110
  },
3111
+ "PutBucketNotificationConfigurationRequest":{
3112
+ "type":"structure",
3113
+ "required":[
3114
+ "Bucket",
3115
+ "NotificationConfiguration"
3116
+ ],
3117
+ "members":{
3118
+ "Bucket":{
3119
+ "shape":"BucketName",
3120
+ "location":"uri",
3121
+ "locationName":"Bucket"
3122
+ },
3123
+ "NotificationConfiguration":{
3124
+ "shape":"NotificationConfiguration",
3125
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3126
+ "locationName":"NotificationConfiguration"
3127
+ }
3128
+ },
3129
+ "payload":"NotificationConfiguration"
3130
+ },
3059
3131
  "PutBucketNotificationRequest":{
3060
3132
  "type":"structure",
3061
3133
  "required":[
@@ -3074,7 +3146,7 @@
3074
3146
  "locationName":"Content-MD5"
3075
3147
  },
3076
3148
  "NotificationConfiguration":{
3077
- "shape":"NotificationConfiguration",
3149
+ "shape":"NotificationConfigurationDeprecated",
3078
3150
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3079
3151
  "locationName":"NotificationConfiguration"
3080
3152
  }
@@ -3486,8 +3558,26 @@
3486
3558
  },
3487
3559
  "payload":"Body"
3488
3560
  },
3489
- "Queue":{"type":"string"},
3561
+ "QueueArn":{"type":"string"},
3490
3562
  "QueueConfiguration":{
3563
+ "type":"structure",
3564
+ "required":[
3565
+ "QueueArn",
3566
+ "Events"
3567
+ ],
3568
+ "members":{
3569
+ "Id":{"shape":"NotificationId"},
3570
+ "QueueArn":{
3571
+ "shape":"QueueArn",
3572
+ "locationName":"Queue"
3573
+ },
3574
+ "Events":{
3575
+ "shape":"EventList",
3576
+ "locationName":"Event"
3577
+ }
3578
+ }
3579
+ },
3580
+ "QueueConfigurationDeprecated":{
3491
3581
  "type":"structure",
3492
3582
  "members":{
3493
3583
  "Id":{"shape":"NotificationId"},
@@ -3496,12 +3586,17 @@
3496
3586
  "deprecated":true
3497
3587
  },
3498
3588
  "Events":{
3499
- "shape":"Events",
3589
+ "shape":"EventList",
3500
3590
  "locationName":"Event"
3501
3591
  },
3502
- "Queue":{"shape":"Queue"}
3592
+ "Queue":{"shape":"QueueArn"}
3503
3593
  }
3504
3594
  },
3595
+ "QueueConfigurationList":{
3596
+ "type":"list",
3597
+ "member":{"shape":"QueueConfiguration"},
3598
+ "flattened":true
3599
+ },
3505
3600
  "Quiet":{"type":"boolean"},
3506
3601
  "Range":{"type":"string"},
3507
3602
  "Redirect":{
@@ -3748,22 +3843,45 @@
3748
3843
  }
3749
3844
  },
3750
3845
  "TargetPrefix":{"type":"string"},
3751
- "Topic":{"type":"string"},
3846
+ "TopicArn":{"type":"string"},
3752
3847
  "TopicConfiguration":{
3753
3848
  "type":"structure",
3849
+ "required":[
3850
+ "TopicArn",
3851
+ "Events"
3852
+ ],
3754
3853
  "members":{
3755
3854
  "Id":{"shape":"NotificationId"},
3855
+ "TopicArn":{
3856
+ "shape":"TopicArn",
3857
+ "locationName":"Topic"
3858
+ },
3756
3859
  "Events":{
3757
- "shape":"Events",
3860
+ "shape":"EventList",
3861
+ "locationName":"Event"
3862
+ }
3863
+ }
3864
+ },
3865
+ "TopicConfigurationDeprecated":{
3866
+ "type":"structure",
3867
+ "members":{
3868
+ "Id":{"shape":"NotificationId"},
3869
+ "Events":{
3870
+ "shape":"EventList",
3758
3871
  "locationName":"Event"
3759
3872
  },
3760
3873
  "Event":{
3761
3874
  "shape":"Event",
3762
3875
  "deprecated":true
3763
3876
  },
3764
- "Topic":{"shape":"Topic"}
3877
+ "Topic":{"shape":"TopicArn"}
3765
3878
  }
3766
3879
  },
3880
+ "TopicConfigurationList":{
3881
+ "type":"list",
3882
+ "member":{"shape":"TopicConfiguration"},
3883
+ "flattened":true
3884
+ },
3767
3885
  "Transition":{
3768
3886
  "type":"structure",
3769
3887
  "members":{
@@ -20,7 +20,8 @@
20
20
  "GetBucketLifecycle": "Returns the lifecycle configuration information set on the bucket.",
21
21
  "GetBucketLocation": "Returns the region the bucket resides in.",
22
22
  "GetBucketLogging": "Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.",
23
- "GetBucketNotification": "Return the notification configuration of a bucket.",
23
+ "GetBucketNotification": "Deprecated, see the GetBucketNotificationConfiguration operation.",
24
+ "GetBucketNotificationConfiguration": "Returns the notification configuration of a bucket.",
24
25
  "GetBucketPolicy": "Returns the policy of a specified bucket.",
25
26
  "GetBucketReplication": null,
26
27
  "GetBucketRequestPayment": "Returns the request payment configuration of a bucket.",
@@ -41,7 +42,8 @@
41
42
  "PutBucketCors": "Sets the cors configuration for a bucket.",
42
43
  "PutBucketLifecycle": "Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it.",
43
44
  "PutBucketLogging": "Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner.",
44
- "PutBucketNotification": "Enables notifications of specified events for a bucket.",
45
+ "PutBucketNotification": "Deprecated, see the PutBucketNotificationConfiguraiton operation.",
46
+ "PutBucketNotificationConfiguration": "Enables notifications of specified events for a bucket.",
45
47
  "PutBucketPolicy": "Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it.",
46
48
  "PutBucketReplication": "Creates a new replication configuration (or replaces an existing one, if present).",
47
49
  "PutBucketRequestPayment": "Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html",
@@ -188,7 +190,7 @@
188
190
  "GetBucketLifecycleRequest$Bucket": null,
189
191
  "GetBucketLocationRequest$Bucket": null,
190
192
  "GetBucketLoggingRequest$Bucket": null,
191
- "GetBucketNotificationRequest$Bucket": null,
193
+ "GetBucketNotificationConfigurationRequest$Bucket": "Name of the buket to get the notification configuration for.",
192
194
  "GetBucketPolicyRequest$Bucket": null,
193
195
  "GetBucketReplicationRequest$Bucket": null,
194
196
  "GetBucketRequestPaymentRequest$Bucket": null,
@@ -212,6 +214,7 @@
212
214
  "PutBucketCorsRequest$Bucket": null,
213
215
  "PutBucketLifecycleRequest$Bucket": null,
214
216
  "PutBucketLoggingRequest$Bucket": null,
217
+ "PutBucketNotificationConfigurationRequest$Bucket": null,
215
218
  "PutBucketNotificationRequest$Bucket": null,
216
219
  "PutBucketPolicyRequest$Bucket": null,
217
220
  "PutBucketReplicationRequest$Bucket": null,
@@ -277,8 +280,7 @@
277
280
  "CloudFunctionConfiguration": {
278
281
  "base": null,
279
282
  "refs": {
280
- "GetBucketNotificationOutput$CloudFunctionConfiguration": null,
281
- "NotificationConfiguration$CloudFunctionConfiguration": null
283
+ "NotificationConfigurationDeprecated$CloudFunctionConfiguration": null
282
284
  }
283
285
  },
284
286
  "CloudFunctionInvocationRole": {
@@ -727,20 +729,23 @@
727
729
  }
728
730
  },
729
731
  "Event": {
730
- "base": null,
732
+ "base": "Bucket event for which to send notifications.",
731
733
  "refs": {
732
734
  "CloudFunctionConfiguration$Event": null,
733
- "Events$member": null,
734
- "QueueConfiguration$Event": null,
735
- "TopicConfiguration$Event": "Bucket event for which to send notifications."
735
+ "EventList$member": null,
736
+ "QueueConfigurationDeprecated$Event": null,
737
+ "TopicConfigurationDeprecated$Event": "Bucket event for which to send notifications."
736
738
  }
737
739
  },
738
- "Events": {
740
+ "EventList": {
739
741
  "base": null,
740
742
  "refs": {
741
743
  "CloudFunctionConfiguration$Events": null,
744
+ "LambdaFunctionConfiguration$Events": null,
742
745
  "QueueConfiguration$Events": null,
743
- "TopicConfiguration$Events": null
746
+ "QueueConfigurationDeprecated$Events": null,
747
+ "TopicConfiguration$Events": null,
748
+ "TopicConfigurationDeprecated$Events": null
744
749
  }
745
750
  },
746
751
  "Expiration": {
@@ -831,12 +836,7 @@
831
836
  "refs": {
832
837
  }
833
838
  },
834
- "GetBucketNotificationOutput": {
835
- "base": null,
836
- "refs": {
837
- }
838
- },
839
- "GetBucketNotificationRequest": {
839
+ "GetBucketNotificationConfigurationRequest": {
840
840
  "base": null,
841
841
  "refs": {
842
842
  }
@@ -1127,6 +1127,24 @@
1127
1127
  "Condition$KeyPrefixEquals": "The object key name prefix when the redirect is applied. For example, to redirect requests for ExamplePage.html, the key prefix will be ExamplePage.html. To redirect request for all pages with the prefix docs/, the key prefix will be /docs, which identifies all objects in the docs/ folder. Required when the parent element Condition is specified and sibling HttpErrorCodeReturnedEquals is not specified. If both conditions are specified, both must be true for the redirect to be applied."
1128
1128
  }
1129
1129
  },
1130
+ "LambdaFunctionArn": {
1131
+ "base": null,
1132
+ "refs": {
1133
+ "LambdaFunctionConfiguration$LambdaFunctionArn": "Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type."
1134
+ }
1135
+ },
1136
+ "LambdaFunctionConfiguration": {
1137
+ "base": "Container for specifying the AWS Lambda notification configuration.",
1138
+ "refs": {
1139
+ "LambdaFunctionConfigurationList$member": null
1140
+ }
1141
+ },
1142
+ "LambdaFunctionConfigurationList": {
1143
+ "base": null,
1144
+ "refs": {
1145
+ "NotificationConfiguration$LambdaFunctionConfigurations": null
1146
+ }
1147
+ },
1130
1148
  "LastModified": {
1131
1149
  "base": null,
1132
1150
  "refs": {
@@ -1392,17 +1410,26 @@
1392
1410
  }
1393
1411
  },
1394
1412
  "NotificationConfiguration": {
1413
+ "base": "Container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off on the bucket.",
1414
+ "refs": {
1415
+ "PutBucketNotificationConfigurationRequest$NotificationConfiguration": null
1416
+ }
1417
+ },
1418
+ "NotificationConfigurationDeprecated": {
1395
1419
  "base": null,
1396
1420
  "refs": {
1397
1421
  "PutBucketNotificationRequest$NotificationConfiguration": null
1398
1422
  }
1399
1423
  },
1400
1424
  "NotificationId": {
1401
- "base": null,
1425
+ "base": "Optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.",
1402
1426
  "refs": {
1403
1427
  "CloudFunctionConfiguration$Id": null,
1428
+ "LambdaFunctionConfiguration$Id": null,
1404
1429
  "QueueConfiguration$Id": null,
1405
- "TopicConfiguration$Id": null
1430
+ "QueueConfigurationDeprecated$Id": null,
1431
+ "TopicConfiguration$Id": null,
1432
+ "TopicConfigurationDeprecated$Id": null
1406
1433
  }
1407
1434
  },
1408
1435
  "Object": {
@@ -1627,6 +1654,11 @@
1627
1654
  "refs": {
1628
1655
  }
1629
1656
  },
1657
+ "PutBucketNotificationConfigurationRequest": {
1658
+ "base": null,
1659
+ "refs": {
1660
+ }
1661
+ },
1630
1662
  "PutBucketNotificationRequest": {
1631
1663
  "base": null,
1632
1664
  "refs": {
@@ -1682,17 +1714,29 @@
1682
1714
  "refs": {
1683
1715
  }
1684
1716
  },
1685
- "Queue": {
1717
+ "QueueArn": {
1686
1718
  "base": null,
1687
1719
  "refs": {
1688
- "QueueConfiguration$Queue": null
1720
+ "QueueConfiguration$QueueArn": "Amazon SQS queue ARN to which Amazon S3 will publish a message when it detects events of specified type.",
1721
+ "QueueConfigurationDeprecated$Queue": null
1689
1722
  }
1690
1723
  },
1691
1724
  "QueueConfiguration": {
1725
+ "base": "Container for specifying an configuration when you want Amazon S3 to publish events to an Amazon Simple Queue Service (Amazon SQS) queue.",
1726
+ "refs": {
1727
+ "QueueConfigurationList$member": null
1728
+ }
1729
+ },
1730
+ "QueueConfigurationDeprecated": {
1692
1731
  "base": null,
1693
1732
  "refs": {
1694
- "GetBucketNotificationOutput$QueueConfiguration": null,
1695
- "NotificationConfiguration$QueueConfiguration": null
1733
+ "NotificationConfigurationDeprecated$QueueConfiguration": null
1734
+ }
1735
+ },
1736
+ "QueueConfigurationList": {
1737
+ "base": null,
1738
+ "refs": {
1739
+ "NotificationConfiguration$QueueConfigurations": null
1696
1740
  }
1697
1741
  },
1698
1742
  "Quiet": {
@@ -2053,17 +2097,29 @@
2053
2097
  "LoggingEnabled$TargetPrefix": "This element lets you specify a prefix for the keys that the log files will be stored under."
2054
2098
  }
2055
2099
  },
2056
- "Topic": {
2100
+ "TopicArn": {
2057
2101
  "base": null,
2058
2102
  "refs": {
2059
- "TopicConfiguration$Topic": "Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket."
2103
+ "TopicConfiguration$TopicArn": "Amazon SNS topic ARN to which Amazon S3 will publish a message when it detects events of specified type.",
2104
+ "TopicConfigurationDeprecated$Topic": "Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket."
2060
2105
  }
2061
2106
  },
2062
2107
  "TopicConfiguration": {
2108
+ "base": "Container for specifying the configuration when you want Amazon S3 to publish events to an Amazon Simple Notification Service (Amazon SNS) topic.",
2109
+ "refs": {
2110
+ "TopicConfigurationList$member": null
2111
+ }
2112
+ },
2113
+ "TopicConfigurationDeprecated": {
2114
+ "base": null,
2115
+ "refs": {
2116
+ "NotificationConfigurationDeprecated$TopicConfiguration": null
2117
+ }
2118
+ },
2119
+ "TopicConfigurationList": {
2063
2120
  "base": null,
2064
2121
  "refs": {
2065
- "GetBucketNotificationOutput$TopicConfiguration": null,
2066
- "NotificationConfiguration$TopicConfiguration": null
2122
+ "NotificationConfiguration$TopicConfigurations": null
2067
2123
  }
2068
2124
  },
2069
2125
  "Transition": {