aws-sdk-core 2.11.558 → 2.11.563

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":{
@@ -292,11 +292,10 @@
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": [
@@ -989,47 +989,37 @@
989
989
  "ListMultipartUploads": [
990
990
  {
991
991
  "input": {
992
- "Bucket": "examplebucket",
993
- "KeyMarker": "nextkeyfrompreviousresponse",
994
- "MaxUploads": "2",
995
- "UploadIdMarker": "valuefrompreviousresponse"
992
+ "Bucket": "examplebucket"
996
993
  },
997
994
  "output": {
998
- "Bucket": "acl1",
999
- "IsTruncated": true,
1000
- "KeyMarker": "",
1001
- "MaxUploads": "2",
1002
- "NextKeyMarker": "someobjectkey",
1003
- "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1004
- "UploadIdMarker": "",
1005
995
  "Uploads": [
1006
996
  {
1007
997
  "Initiated": "2014-05-01T05:40:58.000Z",
1008
998
  "Initiator": {
1009
- "DisplayName": "ownder-display-name",
999
+ "DisplayName": "display-name",
1010
1000
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1011
1001
  },
1012
1002
  "Key": "JavaFile",
1013
1003
  "Owner": {
1014
- "DisplayName": "mohanataws",
1015
- "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1004
+ "DisplayName": "display-name",
1005
+ "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1016
1006
  },
1017
1007
  "StorageClass": "STANDARD",
1018
- "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1008
+ "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1019
1009
  },
1020
1010
  {
1021
1011
  "Initiated": "2014-05-01T05:41:27.000Z",
1022
1012
  "Initiator": {
1023
- "DisplayName": "ownder-display-name",
1013
+ "DisplayName": "display-name",
1024
1014
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1025
1015
  },
1026
1016
  "Key": "JavaFile",
1027
1017
  "Owner": {
1028
- "DisplayName": "ownder-display-name",
1018
+ "DisplayName": "display-name",
1029
1019
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1030
1020
  },
1031
1021
  "StorageClass": "STANDARD",
1032
- "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1022
+ "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1033
1023
  }
1034
1024
  ]
1035
1025
  },
@@ -1039,43 +1029,53 @@
1039
1029
  "output": {
1040
1030
  }
1041
1031
  },
1042
- "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1043
- "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1044
- "title": "List next set of multipart uploads when previous result is truncated"
1032
+ "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1033
+ "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1034
+ "title": "To list in-progress multipart uploads on a bucket"
1045
1035
  },
1046
1036
  {
1047
1037
  "input": {
1048
- "Bucket": "examplebucket"
1038
+ "Bucket": "examplebucket",
1039
+ "KeyMarker": "nextkeyfrompreviousresponse",
1040
+ "MaxUploads": "2",
1041
+ "UploadIdMarker": "valuefrompreviousresponse"
1049
1042
  },
1050
1043
  "output": {
1044
+ "Bucket": "acl1",
1045
+ "IsTruncated": true,
1046
+ "KeyMarker": "",
1047
+ "MaxUploads": "2",
1048
+ "NextKeyMarker": "someobjectkey",
1049
+ "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1050
+ "UploadIdMarker": "",
1051
1051
  "Uploads": [
1052
1052
  {
1053
1053
  "Initiated": "2014-05-01T05:40:58.000Z",
1054
1054
  "Initiator": {
1055
- "DisplayName": "display-name",
1055
+ "DisplayName": "ownder-display-name",
1056
1056
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1057
1057
  },
1058
1058
  "Key": "JavaFile",
1059
1059
  "Owner": {
1060
- "DisplayName": "display-name",
1061
- "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1060
+ "DisplayName": "mohanataws",
1061
+ "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1062
1062
  },
1063
1063
  "StorageClass": "STANDARD",
1064
- "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1064
+ "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1065
1065
  },
1066
1066
  {
1067
1067
  "Initiated": "2014-05-01T05:41:27.000Z",
1068
1068
  "Initiator": {
1069
- "DisplayName": "display-name",
1069
+ "DisplayName": "ownder-display-name",
1070
1070
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1071
1071
  },
1072
1072
  "Key": "JavaFile",
1073
1073
  "Owner": {
1074
- "DisplayName": "display-name",
1074
+ "DisplayName": "ownder-display-name",
1075
1075
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1076
1076
  },
1077
1077
  "StorageClass": "STANDARD",
1078
- "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1078
+ "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1079
1079
  }
1080
1080
  ]
1081
1081
  },
@@ -1085,9 +1085,9 @@
1085
1085
  "output": {
1086
1086
  }
1087
1087
  },
