aws-sdk-core 2.11.596 → 2.11.601

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/application-autoscaling/2016-02-06/api-2.json +6 -3
  3. data/apis/appsync/2017-07-25/api-2.json +4 -2
  4. data/apis/batch/2016-08-10/api-2.json +140 -7
  5. data/apis/batch/2016-08-10/examples-1.json +98 -0
  6. data/apis/datasync/2018-11-09/api-2.json +6 -3
  7. data/apis/dynamodb/2012-08-10/api-2.json +4 -2
  8. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +12 -6
  9. data/apis/elasticmapreduce/2009-03-31/api-2.json +25 -2
  10. data/apis/glue/2017-03-31/api-2.json +20 -1
  11. data/apis/imagebuilder/2019-12-02/api-2.json +22 -7
  12. data/apis/iot/2015-05-28/api-2.json +53 -2
  13. data/apis/kafka/2018-11-14/api-2.json +4 -0
  14. data/apis/mediaconnect/2018-11-14/api-2.json +459 -1
  15. data/apis/mediaconnect/2018-11-14/paginators-1.json +12 -0
  16. data/apis/mediaconvert/2017-08-29/api-2.json +315 -8
  17. data/apis/personalize-events/2018-03-22/api-2.json +103 -0
  18. data/apis/pinpoint/2016-12-01/api-2.json +50 -5
  19. data/apis/quicksight/2018-04-01/api-2.json +2 -1
  20. data/apis/rds/2014-10-31/api-2.json +3 -0
  21. data/apis/s3/2006-03-01/api-2.json +128 -2
  22. data/apis/s3/2006-03-01/examples-1.json +138 -138
  23. data/apis/s3control/2018-08-20/api-2.json +836 -19
  24. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  25. data/apis/s3outposts/2017-07-25/api-2.json +250 -0
  26. data/apis/s3outposts/2017-07-25/examples-1.json +5 -0
  27. data/apis/s3outposts/2017-07-25/paginators-1.json +10 -0
  28. data/apis/sagemaker/2017-07-24/api-2.json +11 -2
  29. data/apis/securityhub/2018-10-26/api-2.json +751 -2
  30. data/apis/servicediscovery/2017-03-14/api-2.json +1 -0
  31. data/apis/wafv2/2019-07-29/api-2.json +5 -2
  32. data/endpoints.json +65 -0
  33. data/lib/aws-sdk-core.rb +1 -0
  34. data/lib/aws-sdk-core/s3outposts.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +6 -2
@@ -22,9 +22,38 @@
22
22
  "errors":[
23
23
  {"shape":"InvalidInputException"}
24
24
  ]
25
+ },
26
+ "PutItems":{
27
+ "name":"PutItems",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/items"
31
+ },
32
+ "input":{"shape":"PutItemsRequest"},
33
+ "errors":[
34
+ {"shape":"InvalidInputException"},
35
+ {"shape":"ResourceNotFoundException"}
36
+ ]
37
+ },
38
+ "PutUsers":{
39
+ "name":"PutUsers",
40
+ "http":{
41
+ "method":"POST",
42
+ "requestUri":"/users"
43
+ },
44
+ "input":{"shape":"PutUsersRequest"},
45
+ "errors":[
46
+ {"shape":"InvalidInputException"},
47
+ {"shape":"ResourceNotFoundException"}
48
+ ]
25
49
  }
26
50
  },
