aws-sdk-core 2.11.560 → 2.11.565

Sign up to get free protection for your applications and to get access to all the features.
@@ -1043,7 +1043,8 @@
1043
1043
  "DestinationConfig":{"shape":"DestinationConfig"},
1044
1044
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1045
1045
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1046
- "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
1046
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
1047
+ "Topics":{"shape":"Topics"}
1047
1048
  }
1048
1049
  },
1049
1050
  "CreateFunctionRequest":{
@@ -1334,6 +1335,7 @@
1334
1335
  "State":{"shape":"String"},
1335
1336
  "StateTransitionReason":{"shape":"String"},
1336
1337
  "DestinationConfig":{"shape":"DestinationConfig"},
1338
+ "Topics":{"shape":"Topics"},
1337
1339
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1338
1340
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1339
1341
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
@@ -2310,7 +2312,7 @@
2310
2312
  "MaximumRecordAgeInSeconds":{
2311
2313
  "type":"integer",
2312
2314
  "max":604800,
2313
- "min":60
2315
+ "min":-1
2314
2316
  },
2315
2317
  "MaximumRetryAttempts":{
2316
2318
  "type":"integer",
@@ -2320,7 +2322,7 @@
2320
2322
  "MaximumRetryAttemptsEventSourceMapping":{
2321
2323
  "type":"integer",
2322
2324
  "max":10000,
2323
- "min":0
2325
+ "min":-1
2324
2326
  },
2325
2327
  "MemorySize":{
2326
2328
  "type":"integer",
@@ -2670,6 +2672,7 @@
2670
2672
  "nodejs10.x",
2671
2673
  "nodejs12.x",
2672
2674
  "java8",
2675
+ "java8.al2",
2673
2676
  "java11",
2674
2677
  "python2.7",
2675
2678
  "python3.6",
@@ -2683,7 +2686,8 @@
2683
2686
  "go1.x",
2684
2687
  "ruby2.5",
2685
2688
  "ruby2.7",
2686
- "provided"
2689
+ "provided",
2690
+ "provided.al2"
2687
2691
  ]
2688
2692
  },
2689
2693
  "S3Bucket":{
@@ -2828,6 +2832,18 @@
2828
2832
  "error":{"httpStatusCode":429},
2829
2833
  "exception":true
2830
2834
  },
2835
+ "Topic":{
2836
+ "type":"string",
2837
+ "max":249,
2838
+ "min":1,
2839
+ "pattern":"^[^.]([a-zA-Z0-9\\-_.]+)"
2840
+ },
2841
+ "Topics":{
2842
+ "type":"list",
2843
+ "member":{"shape":"Topic"},
2844
+ "max":1,
2845
+ "min":1
2846
+ },
2831
2847
  "TracingConfig":{
2832
2848
  "type":"structure",
2833
2849
  "members":{
@@ -815,6 +815,11 @@
815
815
  "messageVersion":{"shape":"MessageVersion"}
816
816
  }
817
817
  },
818
+ "ConfidenceThreshold":{
819
+ "type":"double",
820
+ "max":1,
821
+ "min":0
822
+ },
818
823
  "ConflictException":{
819
824
  "type":"structure",
820
825
  "members":{
@@ -885,6 +890,7 @@
885
890
  "version":{"shape":"Version"},
886
891
  "locale":{"shape":"Locale"},
887
892
  "childDirected":{"shape":"Boolean"},
893
+ "enableModelImprovements":{"shape":"Boolean"},
888
894
  "detectSentiment":{"shape":"Boolean"}
889
895
  }
890
896
  },
@@ -1344,6 +1350,8 @@
1344
1350
  "name":{"shape":"BotName"},
1345
1351
  "description":{"shape":"Description"},
1346
1352
  "intents":{"shape":"IntentList"},
1353
+ "enableModelImprovements":{"shape":"Boolean"},
1354
+ "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
1347
1355
  "clarificationPrompt":{"shape":"Prompt"},
1348
1356
  "abortStatement":{"shape":"Statement"},
1349
1357
  "status":{"shape":"Status"},
@@ -2123,6 +2131,8 @@
2123
2131
  },
2124
2132
  "description":{"shape":"Description"},
2125
2133
  "intents":{"shape":"IntentList"},
2134
+ "enableModelImprovements":{"shape":"Boolean"},
2135
+ "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
2126
2136
  "clarificationPrompt":{"shape":"Prompt"},