1088
- "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1089
- "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1090
- "title": "To list in-progress multipart uploads on a bucket"
1088
+ "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1089
+ "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1090
+ "title": "List next set of multipart uploads when previous result is truncated"
1091
1091
  }
1092
1092
  ],
1093
1093
  "ListObjectVersions": [
@@ -1570,13 +1570,14 @@
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
1572
  "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1573
+ "Metadata": {
1574
+ "metadata1": "value1",
1575
+ "metadata2": "value2"
1576
+ }
1575
1577
  },
1576
1578
  "output": {
1577
1579
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1580
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1580
1581
  },
1581
1582
  "comments": {
1582
1583
  "input": {
@@ -1584,19 +1585,20 @@
1584
1585
  "output": {
1585
1586
  }
1586
1587
  },
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"
1588
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1589
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
+ "title": "To upload object and specify user-defined metadata"
1590
1591
  },
1591
1592
  {
1592
1593
  "input": {
1594
+ "ACL": "authenticated-read",
1593
1595
  "Body": "filetoupload",
1594
1596
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1597
+ "Key": "exampleobject"
1596
1598
  },
1597
1599
  "output": {
1598
1600
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1601
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1600
1602
  },
1601
1603
  "comments": {
1602
1604
  "input": {
@@ -1604,20 +1606,19 @@
1604
1606
  "output": {
1605
1607
  }
1606
1608
  },
1607
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
- "id": "to-create-an-object-1483147613675",
1609
- "title": "To create an object."
1609
+ "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.",
1610
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1611
+ "title": "To upload an object and specify canned ACL."
1610
1612
  },
1611
1613
  {
1612
1614
  "input": {
1613
- "Body": "c:\\HappyFace.jpg",
1615
+ "Body": "filetoupload",
1614
1616
  "Bucket": "examplebucket",
1615
- "Key": "HappyFace.jpg",
1616
- "Tagging": "key1=value1&key2=value2"
1617
+ "Key": "objectkey"
1617
1618
  },
1618
1619
  "output": {
1619
1620
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1621
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1621
1622
  },
1622
1623
  "comments": {
1623
1624
  "input": {
@@ -1625,22 +1626,19 @@
1625
1626
  "output": {
1626
1627
  }
1627
1628
  },
1628
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1629
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1630
- "title": "To upload an object and specify optional tags"
1629
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1630
+ "id": "to-create-an-object-1483147613675",
1631
+ "title": "To create an object."
1631
1632
  },
1632
1633
  {
1633
1634
  "input": {
1634
1635
  "Body": "HappyFace.jpg",
1635
1636
  "Bucket": "examplebucket",
1636
- "Key": "HappyFace.jpg",
1637
- "ServerSideEncryption": "AES256",
1638
- "StorageClass": "STANDARD_IA"
1637
+ "Key": "HappyFace.jpg"
1639
1638
  },
1640
1639
  "output": {
1641
1640
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1642
- "ServerSideEncryption": "AES256",
1643
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1641
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1644
1642
  },
1645
1643
  "comments": {
1646
1644
  "input": {
@@ -1648,23 +1646,20 @@
1648
1646
  "output": {
1649
1647
  }
1650
1648
  },
1651
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1652
- "id": "to-upload-an-object-(specify-optional-headers)",
1653
- "title": "To upload an object (specify optional headers)"
1649
+ "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.",
1650
+ "id": "to-upload-an-object-1481760101010",
1651
+ "title": "To upload an object"
1654
1652
  },
1655
1653
  {
1656
1654
  "input": {
1657
- "Body": "filetoupload",
1655
+ "Body": "c:\\HappyFace.jpg",
1658
1656
  "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "Metadata": {
1661
- "metadata1": "value1",
1662
- "metadata2": "value2"
1663
- }
1657
+ "Key": "HappyFace.jpg",
1658
+ "Tagging": "key1=value1&key2=value2"
1664
1659
  },
1665
1660
  "output": {
1666
1661
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1662
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1668
1663
  },
1669
1664
  "comments": {
1670
1665
  "input": {
@@ -1672,20 +1667,22 @@
1672
1667
  "output": {
1673
1668
  }
1674
1669
  },
1675
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1676
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
- "title": "To upload object and specify user-defined metadata"
1670
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1671
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1672
+ "title": "To upload an object and specify optional tags"
1678
1673
  },
1679
1674
  {
1680
1675
  "input": {
1681
- "ACL": "authenticated-read",
1682
1676
  "Body": "filetoupload",
1683
1677
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1678
+ "Key": "exampleobject",
1679
+ "ServerSideEncryption": "AES256",
1680
+ "Tagging": "key1=value1&key2=value2"
1685
1681
  },
1686
1682
  "output": {
1687
1683
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1684
+ "ServerSideEncryption": "AES256",
1685
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1689
1686
  },
1690
1687
  "comments": {
1691
1688
  "input": {
@@ -1693,19 +1690,22 @@
1693
1690
  "output": {
1694
1691
  }
1695
1692
  },
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."
1693
+ "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.",
1694
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1695
+ "title": "To upload an object and specify server-side encryption and object tags"
1699
1696
  },
1700
1697
  {
1701
1698
  "input": {
1702
1699
  "Body": "HappyFace.jpg",
1703
1700
  "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1701
+ "Key": "HappyFace.jpg",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
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 an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
+ "id": "to-upload-an-object-(specify-optional-headers)",
1718
+ "title": "To upload an object (specify optional headers)"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1826,14 +1826,15 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
+ "CopySourceRange": "bytes=1-100000",
1829
1830
  "Key": "examplelargeobject",
1830
- "PartNumber": "1",
1831
+ "PartNumber": "2",
1831
1832
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1832
1833
  },
1833
1834
  "output": {
1834
1835
  "CopyPartResult": {
1835
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
- "LastModified": "2016-12-29T21:24:43.000Z"
1836
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
+ "LastModified": "2016-12-29T21:44:28.000Z"
1837
1838
  }
1838
1839
  },
1839
1840
  "comments": {
@@ -1842,23 +1843,22 @@
1842
1843
  "output": {
1843
1844
  }
1844
1845
  },
1845
- "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1846
- "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1847
- "title": "To upload a part by copying data from an existing object as data source"
1846
+ "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1847
+ "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1848
+ "title": "To upload a part by copying byte range from an existing object as data source"
1848
1849
  },
1849
1850
  {
1850
1851
  "input": {
1851
1852
  "Bucket": "examplebucket",
1852
1853
  "CopySource": "/bucketname/sourceobjectkey",
1853
- "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "2",
1855
+ "PartNumber": "1",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
- "LastModified": "2016-12-29T21:44:28.000Z"
1860
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
+ "LastModified": "2016-12-29T21:24:43.000Z"
1862
1862
  }
1863
1863
  },
1864
1864
  "comments": {
@@ -1867,9 +1867,9 @@
1867
1867
  "output": {
1868
1868
  }
1869
1869
  },
1870
- "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1871
- "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1872
- "title": "To upload a part by copying byte range from an existing object as data source"
1870
+ "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1871
+ "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1872
+ "title": "To upload a part by copying data from an existing object as data source"
1873
1873
  }
1874
1874
  ]
1875
1875
  }