27
51
  "shapes":{
52
+ "Arn":{
53
+ "type":"string",
54
+ "max":256,
55
+ "pattern":"arn:([a-z\\d-]+):personalize:.*:.*:.+"
56
+ },
28
57
  "Date":{"type":"timestamp"},
29
58
  "ErrorMessage":{"type":"string"},
30
59
  "Event":{
@@ -73,11 +102,33 @@
73
102
  "error":{"httpStatusCode":400},
74
103
  "exception":true
75
104
  },
105
+ "Item":{
106
+ "type":"structure",
107
+ "required":["itemId"],
108
+ "members":{
109
+ "itemId":{"shape":"StringType"},
110
+ "properties":{
111
+ "shape":"ItemProperties",
112
+ "jsonvalue":true
113
+ }
114
+ }
115
+ },
76
116
  "ItemId":{
77
117
  "type":"string",
78
118
  "max":256,
79
119
  "min":1
80
120
  },
121
+ "ItemList":{
122
+ "type":"list",
123
+ "member":{"shape":"Item"},
124
+ "max":10,
125
+ "min":1
126
+ },
127
+ "ItemProperties":{
128
+ "type":"string",
129
+ "max":1024,
130
+ "min":1
131
+ },
81
132
  "PutEventsRequest":{
82
133
  "type":"structure",
83
134
  "required":[
@@ -92,20 +143,72 @@
92
143
  "eventList":{"shape":"EventList"}
93
144
  }
94
145
  },
146
+ "PutItemsRequest":{
147
+ "type":"structure",
148
+ "required":[
149
+ "datasetArn",
150
+ "items"
151
+ ],
152
+ "members":{
153
+ "datasetArn":{"shape":"Arn"},
154
+ "items":{"shape":"ItemList"}
155
+ }
156
+ },
157
+ "PutUsersRequest":{
158
+ "type":"structure",
159
+ "required":[
160
+ "datasetArn",
161
+ "users"
162
+ ],
163
+ "members":{
164
+ "datasetArn":{"shape":"Arn"},
165
+ "users":{"shape":"UserList"}
166
+ }
167
+ },
95
168
  "RecommendationId":{
96
169
  "type":"string",
97
170
  "max":40,
98
171
  "min":1
99
172
  },
173
+ "ResourceNotFoundException":{
174
+ "type":"structure",
175
+ "members":{
176
+ "message":{"shape":"ErrorMessage"}
177
+ },
178
+ "error":{"httpStatusCode":404},
179
+ "exception":true
180
+ },
100
181
  "StringType":{
101
182
  "type":"string",
102
183
  "max":256,
103
184
  "min":1
104
185
  },
186
+ "User":{
187
+ "type":"structure",
188
+ "required":["userId"],
189
+ "members":{
190
+ "userId":{"shape":"StringType"},
191
+ "properties":{
192
+ "shape":"UserProperties",
193
+ "jsonvalue":true
194
+ }
195
+ }
196
+ },
105
197
  "UserId":{
106
198
  "type":"string",
107
199
  "max":256,
108
200
  "min":1
201
+ },
202
+ "UserList":{
203
+ "type":"list",
204
+ "member":{"shape":"User"},
205
+ "max":10,
206
+ "min":1
207
+ },
208
+ "UserProperties":{
209
+ "type":"string",
210
+ "max":1024,
211
+ "min":1
109
212
  }
110
213
  }
111
214
  }
@@ -3717,6 +3717,9 @@
3717
3717
  },
3718
3718
  {
3719
3719
  "shape": "TooManyRequestsException"
3720
+ },
3721
+ {
3722
+ "shape": "ConflictException"
3720
3723
  }
3721
3724
  ]
3722
3725
  },
@@ -5183,7 +5186,8 @@
5183
5186
  "PENDING_NEXT_RUN",
5184
5187
  "COMPLETED",
5185
5188
  "PAUSED",
5186
- "DELETED"
5189
+ "DELETED",
5190
+ "INVALID"
5187
5191
  ]
5188
5192
  },
5189
5193
  "CampaignsResponse": {
@@ -5288,6 +5292,21 @@
5288
5292
  }
5289
5293
  }
5290
5294
  },
