cdk-lambda-subminute 2.0.270 → 2.0.272

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +24 -24
  6. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
  7. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +571 -38
  9. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +94 -24
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +263 -253
  12. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
  13. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
  14. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
  18. package/node_modules/aws-sdk/clients/guardduty.d.ts +5 -1
  19. package/node_modules/aws-sdk/clients/kafka.d.ts +467 -0
  20. package/node_modules/aws-sdk/clients/kendra.d.ts +86 -9
  21. package/node_modules/aws-sdk/clients/rds.d.ts +17 -0
  22. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +16 -11
  23. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +42 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +266 -256
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +4 -4
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -48,6 +48,12 @@
48
48
  "limit_key": "MaxResults",
49
49
  "result_key": "Revisions"
50
50
  },
51
+ "ListReplicators": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "MaxResults",
55
+ "result_key": "Replicators"
56
+ },
51
57
  "ListScramSecrets": {
52
58
  "input_token": "NextToken",
53
59
  "output_token": "NextToken",
@@ -1906,15 +1906,10 @@
1906
1906
  "type": "integer"
1907
1907
  },
1908
1908
  "SortingConfiguration": {
1909
- "type": "structure",
1910
- "required": [
1911
- "DocumentAttributeKey",
1912
- "SortOrder"
1913
- ],
1914
- "members": {
1915
- "DocumentAttributeKey": {},
1916
- "SortOrder": {}
1917
- }
1909
+ "shape": "Sdw"
1910
+ },
1911
+ "SortingConfigurations": {
1912
+ "shape": "Sdy"
1918
1913
  },
1919
1914
  "UserContext": {
1920
1915
  "shape": "Say"
@@ -1930,6 +1925,33 @@
1930
1925
  "type": "boolean"
1931
1926
  }
1932
1927
  }
1928
+ },
1929
+ "CollapseConfiguration": {
1930
+ "type": "structure",
1931
+ "required": [
1932
+ "DocumentAttributeKey"
1933
+ ],
1934
+ "members": {
1935
+ "DocumentAttributeKey": {},
1936
+ "SortingConfigurations": {
1937
+ "shape": "Sdy"
1938
+ },
1939
+ "MissingAttributeKeyStrategy": {},
1940
+ "Expand": {
1941
+ "type": "boolean"
1942
+ },
1943
+ "ExpandConfiguration": {
1944
+ "type": "structure",
1945
+ "members": {
1946
+ "MaxResultItemsToExpand": {
1947
+ "type": "integer"
1948
+ },
1949
+ "MaxExpandedResultsPerItem": {
1950
+ "type": "integer"
1951
+ }
1952
+ }
1953
+ }
1954
+ }
1933
1955
  }
1934
1956
  }
1935
1957
  },
@@ -1946,21 +1968,21 @@
1946
1968
  "Type": {},
1947
1969
  "Format": {},
1948
1970
  "AdditionalAttributes": {
1949
- "shape": "Se5"
1971
+ "shape": "Se9"
1950
1972
  },
1951
1973
  "DocumentId": {},
1952
1974
  "DocumentTitle": {
1953
- "shape": "Se9"
1975
+ "shape": "Sed"
1954
1976
  },
1955
1977
  "DocumentExcerpt": {
1956
- "shape": "Se9"
1978
+ "shape": "Sed"
1957
1979
  },
1958
1980
  "DocumentURI": {},
1959
1981
  "DocumentAttributes": {
1960
1982
  "shape": "S11"
1961
1983
  },
1962
1984
  "ScoreAttributes": {
1963
- "shape": "Sed"
1985
+ "shape": "Seh"
1964
1986
  },
1965
1987
  "FeedbackToken": {},
1966
1988
  "TableExcerpt": {
@@ -1996,12 +2018,43 @@
1996
2018
  "type": "integer"
1997
2019
  }
1998
2020
  }
