cdk-docker-image-deployment 0.0.197 → 0.0.199

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.
Files changed (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +155 -0
  8. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +70 -1
  9. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
  12. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
  13. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
  14. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  15. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +130 -103
  16. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +8 -1
  17. package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +234 -32
  18. package/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json +42 -0
  19. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +88 -11
  20. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
  21. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
  23. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
  24. package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
  25. package/node_modules/aws-sdk/clients/neptune.d.ts +39 -1
  26. package/node_modules/aws-sdk/clients/s3outposts.d.ts +17 -1
  27. package/node_modules/aws-sdk/clients/workdocs.d.ts +196 -0
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +1381 -830
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +7 -7
@@ -194,7 +194,14 @@
194
194
  "SubnetId": {},
195
195
  "SecurityGroupId": {},
196
196
  "AccessType": {},
197
- "CustomerOwnedIpv4Pool": {}
197
+ "CustomerOwnedIpv4Pool": {},
198
+ "FailedReason": {
199
+ "type": "structure",
200
+ "members": {
201
+ "ErrorCode": {},
202
+ "Message": {}
203
+ }
204
+ }
198
205
  }
199
206
  }
200
207
  }
@@ -241,7 +241,9 @@
241
241
  "location": "header",
242
242
  "locationName": "Authentication"
243
243
  },
244
- "Name": {},
244
+ "Name": {
245
+ "shape": "S1b"
246
+ },
245
247
  "ParentFolderId": {}
246
248
  }
247
249
  },
@@ -333,12 +335,18 @@
333
335
  ],
334
336
  "members": {
335
337
  "OrganizationId": {},
336
- "Username": {},
338
+ "Username": {
339
+ "shape": "S9"
340
+ },
337
341
  "EmailAddress": {
338
342
  "shape": "Sa"
339
343
  },
340
- "GivenName": {},
341
- "Surname": {},
344
+ "GivenName": {
345
+ "shape": "Sb"
346
+ },
347
+ "Surname": {
348
+ "shape": "Sb"
349
+ },
342
350
  "Password": {
343
351
  "type": "string",
344
352
  "sensitive": true
@@ -753,18 +761,7 @@
753
761
  "shape": "S2k"
754
762
  },
755
763
  "CommentMetadata": {
756
- "type": "structure",
757
- "members": {
758
- "CommentId": {},
759
- "Contributor": {
760
- "shape": "S8"
761
- },
762
- "CreatedTimestamp": {
763
- "type": "timestamp"
764
- },
765
- "CommentStatus": {},
766
- "RecipientId": {}
767
- }
764
+ "shape": "S2m"
768
765
  }
769
766
  }
770
767
  }
@@ -1503,7 +1500,9 @@
1503
1500
  "locationName": "Authentication"
1504
1501
  },
1505
1502
  "Id": {},
1506
- "Name": {},
1503
+ "Name": {
1504
+ "shape": "S1b"
1505
+ },
1507
1506
  "ContentCreatedTimestamp": {
1508
1507
  "type": "timestamp"
1509
1508
  },
@@ -1619,6 +1618,141 @@
1619
1618
  }
1620
1619
  }
1621
1620
  },
