@aws-sdk/client-controlcatalog 3.709.0 → 3.710.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.
@@ -256,7 +256,7 @@ export interface GetControlRequest {
256
256
  * <p>For example, <code>AWS::Organizations::Policy::SERVICE_CONTROL_POLICY</code>
257
257
  * <b>or</b>
258
258
  * <code>AWS::CloudFormation::Type::HOOK</code> have the format with four segments.</p>
259
- * <p>Although the format is similar, the values for the <code>Type</code> field do not match any Amazon Web Services CloudFormation values, and we do not use CloudFormation to implement these controls.</p>
259
+ * <p>Although the format is similar, the values for the <code>Type</code> field do not match any Amazon Web Services CloudFormation values.</p>
260
260
  * @public
261
261
  */
262
262
  export interface ImplementationDetails {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controlcatalog",
3
3
  "description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
4
- "version": "3.709.0",
4
+ "version": "3.710.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",