aws-sdk-core 2.11.555 → 2.11.556

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.
@@ -1,11 +1,29 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeCodeCoverages": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "codeCoverages"
8
+ },
3
9
  "DescribeTestCases": {
4
10
  "input_token": "nextToken",
5
11
  "limit_key": "maxResults",
6
12
  "output_token": "nextToken",
7
13
  "result_key": "testCases"
8
14
  },
15
+ "ListBuildBatches": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "maxResults",
18
+ "output_token": "nextToken",
19
+ "result_key": "ids"
20
+ },
21
+ "ListBuildBatchesForProject": {
22
+ "input_token": "nextToken",
23
+ "limit_key": "maxResults",
24
+ "output_token": "nextToken",
25
+ "result_key": "ids"
26
+ },
9
27
  "ListBuilds": {
10
28
  "input_token": "nextToken",
11
29
  "output_token": "nextToken",
@@ -5515,7 +5515,8 @@
5515
5515
  "Windows with SQL Server Web",
5516
5516
  "Linux with SQL Server Standard",
5517
5517
  "Linux with SQL Server Web",
5518
- "Linux with SQL Server Enterprise"
5518
+ "Linux with SQL Server Enterprise",
5519
+ "Windows BYOL"
5519
5520
  ]
5520
5521
  },
5521
5522
  "CapacityReservationOptions":{
@@ -474,6 +474,20 @@
474
474
  {"shape":"InternalServerErrorException"}
475
475
  ]
476
476
  },
477
+ "GetUsageStatistics":{
478
+ "name":"GetUsageStatistics",
479
+ "http":{
480
+ "method":"POST",
481
+ "requestUri":"/detector/{detectorId}/usage/statistics",
482
+ "responseCode":200
483
+ },
484
+ "input":{"shape":"GetUsageStatisticsRequest"},
485
+ "output":{"shape":"GetUsageStatisticsResponse"},
486
+ "errors":[
487
+ {"shape":"BadRequestException"},
488
+ {"shape":"InternalServerErrorException"}
489
+ ]
490
+ },
477
491
  "InviteMembers":{
478
492
  "name":"InviteMembers",
479
493
  "http":{
@@ -1481,6 +1495,15 @@
1481
1495
  }
1482
1496
  }
1483
1497
  },
1498
+ "DataSource":{
1499
+ "type":"string",
1500
+ "enum":[
1501
+ "FLOW_LOGS",
1502
+ "CLOUD_TRAIL",
1503
+ "DNS_LOGS",
1504
+ "S3_LOGS"
1505
+ ]
1506
+ },
1484
1507
  "DataSourceConfigurations":{
1485
1508
  "type":"structure",
1486
1509
  "members":{
@@ -1517,6 +1540,10 @@
1517
1540
  }
1518
1541
  }
1519
1542
  },
1543
+ "DataSourceList":{
1544
+ "type":"list",
1545
+ "member":{"shape":"DataSource"}
1546
+ },
1520
1547
  "DataSourceStatus":{
1521
1548
  "type":"string",
1522
1549
  "enum":[
@@ -2553,6 +2580,54 @@
2553
2580
  }
2554
2581
  }
2555
2582
  },
2583
+ "GetUsageStatisticsRequest":{
2584
+ "type":"structure",
2585
+ "required":[
2586
+ "DetectorId",
2587
+ "UsageStatisticType",
2588
+ "UsageCriteria"
2589
+ ],
2590
+ "members":{
2591
+ "DetectorId":{
2592
+ "shape":"DetectorId",
2593
+ "location":"uri",
2594
+ "locationName":"detectorId"
2595
+ },
2596
+ "UsageStatisticType":{
2597
+ "shape":"UsageStatisticType",
2598
+ "locationName":"usageStatisticsType"
2599
+ },
2600
+ "UsageCriteria":{
2601
+ "shape":"UsageCriteria",
2602
+ "locationName":"usageCriteria"
2603
+ },
2604
+ "Unit":{
2605
+ "shape":"String",
2606
+ "locationName":"unit"
2607
+ },
2608
+ "MaxResults":{
2609
+ "shape":"MaxResults",
2610
+ "locationName":"maxResults"
2611
+ },
2612
+ "NextToken":{
2613
+ "shape":"String",
2614
+ "locationName":"nextToken"
2615
+ }
2616
+ }
2617
+ },
2618
+ "GetUsageStatisticsResponse":{
2619
+ "type":"structure",
2620
+ "members":{
2621
+ "UsageStatistics":{
2622
+ "shape":"UsageStatistics",
2623
+ "locationName":"usageStatistics"
2624
+ },
2625
+ "NextToken":{
2626
+ "shape":"String",
2627
+ "locationName":"nextToken"
2628
+ }
2629
+ }
2630
+ },
2556
2631
  "GuardDutyArn":{
2557
2632
  "type":"string",
2558
2633
  "pattern":"^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$"
@@ -3526,6 +3601,10 @@
3526
3601
  }