2127
2137
  "abortStatement":{"shape":"Statement"},
2128
2138
  "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
@@ -2142,6 +2152,8 @@
2142
2152
  "name":{"shape":"BotName"},
2143
2153
  "description":{"shape":"Description"},
2144
2154
  "intents":{"shape":"IntentList"},
2155
+ "enableModelImprovements":{"shape":"Boolean"},
2156
+ "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
2145
2157
  "clarificationPrompt":{"shape":"Prompt"},
2146
2158
  "abortStatement":{"shape":"Statement"},
2147
2159
  "status":{"shape":"Status"},
@@ -1208,7 +1208,9 @@
1208
1208
  "INVALID_EMAIL",
1209
1209
  "CONCURRENT_ACCOUNT_MODIFICATION",
1210
1210
  "INTERNAL_FAILURE",
1211
- "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
1211
+ "GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
1212
+ "MISSING_BUSINESS_VALIDATION",
1213
+ "MISSING_PAYMENT_INSTRUMENT"
1212
1214
  ]
1213
1215
  },
1214
1216
  "CreateAccountRequest":{
@@ -31,17 +31,20 @@
31
31
  "type":"structure",
32
32
  "required":[
33
33
  "eventType",
34
- "properties",
35
34
  "sentAt"
36
35
  ],
37
36
  "members":{
38
37
  "eventId":{"shape":"StringType"},
39
38
  "eventType":{"shape":"StringType"},
39
+ "eventValue":{"shape":"FloatType"},
40
+ "itemId":{"shape":"ItemId"},
40
41
  "properties":{
41
42
  "shape":"EventPropertiesJSON",
42
43
  "jsonvalue":true
43
44
  },
44
- "sentAt":{"shape":"Date"}
45
+ "sentAt":{"shape":"Date"},
46
+ "recommendationId":{"shape":"RecommendationId"},
47
+ "impression":{"shape":"Impression"}
45
48
  }
46
49
  },
47
50
  "EventList":{
@@ -55,6 +58,13 @@
55
58
  "max":1024,
56
59
  "min":1
57
60
  },
