aws-sdk-core 2.11.489 → 2.11.490

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5eb03410d45d86c6ffa83d799af9a271a544296ae112e458cbe324697d3d8cb
4
- data.tar.gz: 9efeb64659ac6fdc3e6c51609c844f813df309cec1d537a7ed20239e1080bb23
3
+ metadata.gz: 5010dff1cab6a66ccac24e1ba49aeccb56b6567fbe47b3fced1139d49d2ae15a
4
+ data.tar.gz: dd43c3ff04caf8a25ce05a28a345c285324f1275d22f01bea2503cb06f9f15f8
5
5
  SHA512:
6
- metadata.gz: de48dc96cae056e74e68253d85058f01762d857d5a78326fd0d92ae29c7f81b74b1e2f0e362c98acb689a0c95ce6e79d5859436f0f9fa37c6ebf3e48d54dbd7c
7
- data.tar.gz: 4c2b8ab5b1348d59cb789dcb628fa993bf5bd64fa6251565c8c280d77c780b9b7cf45492834b6356030ad20dfea6a54b8aa9f6d85cc1c2dfcd68c46d4612a43e
6
+ metadata.gz: ef76850ea0117981dafec7bd5010909e18f44d90926f7ee72ffb01bf45cd73de7e67c969f294aeb45359929c345452ecfee9c11d99141549549c71df54e15e38
7
+ data.tar.gz: ae3afbf62f8c42ec8c20c0c57541f850d04dd0b6e47941976c44d4887da58b8a07f5dd2dee0fa345296d06b624530e622b09836b1730741ad5c1de5d7dafddfb
@@ -546,6 +546,27 @@
546
546
  "shape" : "TooManyRequestsException"
547
547
  } ]
548
548
  },
549
+ "ExportApi" : {
550
+ "name" : "ExportApi",
551
+ "http" : {
552
+ "method" : "GET",
553
+ "requestUri" : "/v2/apis/{apiId}/exports/{specification}",
554
+ "responseCode" : 200
555
+ },
556
+ "input" : {
557
+ "shape" : "ExportApiRequest"
558
+ },
559
+ "output" : {
560
+ "shape" : "ExportApiResponse"
561
+ },
562
+ "errors" : [ {
563
+ "shape" : "NotFoundException"
564
+ }, {
565
+ "shape" : "TooManyRequestsException"
566
+ }, {
567
+ "shape" : "BadRequestException"
568
+ } ]
569
+ },
549
570
  "GetApi" : {
550
571
  "name" : "GetApi",
551
572
  "http" : {
@@ -3452,6 +3473,56 @@
3452
3473
  "type" : "string",
3453
3474
  "enum" : [ "REGIONAL", "EDGE" ]
3454
3475
  },
3476
+ "ExportApiRequest" : {
3477
+ "type" : "structure",
3478
+ "members" : {
3479
+ "ApiId" : {
3480
+ "shape" : "__string",
3481
+ "location" : "uri",
3482
+ "locationName" : "apiId"
3483
+ },
3484
+ "ExportVersion" : {
3485
+ "shape" : "__string",
3486
+ "location" : "querystring",
3487
+ "locationName" : "exportVersion"
3488
+ },
3489
+ "IncludeExtensions" : {
3490
+ "shape" : "__boolean",
3491
+ "location" : "querystring",
3492
+ "locationName" : "includeExtensions"
3493
+ },
3494
+ "OutputType" : {
3495
+ "shape" : "__string",
3496
+ "enum" : ["YAML", "JSON"],
3497
+ "location" : "querystring",
3498
+ "locationName" : "outputType"
3499
+ },
3500
+ "Specification" : {
3501
+ "shape" : "__string",
3502
+ "enum" : ["OAS30"],
3503
+ "location" : "uri",
3504
+ "locationName" : "specification"
3505
+ },
3506
+ "StageName" : {
3507
+ "shape" : "__string",
3508
+ "location" : "querystring",
3509
+ "locationName" : "stageName"
3510
+ }
3511
+ },
3512
+ "required" : [ "Specification", "OutputType", "ApiId" ]
3513
+ },
3514
+ "ExportApiResponse" : {
3515
+ "type" : "structure",
3516
+ "members" : {
3517
+ "body":{
3518
+ "shape":"ExportedApi"
3519
+ }
3520
+ },
3521
+ "payload":"body"
3522
+ },
3523
+ "ExportedApi" : {
3524
+ "type" : "blob"
3525
+ },
3455
3526
  "GetApiMappingRequest" : {
3456
3527
  "type" : "structure",
3457
3528
  "members" : {
@@ -336,6 +336,11 @@
336
336
  "Rules":{"shape":"CostCategoryRulesList"}
337
337
  }
338
338
  },
339
+ "CostCategoryMaxResults":{
340
+ "type":"integer",
341
+ "max":100,
342
+ "min":1
343
+ },
339
344
  "CostCategoryName":{
340
345
  "type":"string",
341
346
  "max":255,
@@ -348,7 +353,8 @@
348
353
  "CostCategoryArn":{"shape":"Arn"},
349
354
  "Name":{"shape":"CostCategoryName"},
350
355
  "EffectiveStart":{"shape":"ZonedDateTime"},
351
- "EffectiveEnd":{"shape":"ZonedDateTime"}
356
+ "EffectiveEnd":{"shape":"ZonedDateTime"},
357
+ "NumberOfRules":{"shape":"NonNegativeInteger"}
352
358
  }
353
359
  },