2021
+ },
2022
+ "CollapsedResultDetail": {
2023
+ "type": "structure",
2024
+ "required": [
2025
+ "DocumentAttribute"
2026
+ ],
2027
+ "members": {
2028
+ "DocumentAttribute": {
2029
+ "shape": "S12"
2030
+ },
2031
+ "ExpandedResults": {
2032
+ "type": "list",
2033
+ "member": {
2034
+ "type": "structure",
2035
+ "members": {
2036
+ "Id": {},
2037
+ "DocumentId": {},
2038
+ "DocumentTitle": {
2039
+ "shape": "Sed"
2040
+ },
2041
+ "DocumentExcerpt": {
2042
+ "shape": "Sed"
2043
+ },
2044
+ "DocumentURI": {},
2045
+ "DocumentAttributes": {
2046
+ "shape": "S11"
2047
+ }
2048
+ }
2049
+ }
2050
+ }
2051
+ }
1999
2052
  }
2000
2053
  }
2001
2054
  }
2002
2055
  },
2003
2056
  "FacetResults": {
2004
- "shape": "Sel"
2057
+ "shape": "Ses"
2005
2058
  },
2006
2059
  "TotalNumberOfResults": {
2007
2060
  "type": "integer"
@@ -2049,14 +2102,14 @@
2049
2102
  "Id": {},
2050
2103
  "Type": {},
2051
2104
  "AdditionalAttributes": {
2052
- "shape": "Se5"
2105
+ "shape": "Se9"
2053
2106
  },
2054
2107
  "DocumentId": {},
2055
2108
  "DocumentTitle": {
2056
- "shape": "Se9"
2109
+ "shape": "Sed"
2057
2110
  },
2058
2111
  "DocumentExcerpt": {
2059
- "shape": "Se9"
2112
+ "shape": "Sed"
2060
2113
  },
2061
2114
  "DocumentURI": {},
2062
2115
  "DocumentAttributes": {
@@ -2117,7 +2170,7 @@
2117
2170
  "shape": "S11"
2118
2171
  },
2119
2172
  "ScoreAttributes": {
2120
- "shape": "Sed"
2173
+ "shape": "Seh"
2121
2174
  }
2122
2175
  }
2123
2176
  }
@@ -3976,7 +4029,24 @@
3976
4029
  }
3977
4030
  }
3978
4031
  },
3979
- "Se5": {
4032
+ "Sdw": {
4033
+ "type": "structure",
4034
+ "required": [
4035
+ "DocumentAttributeKey",
4036
+ "SortOrder"
4037
+ ],
4038
+ "members": {
4039
+ "DocumentAttributeKey": {},
4040
+ "SortOrder": {}
4041
+ }
4042
+ },
4043
+ "Sdy": {
4044
+ "type": "list",
4045
+ "member": {
4046
+ "shape": "Sdw"
4047
+ }
4048
+ },
4049
+ "Se9": {
3980
4050
  "type": "list",
3981
4051
  "member": {
3982
4052
  "type": "structure",
@@ -3992,14 +4062,14 @@
3992
4062
  "type": "structure",
3993
4063
  "members": {
3994
4064
  "TextWithHighlightsValue": {
3995
- "shape": "Se9"
4065
+ "shape": "Sed"
3996
4066
  }
3997
4067
  }
3998
4068
  }
3999
4069
  }
4000
4070
  }
4001
4071
  },
4002
- "Se9": {
4072
+ "Sed": {
4003
4073
  "type": "structure",
4004
4074
  "members": {
4005
4075
  "Text": {},
@@ -4027,13 +4097,13 @@
4027
4097
  }
4028
4098
  }
4029
4099
  },
4030
- "Sed": {
4100
+ "Seh": {
4031
4101
  "type": "structure",
4032
4102
  "members": {
4033
4103
  "ScoreConfidence": {}
4034
4104
  }
4035
4105
  },
4036
- "Sel": {
4106
+ "Ses": {
4037
4107
  "type": "list",
4038
4108
  "member": {
4039
4109
  "type": "structure",
@@ -4052,7 +4122,7 @@
4052
4122
  "type": "integer"
4053
4123
  },
4054
4124
  "FacetResults": {
4055
- "shape": "Sel"
4125
+ "shape": "Ses"
4056
4126
  }
4057
4127
  }
4058
4128
  }