5295
+ "ConflictException": {
5296
+ "type": "structure",
5297
+ "members": {
5298
+ "Message": {
5299
+ "shape": "__string"
5300
+ },
5301
+ "RequestID": {
5302
+ "shape": "__string"
5303
+ }
5304
+ },
5305
+ "exception": true,
5306
+ "error": {
5307
+ "httpStatusCode": 409
5308
+ }
5309
+ },
5291
5310
  "CreateAppRequest": {
5292
5311
  "type": "structure",
5293
5312
  "members": {
@@ -6943,10 +6962,7 @@
6943
6962
  "MessageActivity": {
6944
6963
  "shape": "__string"
6945
6964
  }
6946
- },
6947
- "required": [
6948
- "Dimensions"
6949
- ]
6965
+ }
6950
6966
  },
6951
6967
  "EventDimensions": {
6952
6968
  "type": "structure",
@@ -6962,6 +6978,21 @@
6962
6978
  }
6963
6979
  }
6964
6980
  },
6981
+ "EventFilter": {
6982
+ "type": "structure",
6983
+ "members": {
6984
+ "Dimensions": {
6985
+ "shape": "EventDimensions"
6986
+ },
6987
+ "FilterType": {
6988
+ "shape": "FilterType"
6989
+ }
6990
+ },
6991
+ "required": [
6992
+ "FilterType",
6993
+ "Dimensions"
6994
+ ]
6995
+ },
6965
6996
  "EventItemResponse": {
6966
6997
  "type": "structure",
6967
6998
  "members": {
@@ -6973,6 +7004,17 @@
6973
7004
  }
6974
7005
  }
6975
7006
  },
7007
+ "EventStartCondition": {
7008
+ "type": "structure",
7009
+ "members": {
7010
+ "EventFilter": {
7011
+ "shape": "EventFilter"
7012
+ },
7013
+ "SegmentId": {
7014
+ "shape": "__string"
7015
+ }
7016
+ }
7017
+ },
6976
7018
  "EventStream": {
6977
7019
  "type": "structure",
6978
7020
  "members": {
@@ -10674,6 +10716,9 @@
10674
10716
  "Description": {
10675
10717
  "shape": "__string"
10676
10718
  },
10719
+ "EventStartCondition": {
10720
+ "shape": "EventStartCondition"
10721
+ },
10677
10722
  "SegmentStartCondition": {
10678
10723
  "shape": "SegmentCondition"
10679
10724
  }
@@ -3095,7 +3095,8 @@
3095
3095
  "SPARK",
3096
3096
  "SQLSERVER",
3097
3097
  "TERADATA",
3098
- "TWITTER"
3098
+ "TWITTER",
3099
+ "TIMESTREAM"
3099
3100
  ]
3100
3101
  },
3101
3102
  "Database":{
@@ -2852,6 +2852,7 @@
2852
2852
  "Iops":{"shape":"IntegerOptional"},
2853
2853
  "OptionGroupName":{"shape":"String"},
2854
2854
  "CharacterSetName":{"shape":"String"},
2855
+ "NcharCharacterSetName":{"shape":"String"},
2855
2856
  "PubliclyAccessible":{"shape":"BooleanOptional"},
2856
2857
  "Tags":{"shape":"TagList"},
2857
2858
  "DBClusterIdentifier":{"shape":"String"},
@@ -3588,6 +3589,7 @@
3588
3589
  "DBEngineVersionDescription":{"shape":"String"},
3589
3590
  "DefaultCharacterSet":{"shape":"CharacterSet"},
3590
3591
  "SupportedCharacterSets":{"shape":"SupportedCharacterSetsList"},
3592
+ "SupportedNcharCharacterSets":{"shape":"SupportedCharacterSetsList"},
3591
3593
  "ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
3592
3594
  "SupportedTimezones":{"shape":"SupportedTimezonesList"},
3593
3595
  "ExportableLogTypes":{"shape":"LogTypeList"},
@@ -3647,6 +3649,7 @@
3647
3649
  "Iops":{"shape":"IntegerOptional"},
3648
3650
  "OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
3649
3651
  "CharacterSetName":{"shape":"String"},
3652
+ "NcharCharacterSetName":{"shape":"String"},
3650
3653
  "SecondaryAvailabilityZone":{"shape":"String"},
3651
3654
  "PubliclyAccessible":{"shape":"Boolean"},
3652
3655
  "StatusInfos":{"shape":"DBInstanceStatusInfoList"},
@@ -143,6 +143,15 @@
143
143
  },
