aws-sdk-core 2.11.568 → 2.11.569

Sign up to get free protection for your applications and to get access to all the features.
@@ -145,6 +145,20 @@
145
145
  {"shape":"LimitExceededException"}
146
146
  ]
147
147
  },
148
+ "CreateImportJob":{
149
+ "name":"CreateImportJob",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/v2/email/import-jobs"
153
+ },
154
+ "input":{"shape":"CreateImportJobRequest"},
155
+ "output":{"shape":"CreateImportJobResponse"},
156
+ "errors":[
157
+ {"shape":"BadRequestException"},
158
+ {"shape":"LimitExceededException"},
159
+ {"shape":"TooManyRequestsException"}
160
+ ]
161
+ },
148
162
  "DeleteConfigurationSet":{
149
163
  "name":"DeleteConfigurationSet",
150
164
  "http":{
@@ -455,6 +469,20 @@
455
469
  {"shape":"BadRequestException"}
456
470
  ]
457
471
  },
472
+ "GetImportJob":{
473
+ "name":"GetImportJob",
474
+ "http":{
475
+ "method":"GET",
476
+ "requestUri":"/v2/email/import-jobs/{JobId}"
477
+ },
478
+ "input":{"shape":"GetImportJobRequest"},
479
+ "output":{"shape":"GetImportJobResponse"},
480
+ "errors":[
481
+ {"shape":"BadRequestException"},
482
+ {"shape":"NotFoundException"},
483
+ {"shape":"TooManyRequestsException"}
484
+ ]
485
+ },
458
486
  "GetSuppressedDestination":{
459
487
  "name":"GetSuppressedDestination",
460
488
  "http":{
@@ -562,6 +590,19 @@
562
590
  {"shape":"BadRequestException"}
563
591
  ]
564
592
  },
593
+ "ListImportJobs":{
594
+ "name":"ListImportJobs",
595
+ "http":{
596
+ "method":"GET",
597
+ "requestUri":"/v2/email/import-jobs"
598
+ },
599
+ "input":{"shape":"ListImportJobsRequest"},
600
+ "output":{"shape":"ListImportJobsResponse"},
601
+ "errors":[
602
+ {"shape":"TooManyRequestsException"},
603
+ {"shape":"BadRequestException"}
604
+ ]
605
+ },
565
606
  "ListSuppressedDestinations":{
566
607
  "name":"ListSuppressedDestinations",
567
608
  "http":{
@@ -1340,6 +1381,23 @@
1340
1381
  "members":{
1341
1382
  }
1342
1383
  },
1384
+ "CreateImportJobRequest":{
1385
+ "type":"structure",
1386
+ "required":[
1387
+ "ImportDestination",
1388
+ "ImportDataSource"
1389
+ ],
1390
+ "members":{
1391
+ "ImportDestination":{"shape":"ImportDestination"},
1392
+ "ImportDataSource":{"shape":"ImportDataSource"}
1393
+ }
1394
+ },
1395
+ "CreateImportJobResponse":{
1396
+ "type":"structure",
1397
+ "members":{
1398
+ "JobId":{"shape":"JobId"}
1399
+ }
1400
+ },
1343
1401
  "CustomRedirectDomain":{"type":"string"},
1344
1402
  "CustomVerificationEmailTemplateMetadata":{
1345
1403
  "type":"structure",
@@ -1367,6 +1425,13 @@
1367
1425
  "type":"list",
1368
1426
  "member":{"shape":"DailyVolume"}
1369
1427
  },
1428
+ "DataFormat":{
1429
+ "type":"string",
1430
+ "enum":[
1431
+ "CSV",
1432
+ "JSON"
1433
+ ]
1434
+ },
1370
1435
  "DedicatedIp":{
1371
1436
  "type":"structure",
1372
1437
  "required":[
@@ -1778,6 +1843,15 @@
1778
1843
  "type":"list",
1779
1844
  "member":{"shape":"EventType"}
1780
1845
  },
1846
+ "FailedRecordsCount":{"type":"integer"},
1847
+ "FailedRecordsS3Url":{"type":"string"},
1848
+ "FailureInfo":{
1849
+ "type":"structure",
1850
+ "members":{
1851
+ "FailedRecordsS3Url":{"shape":"FailedRecordsS3Url"},
1852
+ "ErrorMessage":{"shape":"ErrorMessage"}
1853
+ }
1854
+ },
1781
1855
  "FailureRedirectionURL":{"type":"string"},
1782
1856
  "FeedbackId":{"type":"string"},
1783
1857
  "GeneralEnforcementStatus":{"type":"string"},
@@ -2080,6 +2154,31 @@
2080
2154
  "TemplateContent":{"shape":"EmailTemplateContent"}
2081
2155
  }
2082
2156
  },