3527
3602
  }
3528
3603
  },
3604
+ "ResourceList":{
3605
+ "type":"list",
3606
+ "member":{"shape":"String"}
3607
+ },
3529
3608
  "S3BucketDetail":{
3530
3609
  "type":"structure",
3531
3610
  "members":{
@@ -3837,6 +3916,19 @@
3837
3916
  "member":{"shape":"String"}
3838
3917
  },
3839
3918
  "Timestamp":{"type":"timestamp"},
3919
+ "Total":{
3920
+ "type":"structure",
3921
+ "members":{
3922
+ "Amount":{
3923
+ "shape":"String",
3924
+ "locationName":"amount"
3925
+ },
3926
+ "Unit":{
3927
+ "shape":"String",
3928
+ "locationName":"unit"
3929
+ }
3930
+ }
3931
+ },
3840
3932
  "UnarchiveFindingsRequest":{
3841
3933
  "type":"structure",
3842
3934
  "required":[
@@ -4170,6 +4262,105 @@
4170
4262
  "type":"structure",
4171
4263
  "members":{
4172
4264
  }
4265
+ },
4266
+ "UsageAccountResult":{
4267
+ "type":"structure",
4268
+ "members":{
4269
+ "AccountId":{
4270
+ "shape":"AccountId",
4271
+ "locationName":"accountId"
4272
+ },
4273
+ "Total":{
4274
+ "shape":"Total",
4275
+ "locationName":"total"
4276
+ }
4277
+ }
4278
+ },
4279
+ "UsageAccountResultList":{
4280
+ "type":"list",
4281
+ "member":{"shape":"UsageAccountResult"}
4282
+ },
4283
+ "UsageCriteria":{
4284
+ "type":"structure",
4285
+ "required":["DataSources"],
4286
+ "members":{
4287
+ "AccountIds":{
4288
+ "shape":"AccountIds",
4289
+ "locationName":"accountIds"
4290
+ },
4291
+ "DataSources":{
4292
+ "shape":"DataSourceList",
4293
+ "locationName":"dataSources"
4294
+ },
4295
+ "Resources":{
4296
+ "shape":"ResourceList",
4297
+ "locationName":"resources"
4298
+ }
4299
+ }
4300
+ },
4301
+ "UsageDataSourceResult":{
4302
+ "type":"structure",
4303
+ "members":{
4304
+ "DataSource":{
4305
+ "shape":"DataSource",
4306
+ "locationName":"dataSource"
4307
+ },
4308
+ "Total":{
4309
+ "shape":"Total",
4310
+ "locationName":"total"
4311
+ }
4312
+ }
4313
+ },
4314
+ "UsageDataSourceResultList":{
4315
+ "type":"list",
4316
+ "member":{"shape":"UsageDataSourceResult"}
4317
+ },
4318
+ "UsageResourceResult":{
4319
+ "type":"structure",
4320
+ "members":{
4321
+ "Resource":{
4322
+ "shape":"String",
4323
+ "locationName":"resource"
4324
+ },
4325
+ "Total":{
4326
+ "shape":"Total",
4327
+ "locationName":"total"
4328
+ }
4329
+ }
4330
+ },
4331
+ "UsageResourceResultList":{
4332
+ "type":"list",
4333
+ "member":{"shape":"UsageResourceResult"}
4334
+ },
4335
+ "UsageStatisticType":{
4336
+ "type":"string",
4337
+ "enum":[
4338
+ "SUM_BY_ACCOUNT",
4339
+ "SUM_BY_DATA_SOURCE",
4340
+ "SUM_BY_RESOURCE",
4341
+ "TOP_RESOURCES"
4342
+ ]
4343
+ },
4344
+ "UsageStatistics":{
4345
+ "type":"structure",
4346
+ "members":{
4347
+ "SumByAccount":{
4348
+ "shape":"UsageAccountResultList",
4349
+ "locationName":"sumByAccount"
4350
+ },
4351
+ "SumByDataSource":{
4352
+ "shape":"UsageDataSourceResultList",
4353
+ "locationName":"sumByDataSource"
4354
+ },
4355
+ "SumByResource":{
4356
+ "shape":"UsageResourceResultList",
4357
+ "locationName":"sumByResource"
4358
+ },
4359
+ "TopResources":{
4360
+ "shape":"UsageResourceResultList",
4361
+ "locationName":"topResources"
4362
+ }
4363
+ }
4173
4364
  }
4174
4365
  }
4175
4366
  }
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetUsageStatistics": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListDetectors": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -514,6 +514,43 @@
514
514
  }