144
144
  "input":{"shape":"DeleteBucketMetricsConfigurationRequest"}
145
145
  },
146
+ "DeleteBucketOwnershipControls":{
147
+ "name":"DeleteBucketOwnershipControls",
148
+ "http":{
149
+ "method":"DELETE",
150
+ "requestUri":"/{Bucket}?ownershipControls",
151
+ "responseCode":204
152
+ },
153
+ "input":{"shape":"DeleteBucketOwnershipControlsRequest"}
154
+ },
146
155
  "DeleteBucketPolicy":{
147
156
  "name":"DeleteBucketPolicy",
148
157
  "http":{
@@ -349,6 +358,15 @@
349
358
  "input":{"shape":"GetBucketNotificationConfigurationRequest"},
350
359
  "output":{"shape":"NotificationConfiguration"}
351
360
  },
361
+ "GetBucketOwnershipControls":{
362
+ "name":"GetBucketOwnershipControls",
363
+ "http":{
364
+ "method":"GET",
365
+ "requestUri":"/{Bucket}?ownershipControls"
366
+ },
367
+ "input":{"shape":"GetBucketOwnershipControlsRequest"},
368
+ "output":{"shape":"GetBucketOwnershipControlsOutput"}
369
+ },
352
370
  "GetBucketPolicy":{
353
371
  "name":"GetBucketPolicy",
354
372
  "http":{
@@ -727,6 +745,14 @@
727
745
  },
728
746
  "input":{"shape":"PutBucketNotificationConfigurationRequest"}
729
747
  },
748
+ "PutBucketOwnershipControls":{
749
+ "name":"PutBucketOwnershipControls",
750
+ "http":{
751
+ "method":"PUT",
752
+ "requestUri":"/{Bucket}?ownershipControls"
753
+ },
754
+ "input":{"shape":"PutBucketOwnershipControlsRequest"}
755
+ },
730
756
  "PutBucketPolicy":{
731
757
  "name":"PutBucketPolicy",
732
758
  "http":{
@@ -2096,6 +2122,22 @@
2096
2122
  }
2097
2123
  }
2098
2124
  },
2125
+ "DeleteBucketOwnershipControlsRequest":{
2126
+ "type":"structure",
2127
+ "required":["Bucket"],
2128
+ "members":{
2129
+ "Bucket":{
2130
+ "shape":"BucketName",
2131
+ "location":"uri",
2132
+ "locationName":"Bucket"
2133
+ },
2134
+ "ExpectedBucketOwner":{
2135
+ "shape":"AccountId",
2136
+ "location":"header",
2137
+ "locationName":"x-amz-expected-bucket-owner"
2138
+ }
2139
+ }
2140
+ },
2099
2141
  "DeleteBucketPolicyRequest":{
2100
2142
  "type":"structure",
2101
2143
  "required":["Bucket"],
@@ -2851,6 +2893,29 @@
2851
2893
  }
2852
2894
  }
2853
2895
  },
2896
+ "GetBucketOwnershipControlsOutput":{
2897
+ "type":"structure",
2898
+ "members":{
2899
+ "OwnershipControls":{"shape":"OwnershipControls"}
2900
+ },
2901
+ "payload":"OwnershipControls"
2902
+ },
2903
+ "GetBucketOwnershipControlsRequest":{
2904
+ "type":"structure",
2905
+ "required":["Bucket"],
2906
+ "members":{
2907
+ "Bucket":{
2908
+ "shape":"BucketName",
2909
+ "location":"uri",
2910
+ "locationName":"Bucket"
2911
+ },
2912
+ "ExpectedBucketOwner":{
2913
+ "shape":"AccountId",
2914
+ "location":"header",
2915
+ "locationName":"x-amz-expected-bucket-owner"
2916
+ }
2917
+ }
2918
+ },
2854
2919
  "GetBucketPolicyOutput":{
2855
2920
  "type":"structure",
2856
2921
  "members":{
@@ -4873,6 +4938,13 @@
4873
4938
  },
4874
4939
  "exception":true
4875
4940
  },
