aws-sdk-core 2.11.177 → 2.11.178
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +1461 -60
- data/apis/globalaccelerator/2018-08-08/api-2.json +798 -0
- data/apis/globalaccelerator/2018-08-08/examples-1.json +5 -0
- data/apis/globalaccelerator/2018-08-08/paginators-1.json +4 -0
- data/apis/greengrass/2017-06-07/api-2.json +490 -0
- data/apis/iot/2015-05-28/api-2.json +22 -0
- data/apis/iotanalytics/2017-11-27/api-2.json +40 -0
- data/apis/kms/2014-11-01/api-2.json +337 -8
- data/apis/s3/2006-03-01/api-2.json +455 -4
- data/apis/sms/2016-10-24/api-2.json +785 -31
- data/apis/sms/2016-10-24/paginators-1.json +26 -26
- data/apis/sms/2016-10-24/smoke.json +18 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/globalaccelerator.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
@@ -49,6 +49,40 @@
|
|
49
49
|
"shape" : "InternalServerErrorException"
|
50
50
|
} ]
|
51
51
|
},
|
52
|
+
"CreateConnectorDefinition" : {
|
53
|
+
"name" : "CreateConnectorDefinition",
|
54
|
+
"http" : {
|
55
|
+
"method" : "POST",
|
56
|
+
"requestUri" : "/greengrass/definition/connectors",
|
57
|
+
"responseCode" : 200
|
58
|
+
},
|
59
|
+
"input" : {
|
60
|
+
"shape" : "CreateConnectorDefinitionRequest"
|
61
|
+
},
|
62
|
+
"output" : {
|
63
|
+
"shape" : "CreateConnectorDefinitionResponse"
|
64
|
+
},
|
65
|
+
"errors" : [ {
|
66
|
+
"shape" : "BadRequestException"
|
67
|
+
} ]
|
68
|
+
},
|
69
|
+
"CreateConnectorDefinitionVersion" : {
|
70
|
+
"name" : "CreateConnectorDefinitionVersion",
|
71
|
+
"http" : {
|
72
|
+
"method" : "POST",
|
73
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions",
|
74
|
+
"responseCode" : 200
|
75
|
+
},
|
76
|
+
"input" : {
|
77
|
+
"shape" : "CreateConnectorDefinitionVersionRequest"
|
78
|
+
},
|
79
|
+
"output" : {
|
80
|
+
"shape" : "CreateConnectorDefinitionVersionResponse"
|
81
|
+
},
|
82
|
+
"errors" : [ {
|
83
|
+
"shape" : "BadRequestException"
|
84
|
+
} ]
|
85
|
+
},
|
52
86
|
"CreateCoreDefinition" : {
|
53
87
|
"name" : "CreateCoreDefinition",
|
54
88
|
"http" : {
|
@@ -342,6 +376,23 @@
|
|
342
376
|
"shape" : "BadRequestException"
|
343
377
|
} ]
|
344
378
|
},
|
379
|
+
"DeleteConnectorDefinition" : {
|
380
|
+
"name" : "DeleteConnectorDefinition",
|
381
|
+
"http" : {
|
382
|
+
"method" : "DELETE",
|
383
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}",
|
384
|
+
"responseCode" : 200
|
385
|
+
},
|
386
|
+
"input" : {
|
387
|
+
"shape" : "DeleteConnectorDefinitionRequest"
|
388
|
+
},
|
389
|
+
"output" : {
|
390
|
+
"shape" : "DeleteConnectorDefinitionResponse"
|
391
|
+
},
|
392
|
+
"errors" : [ {
|
393
|
+
"shape" : "BadRequestException"
|
394
|
+
} ]
|
395
|
+
},
|
345
396
|
"DeleteCoreDefinition" : {
|
346
397
|
"name" : "DeleteCoreDefinition",
|
347
398
|
"http" : {
|
@@ -552,6 +603,40 @@
|
|
552
603
|
"shape" : "InternalServerErrorException"
|
553
604
|
} ]
|
554
605
|
},
|
606
|
+
"GetConnectorDefinition" : {
|
607
|
+
"name" : "GetConnectorDefinition",
|
608
|
+
"http" : {
|
609
|
+
"method" : "GET",
|
610
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}",
|
611
|
+
"responseCode" : 200
|
612
|
+
},
|
613
|
+
"input" : {
|
614
|
+
"shape" : "GetConnectorDefinitionRequest"
|
615
|
+
},
|
616
|
+
"output" : {
|
617
|
+
"shape" : "GetConnectorDefinitionResponse"
|
618
|
+
},
|
619
|
+
"errors" : [ {
|
620
|
+
"shape" : "BadRequestException"
|
621
|
+
} ]
|
622
|
+
},
|
623
|
+
"GetConnectorDefinitionVersion" : {
|
624
|
+
"name" : "GetConnectorDefinitionVersion",
|
625
|
+
"http" : {
|
626
|
+
"method" : "GET",
|
627
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions/{ConnectorDefinitionVersionId}",
|
628
|
+
"responseCode" : 200
|
629
|
+
},
|
630
|
+
"input" : {
|
631
|
+
"shape" : "GetConnectorDefinitionVersionRequest"
|
632
|
+
},
|
633
|
+
"output" : {
|
634
|
+
"shape" : "GetConnectorDefinitionVersionResponse"
|
635
|
+
},
|
636
|
+
"errors" : [ {
|
637
|
+
"shape" : "BadRequestException"
|
638
|
+
} ]
|
639
|
+
},
|
555
640
|
"GetCoreDefinition" : {
|
556
641
|
"name" : "GetCoreDefinition",
|
557
642
|
"http" : {
|
@@ -896,6 +981,38 @@
|
|
896
981
|
"shape" : "BadRequestException"
|
897
982
|
} ]
|
898
983
|
},
|
984
|
+
"ListConnectorDefinitionVersions" : {
|
985
|
+
"name" : "ListConnectorDefinitionVersions",
|
986
|
+
"http" : {
|
987
|
+
"method" : "GET",
|
988
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions",
|
989
|
+
"responseCode" : 200
|
990
|
+
},
|
991
|
+
"input" : {
|
992
|
+
"shape" : "ListConnectorDefinitionVersionsRequest"
|
993
|
+
},
|
994
|
+
"output" : {
|
995
|
+
"shape" : "ListConnectorDefinitionVersionsResponse"
|
996
|
+
},
|
997
|
+
"errors" : [ {
|
998
|
+
"shape" : "BadRequestException"
|
999
|
+
} ]
|
1000
|
+
},
|
1001
|
+
"ListConnectorDefinitions" : {
|
1002
|
+
"name" : "ListConnectorDefinitions",
|
1003
|
+
"http" : {
|
1004
|
+
"method" : "GET",
|
1005
|
+
"requestUri" : "/greengrass/definition/connectors",
|
1006
|
+
"responseCode" : 200
|
1007
|
+
},
|
1008
|
+
"input" : {
|
1009
|
+
"shape" : "ListConnectorDefinitionsRequest"
|
1010
|
+
},
|
1011
|
+
"output" : {
|
1012
|
+
"shape" : "ListConnectorDefinitionsResponse"
|
1013
|
+
},
|
1014
|
+
"errors" : [ ]
|
1015
|
+
},
|
899
1016
|
"ListCoreDefinitionVersions" : {
|
900
1017
|
"name" : "ListCoreDefinitionVersions",
|
901
1018
|
"http" : {
|
@@ -1226,6 +1343,23 @@
|
|
1226
1343
|
"shape" : "InternalServerErrorException"
|
1227
1344
|
} ]
|
1228
1345
|
},
|
1346
|
+
"UpdateConnectorDefinition" : {
|
1347
|
+
"name" : "UpdateConnectorDefinition",
|
1348
|
+
"http" : {
|
1349
|
+
"method" : "PUT",
|
1350
|
+
"requestUri" : "/greengrass/definition/connectors/{ConnectorDefinitionId}",
|
1351
|
+
"responseCode" : 200
|
1352
|
+
},
|
1353
|
+
"input" : {
|
1354
|
+
"shape" : "UpdateConnectorDefinitionRequest"
|
1355
|
+
},
|
1356
|
+
"output" : {
|
1357
|
+
"shape" : "UpdateConnectorDefinitionResponse"
|
1358
|
+
},
|
1359
|
+
"errors" : [ {
|
1360
|
+
"shape" : "BadRequestException"
|
1361
|
+
} ]
|
1362
|
+
},
|
1229
1363
|
"UpdateCoreDefinition" : {
|
1230
1364
|
"name" : "UpdateCoreDefinition",
|
1231
1365
|
"http" : {
|
@@ -1509,6 +1643,29 @@
|
|
1509
1643
|
}
|
1510
1644
|
}
|
1511
1645
|
},
|
1646
|
+
"Connector" : {
|
1647
|
+
"type" : "structure",
|
1648
|
+
"members" : {
|
1649
|
+
"ConnectorArn" : {
|
1650
|
+
"shape" : "__string"
|
1651
|
+
},
|
1652
|
+
"Id" : {
|
1653
|
+
"shape" : "__string"
|
1654
|
+
},
|
1655
|
+
"Parameters" : {
|
1656
|
+
"shape" : "__mapOf__string"
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
"required" : [ ]
|
1660
|
+
},
|
1661
|
+
"ConnectorDefinitionVersion" : {
|
1662
|
+
"type" : "structure",
|
1663
|
+
"members" : {
|
1664
|
+
"Connectors" : {
|
1665
|
+
"shape" : "__listOfConnector"
|
1666
|
+
}
|
1667
|
+
}
|
1668
|
+
},
|
1512
1669
|
"Core" : {
|
1513
1670
|
"type" : "structure",
|
1514
1671
|
"members" : {
|
@@ -1535,6 +1692,84 @@
|
|
1535
1692
|
}
|
1536
1693
|
}
|
1537
1694
|
},
|
1695
|
+
"CreateConnectorDefinitionRequest" : {
|
1696
|
+
"type" : "structure",
|
1697
|
+
"members" : {
|
1698
|
+
"AmznClientToken" : {
|
1699
|
+
"shape" : "__string",
|
1700
|
+
"location" : "header",
|
1701
|
+
"locationName" : "X-Amzn-Client-Token"
|
1702
|
+
},
|
1703
|
+
"InitialVersion" : {
|
1704
|
+
"shape" : "ConnectorDefinitionVersion"
|
1705
|
+
},
|
1706
|
+
"Name" : {
|
1707
|
+
"shape" : "__string"
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"CreateConnectorDefinitionResponse" : {
|
1712
|
+
"type" : "structure",
|
1713
|
+
"members" : {
|
1714
|
+
"Arn" : {
|
1715
|
+
"shape" : "__string"
|
1716
|
+
},
|
1717
|
+
"CreationTimestamp" : {
|
1718
|
+
"shape" : "__string"
|
1719
|
+
},
|
1720
|
+
"Id" : {
|
1721
|
+
"shape" : "__string"
|
1722
|
+
},
|
1723
|
+
"LastUpdatedTimestamp" : {
|
1724
|
+
"shape" : "__string"
|
1725
|
+
},
|
1726
|
+
"LatestVersion" : {
|
1727
|
+
"shape" : "__string"
|
1728
|
+
},
|
1729
|
+
"LatestVersionArn" : {
|
1730
|
+
"shape" : "__string"
|
1731
|
+
},
|
1732
|
+
"Name" : {
|
1733
|
+
"shape" : "__string"
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
},
|
1737
|
+
"CreateConnectorDefinitionVersionRequest" : {
|
1738
|
+
"type" : "structure",
|
1739
|
+
"members" : {
|
1740
|
+
"AmznClientToken" : {
|
1741
|
+
"shape" : "__string",
|
1742
|
+
"location" : "header",
|
1743
|
+
"locationName" : "X-Amzn-Client-Token"
|
1744
|
+
},
|
1745
|
+
"ConnectorDefinitionId" : {
|
1746
|
+
"shape" : "__string",
|
1747
|
+
"location" : "uri",
|
1748
|
+
"locationName" : "ConnectorDefinitionId"
|
1749
|
+
},
|
1750
|
+
"Connectors" : {
|
1751
|
+
"shape" : "__listOfConnector"
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"required" : [ "ConnectorDefinitionId" ]
|
1755
|
+
},
|
1756
|
+
"CreateConnectorDefinitionVersionResponse" : {
|
1757
|
+
"type" : "structure",
|
1758
|
+
"members" : {
|
1759
|
+
"Arn" : {
|
1760
|
+
"shape" : "__string"
|
1761
|
+
},
|
1762
|
+
"CreationTimestamp" : {
|
1763
|
+
"shape" : "__string"
|
1764
|
+
},
|
1765
|
+
"Id" : {
|
1766
|
+
"shape" : "__string"
|
1767
|
+
},
|
1768
|
+
"Version" : {
|
1769
|
+
"shape" : "__string"
|
1770
|
+
}
|
1771
|
+
}
|
1772
|
+
},
|
1538
1773
|
"CreateCoreDefinitionRequest" : {
|
1539
1774
|
"type" : "structure",
|
1540
1775
|
"members" : {
|
@@ -1777,6 +2012,9 @@
|
|
1777
2012
|
"location" : "header",
|
1778
2013
|
"locationName" : "X-Amzn-Client-Token"
|
1779
2014
|
},
|
2015
|
+
"DefaultConfig" : {
|
2016
|
+
"shape" : "FunctionDefaultConfig"
|
2017
|
+
},
|
1780
2018
|
"FunctionDefinitionId" : {
|
1781
2019
|
"shape" : "__string",
|
1782
2020
|
"location" : "uri",
|
@@ -1879,6 +2117,9 @@
|
|
1879
2117
|
"location" : "header",
|
1880
2118
|
"locationName" : "X-Amzn-Client-Token"
|
1881
2119
|
},
|
2120
|
+
"ConnectorDefinitionVersionArn" : {
|
2121
|
+
"shape" : "__string"
|
2122
|
+
},
|
1882
2123
|
"CoreDefinitionVersionArn" : {
|
1883
2124
|
"shape" : "__string"
|
1884
2125
|
},
|
@@ -2221,6 +2462,21 @@
|
|
2221
2462
|
}
|
2222
2463
|
}
|
2223
2464
|
},
|
2465
|
+
"DeleteConnectorDefinitionRequest" : {
|
2466
|
+
"type" : "structure",
|
2467
|
+
"members" : {
|
2468
|
+
"ConnectorDefinitionId" : {
|
2469
|
+
"shape" : "__string",
|
2470
|
+
"location" : "uri",
|
2471
|
+
"locationName" : "ConnectorDefinitionId"
|
2472
|
+
}
|
2473
|
+
},
|
2474
|
+
"required" : [ "ConnectorDefinitionId" ]
|
2475
|
+
},
|
2476
|
+
"DeleteConnectorDefinitionResponse" : {
|
2477
|
+
"type" : "structure",
|
2478
|
+
"members" : { }
|
2479
|
+
},
|
2224
2480
|
"DeleteCoreDefinitionRequest" : {
|
2225
2481
|
"type" : "structure",
|
2226
2482
|
"members" : {
|
@@ -2485,6 +2741,9 @@
|
|
2485
2741
|
"AccessSysfs" : {
|
2486
2742
|
"shape" : "__boolean"
|
2487
2743
|
},
|
2744
|
+
"Execution" : {
|
2745
|
+
"shape" : "FunctionExecutionConfig"
|
2746
|
+
},
|
2488
2747
|
"ResourceAccessPolicies" : {
|
2489
2748
|
"shape" : "__listOfResourceAccessPolicy"
|
2490
2749
|
},
|
@@ -2493,14 +2752,59 @@
|
|
2493
2752
|
}
|
2494
2753
|
}
|
2495
2754
|
},
|
2755
|
+
"FunctionDefaultConfig" : {
|
2756
|
+
"type" : "structure",
|
2757
|
+
"members" : {
|
2758
|
+
"Execution" : {
|
2759
|
+
"shape" : "FunctionDefaultExecutionConfig"
|
2760
|
+
}
|
2761
|
+
}
|
2762
|
+
},
|
2763
|
+
"FunctionDefaultExecutionConfig" : {
|
2764
|
+
"type" : "structure",
|
2765
|
+
"members" : {
|
2766
|
+
"IsolationMode" : {
|
2767
|
+
"shape" : "FunctionIsolationMode"
|
2768
|
+
}
|
2769
|
+
}
|
2770
|
+
},
|
2496
2771
|
"FunctionDefinitionVersion" : {
|
2497
2772
|
"type" : "structure",
|
2498
2773
|
"members" : {
|
2774
|
+
"DefaultConfig" : {
|
2775
|
+
"shape" : "FunctionDefaultConfig"
|
2776
|
+
},
|
2499
2777
|
"Functions" : {
|
2500
2778
|
"shape" : "__listOfFunction"
|
2501
2779
|
}
|
2502
2780
|
}
|
2503
2781
|
},
|
2782
|
+
"FunctionExecutionConfig" : {
|
2783
|
+
"type" : "structure",
|
2784
|
+
"members" : {
|
2785
|
+
"IsolationMode" : {
|
2786
|
+
"shape" : "FunctionIsolationMode"
|
2787
|
+
},
|
2788
|
+
"RunAs" : {
|
2789
|
+
"shape" : "FunctionRunAsConfig"
|
2790
|
+
}
|
2791
|
+
}
|
2792
|
+
},
|
2793
|
+
"FunctionIsolationMode" : {
|
2794
|
+
"type" : "string",
|
2795
|
+
"enum" : [ "GreengrassContainer", "NoContainer" ]
|
2796
|
+
},
|
2797
|
+
"FunctionRunAsConfig" : {
|
2798
|
+
"type" : "structure",
|
2799
|
+
"members" : {
|
2800
|
+
"Gid" : {
|
2801
|
+
"shape" : "__integer"
|
2802
|
+
},
|
2803
|
+
"Uid" : {
|
2804
|
+
"shape" : "__integer"
|
2805
|
+
}
|
2806
|
+
}
|
2807
|
+
},
|
2504
2808
|
"GeneralError" : {
|
2505
2809
|
"type" : "structure",
|
2506
2810
|
"members" : {
|
@@ -2588,6 +2892,87 @@
|
|
2588
2892
|
}
|
2589
2893
|
}
|
2590
2894
|
},
|
2895
|
+
"GetConnectorDefinitionRequest" : {
|
2896
|
+
"type" : "structure",
|
2897
|
+
"members" : {
|
2898
|
+
"ConnectorDefinitionId" : {
|
2899
|
+
"shape" : "__string",
|
2900
|
+
"location" : "uri",
|
2901
|
+
"locationName" : "ConnectorDefinitionId"
|
2902
|
+
}
|
2903
|
+
},
|
2904
|
+
"required" : [ "ConnectorDefinitionId" ]
|
2905
|
+
},
|
2906
|
+
"GetConnectorDefinitionResponse" : {
|
2907
|
+
"type" : "structure",
|
2908
|
+
"members" : {
|
2909
|
+
"Arn" : {
|
2910
|
+
"shape" : "__string"
|
2911
|
+
},
|
2912
|
+
"CreationTimestamp" : {
|
2913
|
+
"shape" : "__string"
|
2914
|
+
},
|
2915
|
+
"Id" : {
|
2916
|
+
"shape" : "__string"
|
2917
|
+
},
|
2918
|
+
"LastUpdatedTimestamp" : {
|
2919
|
+
"shape" : "__string"
|
2920
|
+
},
|
2921
|
+
"LatestVersion" : {
|
2922
|
+
"shape" : "__string"
|
2923
|
+
},
|
2924
|
+
"LatestVersionArn" : {
|
2925
|
+
"shape" : "__string"
|
2926
|
+
},
|
2927
|
+
"Name" : {
|
2928
|
+
"shape" : "__string"
|
2929
|
+
}
|
2930
|
+
}
|
2931
|
+
},
|
2932
|
+
"GetConnectorDefinitionVersionRequest" : {
|
2933
|
+
"type" : "structure",
|
2934
|
+
"members" : {
|
2935
|
+
"ConnectorDefinitionId" : {
|
2936
|
+
"shape" : "__string",
|
2937
|
+
"location" : "uri",
|
2938
|
+
"locationName" : "ConnectorDefinitionId"
|
2939
|
+
},
|
2940
|
+
"ConnectorDefinitionVersionId" : {
|
2941
|
+
"shape" : "__string",
|
2942
|
+
"location" : "uri",
|
2943
|
+
"locationName" : "ConnectorDefinitionVersionId"
|
2944
|
+
},
|
2945
|
+
"NextToken" : {
|
2946
|
+
"shape" : "__string",
|
2947
|
+
"location" : "querystring",
|
2948
|
+
"locationName" : "NextToken"
|
2949
|
+
}
|
2950
|
+
},
|
2951
|
+
"required" : [ "ConnectorDefinitionId", "ConnectorDefinitionVersionId" ]
|
2952
|
+
},
|
2953
|
+
"GetConnectorDefinitionVersionResponse" : {
|
2954
|
+
"type" : "structure",
|
2955
|
+
"members" : {
|
2956
|
+
"Arn" : {
|
2957
|
+
"shape" : "__string"
|
2958
|
+
},
|
2959
|
+
"CreationTimestamp" : {
|
2960
|
+
"shape" : "__string"
|
2961
|
+
},
|
2962
|
+
"Definition" : {
|
2963
|
+
"shape" : "ConnectorDefinitionVersion"
|
2964
|
+
},
|
2965
|
+
"Id" : {
|
2966
|
+
"shape" : "__string"
|
2967
|
+
},
|
2968
|
+
"NextToken" : {
|
2969
|
+
"shape" : "__string"
|
2970
|
+
},
|
2971
|
+
"Version" : {
|
2972
|
+
"shape" : "__string"
|
2973
|
+
}
|
2974
|
+
}
|
2975
|
+
},
|
2591
2976
|
"GetCoreDefinitionRequest" : {
|
2592
2977
|
"type" : "structure",
|
2593
2978
|
"members" : {
|
@@ -3302,6 +3687,9 @@
|
|
3302
3687
|
"GroupVersion" : {
|
3303
3688
|
"type" : "structure",
|
3304
3689
|
"members" : {
|
3690
|
+
"ConnectorDefinitionVersionArn" : {
|
3691
|
+
"shape" : "__string"
|
3692
|
+
},
|
3305
3693
|
"CoreDefinitionVersionArn" : {
|
3306
3694
|
"shape" : "__string"
|
3307
3695
|
},
|
@@ -3395,6 +3783,64 @@
|
|
3395
3783
|
}
|
3396
3784
|
}
|
3397
3785
|
},
|
3786
|
+
"ListConnectorDefinitionVersionsRequest" : {
|
3787
|
+
"type" : "structure",
|
3788
|
+
"members" : {
|
3789
|
+
"ConnectorDefinitionId" : {
|
3790
|
+
"shape" : "__string",
|
3791
|
+
"location" : "uri",
|
3792
|
+
"locationName" : "ConnectorDefinitionId"
|
3793
|
+
},
|
3794
|
+
"MaxResults" : {
|
3795
|
+
"shape" : "__string",
|
3796
|
+
"location" : "querystring",
|
3797
|
+
"locationName" : "MaxResults"
|
3798
|
+
},
|
3799
|
+
"NextToken" : {
|
3800
|
+
"shape" : "__string",
|
3801
|
+
"location" : "querystring",
|
3802
|
+
"locationName" : "NextToken"
|
3803
|
+
}
|
3804
|
+
},
|
3805
|
+
"required" : [ "ConnectorDefinitionId" ]
|
3806
|
+
},
|
3807
|
+
"ListConnectorDefinitionVersionsResponse" : {
|
3808
|
+
"type" : "structure",
|
3809
|
+
"members" : {
|
3810
|
+
"NextToken" : {
|
3811
|
+
"shape" : "__string"
|
3812
|
+
},
|
3813
|
+
"Versions" : {
|
3814
|
+
"shape" : "__listOfVersionInformation"
|
3815
|
+
}
|
3816
|
+
}
|
3817
|
+
},
|
3818
|
+
"ListConnectorDefinitionsRequest" : {
|
3819
|
+
"type" : "structure",
|
3820
|
+
"members" : {
|
3821
|
+
"MaxResults" : {
|
3822
|
+
"shape" : "__string",
|
3823
|
+
"location" : "querystring",
|
3824
|
+
"locationName" : "MaxResults"
|
3825
|
+
},
|
3826
|
+
"NextToken" : {
|
3827
|
+
"shape" : "__string",
|
3828
|
+
"location" : "querystring",
|
3829
|
+
"locationName" : "NextToken"
|
3830
|
+
}
|
3831
|
+
}
|
3832
|
+
},
|
3833
|
+
"ListConnectorDefinitionsResponse" : {
|
3834
|
+
"type" : "structure",
|
3835
|
+
"members" : {
|
3836
|
+
"Definitions" : {
|
3837
|
+
"shape" : "__listOfDefinitionInformation"
|
3838
|
+
},
|
3839
|
+
"NextToken" : {
|
3840
|
+
"shape" : "__string"
|
3841
|
+
}
|
3842
|
+
}
|
3843
|
+
},
|
3398
3844
|
"ListCoreDefinitionVersionsRequest" : {
|
3399
3845
|
"type" : "structure",
|
3400
3846
|
"members" : {
|
@@ -4015,6 +4461,9 @@
|
|
4015
4461
|
},
|
4016
4462
|
"SageMakerMachineLearningModelResourceData" : {
|
4017
4463
|
"shape" : "SageMakerMachineLearningModelResourceData"
|
4464
|
+
},
|
4465
|
+
"SecretsManagerSecretResourceData" : {
|
4466
|
+
"shape" : "SecretsManagerSecretResourceData"
|
4018
4467
|
}
|
4019
4468
|
}
|
4020
4469
|
},
|
@@ -4051,6 +4500,17 @@
|
|
4051
4500
|
}
|
4052
4501
|
}
|
4053
4502
|
},
|
4503
|
+
"SecretsManagerSecretResourceData" : {
|
4504
|
+
"type" : "structure",
|
4505
|
+
"members" : {
|
4506
|
+
"ARN" : {
|
4507
|
+
"shape" : "__string"
|
4508
|
+
},
|
4509
|
+
"AdditionalStagingLabelsToDownload" : {
|
4510
|
+
"shape" : "__listOf__string"
|
4511
|
+
}
|
4512
|
+
}
|
4513
|
+
},
|
4054
4514
|
"SoftwareToUpdate" : {
|
4055
4515
|
"type" : "string",
|
4056
4516
|
"enum" : [ "core", "ota_agent" ]
|
@@ -4153,6 +4613,24 @@
|
|
4153
4613
|
}
|
4154
4614
|
}
|
4155
4615
|
},
|
4616
|
+
"UpdateConnectorDefinitionRequest" : {
|
4617
|
+
"type" : "structure",
|
4618
|
+
"members" : {
|
4619
|
+
"ConnectorDefinitionId" : {
|
4620
|
+
"shape" : "__string",
|
4621
|
+
"location" : "uri",
|
4622
|
+
"locationName" : "ConnectorDefinitionId"
|
4623
|
+
},
|
4624
|
+
"Name" : {
|
4625
|
+
"shape" : "__string"
|
4626
|
+
}
|
4627
|
+
},
|
4628
|
+
"required" : [ "ConnectorDefinitionId" ]
|
4629
|
+
},
|
4630
|
+
"UpdateConnectorDefinitionResponse" : {
|
4631
|
+
"type" : "structure",
|
4632
|
+
"members" : { }
|
4633
|
+
},
|
4156
4634
|
"UpdateCoreDefinitionRequest" : {
|
4157
4635
|
"type" : "structure",
|
4158
4636
|
"members" : {
|
@@ -4353,6 +4831,12 @@
|
|
4353
4831
|
"shape" : "ConnectivityInfo"
|
4354
4832
|
}
|
4355
4833
|
},
|
4834
|
+
"__listOfConnector" : {
|
4835
|
+
"type" : "list",
|
4836
|
+
"member" : {
|
4837
|
+
"shape" : "Connector"
|
4838
|
+
}
|
4839
|
+
},
|
4356
4840
|
"__listOfCore" : {
|
4357
4841
|
"type" : "list",
|
4358
4842
|
"member" : {
|
@@ -4419,6 +4903,12 @@
|
|
4419
4903
|
"shape" : "VersionInformation"
|
4420
4904
|
}
|
4421
4905
|
},
|
4906
|
+
"__listOf__string" : {
|
4907
|
+
"type" : "list",
|
4908
|
+
"member" : {
|
4909
|
+
"shape" : "__string"
|
4910
|
+
}
|
4911
|
+
},
|
4422
4912
|
"__long" : {
|
4423
4913
|
"type" : "long"
|
4424
4914
|
},
|