aws-sdk 2.1551.0 → 2.1552.0
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.
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +67 -6
- package/apis/es-2015-01-01.min.json +227 -152
- package/apis/logs-2014-03-28.min.json +2 -1
- package/apis/opensearch-2021-01-01.min.json +259 -184
- package/apis/wafv2-2019-07-29.min.json +45 -28
- package/clients/appsync.d.ts +47 -0
- package/clients/cloudwatchlogs.d.ts +12 -8
- package/clients/ecs.d.ts +5 -5
- package/clients/es.d.ts +111 -0
- package/clients/opensearch.d.ts +108 -0
- package/clients/wafv2.d.ts +23 -3
- package/dist/aws-sdk-core-react-native.js +132 -88
- package/dist/aws-sdk-react-native.js +2218 -2130
- package/dist/aws-sdk.js +5 -4
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
69
69
|
To use the SDK in the browser, simply add the following script tag to your
|
70
70
|
HTML pages:
|
71
71
|
|
72
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
72
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1552.0.min.js"></script>
|
73
73
|
|
74
74
|
You can also build a custom browser SDK with your specified set of AWS services.
|
75
75
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1072,6 +1072,32 @@
|
|
1072
1072
|
}
|
1073
1073
|
}
|
1074
1074
|
},
|
1075
|
+
"GetGraphqlApiEnvironmentVariables": {
|
1076
|
+
"http": {
|
1077
|
+
"method": "GET",
|
1078
|
+
"requestUri": "/v1/apis/{apiId}/environmentVariables"
|
1079
|
+
},
|
1080
|
+
"input": {
|
1081
|
+
"type": "structure",
|
1082
|
+
"required": [
|
1083
|
+
"apiId"
|
1084
|
+
],
|
1085
|
+
"members": {
|
1086
|
+
"apiId": {
|
1087
|
+
"location": "uri",
|
1088
|
+
"locationName": "apiId"
|
1089
|
+
}
|
1090
|
+
}
|
1091
|
+
},
|
1092
|
+
"output": {
|
1093
|
+
"type": "structure",
|
1094
|
+
"members": {
|
1095
|
+
"environmentVariables": {
|
1096
|
+
"shape": "S4n"
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
}
|
1100
|
+
},
|
1075
1101
|
"GetIntrospectionSchema": {
|
1076
1102
|
"http": {
|
1077
1103
|
"method": "GET",
|
@@ -1461,7 +1487,7 @@
|
|
1461
1487
|
"type": "structure",
|
1462
1488
|
"members": {
|
1463
1489
|
"resolvers": {
|
1464
|
-
"shape": "
|
1490
|
+
"shape": "S5m"
|
1465
1491
|
},
|
1466
1492
|
"nextToken": {}
|
1467
1493
|
}
|
@@ -1502,7 +1528,7 @@
|
|
1502
1528
|
"type": "structure",
|
1503
1529
|
"members": {
|
1504
1530
|
"resolvers": {
|
1505
|
-
"shape": "
|
1531
|
+
"shape": "S5m"
|
1506
1532
|
},
|
1507
1533
|
"nextToken": {}
|
1508
1534
|
}
|
@@ -1617,7 +1643,7 @@
|
|
1617
1643
|
"type": "structure",
|
1618
1644
|
"members": {
|
1619
1645
|
"types": {
|
1620
|
-
"shape": "
|
1646
|
+
"shape": "S5y"
|
1621
1647
|
},
|
1622
1648
|
"nextToken": {}
|
1623
1649
|
}
|
@@ -1663,12 +1689,42 @@
|
|
1663
1689
|
"type": "structure",
|
1664
1690
|
"members": {
|
1665
1691
|
"types": {
|
1666
|
-
"shape": "
|
1692
|
+
"shape": "S5y"
|
1667
1693
|
},
|
1668
1694
|
"nextToken": {}
|
1669
1695
|
}
|
1670
1696
|
}
|
1671
1697
|
},
|
1698
|
+
"PutGraphqlApiEnvironmentVariables": {
|
1699
|
+
"http": {
|
1700
|
+
"method": "PUT",
|
1701
|
+
"requestUri": "/v1/apis/{apiId}/environmentVariables"
|
1702
|
+
},
|
1703
|
+
"input": {
|
1704
|
+
"type": "structure",
|
1705
|
+
"required": [
|
1706
|
+
"apiId",
|
1707
|
+
"environmentVariables"
|
1708
|
+
],
|
1709
|
+
"members": {
|
1710
|
+
"apiId": {
|
1711
|
+
"location": "uri",
|
1712
|
+
"locationName": "apiId"
|
1713
|
+
},
|
1714
|
+
"environmentVariables": {
|
1715
|
+
"shape": "S4n"
|
1716
|
+
}
|
1717
|
+
}
|
1718
|
+
},
|
1719
|
+
"output": {
|
1720
|
+
"type": "structure",
|
1721
|
+
"members": {
|
1722
|
+
"environmentVariables": {
|
1723
|
+
"shape": "S4n"
|
1724
|
+
}
|
1725
|
+
}
|
1726
|
+
}
|
1727
|
+
},
|
1672
1728
|
"StartDataSourceIntrospection": {
|
1673
1729
|
"http": {
|
1674
1730
|
"requestUri": "/v1/datasources/introspections"
|
@@ -2677,13 +2733,18 @@
|
|
2677
2733
|
}
|
2678
2734
|
}
|
2679
2735
|
},
|
2680
|
-
"
|
2736
|
+
"S4n": {
|
2737
|
+
"type": "map",
|
2738
|
+
"key": {},
|
2739
|
+
"value": {}
|
2740
|
+
},
|
2741
|
+
"S5m": {
|
2681
2742
|
"type": "list",
|
2682
2743
|
"member": {
|
2683
2744
|
"shape": "S2k"
|
2684
2745
|
}
|
2685
2746
|
},
|
2686
|
-
"
|
2747
|
+
"S5y": {
|
2687
2748
|
"type": "list",
|
2688
2749
|
"member": {
|
2689
2750
|
"shape": "S2o"
|