2157
+ "GetImportJobRequest":{
2158
+ "type":"structure",
2159
+ "required":["JobId"],
2160
+ "members":{
2161
+ "JobId":{
2162
+ "shape":"JobId",
2163
+ "location":"uri",
2164
+ "locationName":"JobId"
2165
+ }
2166
+ }
2167
+ },
2168
+ "GetImportJobResponse":{
2169
+ "type":"structure",
2170
+ "members":{
2171
+ "JobId":{"shape":"JobId"},
2172
+ "ImportDestination":{"shape":"ImportDestination"},
2173
+ "ImportDataSource":{"shape":"ImportDataSource"},
2174
+ "FailureInfo":{"shape":"FailureInfo"},
2175
+ "JobStatus":{"shape":"JobStatus"},
2176
+ "CreatedTimestamp":{"shape":"Timestamp"},
2177
+ "CompletedTimestamp":{"shape":"Timestamp"},
2178
+ "ProcessedRecordsCount":{"shape":"ProcessedRecordsCount"},
2179
+ "FailedRecordsCount":{"shape":"FailedRecordsCount"}
2180
+ }
2181
+ },
2083
2182
  "GetSuppressedDestinationRequest":{
2084
2183
  "type":"structure",
2085
2184
  "required":["EmailAddress"],
@@ -2123,6 +2222,41 @@
2123
2222
  ]
2124
2223
  },
2125
2224
  "ImageUrl":{"type":"string"},
2225
+ "ImportDataSource":{
2226
+ "type":"structure",
2227
+ "required":[
2228
+ "S3Url",
2229
+ "DataFormat"
2230
+ ],
2231
+ "members":{
2232
+ "S3Url":{"shape":"S3Url"},
2233
+ "DataFormat":{"shape":"DataFormat"}
2234
+ }
2235
+ },
2236
+ "ImportDestination":{
2237
+ "type":"structure",
2238
+ "required":["SuppressionListDestination"],
2239
+ "members":{
2240
+ "SuppressionListDestination":{"shape":"SuppressionListDestination"}
2241
+ }
2242
+ },
2243
+ "ImportDestinationType":{
2244
+ "type":"string",
2245
+ "enum":["SUPPRESSION_LIST"]
2246
+ },
2247
+ "ImportJobSummary":{
2248
+ "type":"structure",
2249
+ "members":{
2250
+ "JobId":{"shape":"JobId"},
2251
+ "ImportDestination":{"shape":"ImportDestination"},
2252
+ "JobStatus":{"shape":"JobStatus"},
2253
+ "CreatedTimestamp":{"shape":"Timestamp"}
2254
+ }
2255
+ },
2256
+ "ImportJobSummaryList":{
2257
+ "type":"list",
2258
+ "member":{"shape":"ImportJobSummary"}
2259
+ },
2126
2260
  "InboxPlacementTrackingOption":{
2127
2261
  "type":"structure",
2128
2262
  "members":{
@@ -2158,6 +2292,19 @@
2158
2292
  "type":"list",
2159
2293
  "member":{"shape":"IspPlacement"}
2160
2294
  },
2295
+ "JobId":{
2296
+ "type":"string",
2297
+ "min":1
2298
+ },
2299
+ "JobStatus":{
2300
+ "type":"string",
2301
+ "enum":[
2302
+ "CREATED",
2303
+ "PROCESSING",
2304
+ "COMPLETED",
2305
+ "FAILED"
2306
+ ]
2307
+ },
2161
2308
  "KinesisFirehoseDestination":{
2162
2309
  "type":"structure",
2163
2310
  "required":[
@@ -2353,6 +2500,29 @@
2353
2500
  "NextToken":{"shape":"NextToken"}
2354
2501
  }
2355
2502
  },
2503
+ "ListImportJobsRequest":{
2504
+ "type":"structure",
2505
+ "members":{
2506
+ "ImportDestinationType":{"shape":"ImportDestinationType"},
2507
+ "NextToken":{
2508
+ "shape":"NextToken",
2509
+ "location":"querystring",
2510
+ "locationName":"NextToken"
2511
+ },
2512
+ "PageSize":{
2513
+ "shape":"MaxItems",
2514
+ "location":"querystring",
2515
+ "locationName":"PageSize"
2516
+ }
2517
+ }
2518
+ },
2519
+ "ListImportJobsResponse":{
2520
+ "type":"structure",
2521
+ "members":{
2522
+ "ImportJobs":{"shape":"ImportJobSummaryList"},
2523
+ "NextToken":{"shape":"NextToken"}
2524
+ }
2525
+ },
2356
2526
  "ListOfDedicatedIpPools":{
2357
2527
  "type":"list",
2358
2528
  "member":{"shape":"PoolName"}
@@ -2546,6 +2716,7 @@
2546
2716
  "pattern":"^[a-zA-Z0-9+\\/]+={0,2}$",
2547
2717
  "sensitive":true
2548
2718
  },
2719
+ "ProcessedRecordsCount":{"type":"integer"},
2549
2720
  "PutAccountDedicatedIpWarmupAttributesRequest":{
2550
2721
  "type":"structure",
2551
2722
  "members":{
@@ -2877,6 +3048,10 @@
2877
3048
  "DENIED"
2878
3049
  ]
2879
3050
  },
3051
+ "S3Url":{
3052
+ "type":"string",
3053
+ "pattern":"^s3:\\/\\/([^\\/]+)\\/(.*?([^\\/]+)\\/?)$"
3054
+ },
2880
3055
  "Selector":{
2881
3056
  "type":"string",
2882
3057
  "max":63,
@@ -3023,6 +3198,20 @@
3023
3198
  "SuppressedReasons":{"shape":"SuppressionListReasons"}
3024
3199
  }
3025
3200
  },
