cdk-lambda-subminute 2.0.463 → 2.0.465
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +121 -11
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +53 -21
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +174 -159
- package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.min.json +10 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +563 -291
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +122 -13
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +51 -11
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +49 -23
- package/node_modules/aws-sdk/clients/costoptimizationhub.d.ts +22 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +380 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +177 -162
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -149,6 +149,10 @@
|
|
149
149
|
"maxResults": {
|
150
150
|
"type": "integer"
|
151
151
|
},
|
152
|
+
"metrics": {
|
153
|
+
"type": "list",
|
154
|
+
"member": {}
|
155
|
+
},
|
152
156
|
"nextToken": {}
|
153
157
|
}
|
154
158
|
},
|
@@ -175,6 +179,12 @@
|
|
175
179
|
},
|
176
180
|
"groupBy": {},
|
177
181
|
"currencyCode": {},
|
182
|
+
"metrics": {
|
183
|
+
"type": "structure",
|
184
|
+
"members": {
|
185
|
+
"savingsPercentage": {}
|
186
|
+
}
|
187
|
+
},
|
178
188
|
"nextToken": {}
|
179
189
|
}
|
180
190
|
}
|