4941
+ "ObjectOwnership":{
4942
+ "type":"string",
4943
+ "enum":[
4944
+ "BucketOwnerPreferred",
4945
+ "ObjectWriter"
4946
+ ]
4947
+ },
4876
4948
  "ObjectStorageClass":{
4877
4949
  "type":"string",
4878
4950
  "enum":[
@@ -4882,7 +4954,8 @@
4882
4954
  "STANDARD_IA",
4883
4955
  "ONEZONE_IA",
4884
4956
  "INTELLIGENT_TIERING",
4885
- "DEEP_ARCHIVE"
4957
+ "DEEP_ARCHIVE",
4958
+ "OUTPOSTS"
4886
4959
  ]
4887
4960
  },
4888
4961
  "ObjectVersion":{
@@ -4932,6 +5005,28 @@
4932
5005
  "type":"string",
4933
5006
  "enum":["Destination"]
4934
5007
  },
5008
+ "OwnershipControls":{
5009
+ "type":"structure",
5010
+ "required":["Rules"],
5011
+ "members":{
5012
+ "Rules":{
5013
+ "shape":"OwnershipControlsRules",
5014
+ "locationName":"Rule"
5015
+ }
5016
+ }
5017
+ },
5018
+ "OwnershipControlsRule":{
5019
+ "type":"structure",
5020
+ "required":["ObjectOwnership"],
5021
+ "members":{
5022
+ "ObjectOwnership":{"shape":"ObjectOwnership"}
5023
+ }
5024
+ },
5025
+ "OwnershipControlsRules":{
5026
+ "type":"list",
5027
+ "member":{"shape":"OwnershipControlsRule"},
5028
+ "flattened":true
5029
+ },
4935
5030
  "ParquetInput":{
4936
5031
  "type":"structure",
4937
5032
  "members":{
@@ -5410,6 +5505,36 @@
5410
5505
  },
5411
5506
  "payload":"NotificationConfiguration"
5412
5507
  },
5508
+ "PutBucketOwnershipControlsRequest":{
5509
+ "type":"structure",
5510
+ "required":[
5511
+ "Bucket",
5512
+ "OwnershipControls"
5513
+ ],
5514
+ "members":{
5515
+ "Bucket":{
5516
+ "shape":"BucketName",
5517
+ "location":"uri",
5518
+ "locationName":"Bucket"
5519
+ },
5520
+ "ContentMD5":{
5521
+ "shape":"ContentMD5",
5522
+ "location":"header",
5523
+ "locationName":"Content-MD5"
5524
+ },
5525
+ "ExpectedBucketOwner":{
5526
+ "shape":"AccountId",
5527
+ "location":"header",
5528
+ "locationName":"x-amz-expected-bucket-owner"
5529
+ },
5530
+ "OwnershipControls":{
5531
+ "shape":"OwnershipControls",
5532
+ "locationName":"OwnershipControls",
5533
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5534
+ }
5535
+ },
5536
+ "payload":"OwnershipControls"
5537
+ },
5413
5538
  "PutBucketPolicyRequest":{
5414
5539
  "type":"structure",
5415
5540
  "required":[
@@ -6717,7 +6842,8 @@
6717
6842
  "ONEZONE_IA",
6718
6843
  "INTELLIGENT_TIERING",
6719
6844
  "GLACIER",
6720
- "DEEP_ARCHIVE"
6845
+ "DEEP_ARCHIVE",
6846
+ "OUTPOSTS"
6721
6847
  ]
6722
6848
  },
6723
6849
  "StorageClassAnalysis":{