61
+ "FloatType":{"type":"float"},
62
+ "Impression":{
63
+ "type":"list",
64
+ "member":{"shape":"ItemId"},
65
+ "max":25,
66
+ "min":1
67
+ },
58
68
  "InvalidInputException":{
59
69
  "type":"structure",
60
70
  "members":{
@@ -63,6 +73,11 @@
63
73
  "error":{"httpStatusCode":400},
64
74
  "exception":true
65
75
  },
76
+ "ItemId":{
77
+ "type":"string",
78
+ "max":256,
79
+ "min":1
80
+ },
66
81
  "PutEventsRequest":{
67
82
  "type":"structure",
68
83
  "required":[
@@ -77,6 +92,11 @@
77
92
  "eventList":{"shape":"EventList"}
78
93
  }
79
94
  },
95
+ "RecommendationId":{
96
+ "type":"string",
97
+ "max":40,
98
+ "min":1
99
+ },
80
100
  "StringType":{
81
101
  "type":"string",
82
102
  "max":256,
@@ -82,7 +82,8 @@
82
82
  "GetPersonalizedRankingResponse":{
83
83
  "type":"structure",
84
84
  "members":{
85
- "personalizedRanking":{"shape":"ItemList"}
85
+ "personalizedRanking":{"shape":"ItemList"},
86
+ "recommendationId":{"shape":"RecommendationID"}
86
87
  }
87
88
  },
88
89
  "GetRecommendationsRequest":{
@@ -100,7 +101,8 @@
100
101
  "GetRecommendationsResponse":{
101
102
  "type":"structure",
102
103
  "members":{
103
- "itemList":{"shape":"ItemList"}
104
+ "itemList":{"shape":"ItemList"},
105
+ "recommendationId":{"shape":"RecommendationID"}
104
106
  }
105
107
  },
106
108
  "InputList":{
@@ -134,6 +136,7 @@
134
136
  "score":{"shape":"Score"}
135
137
  }
136
138
  },
139
+ "RecommendationID":{"type":"string"},
137
140
  "ResourceNotFoundException":{
138
141
  "type":"structure",
139
142
  "members":{
@@ -167,6 +167,7 @@
167
167
  "errors":[
168
168
  {"shape":"InvalidInputException"},
169
169
  {"shape":"ResourceNotFoundException"},
170
+ {"shape":"LimitExceededException"},
170
171
  {"shape":"ResourceInUseException"}
171
172
  ]
172
173
  },
@@ -235,7 +236,8 @@
235
236
  "input":{"shape":"DeleteFilterRequest"},
236
237
  "errors":[
237
238
  {"shape":"InvalidInputException"},
238
- {"shape":"ResourceNotFoundException"}
239
+ {"shape":"ResourceNotFoundException"},
240
+ {"shape":"ResourceInUseException"}
239
241
  ]
240
242
  },
241
243
  "DeleteSchema":{
@@ -696,12 +698,19 @@
696
698
  "numResults":{"shape":"NumBatchResults"},
697
699
  "jobInput":{"shape":"BatchInferenceJobInput"},
698
700
  "jobOutput":{"shape":"BatchInferenceJobOutput"},
701
+ "batchInferenceJobConfig":{"shape":"BatchInferenceJobConfig"},
699
702
  "roleArn":{"shape":"RoleArn"},
700
703
  "status":{"shape":"Status"},
701
704
  "creationDateTime":{"shape":"Date"},
702
705
  "lastUpdatedDateTime":{"shape":"Date"}
703
706
  }
704
707
  },
708
+ "BatchInferenceJobConfig":{
709
+ "type":"structure",
710
+ "members":{
711
+ "itemExplorationConfig":{"shape":"HyperParameters"}
712
+ }
713
+ },
705
714
  "BatchInferenceJobInput":{
706
715
  "type":"structure",
707
716
  "required":["s3DataSource"],
@@ -741,6 +750,7 @@
741
750
  "campaignArn":{"shape":"Arn"},
742
751
  "solutionVersionArn":{"shape":"Arn"},
743
752
  "minProvisionedTPS":{"shape":"TransactionsPerSecond"},
753
+ "campaignConfig":{"shape":"CampaignConfig"},
744
754
  "status":{"shape":"Status"},
745
755
  "failureReason":{"shape":"FailureReason"},
746
756
  "creationDateTime":{"shape":"Date"},
@@ -748,6 +758,12 @@
748
758
  "latestCampaignUpdate":{"shape":"CampaignUpdateSummary"}
749
759
  }
750
760
  },
761
+ "CampaignConfig":{
762
+ "type":"structure",
763
+ "members":{
764
+ "itemExplorationConfig":{"shape":"HyperParameters"}
765
+ }
766
+ },
751
767
  "CampaignSummary":{
752
768
  "type":"structure",
753
769
  "members":{
@@ -764,6 +780,7 @@
764
780
  "members":{
765
781
  "solutionVersionArn":{"shape":"Arn"},
766
782
  "minProvisionedTPS":{"shape":"TransactionsPerSecond"},
783
+ "campaignConfig":{"shape":"CampaignConfig"},
767
784
  "status":{"shape":"Status"},
768
785
  "failureReason":{"shape":"FailureReason"},
769
786
  "creationDateTime":{"shape":"Date"},
@@ -833,7 +850,8 @@
833
850
  "numResults":{"shape":"NumBatchResults"},
834
851
  "jobInput":{"shape":"BatchInferenceJobInput"},
835
852
  "jobOutput":{"shape":"BatchInferenceJobOutput"},
836
- "roleArn":{"shape":"RoleArn"}
853
+ "roleArn":{"shape":"RoleArn"},
854
+ "batchInferenceJobConfig":{"shape":"BatchInferenceJobConfig"}
837
855
  }
838
856
  },
839
857
  "CreateBatchInferenceJobResponse":{
@@ -852,7 +870,8 @@
852
870
  "members":{
853
871
  "name":{"shape":"Name"},
854
872
  "solutionVersionArn":{"shape":"Arn"},
855
- "minProvisionedTPS":{"shape":"TransactionsPerSecond"}
873
+ "minProvisionedTPS":{"shape":"TransactionsPerSecond"},
874
+ "campaignConfig":{"shape":"CampaignConfig"}
856
875
  }
857
876
  },
858
877
  "CreateCampaignResponse":{
@@ -2005,7 +2024,8 @@
2005
2024
  "members":{
2006
2025
  "campaignArn":{"shape":"Arn"},
2007
2026
  "solutionVersionArn":{"shape":"Arn"},
2008
- "minProvisionedTPS":{"shape":"TransactionsPerSecond"}
2027
+ "minProvisionedTPS":{"shape":"TransactionsPerSecond"},
2028
+ "campaignConfig":{"shape":"CampaignConfig"}
2009
2029
  }
2010
2030
  },
2011
2031
  "UpdateCampaignResponse":{
@@ -133,6 +133,12 @@
133
133
  },
134
134
  "BotAlias":{"type":"string"},
135
135
  "BotName":{"type":"string"},
136
+ "BotVersion":{
137
+ "type":"string",
138
+ "max":64,
139
+ "min":1,
140
+ "pattern":"[0-9]+|\\$LATEST"
141
+ },
136
142
  "Button":{
137
143
  "type":"structure",
138
144
  "required":[
@@ -250,6 +256,7 @@
250
256
  "Failed"
251
257
  ]
252
258
  },
259
+ "Double":{"type":"double"},
253
260
  "ErrorMessage":{"type":"string"},
254
261
  "FulfillmentState":{
255
262
  "type":"string",
@@ -309,6 +316,17 @@
309
316
  }
310
317
  },
