-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
…07d6d268b65b739ffb5ebf8c1e76 (#1743) Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f2007d6d268b65b739ffb5ebf8c1e76 No new sources or functions.
- Loading branch information
1 parent
f116c7b
commit bd675f8
Showing
69 changed files
with
639 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c68fb78a5b20627942cc6d77718d4ae7ca151006 | ||
b83d1db16ac477e2fd4b7c95eb1aa7324d298f58 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
165 changes: 83 additions & 82 deletions
165
aws-cloudformation-schema/aws-connect-hoursofoperation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,152 +1,153 @@ | ||
{ | ||
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect", | ||
"tagging" : { | ||
"permissions" : [ "connect:TagResource", "connect:UntagResource" ], | ||
"taggable" : true, | ||
"tagOnCreate" : true, | ||
"tagUpdatable" : true, | ||
"tagProperty" : "/properties/Tags", | ||
"cloudFormationSystemTags" : true | ||
}, | ||
"handlers" : { | ||
"read" : { | ||
"permissions" : [ "connect:DescribeHoursOfOperation", "connect:ListHoursOfOperationOverrides" ] | ||
}, | ||
"create" : { | ||
"permissions" : [ "connect:CreateHoursOfOperation", "connect:TagResource", "connect:CreateHoursOfOperationOverride" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "connect:UpdateHoursOfOperation", "connect:CreateHoursOfOperationOverride", "connect:UpdateHoursOfOperationOverride", "connect:DeleteHoursOfOperationOverride", "connect:TagResource", "connect:UntagResource" ] | ||
}, | ||
"list" : { | ||
"permissions" : [ "connect:ListHoursOfOperations" ], | ||
"handlerSchema" : { | ||
"properties" : { | ||
"InstanceArn" : { | ||
"$ref" : "resource-schema.json#/properties/InstanceArn" | ||
} | ||
}, | ||
"required" : [ "InstanceArn" ] | ||
} | ||
}, | ||
"delete" : { | ||
"permissions" : [ "connect:DeleteHoursOfOperation", "connect:UntagResource" ] | ||
} | ||
}, | ||
"typeName" : "AWS::Connect::HoursOfOperation", | ||
"readOnlyProperties" : [ "/properties/HoursOfOperationArn" ], | ||
"description" : "Resource Type definition for AWS::Connect::HoursOfOperation", | ||
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect", | ||
"additionalProperties" : false, | ||
"primaryIdentifier" : [ "/properties/HoursOfOperationArn" ], | ||
"definitions" : { | ||
"HoursOfOperationTimeSlice" : { | ||
"description" : "The start time or end time for an hours of operation.", | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"type" : "object", | ||
"properties" : { | ||
"Hours" : { | ||
"type" : "integer", | ||
"description" : "The hours.", | ||
"minimum" : 0, | ||
"maximum" : 23 | ||
"maximum" : 23, | ||
"type" : "integer", | ||
"minimum" : 0 | ||
}, | ||
"Minutes" : { | ||
"type" : "integer", | ||
"description" : "The minutes.", | ||
"minimum" : 0, | ||
"maximum" : 59 | ||
"maximum" : 59, | ||
"type" : "integer", | ||
"minimum" : 0 | ||
} | ||
}, | ||
"required" : [ "Hours", "Minutes" ] | ||
}, | ||
"HoursOfOperationConfig" : { | ||
"description" : "Contains information about the hours of operation.", | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"type" : "object", | ||
"properties" : { | ||
"Day" : { | ||
"type" : "string", | ||
"description" : "The day that the hours of operation applies to.", | ||
"enum" : [ "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY" ] | ||
"EndTime" : { | ||
"description" : "The end time that your contact center closes.", | ||
"$ref" : "#/definitions/HoursOfOperationTimeSlice" | ||
}, | ||
"StartTime" : { | ||
"description" : "The start time that your contact center opens.", | ||
"$ref" : "#/definitions/HoursOfOperationTimeSlice" | ||
}, | ||
"EndTime" : { | ||
"description" : "The end time that your contact center closes.", | ||
"$ref" : "#/definitions/HoursOfOperationTimeSlice" | ||
"Day" : { | ||
"description" : "The day that the hours of operation applies to.", | ||
"type" : "string", | ||
"enum" : [ "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY" ] | ||
} | ||
}, | ||
"required" : [ "Day", "StartTime", "EndTime" ] | ||
}, | ||
"Tag" : { | ||
"description" : "A key-value pair to associate with a resource.", | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"type" : "object", | ||
"properties" : { | ||
"Key" : { | ||
"type" : "string", | ||
"description" : "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ", | ||
"minLength" : 1, | ||
"maxLength" : 128, | ||
"pattern" : "^(?!aws:)[a-zA-Z+-=._:/]+$" | ||
}, | ||
"Value" : { | ||
"type" : "string", | ||
"description" : "The value for the tag. You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ", | ||
"type" : "string", | ||
"maxLength" : 256 | ||
}, | ||
"Key" : { | ||
"minLength" : 1, | ||
"pattern" : "^(?!aws:)[a-zA-Z+-=._:/]+$", | ||
"description" : "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ", | ||
"type" : "string", | ||
"maxLength" : 128 | ||
} | ||
}, | ||
"required" : [ "Key", "Value" ] | ||
} | ||
}, | ||
"required" : [ "InstanceArn", "Name", "TimeZone", "Config" ], | ||
"properties" : { | ||
"InstanceArn" : { | ||
"description" : "The identifier of the Amazon Connect instance.", | ||
"type" : "string", | ||
"pattern" : "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$" | ||
"TimeZone" : { | ||
"description" : "The time zone of the hours of operation.", | ||
"type" : "string" | ||
}, | ||
"Name" : { | ||
"description" : "The name of the hours of operation.", | ||
"type" : "string", | ||
"minLength" : 1, | ||
"maxLength" : 127 | ||
"HoursOfOperationArn" : { | ||
"pattern" : "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/operating-hours/[-a-zA-Z0-9]*$", | ||
"description" : "The Amazon Resource Name (ARN) for the hours of operation.", | ||
"type" : "string" | ||
}, | ||
"Description" : { | ||
"minLength" : 1, | ||
"description" : "The description of the hours of operation.", | ||
"type" : "string", | ||
"minLength" : 1, | ||
"maxLength" : 250 | ||
}, | ||
"TimeZone" : { | ||
"description" : "The time zone of the hours of operation.", | ||
"type" : "string" | ||
}, | ||
"Config" : { | ||
"description" : "Configuration information for the hours of operation: day, start time, and end time.", | ||
"type" : "array", | ||
"maxItems" : 100, | ||
"uniqueItems" : true, | ||
"description" : "Configuration information for the hours of operation: day, start time, and end time.", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"$ref" : "#/definitions/HoursOfOperationConfig" | ||
} | ||
}, | ||
"HoursOfOperationArn" : { | ||
"description" : "The Amazon Resource Name (ARN) for the hours of operation.", | ||
"type" : "string", | ||
"pattern" : "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/operating-hours/[-a-zA-Z0-9]*$" | ||
"InstanceArn" : { | ||
"pattern" : "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$", | ||
"description" : "The identifier of the Amazon Connect instance.", | ||
"type" : "string" | ||
}, | ||
"Tags" : { | ||
"description" : "One or more tags.", | ||
"type" : "array", | ||
"maxItems" : 50, | ||
"uniqueItems" : true, | ||
"description" : "One or more tags.", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"$ref" : "#/definitions/Tag" | ||
} | ||
} | ||
}, | ||
"required" : [ "InstanceArn", "Name", "TimeZone", "Config" ], | ||
"handlers" : { | ||
"create" : { | ||
"permissions" : [ "connect:CreateHoursOfOperation", "connect:TagResource" ] | ||
}, | ||
"read" : { | ||
"permissions" : [ "connect:DescribeHoursOfOperation" ] | ||
}, | ||
"delete" : { | ||
"permissions" : [ "connect:DeleteHoursOfOperation", "connect:UntagResource" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "connect:UpdateHoursOfOperation", "connect:TagResource", "connect:UntagResource" ] | ||
}, | ||
"list" : { | ||
"handlerSchema" : { | ||
"properties" : { | ||
"InstanceArn" : { | ||
"$ref" : "resource-schema.json#/properties/InstanceArn" | ||
} | ||
}, | ||
"required" : [ "InstanceArn" ] | ||
}, | ||
"permissions" : [ "connect:ListHoursOfOperations" ] | ||
"Name" : { | ||
"minLength" : 1, | ||
"description" : "The name of the hours of operation.", | ||
"type" : "string", | ||
"maxLength" : 127 | ||
} | ||
}, | ||
"additionalProperties" : false, | ||
"primaryIdentifier" : [ "/properties/HoursOfOperationArn" ], | ||
"readOnlyProperties" : [ "/properties/HoursOfOperationArn" ], | ||
"tagging" : { | ||
"taggable" : true, | ||
"tagOnCreate" : true, | ||
"tagUpdatable" : true, | ||
"cloudFormationSystemTags" : true, | ||
"tagProperty" : "/properties/Tags" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.