515
515
  ]
516
516
  },
517
+ "RebootBroker": {
518
+ "name": "RebootBroker",
519
+ "http": {
520
+ "method": "PUT",
521
+ "requestUri": "/v1/clusters/{clusterArn}/reboot-broker",
522
+ "responseCode": 200
523
+ },
524
+ "input": {
525
+ "shape": "RebootBrokerRequest"
526
+ },
527
+ "output": {
528
+ "shape": "RebootBrokerResponse"
529
+ },
530
+ "errors": [
531
+ {
532
+ "shape": "BadRequestException"
533
+ },
534
+ {
535
+ "shape": "UnauthorizedException"
536
+ },
537
+ {
538
+ "shape": "InternalServerErrorException"
539
+ },
540
+ {
541
+ "shape": "ForbiddenException"
542
+ },
543
+ {
544
+ "shape": "NotFoundException"
545
+ },
546
+ {
547
+ "shape": "ServiceUnavailableException"
548
+ },
549
+ {
550
+ "shape": "TooManyRequestsException"
551
+ }
552
+ ]
553
+ },
517
554
  "TagResource": {
518
555
  "name": "TagResource",
519
556
  "http": {
@@ -2302,6 +2339,34 @@
2302
2339
  }
2303
2340
  }
2304
2341
  },
2342
+ "RebootBrokerRequest": {
2343
+ "type": "structure",
2344
+ "members": {
2345
+ "BrokerIds": {
2346
+ "shape": "__listOf__string",
2347
+ "locationName": "brokerIds"
2348
+ },
2349
+ "ClusterArn": {
2350
+ "shape": "__string",
2351
+ "location": "uri",
2352
+ "locationName": "clusterArn"
2353
+ }
2354
+ },
2355
+ "required": [ "ClusterArn", "BrokerIds" ]
2356
+ },
2357
+ "RebootBrokerResponse": {
2358
+ "type": "structure",
2359
+ "members": {
2360
+ "ClusterArn": {
2361
+ "shape": "__string",
2362
+ "locationName": "clusterArn"
2363
+ },
2364
+ "ClusterOperationArn": {
2365
+ "shape": "__string",
2366
+ "locationName": "clusterOperationArn"
2367
+ }
2368
+ }
2369
+ },
2305
2370
  "S3" : {
2306
2371
  "type" : "structure",
2307
2372
  "members" : {
@@ -1904,15 +1904,14 @@
1904
1904
  },
1905
1905
  "DescribeProvisioningParametersInput":{
1906
1906
  "type":"structure",
1907
- "required":[
1908
- "ProductId",
1909
- "ProvisioningArtifactId"
1910
- ],
1911
1907
  "members":{
1912
1908
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1913
1909
  "ProductId":{"shape":"Id"},
1910
+ "ProductName":{"shape":"ProductViewName"},
1914
1911
  "ProvisioningArtifactId":{"shape":"Id"},
1915
- "PathId":{"shape":"Id"}
1912
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
1913
+ "PathId":{"shape":"Id"},
1914
+ "PathName":{"shape":"PortfolioDisplayName"}
1916
1915
  }
1917
1916
  },
1918
1917
  "DescribeProvisioningParametersOutput":{
@@ -1922,7 +1921,8 @@
1922
1921
  "ConstraintSummaries":{"shape":"ConstraintSummaries"},
1923
1922
  "UsageInstructions":{"shape":"UsageInstructions"},
1924
1923
  "TagOptions":{"shape":"TagOptionSummaries"},
1925
- "ProvisioningArtifactPreferences":{"shape":"ProvisioningArtifactPreferences"}
1924
+ "ProvisioningArtifactPreferences":{"shape":"ProvisioningArtifactPreferences"},
1925
+ "ProvisioningArtifactOutputs":{"shape":"ProvisioningArtifactOutputs"}
1926
1926
  }
1927
1927
  },