311
318
  "HttpContentType":{"type":"string"},
319
+ "IntentConfidence":{
320
+ "type":"structure",
321
+ "members":{
322
+ "score":{"shape":"Double"}
323
+ }
324
+ },
325
+ "IntentList":{
326
+ "type":"list",
327
+ "member":{"shape":"PredictedIntent"},
328
+ "max":4
329
+ },
312
330
  "IntentName":{"type":"string"},
313
331
  "IntentSummary":{
314
332
  "type":"structure",
@@ -454,6 +472,18 @@
454
472
  "location":"header",
455
473
  "locationName":"x-amz-lex-intent-name"
456
474
  },
475
+ "nluIntentConfidence":{
476
+ "shape":"String",
477
+ "jsonvalue":true,
478
+ "location":"header",
479
+ "locationName":"x-amz-lex-nlu-intent-confidence"
480
+ },
481
+ "alternativeIntents":{
482
+ "shape":"String",
483
+ "jsonvalue":true,
484
+ "location":"header",
485
+ "locationName":"x-amz-lex-alternative-intents"
486
+ },
457
487
  "slots":{
458
488
  "shape":"String",
459
489
  "jsonvalue":true,
@@ -497,6 +527,11 @@
497
527
  "locationName":"x-amz-lex-input-transcript"
498
528
  },
499
529
  "audioStream":{"shape":"BlobStream"},
530
+ "botVersion":{
531
+ "shape":"BotVersion",
532
+ "location":"header",
533
+ "locationName":"x-amz-lex-bot-version"
534
+ },
500
535
  "sessionId":{
501
536
  "shape":"String",
502
537
  "location":"header",
@@ -538,6 +573,8 @@
538
573
  "type":"structure",
539
574
  "members":{
540
575
  "intentName":{"shape":"IntentName"},
576
+ "nluIntentConfidence":{"shape":"IntentConfidence"},
577
+ "alternativeIntents":{"shape":"IntentList"},
541
578
  "slots":{"shape":"StringMap"},
542
579
  "sessionAttributes":{"shape":"StringMap"},
543
580
  "message":{"shape":"Text"},
@@ -546,7 +583,16 @@
546
583
  "dialogState":{"shape":"DialogState"},
547
584
  "slotToElicit":{"shape":"String"},
548
585
  "responseCard":{"shape":"ResponseCard"},
549
- "sessionId":{"shape":"String"}
586
+ "sessionId":{"shape":"String"},
587
+ "botVersion":{"shape":"BotVersion"}
588
+ }
589
+ },
590
+ "PredictedIntent":{
591
+ "type":"structure",
592
+ "members":{
593
+ "intentName":{"shape":"IntentName"},
594
+ "nluIntentConfidence":{"shape":"IntentConfidence"},
595
+ "slots":{"shape":"StringMap"}
550
596
  }
551
597
  },