354
360
  "CostCategoryReferencesList":{
@@ -522,10 +528,12 @@
522
528
  "AZ",
523
529
  "INSTANCE_TYPE",
524
530
  "LINKED_ACCOUNT",
531
+ "LINKED_ACCOUNT_NAME",
525
532
  "OPERATION",
526
533
  "PURCHASE_TYPE",
527
534
  "REGION",
528
535
  "SERVICE",
536
+ "SERVICE_CODE",
529
537
  "USAGE_TYPE",
530
538
  "USAGE_TYPE_GROUP",
531
539
  "RECORD_TYPE",
@@ -552,7 +560,8 @@
552
560
  "type":"structure",
553
561
  "members":{
554
562
  "Key":{"shape":"Dimension"},
555
- "Values":{"shape":"Values"}
563
+ "Values":{"shape":"Values"},
564
+ "MatchOptions":{"shape":"MatchOptions"}
556
565
  }
557
566
  },
558
567
  "DimensionValuesWithAttributes":{
@@ -660,7 +669,12 @@
660
669
  "member":{"shape":"ForecastResult"}
661
670
  },
662
671
  "GenericBoolean":{"type":"boolean"},
663
- "GenericString":{"type":"string"},
672
+ "GenericString":{
673
+ "type":"string",
674
+ "max":1024,
675
+ "min":0,
676
+ "pattern":"[\\S\\s]*"
677
+ },
664
678
  "GetCostAndUsageRequest":{
665
679
  "type":"structure",
666
680
  "required":["TimePeriod"],
@@ -996,7 +1010,12 @@
996
1010
  "Key":{"shape":"GroupDefinitionKey"}
997
1011
  }
998
1012
  },
999
- "GroupDefinitionKey":{"type":"string"},
1013
+ "GroupDefinitionKey":{
1014
+ "type":"string",
1015
+ "max":1024,
1016
+ "min":0,
1017
+ "pattern":"[\\S\\s]*"
1018
+ },
1000
1019
  "GroupDefinitionType":{
1001
1020
  "type":"string",
1002
1021
  "enum":[
@@ -1046,7 +1065,11 @@
1046
1065
  "type":"structure",
1047
1066
  "members":{
1048
1067
  "EffectiveOn":{"shape":"ZonedDateTime"},
1049
- "NextToken":{"shape":"NextPageToken"}
1068
+ "NextToken":{"shape":"NextPageToken"},
1069
+ "MaxResults":{
1070
+ "shape":"CostCategoryMaxResults",
1071
+ "box":true
1072
+ }
1050
1073
  }
1051
1074
  },
1052
1075
  "ListCostCategoryDefinitionsResponse":{
@@ -1064,6 +1087,21 @@
1064
1087
  "SIXTY_DAYS"
1065
1088
  ]
1066
1089
  },
1090
+ "MatchOption":{
1091
+ "type":"string",
1092
+ "enum":[
1093
+ "EQUALS",
1094
+ "STARTS_WITH",
1095
+ "ENDS_WITH",
1096
+ "CONTAINS",
1097
+ "CASE_SENSITIVE",
1098
+ "CASE_INSENSITIVE"
1099
+ ]
1100
+ },
1101
+ "MatchOptions":{
1102
+ "type":"list",
1103
+ "member":{"shape":"MatchOption"}
1104
+ },
1067
1105
  "MaxResults":{
1068
1106
  "type":"integer",
1069
1107
  "min":1
@@ -1081,7 +1119,12 @@
1081
1119
  ]
1082
1120
  },
1083
1121
  "MetricAmount":{"type":"string"},
1084
- "MetricName":{"type":"string"},
1122
+ "MetricName":{
1123
+ "type":"string",
1124
+ "max":1024,
1125
+ "min":0,
1126
+ "pattern":"[\\S\\s]*"
1127
+ },
1085
1128
  "MetricNames":{
1086
1129
  "type":"list",
1087
1130
  "member":{"shape":"MetricName"}
@@ -1106,7 +1149,12 @@
1106
1149
  }
1107
1150
  },
1108
1151
  "NetRISavings":{"type":"string"},
1109
- "NextPageToken":{"type":"string"},
1152
+ "NextPageToken":{
1153
+ "type":"string",
1154
+ "max":8192,
1155
+ "min":0,
1156
+ "pattern":"[\\S\\s]*"
1157
+ },
1110
1158
  "NonNegativeInteger":{
1111
1159
  "type":"integer",
1112
1160
  "min":0
@@ -1502,7 +1550,12 @@
1502
1550
  "type":"list",
1503
1551
  "member":{"shape":"SavingsPlansUtilizationByTime"}
1504
1552
  },
1505
- "SearchString":{"type":"string"},
1553
+ "SearchString":{
1554
+ "type":"string",
1555
+ "max":1024,
1556
+ "min":0,
1557
+ "pattern":"[\\S\\s]*"
1558
+ },
1506
1559
  "ServiceQuotaExceededException":{
1507
1560
  "type":"structure",
1508
1561
  "members":{
@@ -1523,7 +1576,12 @@
1523
1576
  "EC2_INSTANCE_SP"
1524
1577
  ]
1525
1578
  },
1526
- "TagKey":{"type":"string"},
1579
+ "TagKey":{
1580
+ "type":"string",
1581
+ "max":1024,
1582
+ "min":0,
1583
+ "pattern":"[\\S\\s]*"
1584
+ },
1527
1585
  "TagList":{
1528
1586
  "type":"list",
1529
1587
  "member":{"shape":"Entity"}
@@ -1532,7 +1590,8 @@
1532
1590
  "type":"structure",
1533
1591
  "members":{
1534
1592
  "Key":{"shape":"TagKey"},
1535
- "Values":{"shape":"Values"}
1593
+ "Values":{"shape":"Values"},
1594
+ "MatchOptions":{"shape":"MatchOptions"}
1536
1595
  }
1537
1596
  },
1538
1597
  "TagValuesList":{
@@ -1617,13 +1676,20 @@
1617
1676
  "type":"list",
1618
1677
  "member":{"shape":"UtilizationByTime"}
1619
1678
  },
1620
- "Value":{"type":"string"},
1679
+ "Value":{
1680
+ "type":"string",
1681
+ "max":1024,
1682
+ "min":0,
1683
+ "pattern":"[\\S\\s]*"
1684
+ },
1621
1685
  "Values":{
1622
1686
  "type":"list",
1623
1687
  "member":{"shape":"Value"}
1624
1688
  },
1625
1689
  "YearMonthDay":{
1626
1690
  "type":"string",
1691
+ "max":40,
1692
+ "min":0,
1627
1693
  "pattern":"(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?"
1628
1694
  },
1629
1695
  "ZonedDateTime":{
@@ -9,6 +9,11 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
+ },
13
+ "ListCostCategoryDefinitions": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
12
17
  }
13
18
  }
14
19
  }
@@ -2521,7 +2521,8 @@
2521
2521
  "CUSTOM_JDBC_CERT",
2522
2522
  "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2523
2523
  "CUSTOM_JDBC_CERT_STRING",
2524
- "CONNECTION_URL"
2524
+ "CONNECTION_URL",
2525
+ "KAFKA_BOOTSTRAP_SERVERS"
2525
2526
  ]
2526
2527
  },
2527
2528
  "ConnectionType":{
@@ -2529,7 +2530,8 @@
2529
2530
  "enum":[
2530
2531
  "JDBC",
2531
2532
  "SFTP",
2532
- "MONGODB"
2533
+ "MONGODB",
2534
+ "KAFKA"
2533
2535
  ]
2534
2536
  },
2535
2537
  "ConnectionsList":{
@@ -274,6 +274,24 @@
274
274
  {"shape":"ServiceUnavailableException"},
275
275
  {"shape":"ResourceInUseException"}
276
276
  ]
277
+ },
278
+ "VerifyResourcesExistForTagris":{
279
+ "name":"VerifyResourcesExistForTagris",
280
+ "http":{
281
+ "method":"GET",
282
+ "requestUri":"/internal/tags/resource-status"
283
+ },
284
+ "input":{"shape":"TagrisVerifyResourcesExistInput"},
285
+ "output":{"shape":"TagrisVerifyResourcesExistOutput"},
286
+ "errors":[
287
+ {"shape":"TagrisAccessDeniedException"},
288
+ {"shape":"TagrisInternalServiceException"},
289
+ {"shape":"TagrisInvalidArnException"},
290
+ {"shape":"TagrisInvalidParameterException"},
291
+ {"shape":"TagrisPartialResourcesExistResultsException"},
292
+ {"shape":"TagrisThrottledException"}
293
+ ],
294
+ "internalonly":true
277
295
  }
278
296
  },
279
297
  "shapes":{
@@ -291,7 +309,8 @@
291
309
  "sqs":{"shape":"SqsAction"},
292
310
  "firehose":{"shape":"FirehoseAction"},
293
311
  "dynamoDB":{"shape":"DynamoDBAction"},
294
- "dynamoDBv2":{"shape":"DynamoDBv2Action"}
312
+ "dynamoDBv2":{"shape":"DynamoDBv2Action"},
313
+ "iotSiteWise":{"shape":"IotSiteWiseAction"}
295
314
  }
296
315
  },
297
316
  "Actions":{
@@ -303,6 +322,43 @@
303
322
  "max":2048,
304
323
  "min":1
305
324
  },
325
+ "AssetId":{"type":"string"},
326
+ "AssetPropertyAlias":{"type":"string"},
327
+ "AssetPropertyBooleanValue":{"type":"string"},
328
+ "AssetPropertyDoubleValue":{"type":"string"},
329
+ "AssetPropertyEntryId":{"type":"string"},
330
+ "AssetPropertyId":{"type":"string"},
331
+ "AssetPropertyIntegerValue":{"type":"string"},
332
+ "AssetPropertyOffsetInNanos":{"type":"string"},
333
+ "AssetPropertyQuality":{"type":"string"},
334
+ "AssetPropertyStringValue":{"type":"string"},
335
+ "AssetPropertyTimeInSeconds":{"type":"string"},
336
+ "AssetPropertyTimestamp":{
337
+ "type":"structure",
338
+ "required":["timeInSeconds"],
339
+ "members":{
340
+ "timeInSeconds":{"shape":"AssetPropertyTimeInSeconds"},
341
+ "offsetInNanos":{"shape":"AssetPropertyOffsetInNanos"}
342
+ }
343
+ },
344
+ "AssetPropertyValue":{
345
+ "type":"structure",
346
+ "required":["value"],
347
+ "members":{
348
+ "value":{"shape":"AssetPropertyVariant"},
349
+ "timestamp":{"shape":"AssetPropertyTimestamp"},
350
+ "quality":{"shape":"AssetPropertyQuality"}
351
+ }
352
+ },
353
+ "AssetPropertyVariant":{
354
+ "type":"structure",
355
+ "members":{
356
+ "stringValue":{"shape":"AssetPropertyStringValue"},
357
+ "integerValue":{"shape":"AssetPropertyIntegerValue"},
358
+ "doubleValue":{"shape":"AssetPropertyDoubleValue"},
359
+ "booleanValue":{"shape":"AssetPropertyBooleanValue"}
360
+ }
361
+ },
306
362
  "Attribute":{
307
363
  "type":"structure",
308
364
  "required":["jsonPath"],
@@ -727,6 +783,17 @@
727
783
  "payload":{"shape":"Payload"}
728
784
  }
729
785
  },
786
+ "IotSiteWiseAction":{
787
+ "type":"structure",
788
+ "required":["propertyValue"],
789
+ "members":{
790
+ "entryId":{"shape":"AssetPropertyEntryId"},
791
+ "assetId":{"shape":"AssetId"},
792
+ "propertyId":{"shape":"AssetPropertyId"},
793
+ "propertyAlias":{"shape":"AssetPropertyAlias"},
794
+ "propertyValue":{"shape":"AssetPropertyValue"}
795
+ }
796
+ },
730
797
  "IotTopicPublishAction":{
731
798
  "type":"structure",
732
799
  "required":["mqttTopic"],
@@ -1078,6 +1145,111 @@
1078
1145
  "max":256,
1079
1146
  "min":0
1080
1147
  },
1148
+ "TagrisAccessDeniedException":{
1149
+ "type":"structure",
1150
+ "members":{
1151
+ "message":{"shape":"TagrisExceptionMessage"}
1152
+ },
1153
+ "exception":true
1154
+ },
1155
+ "TagrisAccountId":{
1156
+ "type":"string",
1157
+ "max":12,
1158
+ "min":12
1159
+ },
1160
+ "TagrisAmazonResourceName":{
1161
+ "type":"string",
1162
+ "max":1011,
1163
+ "min":1
1164
+ },
1165
+ "TagrisExceptionMessage":{
1166
+ "type":"string",
1167
+ "max":2048,
1168
+ "min":0
1169
+ },
1170
+ "TagrisInternalId":{
1171
+ "type":"string",
1172
+ "max":64,
1173
+ "min":0
1174
+ },
1175
+ "TagrisInternalServiceException":{
1176
+ "type":"structure",
1177
+ "members":{
1178
+ "message":{"shape":"TagrisExceptionMessage"}
1179
+ },
1180
+ "exception":true,
1181
+ "fault":true
1182
+ },
1183
+ "TagrisInvalidArnException":{
1184
+ "type":"structure",
1185
+ "members":{
1186
+ "message":{"shape":"TagrisExceptionMessage"},
1187
+ "sweepListItem":{"shape":"TagrisSweepListItem"}
1188
+ },
1189
+ "exception":true
1190
+ },
1191
+ "TagrisInvalidParameterException":{
1192
+ "type":"structure",
1193
+ "members":{
1194
+ "message":{"shape":"TagrisExceptionMessage"}
1195
+ },
1196
+ "exception":true
1197
+ },
1198
+ "TagrisPartialResourcesExistResultsException":{
1199
+ "type":"structure",
1200
+ "members":{
1201
+ "message":{"shape":"TagrisExceptionMessage"},
1202
+ "resourceExistenceInformation":{"shape":"TagrisSweepListResult"}
1203
+ },
1204
+ "exception":true
1205
+ },
1206
+ "TagrisStatus":{
1207
+ "type":"string",
1208
+ "enum":[
1209
+ "ACTIVE",
1210
+ "NOT_ACTIVE"
1211
+ ]
1212
+ },
1213
+ "TagrisSweepList":{
1214
+ "type":"list",
1215
+ "member":{"shape":"TagrisSweepListItem"}
1216
+ },
1217
+ "TagrisSweepListItem":{
1218
+ "type":"structure",
1219
+ "members":{
1220
+ "TagrisAccountId":{"shape":"TagrisAccountId"},
1221
+ "TagrisAmazonResourceName":{"shape":"TagrisAmazonResourceName"},
1222
+ "TagrisInternalId":{"shape":"TagrisInternalId"},
1223
+ "TagrisVersion":{"shape":"TagrisVersion"}
1224
+ }
1225
+ },
1226
+ "TagrisSweepListResult":{
1227
+ "type":"map",
1228
+ "key":{"shape":"TagrisAmazonResourceName"},
1229
+ "value":{"shape":"TagrisStatus"}
1230
+ },
1231
+ "TagrisThrottledException":{
1232
+ "type":"structure",
1233
+ "members":{
1234
+ "message":{"shape":"TagrisExceptionMessage"}
1235
+ },
1236
+ "exception":true
1237
+ },
1238
+ "TagrisVerifyResourcesExistInput":{
1239
+ "type":"structure",
1240
+ "required":["TagrisSweepList"],
1241
+ "members":{
1242
+ "TagrisSweepList":{"shape":"TagrisSweepList"}
1243
+ }
1244
+ },
1245
+ "TagrisVerifyResourcesExistOutput":{
1246
+ "type":"structure",
1247
+ "required":["TagrisSweepListResult"],
1248
+ "members":{
1249
+ "TagrisSweepListResult":{"shape":"TagrisSweepListResult"}
1250
+ }
1251
+ },
1252
+ "TagrisVersion":{"type":"long"},
1081
1253
  "Tags":{
1082
1254
  "type":"list",
1083
1255
  "member":{"shape":"Tag"}