1928
1928
  "DescribeRecordInput":{
@@ -2650,6 +2650,10 @@
2650
2650
  "type":"list",
2651
2651
  "member":{"shape":"OrganizationNode"}
2652
2652
  },
2653
+ "OutputDescription":{
2654
+ "type":"string",
2655
+ "max":1024
2656
+ },
2653
2657
  "OutputKey":{"type":"string"},
2654
2658
  "OutputValue":{"type":"string"},
2655
2659
  "PageSize":{
@@ -2866,16 +2870,17 @@
2866
2870
  "ProvisionProductInput":{
2867
2871
  "type":"structure",
2868
2872
  "required":[
2869
- "ProductId",
2870
- "ProvisioningArtifactId",
2871
2873
  "ProvisionedProductName",
2872
2874
  "ProvisionToken"
2873
2875
  ],
2874
2876
  "members":{
2875
2877
  "AcceptLanguage":{"shape":"AcceptLanguage"},
2876
2878
  "ProductId":{"shape":"Id"},
2879
+ "ProductName":{"shape":"ProductViewName"},
2877
2880
  "ProvisioningArtifactId":{"shape":"Id"},
2881
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
2878
2882
  "PathId":{"shape":"Id"},
2883
+ "PathName":{"shape":"PortfolioDisplayName"},
2879
2884
  "ProvisionedProductName":{"shape":"ProvisionedProductName"},
2880
2885
  "ProvisioningParameters":{"shape":"ProvisioningParameters"},
2881
2886
  "ProvisioningPreferences":{"shape":"ProvisioningPreferences"},
@@ -3086,6 +3091,24 @@
3086
3091
  "type":"string",
3087
3092
  "max":8192
3088
3093
  },
3094
+ "ProvisioningArtifactOutput":{
3095
+ "type":"structure",
3096
+ "members":{
3097
+ "Key":{"shape":"ProvisioningArtifactOutputKey"},
3098
+ "Description":{"shape":"OutputDescription"}
3099
+ }
3100
+ },
3101
+ "ProvisioningArtifactOutputKey":{
3102
+ "type":"string",
3103
+ "max":255,
3104
+ "min":1,
3105
+ "pattern":"[a-zA-Z0-9]*"
3106
+ },
3107
+ "ProvisioningArtifactOutputs":{
3108
+ "type":"list",
3109
+ "member":{"shape":"ProvisioningArtifactOutput"},
3110
+ "max":60
3111
+ },
3089
3112
  "ProvisioningArtifactParameter":{
3090
3113
  "type":"structure",
3091
3114
  "members":{
@@ -3858,8 +3881,11 @@
3858
3881
  "ProvisionedProductName":{"shape":"ProvisionedProductNameOrArn"},
3859
3882
  "ProvisionedProductId":{"shape":"Id"},
3860
3883
  "ProductId":{"shape":"Id"},
3884
+ "ProductName":{"shape":"ProductViewName"},
3861
3885
  "ProvisioningArtifactId":{"shape":"Id"},
3886
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
3862
3887
  "PathId":{"shape":"Id"},
3888
+ "PathName":{"shape":"PortfolioDisplayName"},
3863
3889
  "ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
3864
3890
  "ProvisioningPreferences":{"shape":"UpdateProvisioningPreferences"},
3865
3891
  "Tags":{"shape":"Tags"},