1621
+ "SearchResources": {
1622
+ "http": {
1623
+ "requestUri": "/api/v1/search",
1624
+ "responseCode": 200
1625
+ },
1626
+ "input": {
1627
+ "type": "structure",
1628
+ "members": {
1629
+ "AuthenticationToken": {
1630
+ "shape": "S2",
1631
+ "location": "header",
1632
+ "locationName": "Authentication"
1633
+ },
1634
+ "QueryText": {
1635
+ "shape": "S3d"
1636
+ },
1637
+ "QueryScopes": {
1638
+ "type": "list",
1639
+ "member": {}
1640
+ },
1641
+ "OrganizationId": {},
1642
+ "AdditionalResponseFields": {
1643
+ "type": "list",
1644
+ "member": {}
1645
+ },
1646
+ "Filters": {
1647
+ "type": "structure",
1648
+ "members": {
1649
+ "TextLocales": {
1650
+ "type": "list",
1651
+ "member": {}
1652
+ },
1653
+ "ContentCategories": {
1654
+ "type": "list",
1655
+ "member": {}
1656
+ },
1657
+ "ResourceTypes": {
1658
+ "type": "list",
1659
+ "member": {}
1660
+ },
1661
+ "Labels": {
1662
+ "type": "list",
1663
+ "member": {}
1664
+ },
1665
+ "Principals": {
1666
+ "type": "list",
1667
+ "member": {
1668
+ "type": "structure",
1669
+ "required": [
1670
+ "Id"
1671
+ ],
1672
+ "members": {
1673
+ "Id": {},
1674
+ "Roles": {
1675
+ "type": "list",
1676
+ "member": {}
1677
+ }
1678
+ }
1679
+ }
1680
+ },
1681
+ "AncestorIds": {
1682
+ "type": "list",
1683
+ "member": {}
1684
+ },
1685
+ "SearchCollectionTypes": {
1686
+ "type": "list",
1687
+ "member": {}
1688
+ },
1689
+ "SizeRange": {
1690
+ "type": "structure",
1691
+ "members": {
1692
+ "StartValue": {
1693
+ "type": "long"
1694
+ },
1695
+ "EndValue": {
1696
+ "type": "long"
1697
+ }
1698
+ }
1699
+ },
1700
+ "CreatedRange": {
1701
+ "shape": "S5d"
1702
+ },
1703
+ "ModifiedRange": {
1704
+ "shape": "S5d"
1705
+ }
1706
+ }
1707
+ },
1708
+ "OrderBy": {
1709
+ "type": "list",
1710
+ "member": {
1711
+ "type": "structure",
1712
+ "members": {
1713
+ "Field": {},
1714
+ "Order": {}
1715
+ }
1716
+ }
1717
+ },
1718
+ "Limit": {
1719
+ "type": "integer"
1720
+ },
1721
+ "Marker": {}
1722
+ }
1723
+ },
1724
+ "output": {
1725
+ "type": "structure",
1726
+ "members": {
1727
+ "Items": {
1728
+ "type": "list",
1729
+ "member": {
1730
+ "type": "structure",
1731
+ "members": {
1732
+ "ResourceType": {},
1733
+ "WebUrl": {
1734
+ "type": "string",
1735
+ "sensitive": true
1736
+ },
1737
+ "DocumentMetadata": {
1738
+ "shape": "S3b"
1739
+ },
1740
+ "FolderMetadata": {
1741
+ "shape": "S1d"
1742
+ },
1743
+ "CommentMetadata": {
1744
+ "shape": "S2m"
1745
+ },
1746
+ "DocumentVersionMetadata": {
1747
+ "shape": "S2w"
1748
+ }
1749
+ }
1750
+ }
1751
+ },
1752
+ "Marker": {}
1753
+ }
1754
+ }
1755
+ },
1622
1756
  "UpdateDocument": {
1623
1757
  "http": {
1624
1758
  "method": "PATCH",
@@ -1640,7 +1774,9 @@
1640
1774
  "location": "uri",
1641
1775
  "locationName": "DocumentId"
1642
1776
  },
1643
- "Name": {},
1777
+ "Name": {
1778
+ "shape": "S1b"
1779
+ },
1644
1780
  "ParentFolderId": {},
1645
1781
  "ResourceState": {}
1646
1782
  }
@@ -1697,7 +1833,9 @@
1697
1833
  "location": "uri",
1698
1834
  "locationName": "FolderId"
1699
1835
  },
1700
- "Name": {},
1836
+ "Name": {
1837
+ "shape": "S1b"
1838
+ },
1701
1839
  "ParentFolderId": {},
1702
1840
  "ResourceState": {}
1703
1841
  }
@@ -1724,8 +1862,12 @@
1724
1862
  "location": "uri",
1725
1863
  "locationName": "UserId"
1726
1864
  },
1727
- "GivenName": {},
1728
- "Surname": {},
1865
+ "GivenName": {
1866
+ "shape": "Sb"
1867
+ },
1868
+ "Surname": {
1869
+ "shape": "Sb"
1870
+ },
1729
1871
  "Type": {},
1730
1872
  "StorageRule": {
1731
1873
  "shape": "Sj"
@@ -1754,12 +1896,18 @@
1754
1896
  "type": "structure",
1755
1897
  "members": {
1756
1898
  "Id": {},
1757
- "Username": {},
1899
+ "Username": {
1900
+ "shape": "S9"
1901
+ },
1758
1902
  "EmailAddress": {
1759
1903
  "shape": "Sa"
1760
1904
  },
1761
- "GivenName": {},
1762
- "Surname": {},
1905
+ "GivenName": {
1906
+ "shape": "Sb"
1907
+ },
1908
+ "Surname": {
1909
+ "shape": "Sb"
1910
+ },
1763
1911
  "OrganizationId": {},
1764
1912
  "RootFolderId": {},
1765
1913
  "RecycleBinFolderId": {},
@@ -1786,10 +1934,18 @@
1786
1934
  }
1787
1935
  }
1788
1936
  },
1937
+ "S9": {
1938
+ "type": "string",
1939
+ "sensitive": true
1940
+ },
1789
1941
  "Sa": {
1790
1942
  "type": "string",
1791
1943
  "sensitive": true
1792
1944
  },