3201
+ "SuppressionListDestination":{
3202
+ "type":"structure",
3203
+ "required":["SuppressionListImportAction"],
3204
+ "members":{
3205
+ "SuppressionListImportAction":{"shape":"SuppressionListImportAction"}
3206
+ }
3207
+ },
3208
+ "SuppressionListImportAction":{
3209
+ "type":"string",
3210
+ "enum":[
3211
+ "DELETE",
3212
+ "PUT"
3213
+ ]
3214
+ },
3026
3215
  "SuppressionListReason":{
3027
3216
  "type":"string",
3028
3217
  "enum":[
@@ -40,6 +40,11 @@
40
40
  "output_token": "NextToken",
41
41
  "limit_key": "PageSize"
42
42
  },
43
+ "ListImportJobs": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "PageSize"
47
+ },
43
48
  "ListSuppressedDestinations": {
44
49
  "input_token": "NextToken",
45
50
  "output_token": "NextToken",
@@ -126,6 +126,7 @@ module Aws
126
126
  Honeycode
127
127
  IAM
128
128
  IVS
129
+ IdentityStore
129
130
  Imagebuilder
130
131
  ImportExport
131
132
  Inspector
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:IdentityStore, {
2
+ api: "#{Aws::API_DIR}/identitystore/2020-06-15/api-2.json",
3
+ docs: "#{Aws::API_DIR}/identitystore/2020-06-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/identitystore/2020-06-15/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/identitystore/2020-06-15/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.568'
2
+ VERSION = '2.11.569'
3
3
  end
@@ -410,6 +410,10 @@
410
410
  "models": "ivs/2020-07-14",
411
411
  "endpoint": "ivs"
412
412
  },
413
+ "IdentityStore": {
414
+ "models": "identitystore/2020-06-15",
415
+ "endpoint": "identitystore"
416
+ },
413
417
  "Imagebuilder": {
414
418
  "models": "imagebuilder/2019-12-02",
415
419
  "endpoint": "imagebuilder"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.568
4
+ version: 2.11.569
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-17 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -491,6 +491,9 @@ files:
491
491
  - apis/iam/2010-05-08/resources-1.json
492
492
  - apis/iam/2010-05-08/smoke.json
493
493
  - apis/iam/2010-05-08/waiters-2.json
494
+ - apis/identitystore/2020-06-15/api-2.json
495
+ - apis/identitystore/2020-06-15/examples-1.json
496
+ - apis/identitystore/2020-06-15/paginators-1.json
494
497
  - apis/imagebuilder/2019-12-02/api-2.json
495
498
  - apis/imagebuilder/2019-12-02/examples-1.json
496
499
  - apis/imagebuilder/2019-12-02/paginators-1.json
@@ -1067,6 +1070,7 @@ files:
1067
1070
  - lib/aws-sdk-core/health.rb
1068
1071
  - lib/aws-sdk-core/honeycode.rb
1069
1072
  - lib/aws-sdk-core/iam.rb
1073
+ - lib/aws-sdk-core/identitystore.rb
1070
1074
  - lib/aws-sdk-core/imagebuilder.rb
1071
1075
  - lib/aws-sdk-core/importexport.rb
1072
1076
  - lib/aws-sdk-core/ini_parser.rb