552
598
  "PutSessionRequest":{
@@ -1110,17 +1110,31 @@
1110
1110
  "BucketLocationConstraint":{
1111
1111
  "type":"string",
1112
1112
  "enum":[
1113
- "EU",
1114
- "eu-west-1",
1115
- "us-west-1",
1116
- "us-west-2",
1113
+ "af-south-1",
1114
+ "ap-east-1",
1115
+ "ap-northeast-1",
1116
+ "ap-northeast-2",
1117
+ "ap-northeast-3",
1117
1118
  "ap-south-1",
1118
1119
  "ap-southeast-1",
1119
1120
  "ap-southeast-2",
1120
- "ap-northeast-1",
1121
- "sa-east-1",
1121
+ "ca-central-1",
1122
1122
  "cn-north-1",
1123
- "eu-central-1"
1123
+ "cn-northwest-1",
1124
+ "EU",
1125
+ "eu-central-1",
1126
+ "eu-north-1",
1127
+ "eu-south-1",
1128
+ "eu-west-1",
1129
+ "eu-west-2",
1130
+ "eu-west-3",
1131
+ "me-south-1",
1132
+ "sa-east-1",
1133
+ "us-east-2",
1134
+ "us-gov-east-1",
1135
+ "us-gov-west-1",
1136
+ "us-west-1",
1137
+ "us-west-2"
1124
1138
  ]
1125
1139
  },
1126
1140
  "BucketLoggingStatus":{
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
262
- },
263
- "output": {
260
+ "Bucket": "ExampleBucket",
261
+ "Key": "HappyFace.jpg"
264
262
  },
265
263
  "comments": {
266
264
  "input": {
@@ -268,14 +266,16 @@
268
266
  "output": {
269
267
  }
270
268
  },
271
- "description": "The following example deletes an object from an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
273
- "title": "To delete an object"
269
+ "description": "The following example deletes an object from a non-versioned bucket.",
270
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
+ "title": "To delete an object (from a non-versioned bucket)"
274
272
  },
275
273
  {
276
274
  "input": {
277
- "Bucket": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
275
+ "Bucket": "examplebucket",
276
+ "Key": "objectkey.jpg"
277
+ },
278
+ "output": {
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,20 +283,19 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
286
+ "description": "The following example deletes an object from an S3 bucket.",
287
+ "id": "to-delete-an-object-1472850136595",
288
+ "title": "To delete an object"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
307
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
- "title": "To remove tag set from an object version"
306
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
308
+ "title": "To remove tag set from an object"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
- "id": "to-remove-tag-set-from-an-object-1483145342862",
327
- "title": "To remove tag set from an object"
325
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
+ "title": "To remove tag set from an object version"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
- "title": "To delete multiple object versions from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
- "title": "To delete multiple objects from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,16 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
+ "ACL": "authenticated-read",
1570
1571
  "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1573
+ "Key": "exampleobject"
1575
1574
  },
1576
1575
  "output": {
1577
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1580
1578
  },
1581
1579
  "comments": {
1582
1580
  "input": {
@@ -1584,9 +1582,29 @@
1584
1582
  "output": {
1585
1583
  }
1586
1584
  },
1587
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1585
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1586
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
+ "title": "To upload an object and specify canned ACL."
1588
+ },
1589
+ {
1590
+ "input": {
1591
+ "Body": "HappyFace.jpg",
1592
+ "Bucket": "examplebucket",
1593
+ "Key": "HappyFace.jpg"
1594
+ },
1595
+ "output": {
1596
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1597
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1598
+ },
1599
+ "comments": {
1600
+ "input": {
1601
+ },
1602
+ "output": {
1603
+ }
1604
+ },
1605
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1606
+ "id": "to-upload-an-object-1481760101010",
1607
+ "title": "To upload an object"
1590
1608
  },
1591
1609
  {
1592
1610
  "input": {
@@ -1678,34 +1696,16 @@
1678
1696
  },
1679
1697
  {
1680
1698
  "input": {
1681
- "ACL": "authenticated-read",
1682
1699
  "Body": "filetoupload",
1683
1700
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1685
- },
1686
- "output": {
1687
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1689
- },
1690
- "comments": {
1691
- "input": {
1692
- },
1693
- "output": {
1694
- }
1695
- },
1696
- "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1697
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
- "title": "To upload an object and specify canned ACL."
1699
- },
1700
- {
1701
- "input": {
1702
- "Body": "HappyFace.jpg",
1703
- "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1701
+ "Key": "exampleobject",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "Tagging": "key1=value1&key2=value2"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
1716
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
+ "title": "To upload an object and specify server-side encryption and object tags"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [