Skip to content

Commit

Permalink
Merge pull request #777 from aws-solutions/feature/v6.1.3
Browse files Browse the repository at this point in the history
Update to version v6.1.3
  • Loading branch information
abhirpat authored Oct 17, 2024
2 parents fde71d1 + 008aa95 commit 44d70aa
Show file tree
Hide file tree
Showing 745 changed files with 2,871 additions and 8,286 deletions.
10 changes: 1 addition & 9 deletions .nightswatch/functional/conftest.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import pytest
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/cfn_parameter_fetcher.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

from typing import Optional
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/cloud_watch_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

# A client that connects with AWS CloudWatch and returns logs from log groups from a specific time period
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/cognito_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/iam_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/kendra_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/lex_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/s3_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/translate_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import boto3
Expand Down
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################
10 changes: 1 addition & 9 deletions .nightswatch/functional/helpers/utils/textbox.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
######################################################################################################################
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
# #
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
# with the License. A copy of the License is located at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
# and limitations under the License. #
# SPDX-License-Identifier: Apache-2.0 #
######################################################################################################################

import time
Expand Down
Loading

0 comments on commit 44d70aa

Please sign in to comment.