aws-sdk-core 2.0.17 → 2.0.18

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.
@@ -1051,7 +1051,7 @@
1051
1051
  "AnalysisSchemeLanguage"
1052
1052
  ],
1053
1053
  "members":{
1054
- "AnalysisSchemeName":{"shape":"FieldName"},
1054
+ "AnalysisSchemeName":{"shape":"StandardName"},
1055
1055
  "AnalysisSchemeLanguage":{"shape":"AnalysisSchemeLanguage"},
1056
1056
  "AnalysisOptions":{"shape":"AnalysisOptions"}
1057
1057
  }
@@ -1258,7 +1258,7 @@
1258
1258
  ],
1259
1259
  "members":{
1260
1260
  "DomainName":{"shape":"DomainName"},
1261
- "AnalysisSchemeName":{"shape":"FieldName"}
1261
+ "AnalysisSchemeName":{"shape":"StandardName"}
1262
1262
  }
1263
1263
  },
1264
1264
  "DeleteAnalysisSchemeResponse":{
@@ -1289,7 +1289,7 @@
1289
1289
  ],
1290
1290
  "members":{
1291
1291
  "DomainName":{"shape":"DomainName"},
1292
- "ExpressionName":{"shape":"FieldName"}
1292
+ "ExpressionName":{"shape":"StandardName"}
1293
1293
  }
1294
1294
  },
1295
1295
  "DeleteExpressionResponse":{
@@ -1307,7 +1307,7 @@
1307
1307
  ],
1308
1308
  "members":{
1309
1309
  "DomainName":{"shape":"DomainName"},
1310
- "IndexFieldName":{"shape":"FieldName"}
1310
+ "IndexFieldName":{"shape":"DynamicFieldName"}
1311
1311
  }
1312
1312
  },
1313
1313
  "DeleteIndexFieldResponse":{
@@ -1325,7 +1325,7 @@
1325
1325
  ],
1326
1326
  "members":{
1327
1327
  "DomainName":{"shape":"DomainName"},
1328
- "SuggesterName":{"shape":"FieldName"}
1328
+ "SuggesterName":{"shape":"StandardName"}
1329
1329
  }
1330
1330
  },
1331
1331
  "DeleteSuggesterResponse":{
@@ -1340,7 +1340,7 @@
1340
1340
  "required":["DomainName"],
1341
1341
  "members":{
1342
1342
  "DomainName":{"shape":"DomainName"},
1343
- "AnalysisSchemeNames":{"shape":"FieldNameList"},
1343
+ "AnalysisSchemeNames":{"shape":"StandardNameList"},
1344
1344
  "Deployed":{"shape":"Boolean"}
1345
1345
  }
1346
1346
  },
@@ -1383,7 +1383,7 @@
1383
1383
  "required":["DomainName"],
1384
1384
  "members":{
1385
1385
  "DomainName":{"shape":"DomainName"},
1386
- "ExpressionNames":{"shape":"FieldNameList"},
1386
+ "ExpressionNames":{"shape":"StandardNameList"},
1387
1387
  "Deployed":{"shape":"Boolean"}
1388
1388
  }
1389
1389
  },
@@ -1399,7 +1399,7 @@
1399
1399
  "required":["DomainName"],
1400
1400
  "members":{
1401
1401
  "DomainName":{"shape":"DomainName"},
1402
- "FieldNames":{"shape":"FieldNameList"},
1402
+ "FieldNames":{"shape":"DynamicFieldNameList"},
1403
1403
  "Deployed":{"shape":"Boolean"}
1404
1404
  }
1405
1405
  },
@@ -1444,7 +1444,7 @@
1444
1444
  "required":["DomainName"],
1445
1445
  "members":{
1446
1446
  "DomainName":{"shape":"DomainName"},
1447
- "SuggesterNames":{"shape":"FieldNameList"},
1447
+ "SuggesterNames":{"shape":"StandardNameList"},
1448
1448
  "Deployed":{"shape":"Boolean"}
1449
1449
  }
1450
1450
  },
@@ -1544,6 +1544,16 @@
1544
1544
  "SortEnabled":{"shape":"Boolean"}
1545
1545
  }
1546
1546
  },
1547
+ "DynamicFieldName":{
1548
+ "type":"string",
1549
+ "min":1,
1550
+ "max":64,
1551
+ "pattern":"([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)"
1552
+ },
1553
+ "DynamicFieldNameList":{
1554
+ "type":"list",
1555
+ "member":{"shape":"DynamicFieldName"}
1556
+ },
1547
1557
  "ErrorCode":{"type":"string"},
1548
1558
  "ErrorMessage":{"type":"string"},
1549
1559
  "Expression":{
@@ -1553,7 +1563,7 @@
1553
1563
  "ExpressionValue"
1554
1564
  ],
1555
1565
  "members":{
1556
- "ExpressionName":{"shape":"FieldName"},
1566
+ "ExpressionName":{"shape":"StandardName"},
1557
1567
  "ExpressionValue":{"shape":"ExpressionValue"}
1558
1568
  }
1559
1569
  },
@@ -1585,7 +1595,7 @@
1585
1595
  },
1586
1596
  "FieldNameCommaList":{
1587
1597
  "type":"string",
1588
- "pattern":"\\s*[a-z][a-z0-9_]*\\s*(,\\s*[a-z][a-z0-9_]*\\s*)*"
1598
+ "pattern":"\\s*[a-z*][a-z0-9_]*\\*?\\s*(,\\s*[a-z*][a-z0-9_]*\\*?\\s*)*"
1589
1599
  },
1590
1600
  "FieldNameList":{
1591
1601
  "type":"list",
@@ -1616,7 +1626,7 @@
1616
1626
  "IndexFieldType"
1617
1627
  ],
1618
1628
  "members":{
1619
- "IndexFieldName":{"shape":"FieldName"},
1629
+ "IndexFieldName":{"shape":"DynamicFieldName"},
1620
1630
  "IndexFieldType":{"shape":"IndexFieldType"},
1621
1631
  "IntOptions":{"shape":"IntOptions"},
1622
1632
  "DoubleOptions":{"shape":"DoubleOptions"},
@@ -1854,6 +1864,16 @@
1854
1864
  }
1855
1865
  },
1856
1866
  "ServiceUrl":{"type":"string"},
1867
+ "StandardName":{
1868
+ "type":"string",
1869
+ "min":1,
1870
+ "max":64,
1871
+ "pattern":"[a-z][a-z0-9_]*"
1872
+ },
1873
+ "StandardNameList":{
1874
+ "type":"list",
1875
+ "member":{"shape":"StandardName"}
1876
+ },
1857
1877
  "String":{"type":"string"},
1858
1878
  "Suggester":{
1859
1879
  "type":"structure",
@@ -1862,7 +1882,7 @@
1862
1882
  "DocumentSuggesterOptions"
1863
1883
  ],
1864
1884
  "members":{
1865
- "SuggesterName":{"shape":"FieldName"},
1885
+ "SuggesterName":{"shape":"StandardName"},
1866
1886
  "DocumentSuggesterOptions":{"shape":"DocumentSuggesterOptions"}
1867
1887
  }
1868
1888
  },
@@ -61,6 +61,15 @@
61
61
  "input":{"shape":"AssociateRouteTableRequest"},
62
62
  "output":{"shape":"AssociateRouteTableResult"}
63
63
  },
64
+ "AttachClassicLinkVpc":{
65
+ "name":"AttachClassicLinkVpc",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"AttachClassicLinkVpcRequest"},
71
+ "output":{"shape":"AttachClassicLinkVpcResult"}
72
+ },
64
73
  "AttachInternetGateway":{
65
74
  "name":"AttachInternetGateway",
66
75
  "http":{
@@ -627,6 +636,15 @@
627
636
  "input":{"shape":"DescribeBundleTasksRequest"},
628
637
  "output":{"shape":"DescribeBundleTasksResult"}
629
638
  },
639
+ "DescribeClassicLinkInstances":{
640
+ "name":"DescribeClassicLinkInstances",
641
+ "http":{
642
+ "method":"POST",
643
+ "requestUri":"/"
644
+ },
645
+ "input":{"shape":"DescribeClassicLinkInstancesRequest"},
646
+ "output":{"shape":"DescribeClassicLinkInstancesResult"}
647
+ },
630
648
  "DescribeConversionTasks":{
631
649
  "name":"DescribeConversionTasks",
632
650
  "http":{
@@ -927,6 +945,15 @@
927
945
  "input":{"shape":"DescribeVpcAttributeRequest"},
928
946
  "output":{"shape":"DescribeVpcAttributeResult"}
929
947
  },
948
+ "DescribeVpcClassicLink":{
949
+ "name":"DescribeVpcClassicLink",
950
+ "http":{
951
+ "method":"POST",
952
+ "requestUri":"/"
953
+ },
954
+ "input":{"shape":"DescribeVpcClassicLinkRequest"},
955
+ "output":{"shape":"DescribeVpcClassicLinkResult"}
956
+ },
930
957
  "DescribeVpcPeeringConnections":{
931
958
  "name":"DescribeVpcPeeringConnections",
932
959
  "http":{
@@ -963,6 +990,15 @@
963
990
  "input":{"shape":"DescribeVpnGatewaysRequest"},
964
991
  "output":{"shape":"DescribeVpnGatewaysResult"}
965
992
  },
993
+ "DetachClassicLinkVpc":{
994
+ "name":"DetachClassicLinkVpc",
995
+ "http":{
996
+ "method":"POST",
997
+ "requestUri":"/"
998
+ },
999
+ "input":{"shape":"DetachClassicLinkVpcRequest"},
1000
+ "output":{"shape":"DetachClassicLinkVpcResult"}
1001
+ },
966
1002
  "DetachInternetGateway":{
967
1003
  "name":"DetachInternetGateway",
968
1004
  "http":{
@@ -1007,6 +1043,15 @@
1007
1043
  },
1008
1044
  "input":{"shape":"DisableVgwRoutePropagationRequest"}
1009
1045
  },
1046
+ "DisableVpcClassicLink":{
1047
+ "name":"DisableVpcClassicLink",
1048
+ "http":{
1049
+ "method":"POST",
1050
+ "requestUri":"/"
1051
+ },
1052
+ "input":{"shape":"DisableVpcClassicLinkRequest"},
1053
+ "output":{"shape":"DisableVpcClassicLinkResult"}
1054
+ },
1010
1055
  "DisassociateAddress":{
1011
1056
  "name":"DisassociateAddress",
1012
1057
  "http":{
@@ -1039,6 +1084,15 @@
1039
1084
  },
1040
1085
  "input":{"shape":"EnableVolumeIORequest"}
1041
1086
  },
1087
+ "EnableVpcClassicLink":{
1088
+ "name":"EnableVpcClassicLink",
1089
+ "http":{
1090
+ "method":"POST",
1091
+ "requestUri":"/"
1092
+ },
1093
+ "input":{"shape":"EnableVpcClassicLinkRequest"},
1094
+ "output":{"shape":"EnableVpcClassicLinkResult"}
1095
+ },
1042
1096
  "GetConsoleOutput":{
1043
1097
  "name":"GetConsoleOutput",
1044
1098
  "http":{
@@ -1615,6 +1669,41 @@
1615
1669
  }
1616
1670
  }
1617
1671
  },
1672
+ "AttachClassicLinkVpcRequest":{
1673
+ "type":"structure",
1674
+ "required":[
1675
+ "InstanceId",
1676
+ "VpcId",
1677
+ "Groups"
1678
+ ],
1679
+ "members":{
1680
+ "DryRun":{
1681
+ "shape":"Boolean",
1682
+ "locationName":"dryRun"
1683
+ },
1684
+ "InstanceId":{
1685
+ "shape":"String",
1686
+ "locationName":"instanceId"
1687
+ },
1688
+ "VpcId":{
1689
+ "shape":"String",
1690
+ "locationName":"vpcId"
1691
+ },
1692
+ "Groups":{
1693
+ "shape":"GroupIdStringList",
1694
+ "locationName":"SecurityGroupId"
1695
+ }
1696
+ }
1697
+ },
1698
+ "AttachClassicLinkVpcResult":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ "Return":{
1702
+ "shape":"Boolean",
1703
+ "locationName":"return"
1704
+ }
1705
+ }
1706
+ },
1618
1707
  "AttachInternetGatewayRequest":{
1619
1708
  "type":"structure",
1620
1709
  "required":[
@@ -2103,6 +2192,34 @@
2103
2192
  "locationName":"item"
2104
2193
  }
2105
2194
  },
2195
+ "ClassicLinkInstance":{
2196
+ "type":"structure",
2197
+ "members":{
2198
+ "InstanceId":{
2199
+ "shape":"String",
2200
+ "locationName":"instanceId"
2201
+ },
2202
+ "VpcId":{
2203
+ "shape":"String",
2204
+ "locationName":"vpcId"
2205
+ },
2206
+ "Groups":{
2207
+ "shape":"GroupIdentifierList",
2208
+ "locationName":"groupSet"
2209
+ },
2210
+ "Tags":{
2211
+ "shape":"TagList",
2212
+ "locationName":"tagSet"
2213
+ }
2214
+ }
2215
+ },
2216
+ "ClassicLinkInstanceList":{
2217
+ "type":"list",
2218
+ "member":{
2219
+ "shape":"ClassicLinkInstance",
2220
+ "locationName":"item"
2221
+ }
2222
+ },
2106
2223
  "ConfirmProductInstanceRequest":{
2107
2224
  "type":"structure",
2108
2225
  "required":[
@@ -3365,6 +3482,44 @@
3365
3482
  }
3366
3483
  }
3367
3484
  },
3485
+ "DescribeClassicLinkInstancesRequest":{
3486
+ "type":"structure",
3487
+ "members":{
3488
+ "DryRun":{
3489
+ "shape":"Boolean",
3490
+ "locationName":"dryRun"
3491
+ },
3492
+ "InstanceIds":{
3493
+ "shape":"InstanceIdStringList",
3494
+ "locationName":"InstanceId"
3495
+ },
3496
+ "Filters":{
3497
+ "shape":"FilterList",
3498
+ "locationName":"Filter"
3499
+ },
3500
+ "NextToken":{
3501
+ "shape":"String",
3502
+ "locationName":"nextToken"
3503
+ },
3504
+ "MaxResults":{
3505
+ "shape":"Integer",
3506
+ "locationName":"maxResults"
3507
+ }
3508
+ }
3509
+ },
3510
+ "DescribeClassicLinkInstancesResult":{
3511
+ "type":"structure",
3512
+ "members":{
3513
+ "Instances":{
3514
+ "shape":"ClassicLinkInstanceList",
3515
+ "locationName":"instancesSet"
3516
+ },
3517
+ "NextToken":{
3518
+ "shape":"String",
3519
+ "locationName":"nextToken"
3520
+ }
3521
+ }
3522
+ },
3368
3523
  "DescribeConversionTaskList":{
3369
3524
  "type":"list",
3370
3525
  "member":{
@@ -4358,6 +4513,32 @@
4358
4513
  }
4359
4514
  }
4360
4515
  },
4516
+ "DescribeVpcClassicLinkRequest":{
4517
+ "type":"structure",
4518
+ "members":{
4519
+ "DryRun":{
4520
+ "shape":"Boolean",
4521
+ "locationName":"dryRun"
4522
+ },
4523
+ "VpcIds":{
4524
+ "shape":"VpcClassicLinkIdList",
4525
+ "locationName":"VpcId"
4526
+ },
4527
+ "Filters":{
4528
+ "shape":"FilterList",
4529
+ "locationName":"Filter"
4530
+ }
4531
+ }
4532
+ },
4533
+ "DescribeVpcClassicLinkResult":{
4534
+ "type":"structure",
4535
+ "members":{
4536
+ "Vpcs":{
4537
+ "shape":"VpcClassicLinkList",
4538
+ "locationName":"vpcSet"
4539
+ }
4540
+ }
4541
+ },
4361
4542
  "DescribeVpcPeeringConnectionsRequest":{
4362
4543
  "type":"structure",
4363
4544
  "members":{
@@ -4462,6 +4643,36 @@
4462
4643
  }
4463
4644
  }
4464
4645
  },
4646
+ "DetachClassicLinkVpcRequest":{
4647
+ "type":"structure",
4648
+ "required":[
4649
+ "InstanceId",
4650
+ "VpcId"
4651
+ ],
4652
+ "members":{
4653
+ "DryRun":{
4654
+ "shape":"Boolean",
4655
+ "locationName":"dryRun"
4656
+ },
4657
+ "InstanceId":{
4658
+ "shape":"String",
4659
+ "locationName":"instanceId"
4660
+ },
4661
+ "VpcId":{
4662
+ "shape":"String",
4663
+ "locationName":"vpcId"
4664
+ }
4665
+ }
4666
+ },
4667
+ "DetachClassicLinkVpcResult":{
4668
+ "type":"structure",
4669
+ "members":{
4670
+ "Return":{
4671
+ "shape":"Boolean",
4672
+ "locationName":"return"
4673
+ }
4674
+ }
4675
+ },
4465
4676
  "DetachInternetGatewayRequest":{
4466
4677
  "type":"structure",
4467
4678
  "required":[
@@ -4599,6 +4810,29 @@
4599
4810
  "GatewayId":{"shape":"String"}
4600
4811
  }
4601
4812
  },
4813
+ "DisableVpcClassicLinkRequest":{
4814
+ "type":"structure",
4815
+ "required":["VpcId"],
4816
+ "members":{
4817
+ "DryRun":{
4818
+ "shape":"Boolean",
4819
+ "locationName":"dryRun"
4820
+ },
4821
+ "VpcId":{
4822
+ "shape":"String",
4823
+ "locationName":"vpcId"
4824
+ }
4825
+ }
4826
+ },
4827
+ "DisableVpcClassicLinkResult":{
4828
+ "type":"structure",
4829
+ "members":{
4830
+ "Return":{
4831
+ "shape":"Boolean",
4832
+ "locationName":"return"
4833
+ }
4834
+ }
4835
+ },
4602
4836
  "DisassociateAddressRequest":{
4603
4837
  "type":"structure",
4604
4838
  "members":{
@@ -4802,6 +5036,29 @@
4802
5036
  }
4803
5037
  }
4804
5038
  },
5039
+ "EnableVpcClassicLinkRequest":{
5040
+ "type":"structure",
5041
+ "required":["VpcId"],
5042
+ "members":{
5043
+ "DryRun":{
5044
+ "shape":"Boolean",
5045
+ "locationName":"dryRun"
5046
+ },
5047
+ "VpcId":{
5048
+ "shape":"String",
5049
+ "locationName":"vpcId"
5050
+ }
5051
+ }
5052
+ },
5053
+ "EnableVpcClassicLinkResult":{
5054
+ "type":"structure",
5055
+ "members":{
5056
+ "Return":{
5057
+ "shape":"Boolean",
5058
+ "locationName":"return"
5059
+ }
5060
+ }
5061
+ },
4805
5062
  "EventCode":{
4806
5063
  "type":"string",
4807
5064
  "enum":[
@@ -5098,6 +5355,10 @@
5098
5355
  "shape":"String",
5099
5356
  "locationName":"imageOwnerId"
5100
5357
  },
5358
+ "CreationDate":{
5359
+ "shape":"String",
5360
+ "locationName":"creationDate"
5361
+ },
5101
5362
  "Public":{
5102
5363
  "shape":"Boolean",
5103
5364
  "locationName":"isPublic"
@@ -5269,7 +5530,7 @@
5269
5530
  "locationName":"additionalInfo"
5270
5531
  },
5271
5532
  "UserData":{
5272
- "shape":"String",
5533
+ "shape":"UserData",
5273
5534
  "locationName":"userData"
5274
5535
  },
5275
5536
  "InstanceType":{
@@ -9154,6 +9415,15 @@
9154
9415
  }
9155
9416
  }
9156
9417
  },
9418
+ "UserData":{
9419
+ "type":"structure",
9420
+ "members":{
9421
+ "Data":{
9422
+ "shape":"String",
9423
+ "locationName":"data"
9424
+ }
9425
+ }
9426
+ },
9157
9427
  "UserGroupStringList":{
9158
9428
  "type":"list",
9159
9429
  "member":{
@@ -9586,6 +9856,37 @@
9586
9856
  "enableDnsHostnames"
9587
9857
  ]
9588
9858
  },
9859
+ "VpcClassicLink":{
9860
+ "type":"structure",
9861
+ "members":{
9862
+ "VpcId":{
9863
+ "shape":"String",
9864
+ "locationName":"vpcId"
9865
+ },
9866
+ "ClassicLinkEnabled":{
9867
+ "shape":"Boolean",
9868
+ "locationName":"classicLinkEnabled"
9869
+ },
9870
+ "Tags":{
9871
+ "shape":"TagList",
9872
+ "locationName":"tagSet"
9873
+ }
9874
+ }
9875
+ },
9876
+ "VpcClassicLinkIdList":{
9877
+ "type":"list",
9878
+ "member":{
9879
+ "shape":"String",
9880
+ "locationName":"VpcId"
9881
+ }
9882
+ },
9883
+ "VpcClassicLinkList":{
9884
+ "type":"list",
9885
+ "member":{
9886
+ "shape":"VpcClassicLink",
9887
+ "locationName":"item"
9888
+ }
9889
+ },
9589
9890
  "VpcIdStringList":{
9590
9891
  "type":"list",
9591
9892
  "member":{