1945
+ "Sb": {
1946
+ "type": "string",
1947
+ "sensitive": true
1948
+ },
1793
1949
  "Sj": {
1794
1950
  "type": "structure",
1795
1951
  "members": {
@@ -1835,11 +1991,17 @@
1835
1991
  "key": {},
1836
1992
  "value": {}
1837
1993
  },
1994
+ "S1b": {
1995
+ "type": "string",
1996
+ "sensitive": true
1997
+ },
1838
1998
  "S1d": {
1839
1999
  "type": "structure",
1840
2000
  "members": {
1841
2001
  "Id": {},
1842
- "Name": {},
2002
+ "Name": {
2003
+ "shape": "S1b"
2004
+ },
1843
2005
  "CreatorId": {},
1844
2006
  "ParentFolderId": {},
1845
2007
  "CreatedTimestamp": {
@@ -1877,9 +2039,15 @@
1877
2039
  "type": "structure",
1878
2040
  "members": {
1879
2041
  "Id": {},
1880
- "Username": {},
1881
- "GivenName": {},
1882
- "Surname": {},
2042
+ "Username": {
2043
+ "shape": "S9"
2044
+ },
2045
+ "GivenName": {
2046
+ "shape": "Sb"
2047
+ },
2048
+ "Surname": {
2049
+ "shape": "Sb"
2050
+ },
1883
2051
  "EmailAddress": {
1884
2052
  "shape": "Sa"
1885
2053
  }
@@ -1899,8 +2067,12 @@
1899
2067
  "type": "structure",
1900
2068
  "members": {
1901
2069
  "Type": {},
1902
- "Name": {},
1903
- "OriginalName": {},
2070
+ "Name": {
2071
+ "shape": "S1b"
2072
+ },
2073
+ "OriginalName": {
2074
+ "shape": "S1b"
2075
+ },
1904
2076
  "Id": {},
1905
2077
  "VersionId": {},
1906
2078
  "Owner": {
@@ -1909,11 +2081,28 @@
1909
2081
  "ParentId": {}
1910
2082
  }
1911
2083
  },
2084
+ "S2m": {
2085
+ "type": "structure",
2086
+ "members": {
2087
+ "CommentId": {},
2088
+ "Contributor": {
2089
+ "shape": "S8"
2090
+ },
2091
+ "CreatedTimestamp": {
2092
+ "type": "timestamp"
2093
+ },
2094
+ "CommentStatus": {},
2095
+ "RecipientId": {},
2096
+ "ContributorId": {}
2097
+ }
2098
+ },
1912
2099
  "S2w": {
1913
2100
  "type": "structure",
1914
2101
  "members": {
1915
2102
  "Id": {},
1916
- "Name": {},
2103
+ "Name": {
2104
+ "shape": "S1b"
2105
+ },
1917
2106
  "ContentType": {},
1918
2107
  "Size": {
1919
2108
  "type": "long"
@@ -1999,11 +2188,24 @@
1999
2188
  "type": "structure",
2000
2189
  "members": {
2001
2190
  "Id": {},
2002
- "Name": {}
2191
+ "Name": {
2192
+ "shape": "S1b"
2193
+ }
2003
2194
  }
2004
2195
  }
2005
2196
  }
2006
2197
  }
2198
+ },
2199
+ "S5d": {
2200
+ "type": "structure",
2201
+ "members": {
2202
+ "StartValue": {
2203
+ "type": "timestamp"
2204
+ },
2205
+ "EndValue": {
2206
+ "type": "timestamp"
2207
+ }
2208
+ }
2007
2209
  }
2008
2210
  }
2009
2211
  }
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeActivities": {
4
+ "input_token": "Marker",
5
+ "limit_key": "Limit",
6
+ "output_token": "Marker",
7
+ "result_key": "UserActivities"
8
+ },
9
+ "DescribeComments": {
10
+ "input_token": "Marker",
11
+ "limit_key": "Limit",
12
+ "output_token": "Marker",
13
+ "result_key": "Comments"
14
+ },
3
15
  "DescribeDocumentVersions": {
4
16
  "input_token": "Marker",
5
17
  "limit_key": "Limit",
@@ -15,11 +27,41 @@
15
27
  "Documents"
16
28
  ]
17
29
  },
30
+ "DescribeGroups": {
31
+ "input_token": "Marker",
32
+ "limit_key": "Limit",
33
+ "output_token": "Marker",
34
+ "result_key": "Groups"
35
+ },
36
+ "DescribeNotificationSubscriptions": {
37
+ "input_token": "Marker",
38
+ "limit_key": "Limit",
39
+ "output_token": "Marker",
40
+ "result_key": "Subscriptions"
41
+ },
42
+ "DescribeResourcePermissions": {
43
+ "input_token": "Marker",
44
+ "limit_key": "Limit",
45
+ "output_token": "Marker",
46
+ "result_key": "Principals"
47
+ },
48
+ "DescribeRootFolders": {
49
+ "input_token": "Marker",
50
+ "limit_key": "Limit",
51
+ "output_token": "Marker",
52
+ "result_key": "Folders"
53
+ },
18
54
  "DescribeUsers": {
19
55
  "input_token": "Marker",
20
56
  "limit_key": "Limit",
21
57
  "output_token": "Marker",
22
58
  "result_key": "Users"
59
+ },
60
+ "SearchResources": {
61
+ "input_token": "Marker",
62
+ "limit_key": "Limit",
63
+ "output_token": "Marker",
64
+ "result_key": "Items"
23
65
  }
24
66
  }
25
67
  }